configure.ac (*-*-chorusos): Don't disable libgcj.
[platform/upstream/gcc.git] / ChangeLog
1 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2
3         * configure.ac (*-*-chorusos): Don't disable libgcj.
4         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5         Remove case.
6         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
7         (arm-*-coff): Don't disable libgcj.
8         (arm*-*-linux-gnueabi): Remove useless assignment.
9         (arm-*-riscix*): Don't disable libgcj.
10         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
11         configuration.
12         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
13         (c54x*-*-*): Remove case.
14         (tic54x-*-*): Don't disable GCC or GCC libraries.
15         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
16         to *.
17         (d10v-*-*): Don't disable GCC libraries.
18         (d30v-*-*): Don't disable libgcj.
19         (h8500-*-*): Don't disable GCC libraries.
20         (i960-*-*): Don't disable libgcj.
21         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
22         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
23         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
24         libgcj.
25         (m68k-*-coff*): Remove case.
26         (mmix-*-*): Don't disable libgloss on host.
27         (mn10200-*-*, mn10300-*-*): Remove cases.
28         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
29         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
30         Don't disable libgcj.
31         (romp-*-*): Remove case.
32         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
33         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
34         case.
35         (v810-*-*): Don't disable GCC libraries.
36         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
37         (ip2k-*-*): Don't disable GCC libraries.
38         * configure: Regenerate.
39
40 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
41
42         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
43         libffi on host.
44         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
45         on host.
46         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
47         * configure: Regenerate.
48
49 2011-03-26  John Marino  <binutils@marino.st>
50
51         * configure.ac: Add support for *-*-dragonfly*
52         * configure: Regenerate.
53
54 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
55
56         * configure.ac (native_only): Remove.
57         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
58         send-pr uudecode guile gnuserv on host.
59         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
60         send-pr rcs guile perl texinfo libtool on host.
61         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
62         automake send-pr rcs guile perl texinfo libtool on host.
63         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
64         (*-*-kaos*): Don't disable target-examples target-gperf on target.
65         (alpha*-dec-osf*): Don't disable fileutils on target.
66         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
67         texinfo send-pr expect dejagnu on target.
68         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
69         target-qthreads on target.
70         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
71         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
72         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
73         x86_64-*-mingw*): Don't disable expect on target.
74         (*-*-cygwin*): Don't disable target-gperf on target.
75         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
76         gnuserv on target.
77         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
78         target.
79         * configure: Regenerate.
80
81 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
82
83         * configure.ac (target_tools): Remove target-groff.
84         (native_only): Remove target-groff.
85         (hppa*64*-*-*): Don't disable byacc.
86         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
87         setting.
88         (*-*-kaos*): Don't skip target-librx and target-groff.
89         (*-*-netware*): Don't skip target-libmudflap.
90         (*-*-tpf*): Don't skip target-libmudflap.
91         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
92         directories on the host.
93         (ia64*-*-*vms*): Don't skip tix.
94         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
95         host.
96         * configure: Regenerate.
97
98 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
99
100         * configure.ac: Remove references to mt-mep, mt-netware,
101         mt-wince.
102         * Makefile.def: Add all-utils soft dependencies.
103         * Makefile.tpl: Remove GDB_NLM_DEPS.
104         * configure: Regenerate.
105         * Makefile.in: Regenerate.
106
107 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
108
109         * configure.ac: Do not include mh-x86omitfp.
110         * configure: Regenerate.
111
112 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
113
114         * configure.ac: Remove empty cases.
115         * configure: Regenerate.
116
117 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
118
119         * Makefile.def: Add dependency from termcap to gdb.
120         * Makefile.in: Regenerate.
121
122 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
123
124         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
125         * configure: Regenerate.
126         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
127         * Makefile.tpl: Likewise.
128         * Makefile.in: Regenerate.
129
130 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
131
132         * configure.ac: Remove all mentions of tentative_cc.
133         * configure: Regenerate.
134
135 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
136
137         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
138         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
139         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
140         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
141         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
142         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
143         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
144         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
145         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
146         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
147         *-*-rhapsody*): Remove host cases.
148         * configure: Regenerate.
149
150 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
151
152         * configure.ac (ppc*-*-pe): Remove host case.
153         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
154         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
155         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
156         cases.
157         * configure: Regenerate.
158
159 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
160
161         * config.sub: Update to version 2011-03-23.
162
163 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
164
165         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
166         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
167         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
168         * configure: Regenerate.
169
170 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
171
172         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
173         to Write After Approval.
174         * config-ml.in: Don't handle arc-*-elf*.
175         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
176         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
177         handle GCC libraries.
178         * configure: Regenerate.
179
180 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
181
182         PR bootstrap/48120:
183         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
184         Add -lstdc++ -lm to LIBS.
185         * configure: Regenerate.
186
187 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
188
189         * config.guess: Update to version 2011-02-02
190         * config.sub: Update to version 2011-02-24
191
192 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
193
194         PR lto/48086
195         * configure.ac: Re-enable LTO on *-apple-darwin9.
196         * configure: Regenerate.
197
198 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
199
200         PR lto/48086
201         * configure.ac: Disable LTO on darwin due to an assembler change in
202         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
203         under 256.
204         * configure: Regenerate.
205
206 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
207
208         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
209
210 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
211
212         * MAINTAINERS: Update my e-mail address.
213
214 2011-03-06  Joey Ye  <joey.ye@arm.com>
215
216         * MAINTAINERS: Update my e-mail address.
217
218 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
219
220         * configure.ac: Adjust test of with_ppl.
221         * configure: Regenerated.
222
223 2011-03-02  Kai Tietz  <ktietz@redhat.com>
224
225         * MAINTAINERS: Adjust my e-mail address.
226
227 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
228
229         * configure.ac: Add -lpwl to ppllibs.
230         * configure: Regenerated.
231
232 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
233
234         * config/cloog.m4: Add -lisl to clooglibs.
235         * configure: Regenerated.
236
237 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
238
239         * MAINTAINERS (CPU Port maintainers): Add self.
240
241 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
242
243         * MAINTAINERS: Add myself as testsuite maintainer.
244
245 2011-02-15  Mike Stump  <mikestump@comcast.net>
246
247         * MAINTAINERS: Add myself as testsuite maintainer.
248
249 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
250
251         Import from Libtool and gnulib:
252
253         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
254
255         Prepare for supporting FreeBSD 10.
256         * config.rpath: Remove handling of freebsd1* which soon would
257         match FreeBSD 10.0.
258
259         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
260
261         Remove support for FreeBSD 1.x.
262         * libtool.m4 (_LT_LINKER_SHLIBS)
263         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
264         soon would incorrectly match FreeBSD 10.0.
265
266 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
267
268         PR binutils/12283
269         * move-if-change: Import version from gnulib.
270
271 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
272
273         PR lto/47225
274         * Makefile.def (lto-plugin): Double dash for enable-shared.
275         (configure-gcc): Depend on all-lto-plugin.
276         * Makefile.in: Rebuilt.
277
278 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
279
280         * configure.ac: Remove extra bracket.
281         * configure: Regenerate.
282
283 2011-02-08  Tobias Burnus  <burnus@net-b.de>
284
285         * MAINTAINERS: Add myself as libquadmath maintainer.
286
287 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
288
289         * MAINTAINERS: Update my email address.
290
291 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
292
293         * MAINTAINERS (option handling): Add self.
294
295 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
296
297         PR lto/47225
298         * Makefile.def: Add dependency for install-gcc
299         on install-lto-plugin.
300         * Makfile.in: Regenerated
301
302 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
303
304         * MAINTAINERS (CPU Port Maintainers): Add myself.
305
306 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
307
308         PR libgcj/44341
309         * configure.ac: Discard --with-* flags for host when configuring
310         target libraries for cross build.
311         * configure: Rebuilt.
312
313 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
314
315         * MAINTAINERS (linear loop transforms): Removed.
316
317 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
318
319         * configure.ac: If with_ppl is no, move setting with_cloog=no
320         after CLOOG_REQUESTED check.
321         * configure: Regenerated.
322
323 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
324
325         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
326         CLooG has been requested.
327         * configure: Regenerated.
328
329 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
330
331         * configure: Regenerated.
332         * configure.ac: Check for version 0.11 (or later revision) of PPL.
333
334 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
335
336         * configure: Regenerated.
337         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
338
339 2011-01-21  Andreas Schwab  <schwab@redhat.com>
340
341         * configure.ac: Use AS_HELP_STRING throughout.
342         * configure: Regenerate.
343
344 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
345
346         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
347         * configure: Regenerate.
348
349 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
350
351         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
352
353 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
354
355         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
356         for ia64-hpux.
357         * configure: Regenerate.
358
359 2011-01-07  Jan Hubicka  <jh@suse.cz>
360
361         PR lto/47225
362         * Makefile.in: Regenerate.
363         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
364         configure.
365
366 2011-01-07  Jan Hubicka  <jh@suse.cz>
367
368         * Makefile.in: Regenerate.
369         * Makefile.def (gcc host module) and soft dependency on lto-plugin
370         and configure dependency on lto-plugin configure.
371         (lto-plugin module): Remove dependency on GCC; add dependency on
372         liniberty.
373
374 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
375
376         * MAINTAINERS (Write After Approval): Add myself.
377
378 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
379
380         * configure: Regenerate.
381
382 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
383
384         * configure.ac: (picochip): Disable libiberty.
385
386 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
387
388         * MAINTAINERS (Write After Approval): Add myself.
389
390 2010-12-10  Ian Lance Taylor  <iant@google.com>
391
392         PR bootstrap/46819
393         * configure.ac: For --disable-libgcj clear libgcj_saved.
394         * configure: Rebuild.
395
396 2010-12-10  Tobias Burnus  <burnus@net-b.de>
397
398         PR fortran/46540
399         * configure.ac: Add --disable-libquadmath and
400         --disable-libquadmath-support.
401         * configure: Regenerate.
402
403 2010-12-03  Ian Lance Taylor  <iant@google.com>
404
405         * MAINTAINERS: Add myself as libgo maintainer.
406
407 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
408
409         PR libffi/46792
410         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
411         * configure: Regenerate.
412
413 2010-12-02  Ian Lance Taylor  <iant@google.com>
414
415         * configure.ac: Always set default for poststage1_ldflags to
416         -static-libstdc++ -static-libgcc.
417
418 2010-11-29  Andreas Schwab  <schwab@redhat.com>
419
420         * configure.ac: Move comment to remove extra space in last argument
421         of GCC_TARGET_TOOL.
422
423 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
424
425         PR other/46026
426         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
427         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
428         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
429         (BASE_FLAGS_TO_PASS): Use it.
430         * configure: Rebuilt.
431         * Makefile.in: Rebuilt.
432
433 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
434
435         PR binutils/12258
436         * configure.ac: Correct comments for --enable-gold/--enable-ld.
437         Properly check default linker.
438         * configure: Regnerated.
439
440 2010-11-23  Matthias Klose  <doko@ubuntu.com>
441
442         * configure.ac: For --enable-gold, handle value `default' instead of
443         `both*'.   New configure option --{en,dis}able-ld.
444         * configure: Regenerate.
445
446 2010-11-20  Ian Lance Taylor  <iant@google.com>
447
448         * configure.ac: Only disable a language library if no language needs
449         it.  Don't let --disable-libgcj uncondtionally disable libffi.
450         * configure: Rebuild.
451
452 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
453
454         * Makefile.in: Regenerate.
455
456         PR other/46202
457         * configure.ac: Fix just-built in-tree STRIP name to be
458         binutils/strip-new.
459         * configure: Regenerate.
460         * Makefile.def (install-strip-gcc, install-strip-binutils)
461         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
462         (install-strip-sid): Mirror dependencies on non-strip variants
463         of these targets on the respective -strip prerequisites.
464         * Makefile.tpl (install-strip, install-strip-host)
465         (install-strip-target): New targets.
466         (install-strip-[+module+], install-strip-target-[+module+]):
467         New targets.
468         * Makefile.in: Regenerate.
469
470 2010-11-19  Ian Lance Taylor  <iant@google.com>
471             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
472
473         * configure.ac: Add target-libgo to target_libraries.  Set
474         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
475         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
476         (HOST_EXPORTS): Add GOC.
477         (BASE_TARGET_EXPORTS): Add GOC.
478         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
479         (GOCFLAGS_FOR_TARGET): New variable.
480         (EXTRA_HOST_FLAGS): Add GOC.
481         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
482         * Makefile.def (target_modules): Add libgo.
483         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
484         (dependencies): Add dependency from configure-target-libgo to
485         configure-target-libffi and all-target-libstdc++-v3.  Add
486         dependencies from all-target-libgo to all-target-libffi.
487         (languages): Add go.
488         * configure: Rebuild.
489         * Makefile.in: Rebuild.
490
491 2010-11-19  Ian Lance Taylor  <iant@google.com>
492
493         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
494         compiler/flag environment variables.
495
496 2010-11-18  Ian Lance Taylor  <iant@google.com>
497
498         * configure.ac: Check for lang_requires_boot_languages in
499         config-lang.in files.
500         * configure: Rebuild.
501
502 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
503             Tobias Burnus  <burnus@net-b.de>
504
505         PR fortran/32049
506         * Makefile.def: Add libquadmath; build it with language=fortran.
507         * configure.ac: Add libquadmath.
508         * Makefile.tpl: Handle multiple libs in check-[+language+].
509         * Makefile.in: Regenerate.
510         * configure: Regenerate.
511
512 2010-11-16  Tom Tromey  <tromey@redhat.com>
513
514         * MAINTAINERS: Moved myself to reviewers section.
515
516 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
517
518         * MAINTAINERS: Moved myself to reviewers section.
519
520 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
521
522         * MAINTAINERS (Various Maintainers): Add self for build machinery.
523         (Write After Approval): Remove self.
524
525 2010-11-15  Andreas Schwab  <schwab@redhat.com>
526
527         * configure.ac: Fix spelling in option names.
528         * configure: Regenerated.
529
530 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
531
532         PR bootstrap/39622
533         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
534         * configure: Regenerated.
535
536 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
537
538         * MAINTAINERS: Update my email address.
539
540 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
541
542         * configure: Regenerate.
543
544 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
545
546         * configure: Regenerate.
547
548 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
549
550         * configure: Regenerate.
551
552 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
553
554         * configure: Regenerate.
555
556 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
557
558         * configure.ac: Support official CLooG.org versions.
559         * configure: Regenerate.
560         * config/cloog.m4: New.
561
562 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
563
564         * MAINTAINERS (Write After Approval): Add myself.
565
566 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
567
568         * MAINTAINERS: Update my email address.
569
570 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
571
572         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
573         * configure: Regenerate.
574
575 2010-11-03  Ian Lance Taylor  <iant@google.com>
576             Dave Korn  <dave.korn.cygwin@gmail.com>
577
578         PR lto/46273
579         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
580         and on other supported platforms whenever LTO is enabled.
581         * configure: Rebuild.
582
583 2010-11-02  Alan Modra  <amodra@gmail.com>
584
585         PR binutils/12110
586         * configure.ac: Error when source path contains spaces.
587         * configure: Regenerate.
588
589 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
590
591         * MAINTAINERS: Update my email address.
592
593 2010-10-20  Ian Lance Taylor  <iant@google.com>
594
595         * Makefile.def (target_modules): Set lib_path to src/.libs for
596         libstdc++-v3 module.
597         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
598         * Makefile.in: Rebuild.
599
600 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
601
602         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
603         (Write After Approval): Remove myself.
604
605 2010-10-15  Tristan Gingold  <gingold@adacore.com>
606
607         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
608
609 2010-10-14  Douglas Rupp  <rupp@gnat.com>
610
611         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
612
613 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
614
615         * configure.ac (build_lto_plugin): New shell variable.
616         (--enable-lto): Turn on by default for all non-ELF platforms that
617         have had LTO support added so far.  Set build_lto_plugin appropriately
618         for both ELF and non-ELF.
619         (configdirs): Add lto-plugin or not based on build_lto_plugin.
620         * configure: Regenerate.
621
622 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
623
624         Sync from src:
625         * configure.ac (v850 support): Remove target-libgloss from
626         noconfigdirs.
627         * configure: Regenerate.
628
629 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
630
631         PR bootstrap/45326
632         PR bootstrap/45174
633         * configure.ac: Honor initial values of $build_configargs,
634         $host_configargs, $target_configargs.  Mark the precious, so
635         environment settings get recorded.
636         * configure: Regenerate.
637
638 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
639
640         PR bootstrap/45796
641         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
642         Depend on all-build-libiberty.
643         * Makefile.in: Regenerate.
644
645 2010-09-30  Michael Eager  <eager@eagercon.com>
646
647         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
648         * configure: Regenerate.
649
650 2010-09-28  Michael Eager  <eager@eagercon.com>
651
652         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
653
654 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
655
656         PR bootstrap/44621
657         * configure.ac: Fix unportable shell quoting.
658         * configure: Regenerate.
659
660 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
661
662         * configure.ac (enable-lto): Add Darwin to the list of supported lto
663         targets and amend comment.
664         * configure: Regenerate.
665
666 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
667
668         * MAINTAINERS (Write After Approval): Add myself.
669
670 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
671
672         * configure.ac: Enable LTO by default on Darwin.
673         * configure: Regenerate.
674
675 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
676
677         * MAINTAINERS (Write After Approval): Add myself.
678
679 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
680
681         * MAINTAINERS (Write After Approval): Add myself.
682
683 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
684
685         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
686         ports
687
688 2010-07-28  David Yuste  <david.yuste@gmail.com>
689
690         * MAINTAINERS (Write After Approval): Add myself.
691
692 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
693
694         * configure.ac: Support all v850 targets.
695         * configure: Regenerate.
696
697 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
698
699         PR bootstrap/44455
700         * configure.ac (extra_mpfr_configure_flags): Copy from
701         extra_mpc_gmp_configure_flags.
702         * configure: Re-generated.
703
704 2010-07-22  Andi Kleen  <ak@linux.intel.com>
705
706         * MAINTAINERS (Write After Approval): Add myself.
707
708 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
709
710         * MAINTAINERS (Write After Approval): Add myself.
711
712 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
713
714         * MAINTAINERS (Write After Approval): Add myself.
715
716 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
717
718         PR target/44862
719         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
720         Provide -B option to allow for link spec %s substitutions for
721         libstdc++.a on darwin.
722         * Makefile.in: Regenerate.
723
724 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
725
726         * MAINTAINERS (Reviewers): Update my e-mail address
727
728 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
729
730         * Makefile.def (configure-gcc): Depend on all-libelf.
731         * Makefile.in: Rebuild.
732
733 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
734
735         * MAINTAINERS (Write After Approval): Add myself in the right place.
736
737 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
738
739         * MAINTAINERS (Write After Approval): Add myself.
740
741 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
742
743         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
744
745 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
746
747         * config.sub: Update to version 2010-05-21.
748         * config.guess: Update to version 2010-04-03.
749
750 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
751
752         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
753         * configure: Regenerate.
754
755 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
756
757         * MAINTAINERS (Write After Approval): Add myself.
758
759 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
760
761         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
762         a platform that supports LTO.
763         * configure: Regenerate.
764
765 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
766
767         * configure.ac: Allow all the versions greater than 0.10 of PPL.
768         * configure: Regenerated.
769
770 2010-04-27  Roland McGrath  <roland@redhat.com>
771             H.J. Lu  <hongjiu.lu@intel.com>
772
773         * configure.ac (--enable-gold): Support both, both/gold and
774         both/bfd to add gold to configdirs without removing ld.
775         * configure: Regenerated.
776
777         * Makefile.def: Add install-gold dependency to install-ld.
778         * Makefile.in: Regenerated.
779
780 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
781
782         PR lto/42776
783         * configure.ac (--enable-lto): Refactor handling so libelf tests
784         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
785         and allow LTO to be explicitly enabled on non-ELF platforms that
786         are known to support it inside else-clause.
787         * configure: Regenerate.
788
789 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
790
791         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
792         * configure: Regenerate.
793
794 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
795
796         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
797         * configure: Regenerate.
798
799 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
800
801         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
802         separately.
803         * configure: Regenerate.
804
805 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
806
807         * MAINTAINERS (Write After Approval): Add myself.
808
809 2010-04-14  Tristan Gingold  <gingold@adacore.com>
810
811         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
812         * configure: Regenerate.
813
814 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
815
816         * configure: Regenerate after change to elf.m4.
817
818 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
819
820         * MAINTAINERS (Write After Approval): Add myself.
821
822 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
823
824         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
825         * configure: Regenerated.
826
827 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
828
829         * configure.ac: Print "buggy but acceptable" when CLooG
830         revision is less than 9.
831         * configure: Regenerated.
832
833 2010-04-01  Diego Novillo  <dnovillo@google.com>
834
835         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
836
837 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
838
839         PR bootstrap/43615
840         PR bootstrap/43328
841
842         Revert:
843
844         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
845
846         * configure.ac: Do not pass --enable-multilib nor
847         --disable-multilib in baseargs.  Accept explicitly passed
848         --enable_multilib.
849         * configure: Regenerate.
850
851 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
852
853         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
854
855 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
856
857         * MAINTAINERS: Remove myself.
858
859 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
860
861         PR bootstrap/43328
862         * configure.ac: Do not pass --enable-multilib nor
863         --disable-multilib in baseargs.  Accept explicitly passed
864         --enable_multilib.
865         * configure: Regenerate.
866
867 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
868
869         * MAINTAINERS (spu port): Remove me.
870
871 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
872
873         * configure.ac (tic6x-*-*): New case.
874         * configure: Regenerate.
875
876 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
877
878         * config.sub: Update to version 2010-03-22.
879         * config.guess: Update to version 2009-12-30.
880
881 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
882
883         PR ada/42554
884         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
885         * configure: Regenerate.
886
887 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
888
889         * MAINTAINERS: Update my email address.
890
891 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
892
893         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
894         (ghassan.shobaki@amd.com): Removed.
895
896 2010-03-17  Alan Modra  <amodra@gmail.com>
897
898         * MAINTAINERS: Update my email address.
899
900 2010-03-16  Diego Novillo  <dnovillo@google.com>
901
902         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
903         Matthews.
904
905 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
906
907         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
908         Gutson, Jeffrey D. Oldham and Mark Shinwell.
909
910 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
911
912         * MAINTAINERS: Update my email address.
913
914 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
915
916         * MAINTAINERS: Update my email address.
917
918 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
919
920         * MAINTAINERS: Update my email address.
921
922 2010-03-09  Jie Zhang  <jie@codesourcery.com>
923
924         * MAINTAINERS: Update my email address.
925
926 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
927
928         PR libstdc++/32499
929         * configure.ac (RANLIB): Default to true.
930         (STRIP): Likewise.
931         (RANLIB_FOR_TARGET): Remove superfluous : argument.
932         * configure: Regenerate.
933
934 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
935
936         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
937         (Write After Approval): Update my email address.
938
939 2010-02-17  Nick Clifton  <nickc@redhat.com>
940
941         PR 11238
942         * Makefile.tpl (local-distclean): Also remove config.cache files in
943         sub-directories as there may not be Makefiles present in the
944         sub-directories.
945         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
946         the config.cache files found by the find command.
947
948         * Makefile.in: Regenerate.
949         * configure.ac: Revert previous delta.
950         * configure: Regenerate.
951
952 2010-02-15  Nick Clifton  <nickc@redhat.com>
953
954         PR 11238
955         * configure.ac: Delete config.cache files in sub-directories when
956         deleting Makefiles.
957         * configure: Regenerate.
958
959 2010-02-12  Ben Elliston  <bje@gnu.org>
960
961         * MAINTAINERS: Update my email address.
962
963 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
964
965         * MAINTAINERS (spu port): Update my email address.
966
967 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
968
969         * MAINTAINERS: Add myself as a maintainer for the bfin port.
970
971 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
972
973         * configure.ac: Add "recommended" version checks for GMP/MPC.
974         Update recommended GMP/MPFR/MPC versions.
975         * configure: Regenerate.
976
977 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
978
979         * MAINTAINERS: Move my Embecosm email address into the
980         write-after-approval section.
981
982 2010-01-26  Ian Lance Taylor  <iant@google.com>
983
984         * MAINTAINERS: Add myself as Go frontend maintainer.
985
986 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
987
988         PR libstdc++/36101, PR libstdc++/42813
989         * configure.ac (bootstrap_target_libs): Make inclusion of
990         target-libgomp conditional on libgomb being in target_configdirs.
991         * configure: Regenerate.
992
993 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
994
995         PR libstdc++/36101, PR libstdc++/42813
996         * configure.ac (bootstrap_target_libs): Include target-libgomp.
997         * configure: Regenerate.
998
999 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1000
1001         PR libstdc++/36101, PR libstdc++/42813
1002         * configure.ac (target_configdirs): Substitute.
1003         * Makefile.def: Bootstrap target module libgomp.
1004         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1005         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1006         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1007         * configure, Makefile.in: Regenerate.
1008
1009 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1010
1011         * MAINTAINERS: Adjust my details.
1012
1013 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1014
1015         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1016
1017 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1018
1019         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1020
1021 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1022
1023         * MAINTAINERS (Write After Approval): Add myself.
1024
1025 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1026
1027         * MAINTAINERS (Write After Approval): Add myself.
1028
1029 2010-01-11  Richard Guenther  <rguenther@suse.de>
1030
1031         PR lto/41569
1032         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1033         * Makefile.in: Regenerated.
1034
1035 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1036
1037         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1038         * configure: Regenerate.
1039
1040 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1041             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1042
1043         PR bootstrap/42424
1044         * configure.ac: Include libtool m4 files.
1045         (_LT_CHECK_OBJDIR): Call it.
1046         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1047         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1048
1049         * configure: Regenerate.
1050
1051 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1052
1053         PR bootstrap/41818
1054         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1055         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1056         * Makefile.in: Regenerate.
1057
1058 2010-01-02  Richard Guenther  <rguenther@suse.de>
1059
1060         PR lto/41529
1061         * configure.ac: Include config/elf.m4.  Disable LTO if not
1062         builting for an elf target.
1063         * configure: Regenerate.
1064
1065 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1066
1067         * MAINTAINERS: Change my email address.
1068
1069 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1070
1071         * config.sub, config.guess: Update from upstream sources.
1072
1073 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1074
1075         * MAINTAINERS (Write After Approval): Add myself.
1076
1077 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1078
1079         PR middle-end/30447
1080         PR middle-end/30789
1081         PR other/40302
1082
1083         * configure.ac: Require MPC.
1084         * configure: Regenerate.
1085
1086 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1087
1088         PR target/38384
1089         PR bootstrap/40972
1090         * libtool.m4: Sync from git Libtool.
1091         * ltoptions.m4: Likewise.
1092         * ltversion.m4: Likewise.
1093         * lt~obsolete.m4: Likewise.
1094         * ltmain.sh: Likewise.
1095
1096 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1097
1098         * configure.ac: Update minimum MPC version to 0.8.
1099         * configure: Regenerate.
1100
1101 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1102
1103         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1104         * configure: Regenerated.
1105
1106 2009-11-21  Ian Lance Taylor  <iant@google.com>
1107
1108         * configure.ac: Change default of poststage1_ldflags to be empty if
1109         poststage1_libs is set.  When poststage1_libs is empty, and
1110         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1111         * configure: Rebuild.
1112
1113 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1114
1115         * MAINTAINERS (Write After Approval): Update my email address.
1116
1117 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1118
1119         * config.guess: Update from upstream sources.
1120
1121 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1122
1123         * Makefile.def: Restore host and target settings for gmp.
1124         * Makefile.in: Rebuild.
1125
1126 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1127
1128         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1129         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1130         Fix portability of test of C++ as bootstrap language.  Add
1131         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1132         * configure: Rebuild.
1133         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1134         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1135         in-tree building.
1136         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1137         (POSTSTAGE1_HOST_EXPORTS): Use it.
1138         (STAGE[+id+]_CXXFLAGS): New.
1139         (BASE_FLAGS_TO_PASS): Pass it down.
1140         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1141         extra_exports.
1142         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1143         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1144         extra_exports.
1145         * Makefile.in: Rebuild.
1146
1147 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1148
1149         * config.sub, config.guess: Update from upstream sources.
1150
1151 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1152
1153         * MAINTAINERS (Write After Approval): Add myself.
1154
1155 2009-11-09  Jon Beniston  <jon@beniston.com>
1156
1157         * MAINTAINERS (Write After Approval): Add myself.
1158
1159 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1160
1161         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1162         paths for *-w64-mingw* and x86_64-*mingw*.
1163         * configure: Regenerated.
1164
1165 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1166
1167         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1168
1169 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1170
1171         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1172         Phil Edwards to Write-After Approval.
1173
1174 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1175
1176         * configure.ac: Disable target-winsup & co for
1177         x86_64-*-mingw* and *-w64-mingw* targets.
1178         * configure: Regenerated.
1179
1180 2009-10-16  Nick Clifton  <nickc@redhat.com>
1181
1182         * MAINTAINERS: Add myself as a maintainer for the RX port.
1183
1184 2009-10-26  Johannes Singler  <singler@kit.edu>
1185
1186         * MAINTAINERS (Write After Approval): Update my e-mail address.
1187
1188 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1189
1190         * configure.ac (CLooG test): Use = with test.
1191         * configure: Regenerate.
1192
1193 2009-10-22  Richard Guenther  <rguenther@suse.de>
1194
1195         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1196         cloog if the ppl version check failed.  Move flags saving
1197         before setting in libelf check.
1198         * configure: Regenerate.
1199
1200 2009-10-21  Richard Guenther  <rguenther@suse.de>
1201
1202         * configure.ac: Adjust the ppl and cloog configure to work as
1203         documented.  Disable cloog if ppl was disabled.  Omit the version
1204         checks if they were disabled.
1205         * configure: Re-generate.
1206
1207 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1208
1209         * configure.ac: Add 'lto' to enable_languages, not
1210         new_enable_languages, and only if not already present.
1211         * configure: Regenerate.
1212
1213 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1214
1215         * README: Refer to the various COPYING* files instead of just
1216         COPYING.
1217         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1218
1219 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1220
1221         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1222         
1223 2009-10-07  Richard Guenther  <rguenther@suse.de>
1224
1225         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1226         and Richard Guenther as reviewers.
1227         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1228         as reviewers.
1229
1230 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1231
1232         * config.sub: Update from upstream sources.
1233
1234 2009-10-06  Ian Lance Taylor  <iant@google.com>
1235
1236         * Makefile.def: check-gold depends upon all-gas.
1237         * Makefile.in: Rebuild.
1238
1239 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1240
1241         * MAINTAINERS (Write After Approval): Add myself.
1242
1243 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1244
1245         * Makefile.def: all-lto-plugin depends on all-libiberty.
1246         set bootstrap=true for lto-plugin.
1247         Add lto-plugin.
1248         * Makefile.in: Regenerate.
1249         * configure.ac (host_libs): Add lto-plugin.
1250         * configure: Regenerate.
1251
1252 2009-10-03  Diego Novillo  <dnovillo@google.com>
1253
1254         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1255         (HOST_LIBELFLIBS): Define.
1256         (HOST_LIBELFINC): Define.
1257         * Makefile.in: Regenerate.
1258         * configure.ac: Add --enable-lto.
1259         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1260         If --enable-lto is used, add 'lto' to new_enable_languages.
1261         If --enable-lto is used and gold is enabled, add
1262         lto-plugin to configdirs.
1263         * configure: Regenerate.
1264
1265 2009-10-03  Simon Baldwin  <simonb@google.com>
1266
1267         * configure.ac: If --with-system-zlib, suppress local zlib and
1268         pass --with-system-zlib to subdir configure scripts.
1269         * configure: Regenerate.
1270
1271 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1272             Paolo Bonzini  <bonzini@gnu.org>
1273
1274         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1275         $(srcdir).
1276         * Makefile.in: Rebuilt.
1277
1278 2009-09-26  Gary Funck  <gary@intrepid.com>
1279
1280         * MAINTAINERS (Write After Approval): Add myself.
1281
1282 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1283
1284         * configure.ac: Update minimum MPC version to 0.7.
1285         * configure: Regenerate.
1286
1287 2009-09-25  Nick Clifton  <nickc@redhat.com>
1288
1289         * configure.ac: Pass any --cache-file=/dev/null option on to
1290         subconfigures.
1291         * configure: Regenerate.
1292
1293 2009-09-23  Nick Clifton  <nickc@redhat.com>
1294
1295         * config.sub, config.guess: Update from upstream sources.
1296
1297 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1298
1299         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1300         * Makefile.in: Rebuilt.
1301
1302 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1303
1304         PR bootstrap/32272
1305         * configure.ac: Error out if $srcdir isn't '.' but contains
1306         host-${host_noncanonical}.
1307         * configure: Regenerate.
1308
1309 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1310
1311         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1312         maintainer.
1313
1314 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1315
1316         * configure.ac: If bootstrapping a combined tree with
1317         --enable-gold, require c++ in stage1_languages.
1318         * configure: Regenerate.
1319
1320         * configure.ac: Also add target_libs of stage1_languages to
1321         bootstrap_target_libs.
1322         * configure: Regenerate.
1323
1324         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1325         with --enable-languages not containing c++.
1326         * configure: Regenerate.
1327
1328 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1329
1330         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1331         * configure: Regenerate.
1332
1333 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1334
1335         * MAINTAINERS (Write After Approval): Update my e-mail address,
1336         and move from from here...
1337         (Waiting for paperwork): To here.
1338
1339 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1340
1341         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1342
1343 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1344
1345         * configure.ac: Do not use $extrasub for replacing @if/@endif
1346         parts in Makefile; instead, use additional arguments to
1347         AC_CONFIG_COMMANDS to do the replacement manually, with several
1348         sed invocations, to avoid HP-UX sed command limits.
1349         * configure: Regenerate.
1350
1351 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1352
1353         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1354         blank before -L.
1355
1356 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1357
1358         * configure.ac (with-build-config): Document.  Handle without.
1359         Handle missing argument.
1360         * configure: Rebuilt.
1361
1362 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1363
1364         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1365         Default to bootstrap-debug only if compare-debug works.
1366         * configure: Rebuilt.
1367         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1368         * Makefile.in: Rebuilt.
1369
1370 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1371
1372         * MAINTAINERS (OS Port Maintainers): Update my email address.
1373
1374 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1375
1376         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1377         * Makefile.in: Rebuilt.
1378
1379 2009-09-01  Chris Demetriou  <cgd@google.com>
1380
1381         * MAINTAINERS (Write After Approval): Add myself.
1382
1383 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1384
1385         PR debug/30161
1386         * include/dwarf2.h (enum dwarf_tag): Added
1387         DW_TAG_GNU_template_template_param
1388         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1389
1390 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1391
1392         * Makefile.tpl (AWK): Fix typo.
1393         * Makefile.in: Regenerate.
1394
1395 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1396
1397         * configure.ac: Detect awk and sed.
1398         * Makefile.def (flags_to_pass): Add AWK and SED.
1399         * Makefile.tpl (AWK, SED): New.
1400         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1401         * configure: Regenerate.
1402         * Makefile.in: Regenerate.
1403
1404 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1405
1406         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1407         (collapseslashes): Likewise.
1408
1409 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1410
1411         * configure.ac (AC_PREREQ): Bump to 2.64.
1412
1413 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1414
1415         * configure.ac: Remove --with-datarootdir, --with-docdir,
1416         --with-pdfdir, --with-htmldir switches.
1417         * configure: Regenerate.
1418
1419         * configure: Regenerate.
1420
1421         * compile: Sync from Automake 1.11.
1422         * depcomp: Likewise.
1423         * install-sh: Likewise.
1424         * missing: Likewise.
1425         * mkinstalldirs: Likewise.
1426         * ylwrap: Likewise.
1427
1428 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1429
1430         * ltmain.sh (func_normal_abspath): New function.
1431         (func_relative_path): Likewise.
1432         (func_mode_help): Document new -bindir option for link mode.
1433         (func_mode_link): Add new -bindir option, and use it to place
1434         output DLL if specified.
1435
1436 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1437
1438         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1439         (baseargs): Add --disable-option-checking.
1440         * configure: Regenerate.
1441
1442         * Makefile.def (configure-target-libiberty): Depend on
1443         all-binutils and all-ld.
1444         (configure-target-newlib): Likewise.
1445         * Makefile.in: Regenerate.
1446
1447 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1448
1449         * config.sub, config.guess: Update from upstream sources.
1450
1451 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1452
1453         Sync from src, merge:
1454
1455         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1456
1457         * configure.ac: Do not exclude gas for i386-*-darwin.
1458         Add a case for x86_64-*-darwin.
1459         * configure: Regenerate.
1460
1461 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1462
1463         * MAINTAINERS: Add my name to Write After Approval list.
1464
1465 2009-08-06  Michael Eager  <eager@eagercon.com>
1466
1467         * configure.ac: Add Microblaze target.
1468         * configure: Regenerate.
1469
1470 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1471
1472         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1473         * configure: Regenerate.
1474         
1475 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1476
1477         * MAINTAINERS (Write After Approval): Update my e-mail address.
1478
1479 2009-07-06  Ian Lance Taylor  <iant@google.com>
1480
1481         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1482         * configure: Rebuild.
1483
1484 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1485
1486         * MAINTAINERS: Move myself to the Graphite Reviewers.
1487
1488 2009-06-30  Wei Guozhi  <carrot@google.com>
1489
1490         * MAINTAINERS: Add my name to Write After Approval list.
1491
1492 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1493
1494         PR bootstrap/40338
1495         * configure.ac (comparestring): Create new variable.
1496         * Makefile.tpl (comparestring): Use to skip some comparisions.
1497         * configure: Regenerate.
1498         * Makefile.in: Regenerate.
1499
1500 2009-06-26  Doug Evans  <dje@sebabeach.org>
1501
1502         * Makefile.def (host_modules): Add cgen.
1503         * Makefile.in: Regenerate.
1504         * configure.ac (host_tools): Add cgen.
1505         * configure: Regenerate.
1506
1507 2009-06-23  DJ Delorie  <dj@redhat.com>
1508
1509         * MAINTAINERS: Add myself as mep maintainer.
1510
1511 2009-06-23  Ian Lance Taylor  <iant@google.com>
1512
1513         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1514         boot_languages.  Only bootstrap target libraries listed in
1515         target_libs for some boot language.  Add --with-stage1-ldflags,
1516         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1517         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1518         if not building with C++.
1519         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1520         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1521         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1522         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1523         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1524         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1525         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1526         * configure, Makefile.in: Rebuild.
1527
1528 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1529
1530         * MAINTAINERS: Added my name to write-after-approval list.
1531
1532 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1533
1534         * configure.ac: Define is_elf for QNX Neutrino targets.
1535         * configure: Regenerate.
1536
1537 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1538
1539         * MAINTAINERS: Added my name to the write-after-approval list
1540
1541 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1542
1543         * configure.ac: Detect MPC in default directory.
1544         * configure: Regenerate.
1545
1546 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1547             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1548
1549         * Makefile.tpl (all): Avoid a trailing backslash.
1550         * Makefile.in: Regenerate.
1551
1552 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1553
1554         * config.sub, config.guess: Update from upstream sources.
1555
1556 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1557
1558         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1559         to noconfdirs.
1560         * configure: Regenerate.
1561
1562 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1563
1564         * Makefile.tpl ([+compare-target+]): Compare all stage
1565         directories, rather than just gcc.
1566         * Makefile.in: Rebuilt.
1567
1568 2009-06-01  Doug Kwan  <dougkwan@google.com>
1569
1570         * configure.ac: Support gold for target arm*-*-*.
1571         * configure: Regenerate.
1572
1573 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1574
1575         * Makefile.def: Add MPC support and dependencies.
1576         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1577
1578         * Makefile.in, configure: Regenerate.
1579
1580 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1581
1582         * Makefile.tpl (all): Avoid harmless warning in make all when
1583         gcc-bootstrap is enabled but stage_last does not exist.
1584         * Makefile.in: Rebuilt.
1585
1586 2009-05-24  Nicolas Roche  <roche@adacore.com>
1587
1588         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1589         * Makefile.in: Regenerate.
1590
1591 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1592
1593         * MAINTAINERS: Update my e-mail address.
1594
1595 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1596
1597         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1598         * configure:  Regenerate.
1599
1600 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1601
1602         PR other/40159
1603         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1604         gcc-no-bootstrap are mutually exclusive.
1605         * Makefile.in: Rebuilt.
1606
1607 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1608
1609         PR other/40159
1610         * Makefile.tpl (all): Don't end with unconditional success.
1611         * Makefile.in: Rebuilt.
1612
1613 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1614
1615         PR target/37137
1616         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1617         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1618         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1619         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1620         stage_configureflags, stage_cflags and stage_libcflags into
1621         explicit Makefile macros.
1622         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1623         GFORTRAN.
1624         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1625         CC.  Set CC_FOR_BUILD from CC.
1626         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1627         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1628         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1629         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1630         and GFORTRAN.
1631         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1632         (_LIBCFLAGS): Renamed to _TFLAGS.
1633         (do-compare-debug, do-compare3-debug): Drop.
1634         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1635         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1636         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1637         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1638         (XGCC_FLAGS_FOR_TARGET): New.
1639         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1640         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1641         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1642         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1643         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1644         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1645         TFLAGS.
1646         (BUILD_CONFIG): Include if requested.
1647         (all): Set TFLAGS on bootstrap.
1648         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1649         (all-stageid-prefixmodule): Likewise.
1650         (do-clean, distclean-stageid): Set TFLAGS.
1651         (restrap): Fix whitespace.
1652         * Makefile.in: Rebuilt.
1653
1654 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1655
1656         * config.guess: Sync with src.
1657
1658 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1659
1660         * configure.ac ($with_ppl):  Default to no if not supplied.
1661         ($with_cloog):  Likewise.
1662         configure:  Regenerate.
1663
1664 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1665
1666         * MAINTAINERS: Update my e-mail address.
1667
1668 2009-04-27  Nick Clifton  <nickc@redhat.com>
1669
1670         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1671
1672 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1673
1674         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1675         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1676         * Makefile.in: Regenerate.
1677
1678 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1679
1680         PR bootstrap/39739
1681         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1682         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1683
1684         * configure, Makefile.in: Regenerate.
1685
1686 2009-04-21  Taras Glek  <tglek@mozilla.com>
1687
1688         * include/hashtab.h: Update GTY annotations to new syntax
1689         * include/splay-tree.h: Likewise
1690
1691 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1692
1693         * config.sub, config.guess: Update from upstream sources.
1694
1695 2009-04-15  Anthony Green  <green@moxielogic.com>
1696
1697         * configure.ac: Add moxie support.
1698         * configure: Rebuilt.
1699
1700 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1701
1702         * configure.ac: Change copyright header to refer to version
1703         3 of the GNU General Public License and to point readers at the
1704         COPYING3 file and the FSF's license web page.
1705         * Makefile.def: Likewise.
1706         * Makefile.tpl: Likewise.
1707         * Makefile.in: Regenerate.
1708
1709 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1710
1711         * configure.ac: Restore match for darwin9 or later. Use double
1712         brackets since regeneration eats one pair.
1713         * configure: Regenerate.
1714
1715 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1716
1717         PR gas/10039
1718         * configure.ac: Require texinfo 4.7.
1719         * configure: Regenerated.
1720
1721 2009-04-09  Nick Clifton  <nickc@redhat.com>
1722
1723         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1724         the GCC Runtime Library Exception.
1725
1726 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1727
1728         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1729         * configure: Regenerate.
1730
1731 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1732
1733         * Makefil.def (languages): New entries.
1734         * Makefile.tpl (check-gcc-*): New generic target.
1735         * Makefile.in: Regenerate.
1736
1737 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1738
1739         * MAINTAINERS:  Update my email address.
1740
1741 2009-03-18  Tom Tromey  <tromey@redhat.com>
1742
1743         * configure: Rebuild.
1744         * configure.ac (host_libs): Add libiconv.
1745         * Makefile.in: Rebuild.
1746         * Makefile.def (host_modules): Add libiconv.
1747         (configure-gdb, all-gdb): Depend on libiconv.
1748
1749 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1750
1751         * configure.ac: Treat gdb as supported on x86_64-darwin.
1752         * configure: Regenerate.
1753
1754 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1755
1756         * configure.ac (--with-host-libstdcxx): New option.
1757         * configure: Regenerate.
1758
1759 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1760
1761         * MAINTAINERS:  Move myself into the write after approval list.
1762
1763 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1764
1765         * MAINTAINERS: Update e-mail address.
1766         
1767 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1768
1769         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1770
1771 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1772
1773         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1774
1775 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1776
1777         Backport from git Libtool:
1778
1779         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1780         Support GNU/kOpenSolaris.
1781         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1782         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1783         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1784         GNU/kOpenSolaris.
1785
1786 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1787
1788         * MAINTAINERS: Update e-mail address.
1789
1790 2009-02-24  Michael Eager  <eager@eagercon.com>
1791
1792         * MAINTAINERS (Write After Approval): Add self.
1793
1794 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1795
1796         * MAINTAINERS (Write After Approval): Add myself.
1797
1798 2009-02-05  Andreas Schwab  <schwab@suse.de>
1799
1800         * Makefile.tpl (stage_last): Define $r and $s before using
1801         $(RECURSE_FLAGS_TO_PASS).
1802         * Makefile.in: Regenerate
1803
1804 2009-01-30  Ian Lance Taylor  <iant@google.com>
1805
1806         * MAINTAINERS: Move myself to the Global Reviewers list.
1807
1808 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1809
1810         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1811         * configure: Regenerate.
1812
1813 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1814
1815         * MAINTAINERS: Make whitespace consistent.
1816         Remove Robert Millan from Write After Approval.
1817
1818 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1819
1820         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1821         (all-opcodes): Depend on all-libiberty.
1822         * Makefile.in: Regenerate.
1823
1824 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1825
1826         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1827         * configure: Regenerate.
1828
1829 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1830
1831         * MAINTAINERS (Write After Approval): Add myself.
1832
1833 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1834
1835         * MAINTAINERS: Add myself to reviewers (Fortran).
1836
1837 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1838
1839         PR tree-optimization/38515
1840         * configure.ac (cloog-polylib): Removed.
1841         (with_ppl, with_cloog): Test for "no".
1842         * configure: Regenerated.
1843
1844 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1845
1846         * MAINTAINERS: Moved myself to reviewers (Fortran).
1847
1848 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1849
1850         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1851         (Write After Approval): Remove myself.
1852
1853 2009-01-03  Diego Novillo  <dnovillo@google.com>
1854
1855         * MAINTAINERS: Remove myself from alias maintainership.
1856
1857 2009-01-02  David Ayers  <ayers@fsfe.org>
1858
1859         * MAINTAINERS: Update e-mail address.
1860
1861 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1862
1863         * MAINTAINERS: Make whitespace consistent.
1864
1865 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1866
1867         Backport from upstream Libtool:
1868         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1869         Add cache variables to tests that require the linker to work.
1870         For shlibpath_overrides_runpath, this also changes the semantics
1871         to let the result from the C compiler take precedence.
1872
1873 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1874
1875         * config.sub, config.guess: Update from upstream sources.
1876
1877 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1878
1879         * configure.ac (ppllibs): Add by default the lib flags.
1880         * configure: Regenerate.
1881
1882 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1883
1884         * MAINTAINERS:  Add myself to the write after approval list.
1885
1886 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1887
1888         * configure.ac: Add double brackets on darwin[912].
1889         * configure: Regenerate.
1890
1891 2008-12-03  Daniel Kraft  <d@domob.eu>
1892
1893         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1894         Approval to Reviewer section (for Fortran front-end).
1895
1896 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1897
1898         * configure.ac: Expand to darwin10 and later.
1899         * configure: Regenerate.
1900
1901 2008-12-02  Andreas Schwab  <schwab@suse.de>
1902
1903         * Makefile.def: configure-target-boehm-gc depends on
1904         all-target-libstdc++-v3.
1905         * Makefile.in: Regenerate.
1906
1907 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1908
1909         * MAINTAINERS:  Add myself as mingw maintainer.
1910
1911 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1912
1913         * config.sub, config.guess: Update from upstream sources.
1914
1915 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1916
1917         * README.SCO: Remove.
1918
1919 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1920
1921         * MAINTAINERS:  Add myself to the write after approval list.
1922
1923 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1924
1925         * MAINTAINERS:  Update my email address in WAA section.
1926
1927 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1928
1929         * MAINTAINERS: Update e-mail address.
1930
1931 2008-11-27  Toon Moene  <toon@moene.org>
1932
1933         * MAINTAINERS: Change e-mail address.
1934
1935 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1936
1937         * configure.ac: Build gdb for i?86-*-darwin*
1938         * configure: Regenerated.
1939
1940 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1941
1942         * MAINTAINERS: Added my full name.
1943
1944 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1945
1946         PR bootstrap/38014
1947         PR bootstrap/37923
1948
1949         Revert:
1950
1951         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1952
1953         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1954         * Makefile.in: Regenerated.
1955
1956         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1957
1958         PR gdb/921
1959         PR gdb/1646
1960         PR gdb/2175
1961         PR gdb/2176
1962
1963         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1964         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1965         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1966         (HOST_EXPORTS): Pass CPPFLAGS.
1967         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1968         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1969         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1970         * Makefile.in, configure: Regenerated.
1971         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1972         and CPPFLAGS_FOR_BUILD.
1973
1974 2008-11-06  Jeff Law  <law@redhat.com>
1975
1976         * MAINTAINERS: Add myself as middle end maintainer.
1977
1978 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1979
1980         * MAINTAINERS (Write after approval): Add myself.
1981
1982 2008-11-05  Diego Novillo  <dnovillo@google.com>
1983
1984         * MAINTAINERS (Global Reviewers): Add myself.
1985         (Non-Algorithmic Maintainers): Remove myself.
1986
1987 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1988
1989         * MAINTAINERS (Write after approval): Add myself.
1990
1991 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1992
1993         * MAINTAINERS (Write after approval): Add myself.
1994
1995 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1996
1997         * configure.ac (spu-*-*): Remove special case.
1998         * configure: Regenerate.
1999
2000 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2001
2002         * MAINTAINERS (Write after approval): Update my email address.
2003
2004 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2005
2006         * configure.ac [spu-*-*]: Do not set skipdirs.
2007         * configure: Re-generate.
2008
2009 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2010
2011         * MAINTAINERS (Various Maintainers): Add myself to reload.
2012
2013 2008-10-25  Richard Guenther  <rguenther@suse.de>
2014
2015         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2016         maintainer.  Remove myself as libgcc-math maintainer.
2017         (Non-Algorithmic Maintainers): Remove myself.
2018
2019 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2020
2021         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2022         * Makefile.in: Regenerated.
2023
2024 2008-10-23  Cary Coutant  <ccoutant@google.com>
2025
2026         * MAINTAINERS (Write after approval): Add myself.
2027
2028 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2029
2030         PR gdb/921
2031         PR gdb/1646
2032         PR gdb/2175
2033         PR gdb/2176
2034
2035         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2036         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2037         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2038         (HOST_EXPORTS): Pass CPPFLAGS.
2039         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2040         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2041         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2042         * Makefile.in, configure: Regenerated.
2043         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2044         and CPPFLAGS_FOR_BUILD.
2045
2046 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2047
2048         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2049         Sebastian Pop.
2050
2051 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2052
2053         * MAINTAINERS (Write After Approval): Added myself.
2054
2055 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2056
2057         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2058         recommended version to 2.3.2.
2059
2060         * configure: Regenerate.
2061
2062 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2063
2064         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2065
2066 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2067
2068         * MAINTAINERS (Write After Approval): Update e-mail address.
2069
2070 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2071
2072         * libtool.m4: Update to libtool 2.2.6.
2073         * lt~obsolete.m4: Update to libtool 2.2.6.
2074         * ltmain.sh: Update to libtool 2.2.6.
2075         * ltsugar.m4: Update to libtool 2.2.6.
2076         * ltversion.m4: Update to libtool 2.2.6.
2077         * ltoptions.m4: Update to libtool 2.2.6.
2078         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2079
2080 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2081
2082         * MAINTAINERS (Write After Approval): Add myself.
2083
2084 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2085
2086         * MAINTAINERS (Write After Approval): Update my name.
2087
2088 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2089
2090         * MAINTAINERS: Add myself in "Write After Approval".
2091
2092 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2093
2094         * MAINTAINERS: Add myself as ia64 maintainer.
2095
2096 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2097
2098         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2099         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2100         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2101         and Michael Tiemann from Write After Approval since they do not
2102         actually have access.
2103
2104 2008-09-05  Richard Guenther  <rguenther@suse.de>
2105
2106         * configure.ac: Initialize clooglibs to -lcloog.
2107         * configure: Re-generate.
2108
2109 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2110
2111         * MAINTAINERS (Write After Approval): Add myself.
2112
2113 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2114
2115         * configure.ac (--with-cloog-polylib): New.
2116         (--disable-cloog-version-check): New.
2117         (--disable-ppl-version-check): New.
2118         * configure: Re-generate.
2119
2120 2008-09-03  Richard Guenther  <rguenther@suse.de>
2121
2122         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2123         cloog test.
2124         * configure: Re-generate.
2125
2126 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2127
2128         Add picoChip port.
2129         * MAINTAINERS: Add picoChip maintainers.
2130
2131 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2132             Tobias Grosser  <grosser@fim.uni-passau.de>
2133             Jan Sjodin  <jan.sjodin@amd.com>
2134             Harsha Jagasia  <harsha.jagasia@amd.com>
2135             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2136             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2137             Adrien Eliche  <aeliche@isty.uvsq.fr>
2138
2139         Merge from graphite branch.
2140         * configure: Regenerate.
2141         * Makefile.in: Regenerate.
2142         * configure.ac (host_libs): Add ppl and cloog.
2143         Add checks for PPL and CLooG.
2144         * Makefile.def (ppl, cloog): Added modules and dependences.
2145         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2146         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2147
2148 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2149
2150         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2151         (GCC_SHLIB_SUBDIR): New.
2152         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2153         * configure: Regenerate.
2154         * Makefile.in: Regenerate.
2155
2156 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2157
2158         * MAINTAINERS: Consistently use tabs to separate columns.
2159
2160 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2161
2162         * MAINTAINERS (Write after Approval): Add myself.
2163
2164 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2165
2166         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2167         Enable bfd, binutils and opcodes.
2168         * configure: Regenerate.
2169
2170 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2171
2172         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2173
2174 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2175
2176         * MAINTAINERS:  Use correct Umlaut for last name.
2177
2178 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2179
2180         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2181
2182 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2183
2184         * MAINTAINERS: Update my email address.
2185
2186 2008-08-16  Nicolas Roche  <roche@adacore.com>
2187
2188         * Makefile.tpl: Add BOOT_ADAFLAGS.
2189         * Makefile.in: Regenerate.
2190
2191 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2192
2193         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2194         * configure: Regenerate.
2195
2196 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2197
2198         * configure.ac: Add makefile fragments for hpux.
2199         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2200         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2201         * configure: Regenerate.
2202         * Makefile.in: Regenerate.
2203
2204 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2205
2206         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2207
2208 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2209
2210         * MAINTAINERS (Write after Approval): Add myself.
2211
2212 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2213
2214         * MAINTAINERS (Write After Approval):  Add myself.
2215
2216 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2217
2218         * MAINTAINERS (Write After Approval):  Add myself.
2219
2220 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2221
2222         * MAINTAINERS: Update my email address.
2223
2224 2008-06-25  Joey Ye  <joey.ye@intel.com>
2225
2226         * MAINTAINERS (Write After Approval):  Add myself.
2227
2228 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2229
2230         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2231         * Makefile.in: Regenerate.
2232         * configure: Regenerate.
2233
2234 2008-06-17  Daniel Kraft  <d@domob.eu>
2235
2236         * MAINTAINERS (Write After Approval):  Add myself.
2237
2238 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2239
2240         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2241         "$@" is still intact with both Autoconf 2.59 and 2.62.
2242         * configure: Regenerate.
2243
2244 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2245
2246         * Makefile.tpl: Fix comment errors.
2247         * Makefile.in: Regenerate.
2248
2249 2008-06-12  David S. Miller  <davem@davemloft.net>
2250             David Edelsohn  <edelsohn@gnu.org>
2251
2252         * configure.ac: Add powerpc*-*-* to gold supported targets.
2253         * configure: Regenerate.
2254
2255 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2256
2257         PR tree-optimization/36218
2258         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2259         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2260         (all prefix="build-"): Pass them to build-system sub-makes.
2261         * Makefile.in: Regenerate.
2262
2263 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2264
2265         * MAINTAINERS (mt port): Remove.
2266         (sco5, unixware, sco udk): Remove.
2267         (Kean Johnston): Add to Write After Approval.
2268
2269 2008-05-30  Julian Brown  <julian@codesourcery.com>
2270
2271         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2272         of libobjc for ARM EABI Linux.
2273         * configure: Regenerate.
2274
2275 2008-05-18  Xinliang David Li   <davidxl@google.com>
2276
2277         * ChangeLog: Remove wrong ChangeLog entry.
2278
2279 2008-05-17  Xinliang David Li   <davidxl@google.com>
2280
2281         * MAINTAINERS (Write After Approval): Add myself.
2282
2283 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2284
2285         * MAINTAINERS (Write After Approval): Add myself.
2286
2287 2008-05-14  Rafael Espíndola  <espindola@google.com>
2288
2289         * config-ml.in: don't handle --enable-shared and --enable-static.
2290
2291 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2292
2293         * MAINTAINERS: Update my email address.
2294
2295 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2296
2297         * MAINTAINERS: Update my email address.
2298
2299 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2300
2301         * MAINTAINERS (Write After Approval): Add myself.
2302
2303 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2304
2305         * MAINTAINERS (Write After Approval): Add myself.
2306
2307 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2308
2309         * MAINTAINERS (crx): Add myself.
2310
2311 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2312
2313         Sync with src:
2314         2008-04-14  David S. Miller  <davem@davemloft.net>
2315
2316         * configure.ac: Add sparc*-*-* to gold supported targets.
2317         * configure: Regenerate.
2318
2319 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2320
2321         PR bootstrap/35457
2322         * configure.ac: Include override.m4.
2323         * configure: Regenerate.
2324
2325 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2326
2327         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2328         * Makefile.in: Regenerate.
2329
2330 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2331
2332         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2333         as nonconfigurable directories list.
2334         * configure: Regenerate.
2335
2336 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2337
2338         * config.sub, config.guess: Update from upstream sources.
2339
2340 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2341
2342         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2343         * Makefile.in: Regenerate.
2344
2345 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2346
2347         * configure.ac: Do not build libssp for the AVR.
2348         * configure: Regenerate.
2349
2350 2008-04-07  Ian Lance Taylor  <iant@google.com>
2351
2352         * Makefile.def: check-gold depends upon all-binutils.
2353         * Makefile.in: Regenerate.
2354
2355 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2356
2357         * MAINTAINERS (Write After Approval): Add myself.
2358
2359 2008-04-04  Nick Clifton  <nickc@redhat.com>
2360
2361         PR binutils/4334
2362         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2363         builds.
2364         * configure: Regenerate.
2365
2366 2008-04-04  NightStrike  <NightStrike@gmail.com>
2367
2368         PR other/35151
2369         * configure.ac: Combine rules for mingw32 and mingw64.
2370         * configure: Regenerate.
2371
2372 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2373
2374         * MAINTAINERS (Write After Approval): Add myself.
2375
2376 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2377
2378         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2379         * Makefile.in (.NOTPARALLEL): Ditto.
2380
2381 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2382
2383         * MAINTAINERS (Write After Approval): Add myself.
2384
2385 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2386
2387         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2388         * Makefile.in (.NOTPARALLEL): Regenerate.
2389
2390 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2391
2392         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2393         * Makefile.in: Regenerate.
2394
2395 2008-03-26  Jakub Staszak  <kuba@et.pl>
2396
2397         * MAINTAINERS (Write After Approval): Add myself.
2398
2399 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2400
2401         * MAINTAINERS:  Update e-mail address.
2402
2403 2008-03-20  Ian Lance Taylor  <iant@google.com>
2404
2405         * configure.ac: Add support for --enable-gold.
2406         * Makefile.def: Add gold as a directory like ld.
2407         * configure, Makefile.in: Regenerate.
2408
2409 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2410
2411         * configure.ac: m4_include config/proginstall.m4.
2412         * configure: Regenerate.
2413
2414         Backport from upstream Libtool:
2415
2416         2007-10-12  Eric Blake  <ebb9@byu.net>
2417
2418         Deal with Autoconf 2.62's semantic change in m4_append.
2419         * ltsugar.m4 (lt_append): Replace broken versions of
2420         m4_append.
2421         (lt_if_append_uniq): Don't require separator to be overquoted,
2422         and avoid broken m4_append.
2423         (lt_dict_add): Fix typo.
2424         * libtool.m4 (_LT_DECL): Don't overquote separator.
2425
2426 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2427
2428         * config.rpath: Add AIX 6 support.
2429
2430 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2431
2432         * Makefile.def (stageprofile).  Remove -fprofile-generate
2433         from stage_libcflags.
2434         * Makefile.in: Regenerate.
2435
2436 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2437
2438         * config.sub, config.guess: Update from upstream sources.
2439
2440 2008-03-06  Tom Tromey  <tromey@redhat.com>
2441
2442         * MAINTAINERS: Update for treelang deletion.
2443
2444 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2445
2446         * MAINTAINERS: Update my email address.
2447
2448 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2449
2450         * MAINTAINERS (darwin port): Add myself as a maintainer.
2451         (objective-c/c++): Add myself as a maintainer.
2452
2453 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2454
2455         * MAINTAINERS (Write After Approval): Update my email address.
2456
2457 2008-02-25  Tomas Bily  <tbily@suse.cz>
2458
2459         * MAINTAINERS (Write After Approval): Add myself.
2460
2461 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2462
2463         * MAINTAINERS (OpenMP): Add myself.
2464
2465 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2466
2467         PR bootstrap/32009
2468         PR bootstrap/32161
2469
2470         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2471         * configure: Regenerate.
2472
2473         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2474         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2475         STAGE4_LIBCFLAGS): New.
2476         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2477         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2478         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2479         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2480         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2481         for target modules.  Don't export LIBCFLAGS.
2482         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2483         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2484         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2485         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2486         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2487         * Makefile.in: Regenerate.
2488
2489 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2490
2491         PR libgcj/33085
2492         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2493         Do not use -DDLL_EXPORT.  Backport from upstream.
2494
2495 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2496
2497         * MAINTAINERS (Write After Approval): Add myself.
2498
2499 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2500
2501         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2502         * configure: Regenerate.
2503
2504 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2505
2506         * configure.ac (xtensa*-*-*): Recognize processor variants.
2507         * configure: Regenerate.
2508
2509 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2510
2511         PR bootstrap/34922
2512         * configure.ac (PARSE_ARGS): Push suitable setting of
2513         ac_subdirs_all, for `./configure --help=recursive'.
2514         Handle `+' in generic toplevel directory disabling.
2515         * configure: Regenerate.
2516
2517 2008-01-28  Nick Clifton  <nickc@redhat.com>
2518
2519         * MAINTAINERS (xstormy16): Take over maintainership.
2520
2521 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2522
2523         * MAINTAINERS (c4x port): Remove.
2524
2525 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2526
2527         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2528
2529 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2530
2531         * config.sub, config.guess: Update from upstream sources.
2532
2533 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2534
2535         * MAINTAINERS (Write After Approval): Add myself.
2536
2537 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2538
2539         * MAINTAINERS: Update my email address.
2540
2541 2008-01-09  Raksit Ashok  <raksit@google.com>
2542
2543         * MAINTAINERS (Write After Approval): Add myself.
2544
2545 2008-01-09  Raksit Ashok  <raksit@google.com>
2546
2547         * MAINTAINERS (Write After Approval): Add myself.
2548
2549 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2550
2551         * config.sub, config.guess: Update from upstream sources.
2552
2553 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2554
2555         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2556         Change recommended MPFR from 2.2.1 -> 2.3.0.
2557         * configure: Regenerate.
2558
2559 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2560
2561         * MAINTAINERS: Update my email address.
2562
2563 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2564
2565         * MAINTAINERS: Update my email address.
2566
2567 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2568
2569         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2570         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2571         * Makefile.in: Regenerate.
2572
2573 2007-12-10  Mark Heffernan  <meheff@google.com>
2574
2575         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2576         misplaced entries.
2577
2578 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2579
2580         * configure.ac: Enable libjava for x86_64-*-darwin9.
2581         * configure: Regenerate.
2582
2583 2007-12-07  Bill Maddox  <maddox@google.com>
2584
2585         * MAINTAINERS (Write After Approval): Add myself.
2586
2587 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2588
2589         * config.sub, config.guess: Update from upstream sources.
2590
2591 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2592
2593         * config-ml.in: Remove 64bit configure tests.
2594
2595 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2596
2597         * config-ml.in: Robustify against white space in absolute file
2598         names.
2599
2600         * config-ml.in (multi-clean): Substitute ${Makefile}.
2601         Remove superfluous ${Makefile} in list.
2602
2603 2007-11-19  Thiemo Seufer  <ths@mips.com>
2604
2605         * config-ml.in: Don't hardcode the Makefile name.
2606
2607 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2608
2609         * MAINTAINERS (Write After Approval): Add myself.
2610
2611 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2612
2613         * MAINTAINERS (Write After Approval): Add myself.
2614
2615 2007-11-06  Doug Kwan  <dougkwan@google.com>
2616
2617         * MAINTAINERS (Write After Approval): Add myself.
2618
2619 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2620
2621         * MAINTAINERS (mercury): Remove entry.
2622         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2623
2624 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2625
2626         * Makefile.def (dependencies): Make configure-gdb depend on
2627         all-intl.
2628         * Makefile.in: Regenerated.
2629
2630 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2631
2632         * MAINTAINERS (Fortran maintainer): Remove myself.
2633
2634 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2635
2636         * Makefile.def: To avoid problems running with parallel makes,
2637         build newlib before libgloss so that target specific header
2638         files are availble.
2639         * Makefile.in: Regenerate
2640
2641 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2642
2643         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2644         * Makefile.in: Regenerate.
2645
2646 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2647
2648         * MAINTAINERS (Register allocation reviewer): Add myself.
2649
2650 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2651
2652         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2653         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2654         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2655         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2656         * configure: Regenerate.
2657
2658 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2659
2660         * MAINTAINERS (Register allocation reviewer): Add myself.
2661
2662 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2663
2664         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2665         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2666         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2667         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2668         * configure.ac: Default them to host tools for $host = $build.
2669         Subst them.
2670
2671         * configure: Regenerate.
2672         * Makefile.in: Regenerate.
2673
2674 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2675
2676         * MAINTAINERS (Register allocation reviewer): Add myself.
2677
2678 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2679
2680         * MAINTAINERS (Register allocation reviewer): Add myself.
2681
2682 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2683
2684         * MAINTAINERS (Write After Approval): Fix typo.
2685
2686 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2687
2688         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2689         * configure: Regenerate.
2690
2691 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2692
2693         PR bootstrap/31906
2694         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2695         they're already prefixed.
2696
2697 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2698
2699         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2700         libstdc++.
2701         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2702         * configure: Regenerate.
2703         * Makefile.in: Regenerate.
2704
2705 2007-09-17  Andreas Schwab  <schwab@suse.de>
2706
2707         * configure.ac: Raise minimum makeinfo version to 4.6.
2708         * configure: Regenerate.
2709
2710 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2711
2712         * MAINTAINERS (write-after-approval) add myself
2713
2714 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2715
2716         * configure.ac: Correct makeinfo version check.
2717         * configure: Regenerate.
2718
2719 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2720
2721         * MAINTAINERS: Update my email address.
2722
2723 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2724
2725         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2726         to $skipdirs and only disable gprof for newlib.  Use the normal
2727         mips*-elf* handling in other respects.
2728         * configure: Regnerate.
2729
2730 2007-09-12  David Daney  <ddaney@avtrex.com>
2731
2732         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2733         enabling libgcj.
2734         * configure: Regenerate.
2735
2736 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2737
2738         PR other/32154
2739         * configure.ac: For libgloss targets, point the linker to the linker
2740         script, startup code and simulator library.
2741         * configure: Regenerate.
2742
2743 2007-09-07  Andrew Haley  <aph@redhat.com>
2744
2745         * configure.ac (noconfigdirs): Remove target-libffi and
2746         target-libjava.
2747         * configure: Regenerate.
2748
2749 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2750
2751         PR target/33281
2752         * configure.ac: Use config/mh-mingw on mingw.
2753         * configure: Regenerate.
2754
2755 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2756
2757         * MAINTAINERS (Write After Approval): Add myself.
2758
2759 2007-09-05  Richard Guenther  <rguenther@suse.de>
2760
2761         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2762         nor --disable-checking is provided also turn on yes and types
2763         checking for stage1.
2764         * configure: Re-generate.
2765
2766 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2767
2768         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2769         (Write After Approval): Remove myself.
2770
2771 2007-08-29  Nick Clifton  <nickc@redhat.com>
2772
2773         * config.sub, config.guess: Update from upstream sources.
2774
2775 2007-08-22  Bud Davis  <jmdavis@link.com>
2776
2777         * MAINTAINERS (Write After Approval): Added myself.
2778         * MAINTAINERS (Reviewers): Removed myself.
2779
2780 2007-08-18  Paul Brook  <paul@codesourcery.com>
2781             Joseph Myers  <joseph@codesourcery.com>
2782
2783         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2784         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2785         * Makefile.in: Regenerate.
2786         * configure.ac (--with-debug-prefix-map): New.
2787         * configure: Regenerate.
2788
2789 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2790             Nigel Stephens  <nigel@mips.com>
2791
2792         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2793         as target_makefile_frag.
2794         * configure: Regenerate.
2795
2796 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2797
2798         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2799         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2800         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2801         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2802         (do-compare, do-compare3, do-compare-debug): New.
2803         ([+compare-target+]): Use them.
2804
2805 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2806
2807         * MAINTAINERS (Write After Approval): Change my email address.
2808
2809 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2810             Ben Elliston  <bje@au.ibm.com>
2811
2812         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2813         --silent if $silent.
2814         * configure: Regenerate.
2815
2816 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2817
2818         * MAINTAINERS (Various Maintainers): Add myself as
2819         loop infrastructure maintainer.  Update my e-mail
2820         address.
2821
2822 2007-07-31  Diego Novillo  <dnovillo@google.com>
2823
2824         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2825         Adjust description.
2826
2827 2007-07-26  Richard Guenther  <rguenther@suse.de>
2828
2829         * configure.ac: Add types checking to stage1 checking flags.
2830         * configure: Regenerate.
2831
2832 2007-07-17  Nick Clifton  <nickc@redhat.com>
2833
2834         * COPYING3: New file.  Contains version 3 of the GNU General
2835         Public License.
2836         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2837         Lesser General Public License.
2838
2839 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2840
2841         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2842
2843 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2844
2845         * MAINTAINERS (S/390 co-maintainer): Add myself.
2846         (Write After Approval): Remove myself.
2847
2848 2007-07-13  Dan Hipschman  <dsh@google.com>
2849
2850         * MAINTAINERS (Write After Approval): Add myself.
2851
2852 2007-07-11  Nick Clifton  <nickc@redhat.com>
2853
2854         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2855         WINDRES export.
2856         * Makefile.in: Regenerate.
2857
2858 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2859
2860         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2861         maintainer.
2862
2863 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2864
2865         * lt~obsolete.m4: New. Import from 20070318 libtool.
2866
2867 2007-07-03  Julian Brown  <julian@codesourcery.com>
2868
2869         * MAINTAINERS (Write After Approval): Add myself.
2870
2871 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2872
2873         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2874         * configure: Regenerate.
2875
2876 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2877
2878         * configure.ac: Add some missing m4 quotation.
2879         * configure: Regenerate.
2880
2881 2007-07-02  Simon Baldwin  <simonb@google.com>
2882
2883         * MAINTAINERS (Write After Approval): Add myself.
2884
2885 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2886
2887         * configure: Regenerate.
2888
2889 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2890
2891         * Makefile.def: Add windmc tool to build.
2892         * Makefile.tpl: Likewise.
2893         * configure.ac: Likewise.
2894         * Makefile.in: Regenerate.
2895         * configure: Regenerate.
2896
2897 2007-06-28  DJ Delorie  <dj@redhat.com>
2898
2899         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2900         not building newlib.
2901         * configure: Regenerated.
2902
2903 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2904
2905         * MAINTAINERS (Write After Approval): Add myself.
2906
2907 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2908
2909         * MAINTAINERS (Write After Approval): Add myself.
2910
2911 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2912
2913         * MAINTAINERS (Write After Approval): Add myself.
2914
2915 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2916
2917         * MAINTAINERS (Write After Approval): Add myself.
2918
2919 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2920
2921         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2922         * Makefile.in: Regenerated.
2923
2924 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2925
2926         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2927         bfin*-*-uclinux* targets.
2928         * configure: Regenerate.
2929
2930 2007-06-14  Ian Lance Taylor  <iant@google.com>
2931
2932         * MAINTAINERS: Add myself as non-algorithmic global write
2933         maintainer.
2934
2935 2007-06-14  Diego Novillo  <dnovillo@google.com>
2936
2937         * MAINTAINERS: Add self as middle-end maintainer and
2938         non-algorithmic global write maintainer.
2939
2940 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2941
2942         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2943         Move all Fortran maintainers except Paul Brook into the
2944         Non-Autopoiesis section.
2945
2946 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2947
2948         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2949         (distclean-stage[+id+]): Possibly delete stage_last.
2950         * Makefile.in: Regenerate.
2951
2952 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2953
2954         * MAINTAINERS (Various Maintainer): Fix typo.
2955
2956 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2957
2958         * MAINTAINERS (Various Maintainer): Add myself as
2959         dataflow maintainer.
2960
2961 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2962
2963         * config.sub, config.guess: Update from upstream sources.
2964
2965 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2966
2967         * Makefile.tpl: Fix spelling error.
2968         * Makefile.in: Regenerate.
2969
2970 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2971
2972         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2973         lt_cv_sys_max_cmd_len.
2974
2975 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2976
2977         * MAINTAINERS (Various Maintainers): Add myself as
2978         auto-vectorizer maintainer.
2979
2980 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2981
2982         PR libjava/32098
2983         * libtool.m4: Revert previous change.
2984         * ltgcc.m4: Put it here.
2985
2986 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2987
2988         * MAINTAINERS (Various Maintainers): Add myself as
2989         auto-vectorizer maintainer.
2990
2991 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2992
2993         PR libjava/32098
2994         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2995
2996 2007-05-30  Richard Guenther  <rguenther@suse.de>
2997
2998         * MAINTAINERS (Various Maintainers): Add myself as
2999         auto-vectorizer maintainer.
3000
3001 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3002
3003         PR bootstrap/29382
3004         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3005         * configure: Rebuilt.
3006
3007 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3008
3009         * MAINTAINERS (Write After Approval): Removed my name.
3010
3011 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3012
3013         * MAINTAINERS (Write After Approval): Remove myself.
3014
3015 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3016
3017         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3018
3019 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3020
3021         * ltmain.sh: Update from ToT Libtool.
3022         * libtool.m4: Update from ToT Libtool.
3023         * ltsugar.m4: New. Update from ToT Libtool.
3024         * ltversion.m4: New. Update from ToT Libtool.
3025         * ltoptions.m4: New. Update from ToT Libtool.
3026         * ltconfig: Remove.
3027         * ltcf-c.sh: Remove.
3028         * ltcf-cxx.sh: Remove.
3029         * ltcf-gcj.sh: Remove.
3030
3031 2007-05-22  Ollie Wild  <aaw@google.com>
3032
3033         * MAINTAINERS (Write After Approval): Add myself.
3034
3035 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3036
3037         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3038         stage_cflags.
3039         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3040         Remove CFLAGS/LIBCFLAGS.
3041         (configure-stage[+id+]-[+prefix+][+module+],
3042         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3043         * Makefile.in: Regenerate.
3044
3045 2007-05-15  Diego Novillo  <dnovillo@google.com>
3046
3047         * MAINTAINERS: Update e-mail address.
3048
3049 2007-05-15  Revital Eres  <eres@il.ibm.com>
3050
3051         * MAINTAINERS (Write After Approval): Add myself.
3052
3053 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3054
3055         * MAINTAINERS (Write After Approval): Updated my address.
3056
3057 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3058
3059         * MAINTAINERS (Write After Approval): Add myself.
3060
3061 2007-05-11  Silvius Rus  <rus@google.com>
3062
3063         * MAINTAINERS (Write After Approval): Add myself.
3064
3065 2007-04-23  Tom Tromey  <tromey@redhat.com>
3066
3067         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3068
3069 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3070
3071         * MAINTAINERS (cpplib): Rename to ...
3072         (libcpp): ... this.  Add C/C++ front end maintainers.
3073
3074 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3075
3076         * config-ml.in: Pass ${ml_config_env} to configure calls.
3077
3078 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3079
3080         * MAINTAINERS (Write After Approval): Add myself.
3081
3082 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3083
3084         * MAINTAINERS (Write After Approval): Add myself.
3085
3086 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3087
3088         * MAINTAINERS (fortran 95 front end): Add myself.
3089
3090 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3091
3092         * MAINTAINERS (Write After Approval): Add myself.
3093
3094 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3095
3096         * MAINTAINERS (Modulo Scheduler): Add myself.
3097
3098 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3099
3100         * MAINTAINERS (fortran 95 front end): Add myself.
3101         (c++ front end): whitespace fix.
3102
3103 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3104
3105         * MAINTAINERS (Write After Approval): Add myself.
3106
3107 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3108
3109         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3110         of glob.  Quote arguments with single quotes too.
3111         * configure: Regenerate.
3112
3113 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3114
3115         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3116         * Makefile.in: Regenerate
3117
3118 2007-03-07  Andreas Schwab  <schwab@suse.de>
3119
3120         * configure: Regenerate.
3121
3122 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3123
3124         * configure.ac: Add "--with-pdfdir" configure option,
3125         which defines pdfdir variable.
3126         * Makefile.def (target=fixincludes): Add install-pdf to
3127         missing targets.
3128         (recursive_targets): Add install-pdf target.
3129         (flags_to_pass): Add pdfdir.
3130         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3131         target.
3132         * configure: Regenerate
3133         * Makefile.in: Regenerate
3134
3135 2007-02-28  Eric Christopher  <echristo@apple.com>
3136
3137         Revert:
3138         2006-12-07  Mike Stump  <mrs@apple.com>
3139
3140         * Makefile.def (dependencies): Add dependency for
3141         install-target-libssp and install-target-libgomp on
3142         install-gcc.
3143         * Makefile.in: Regenerate.
3144
3145 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3146
3147         * configure: Regenerate.
3148         * configure.ac: Move statements after variable declarations.
3149
3150 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3151
3152         * MAINTAINERS: Add myself as sh maintainer.
3153
3154 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3155
3156         * configure.ac: Adjust for loop syntax.
3157         * configure: Regenerate.
3158
3159 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3160
3161         * configure: Rebuilt.
3162
3163 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3164
3165         * configure.ac: Drop multiple occurrences of --enable-languages,
3166         and fix its quoting.
3167         * configure: Rebuilt.
3168
3169 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3170             Nathan Sidwell  <nathan@codesourcery.com>
3171             Vladimir Prus  <vladimir@codesourcery.com>
3172             Joseph Myers  <joseph@codesourcery.com>
3173
3174         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3175         * configure: Regenerate.
3176
3177 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3178
3179         * ltconfig (freebsd*): Default to elf.
3180
3181 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3182
3183         * configure.ac (target_libraries): Move libgcc before libiberty.
3184         * configure: Regenerated.
3185
3186 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3187             Paolo Bonzini  <bonzini@gnu.org>
3188
3189         PR bootstrap/30753
3190         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3191         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3192         * configure: Regenerated.
3193
3194 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3195
3196         * MAINTAINERS (Language Front End Maintainers): Update my mail
3197         address.
3198
3199 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3200
3201         PR bootstrap/30748
3202         * configure.ac: Correct syntax for Solaris ksh.
3203         * configure: Regenerated.
3204
3205 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3206
3207         * configure.ac: Sync with src.
3208         * configure: Regenerate.
3209
3210 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3211
3212         * Makefile.in: Regenerate.
3213
3214 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3215
3216         * config.sub: Sync with src.
3217
3218 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3219
3220         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3221         noncanonical equivalents.
3222         * configure.in: Rename to...
3223         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3224         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3225         target_noncanonical.  Use them.  Rewrite removal of configure
3226         arguments for autoconf 2.59.  Discard variable settings.  Force
3227         program_transform_name for native tools.
3228
3229         * Makefile.in: Regenerated.
3230         * configure: Regenerated with autoconf 2.59.
3231
3232 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3233
3234         * MAINTAINERS (Write After Approval): Add myself.
3235
3236 2007-01-31  Andreas Schwab  <schwab@suse.de>
3237
3238         * Makefile.tpl (LDFLAGS): Substitute it.
3239         * Makefile.in: Regenerate.
3240
3241 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3242
3243         * MAINTAINERS (Write After Approval): Add myself.
3244
3245 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3246
3247         * MAINTAINERS (spu port): Add myself.
3248
3249 2007-01-23  Richard Guenther  <rguenther@suse.de>
3250
3251         PR bootstrap/30541
3252         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3253         * Makefile.tpl (GNATBIND): Substitute it.
3254         (GNATMAKE): Likewise.
3255         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3256         of STAGE_PREFIX.
3257         * Makefile.in: Regenerate.
3258         * configure: Regenerate.
3259
3260 2007-01-18  Mike Stump  <mrs@apple.com>
3261
3262         * configure.in: Re-enable -Werror for gcc builds.
3263
3264 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3265
3266         * MAINTAINERS (Write After Approval): Add myself.
3267
3268 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3269
3270         * configure.in: Change == to = in test command.
3271         * configure: Regenerate.
3272
3273 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3274             Nick Clifton  <nickc@redhat.com>
3275             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3276
3277         * configure.in (build_configargs, host_configargs, target_configargs):
3278         Remove build/host/target parameters.
3279         (host_libs): Add gmp and mpfr.
3280         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3281         * Makefile.def (gmp, mpfr): New.
3282         (gcc): Remove target.
3283         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3284         target_os, target_vendor): New.
3285         (configure): Add host_alias/target_alias arguments; adjust invocations.
3286         * configure: Regenerate.
3287         * Makefile.in: Regenerate.
3288
3289 2007-01-11  Matt Fago  <fago@earthlink.net>
3290
3291         * configure.in: Try to link to functions only in mpfr 2.2.x
3292         to improve robustness of configure tests.
3293         * configure: Regenerate.
3294
3295 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3296
3297         * MAINTAINERS: Add myself as i386 maintainer.
3298
3299 2007-01-08  Jan Hubicka  <jh@suse.cz>
3300
3301         * MAINTAINERS: Add myself as i386 maintainer.
3302
3303 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3304
3305         * configure.in: Add support for an x86_64-mingw* target.
3306         * configure: Regenerate.
3307
3308 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3309
3310         * Makefile.tpl (all-target): Correct @if conditional for target
3311         modules.
3312         * configure.in: Omit libiberty if building only target libgcc.
3313         * configure, Makefile.in: Regenerated.
3314
3315 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3316
3317         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3318         * configure: Regenerate.
3319
3320 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3321
3322         * Makefile.def (target_modules): Add libgcc.
3323         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3324         * Makefile.tpl (clean-target-libgcc): Delete.
3325         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3326         on gcc even for bootstrapped modules.  Rewrite handling of
3327         lang_env_dependencies to loop over target_modules.
3328         * configure.in (target_libraries): Add target-libgcc.
3329         * Makefile.in, configure: Regenerated.
3330
3331 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3332
3333         * configure.in: Reorganize recognition of languages.  Add
3334         --enable-stage1-languages.  Show supported languages for the chosen
3335         target rather than all recognized languages.
3336         * configure: Regenerate.
3337
3338 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3339
3340         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3341         * Makefile.in: Regenerate.
3342
3343 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3344
3345         * configure.in: Warn that MPFR 2.2.0 is buggy.
3346         * configure: Regenerate.
3347
3348 2006-12-27  Ian Lance Taylor  <iant@google.com>
3349
3350         * configure.in: When removing Makefiles to force a reconfigure, also
3351         remove prev-DIR*/Makefile.
3352         * configure: Regenerate.
3353
3354 2006-12-22  Andreas Schwab  <schwab@suse.de>
3355
3356         * configure: Regenerate with correct autoconf version.
3357
3358 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3359
3360         * configure.in: add AC_SUBST for *_FOR_TARGET.
3361         * configure: Regenerate.
3362
3363 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3364
3365         * configure.in: Simplify logic for rejecting languages that cannot
3366         be built.  Separate the case when a language is unsupported,
3367         from the case when the user chooses not to build a language.
3368
3369 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3370
3371         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3372         it only affects bootstrap and could be tested on "$host" as well.
3373         * configure: Regenerate.
3374         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3375
3376 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3377
3378         PR bootstrap/29544
3379         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3380         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3381         move here comment from Makefile.tpl.
3382         * Makefile.tpl: Move some definitions higher in the file.
3383         (STAGE1_CHECKING): New.
3384         * configure.in: Add --enable-stage1-checking.
3385         * configure: Regenerate.
3386         * Makefile.in: Regenerate.
3387
3388 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3389
3390         * MAINTAINERS: Add myself as build system maintainer.
3391
3392 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3393
3394         * MAINTAINERS (Write After Approval): Add myself.
3395
3396 2006-12-13  Eric Christopher  <echristo@apple.com>
3397
3398         * MAINTAINERS: Add myself as darwin maintainer.
3399
3400 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3401
3402         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3403
3404 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3405
3406         MAINTAINERS: Update my entry.
3407
3408 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3409
3410         * configure.in:  Handle spu makefile frag.
3411         * Makefile.tpl (MAINT): Define
3412         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3413         * configure: Regenerate.
3414         * Makefile.in: Regenerate.
3415
3416 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3417
3418         * config.guess: Import latest version.
3419         * config.sub: Likewise.
3420
3421 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3422
3423         * configure.in (spu-*-*): Don't skip target-libiberty.
3424         * configure: Regenerate.
3425
3426 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3427
3428         PR bootstrap/30134
3429         * configure.in: Correct x86 darwin support for libjava to powerpc
3430         and i?86 only.
3431         * configure: Regenerate.
3432
3433 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3434
3435         * configure.in: Add x86 darwin support for libjava.
3436         * configure: Regenerate.
3437
3438 2006-12-07  Mike Stump  <mrs@apple.com>
3439
3440         * Makefile.def (dependencies): Add dependency for
3441         install-target-libssp and install-target-libgomp on
3442         install-gcc.
3443         * Makefile.in: Regenerate.
3444
3445 2006-12-04  Richard Guenther  <rguenther@suse.de>
3446
3447         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3448         (Non-Algorithmic Maintainers): Move over non-algorithmic
3449         loop optimizer maintainers, add myself as a non-algorithmic
3450         middle-end maintainer.
3451
3452 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3453
3454         * MAINTAINERS (Write After Approval): Add myself.
3455
3456 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3457
3458         * configure.in: Update error message for missing GMP/MPFR.
3459
3460         * configure: Regenerate.
3461
3462 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3463
3464         * configure.in: Update MPFR version in error message.
3465
3466         * configure: Regenerate.
3467
3468 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3469
3470         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3471         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3472         --with-gmp-lib): New flags.
3473
3474         * configure: Regenerate.
3475
3476 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3477
3478         * MAINTAINERS (Write After Approval): Change my email address.
3479
3480 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3481
3482         * MAINTAINERS (Write After Approval): Add myself.
3483
3484 2006-11-22  Philipp Thomas  <pth@suse.de>
3485
3486         * MAINTAINERS (i18n): Update e-mail address.
3487
3488 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3489
3490         * MAINTAINERS (spu port): Add myself as maintainer.
3491         (Write After Approval): Remove myself.
3492
3493 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3494
3495         * configure.in (skipdirs): Don't build libssp for SPU.
3496         * configure: Regenerate.
3497
3498 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3499
3500         * MAINTAINERS (spu port): Add myself as maintainer.
3501         (libobjc): Update my email address.
3502
3503 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3504
3505         * MAINTAINERS (Write After Approval): Add myself.
3506
3507 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3508
3509         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3510         * configure : Rebuilt.
3511
3512 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3513
3514         * MAINTAINERS (Write After Approval): Add myself.
3515
3516 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3517
3518         * MAINTAINERS (Write After Approval): Add myself.
3519
3520 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3521
3522         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3523         libmpfr.a.
3524         * configure: Regenerate.
3525
3526 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3527
3528         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3529         (unstage): Test for stage_last presence.
3530
3531         PR bootstrap/29802
3532         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3533         STAGE_PREFIX.
3534         * Makefile.in: Regenerate.
3535
3536 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3537
3538         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3539         maintainers.
3540
3541 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3542
3543         * MAINTAINERS (Write After Approval): Add myself.
3544
3545 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3546
3547         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3548         and stageN-package/Makefile.
3549         * Makefile.in: Regenerated.
3550
3551 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3552
3553         * configure.in: Remove target-libgloss from noconfigdirs for
3554         bfin-*-*.
3555         * configure: Regenerated.
3556
3557 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3558
3559         * configure.in (have_gmp): Only error if the gcc directory exists.
3560
3561         * configure: Regenerate.
3562
3563 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3564
3565         * configure.in: Robustify error message for missing GMP/MPFR.
3566
3567         * configure: Regenerate.
3568
3569 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3570
3571         * MAINTAINERS (Write After Approval): Add myself.
3572
3573 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3574
3575         * MAINTAINERS: Change email address.
3576
3577 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3578
3579         * MAINTAINERS (Write After Approval): Add myself.
3580
3581 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3582
3583         * MAINTAINERS (Write After Approval): Add myself.
3584
3585 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3586
3587         * MAINTAINERS (Write After Approval): Move myself to
3588         Write After Approval section.
3589
3590 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3591
3592         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3593         need_gmp anymore.
3594         * configure: Regenerate.
3595
3596 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3597
3598         * MAINTAINERS (Write After Approval): Add myself.
3599
3600 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3601
3602         * config.guess: Import latest version.
3603         * config.sub: Likewise.
3604
3605 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3606
3607         * Makefile.def: Added pdf target handling.
3608         * Makefile.tpl: Added pdf target handling.
3609         * Makefile.in: Regenerated.
3610
3611 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3612
3613         * MAINTAINERS: Add self as score port maintainer.
3614
3615 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3616
3617         * MAINTAINERS (Write After Approval): Add myself.
3618
3619 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3620
3621         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3622         or newer.
3623         * configure: Regenerated.
3624
3625 2006-09-27  Dave Brolley  <brolley@redhat.com>
3626
3627         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3628         using $s instead of $r.
3629         * configure: Regenerated.
3630
3631 2006-09-26  Thiemo Seufer  <ths@mips.com>
3632
3633         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3634         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3635         * configure: Regenerate.
3636
3637 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3638
3639         * MAINTAINERS (Write After Approval): Remove myself.
3640
3641 2006-09-22  Chao-ying Fu  <fu@mips.com>
3642
3643         * MAINTAINERS (Write After Approval): Add myself.
3644
3645 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3646
3647         * MAINTAINERS: Add self as soft-fp maintainer.
3648
3649 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3650
3651         * MAINTAINERS: Add myself as avr maintainer.
3652         Remove Marek Michalkiewicz as avr maintainer.
3653
3654 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3655
3656         * MAINTAINERS (Write After Approval): Add myself.
3657
3658 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3659
3660         * configure.in: Never build newlib for a Mingw host.
3661         Never build newlib as Mingw target library.
3662         Test the existence of winsup/cygwin for building a Cygwin newlib,
3663         rather than just winsup.
3664         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3665         building a Mingw target.
3666         * configure: Regenerate.
3667
3668 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3669
3670         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3671
3672 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3673
3674         * config.guess: Import from src (was more updated).
3675         * config.sub: Likewise.
3676
3677 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3678
3679         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3680         * configure: Regenerated.
3681
3682 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3683
3684         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3685         for stages after the first.
3686
3687 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3688
3689         * Makefile.def: Add dependencies for configure-opcodes
3690         on configure-intl and all-opcodes on all-intl.
3691         * Makefile.in: Regenerated.
3692
3693 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3694
3695         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3696
3697 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3698
3699         Port to hosts whose 'sort' and 'tail' implementations
3700         treat operands with leading '+' as file names, as POSIX
3701         has required since 2001.  However, make sure the code still
3702         works on pre-POSIX hosts.
3703         * ltmain.sh: Don't assume "sort +2" is equivalent to
3704         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3705
3706 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3707
3708         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3709
3710 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3711
3712         * ltconfig: chmod 644 before ranlib during install.
3713
3714 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3715
3716         PR bootstrap/18058
3717         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3718         if the bootstrap compiler is a GCC version that supports it.
3719         * configure: Regenerate.
3720
3721 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3722
3723         * configure.in: Fix thinkos in previous check-in.
3724         * configure: Regenerate.
3725
3726 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3727
3728         PR other/27063
3729         * configure.in: Test subdir_requires and give an appropriate
3730         error message.
3731         * configure: Regenerate.
3732
3733 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3734
3735         * MAINTAINERS (Write After Approval): Add myself.
3736
3737 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3738
3739         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3740
3741 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3742
3743         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3744
3745 2006-06-20  David Ayers  <d.ayers@inode.at>
3746
3747         PR bootstrap/28072
3748         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3749         whether target-libjava is being configured instead of whether the
3750         java front end is enabled.
3751         * configure: Regenerate.
3752
3753 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3754
3755         PR target/27540
3756         * configure.in: Only enable libgomp on IRIX 6.
3757         * configure: Regenerate.
3758
3759 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3760
3761         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3762         too.
3763         * Makefile.in: Regenerate.
3764
3765 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3766
3767         * config-ml.in: Alter CCASFLAGS to include special
3768         multilib options the same as is done for CFLAGS.
3769
3770 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3771
3772         * configure.in: Don't enable libgomp on hpux10.
3773         * configure: Rebuilt.
3774
3775 2006-06-12  David Ayers  <d.ayers@inode.at>
3776
3777         PR bootstrap/27963
3778         PR target/19970
3779         * configure.in: Remove target-boehm-gc from noconfigdirs where
3780         ${libgcj} is specified.
3781         * configure: Regenerate.
3782
3783 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3784
3785         Sync from src:
3786
3787         * configure.in: Sync.
3788         * configure: Regenerated.
3789
3790         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3791
3792         * Makefile.def: Added dependencies from sim and gdb on intl, and
3793         added configure dependencies to everything with an all dependency
3794         on intl.
3795         * Makefile.in: Regenerated.
3796
3797 2006-06-06  David Ayers  <d.ayers@inode.at>
3798
3799         PR libobjc/13946
3800         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3801         * Makefile.in: Regenerate.
3802         * configure.in: Add --enable-objc-gc at toplevel and have it
3803         enable boehm-gc for Objective-C.
3804         Remove target-boehm-gc from libgcj.
3805         Add target-boehm-gc to target_libraries.
3806         Add target-boehm-gc to noconfigdirs where ${libgcj}
3807         is specified.
3808         Assert that boehm-gc is supported when requested for Objective-C.
3809         Only build boehm-gc if needed either for Java or Objective-C.
3810         * configure: Regenerate.
3811
3812 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3813
3814         PR 27674
3815         * Makefile.tpl (configure-[+prefix+][+module+],
3816         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3817         Remove rule to unstage bootstrapped modules.
3818         (stage_current): New.
3819         * Makefile.in: Regenerate.
3820
3821 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3822
3823         * MAINTAINERS (Write After Approval): Update my e-mail address.
3824
3825 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3826
3827         * include/libiberty.h: Declare pex_run_in_environment.
3828
3829 2006-05-31  Asher Langton  <langton2@llnl.gov>
3830
3831         * MAINTAINERS (Write After Approval): Add myself.
3832
3833 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3834
3835         * Makefile.def (bfd, opcodes): Fix lib_path.
3836         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3837         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3838         * Makefile.in: Regenerate.
3839
3840 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3841
3842         * Makefile.in: Regenerate.
3843
3844 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3845
3846         * Makefile.def: Add install-html target. Add datarootdir
3847         docdir and htmldir to flags_to_pass.
3848         * Makefile.tpl: Add install-html target.
3849         * Makefile.in: Regenerate.
3850         * configure.in: Add --with-datarootdir, --with-docdir, and
3851         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3852         * configure: Regenerate.
3853
3854 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3855
3856         * configure.in: Enable gprof for cross builds.
3857         * configure: Regenerate.
3858
3859 2006-05-22  Richard Guenther  <rguenther@suse.de>
3860
3861         Revert
3862         2006-01-31  Richard Guenther  <rguenther@suse.de>
3863         Paolo Bonzini  <bonzini@gnu.org>
3864
3865         * Makefile.def (target_modules): Add libgcc-math target module.
3866         * configure.in (target_libraries): Add libgcc-math target library.
3867         (--enable-libgcc-math): New configure switch.
3868         * Makefile.in: Re-generate.
3869         * configure: Re-generate.
3870         * libgcc-math: New toplevel directory.
3871
3872 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3873             Andreas Tobler  <a.tobler@schweiz.ch>
3874
3875         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3876         * configure: Rebuilt.
3877
3878 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3879
3880         * MAINTAINERS (Write After Approval): Add myself.
3881
3882 2006-05-01  DJ Delorie  <dj@redhat.com>
3883
3884         * configure.in: Restore CFLAGS if GMP isn't present.
3885         * configure: Regenerate.
3886
3887 2006-05-01  Richard Guenther  <rguenther@suse.de>
3888
3889         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3890         maintainer.
3891
3892 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3893
3894         * MAINTAINERS (Write After Approval): Add myself.
3895
3896 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3897
3898         * MAINTAINERS (Write After Approval): Add myself.
3899
3900 2006-04-18  DJ Delorie  <dj@redhat.com>
3901
3902         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3903         reference libgloss so that libssp can be built in a combined
3904         tree.
3905         * configure: Regenerate.
3906
3907 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3908
3909         * MAINTAINERS (Write After Approval): Add myself.
3910
3911 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3912
3913         * configure.in: Require makeinfo 4.4 or higher.
3914         * configure: Regenerate.
3915
3916 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3917
3918         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3919         Rearrange the entries of other libraries to have them in one place.
3920
3921 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3922
3923         * MAINTAINERS (Write After Approval): Remove myself.
3924         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3925
3926 2006-03-14  Richard Guenther  <rguenther@suse.de>
3927
3928         * configure: Regenerate with autoconf 2.13.
3929
3930 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3931
3932         * MAINTAINERS: Use my work address.
3933
3934         * MAINTAINERS: Update my E-mail address.
3935
3936 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3937
3938         * configure.in: Handle --disable-<component> generically.
3939         * configure: Regenerate.
3940
3941 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3942
3943         PR libgcj/17311
3944         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3945
3946 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3947
3948         * MAINTAINERS (Write After Approval):  Remove myself.
3949         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3950
3951 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3952
3953         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3954         (TARGET_CONFIGDIRS): Remove.
3955         * configure.in: Remove AC_SUBST(target_configdirs).
3956         * Makefile.in, configure: Regenerated.
3957
3958 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3959
3960         * MAINTAINERS (Write After Approval):  Remove myself.
3961         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3962
3963 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3964
3965         PR bootstrap/25670
3966
3967         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3968
3969         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3970         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3971         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3972         BUILD_PREFIX, BUILD_PREFIX_1.
3973         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3974
3975         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3976         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3977
3978         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3979         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3980         of `cat stage_current`.  Always provide the `r' and `s' variables.
3981         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3982         a single shell execution.
3983         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3984         bootstrapped modules, make the stage1 module if the build was not
3985         started yet, else build the current stage.
3986         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3987         (all-build, all-host, all-target, [+make_target+]-host,
3988         [+make_target+]-target): Do not use \-continued lines.
3989         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3990         (current_stage, restrap, stage_last): New.
3991
3992         * Makefile.in: Regenerate.
3993         * configure: Regenerate.
3994
3995 2006-02-19  Bud Davis  <jmdavis@link.com>
3996
3997         * MAINTAINERS (Write After Approval):  Remove myself.
3998         (Language Front End Maintainers):  Add myself as fortran 95
3999         maintainer and update e-mail address.
4000
4001 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4002
4003         * MAINTAINERS (Write After Approval):  Remove myself.
4004         (Language Front End Maintainers):  Add myself as fortran 95
4005         maintainer.
4006
4007 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4008
4009         * MAINTAINERS (Write After Approval): Add myself.
4010
4011 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4012
4013         * MAINTAINERS (Write After Approval):  Remove myself.
4014         (Language Front End Maintainers):  Add myself as
4015         fortran 95 maintainer.
4016
4017 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4018
4019         Sync from src:
4020
4021         2005-12-27  Leif Ekblad  <leif@rdos.net>
4022
4023         * configure.in: Add support for RDOS target.
4024         * configure: Regenerate.
4025
4026 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4027             Andreas Schwab  <schwab@suse.de>
4028
4029         * configure: Regenerate.
4030
4031 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4032
4033         * configure.in (enable_libgomp): Add AIX.
4034         * configure: Regenerate.
4035
4036 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4037
4038         * MAINTAINERS (Write After Approval): Add myself.
4039
4040 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4041
4042         * MAINTAINERS (Write After Approval): Add myself.
4043
4044 2006-01-31  Richard Guenther  <rguenther@suse.de>
4045         Paolo Bonzini  <bonzini@gnu.org>
4046
4047         * Makefile.def (target_modules): Add libgcc-math target module.
4048         * configure.in (target_libraries): Add libgcc-math target library.
4049         (--enable-libgcc-math): New configure switch.
4050         * Makefile.in: Re-generate.
4051         * configure: Re-generate.
4052         * libgcc-math: New toplevel directory.
4053
4054 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4055
4056         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4057         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4058         the assembler, linker and binutils.
4059         * configure: Regenerate.
4060
4061 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4062
4063         * MAINTAINERS (Write After Approval): Add myself.
4064
4065 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4066
4067         * configure: Regenerate.
4068
4069 2006-01-18  Richard Henderson  <rth@redhat.com>
4070             Jakub Jelinek  <jakub@redhat.com>
4071             Diego Novillo  <dnovillo@redhat.com>
4072
4073         * libgomp: New directory.
4074         * Makefile.def: Add target_module libgomp.
4075         * Makefile.in: Regenerate.
4076         * configure.in (target_libraries): Add target-libgomp.
4077         * configure: Regenerate.
4078
4079 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4080
4081         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4082         @ from continuation.
4083         * Makefile.in: Rebuilt.
4084
4085 2006-01-04  Chris Lattner  <sabre@gnu.org>
4086
4087         * MAINTAINERS (Write After Approval): Add myself.
4088
4089 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4090
4091         PR bootstrap/24252
4092
4093         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4094         * Makefile.tpl (OBJDUMP): New.
4095         (EXTRA_HOST_FLAGS): Add it.
4096         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4097
4098         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4099         to use symbolic links between directories.  Avoid race conditions
4100         or make them harmless.
4101         * configure.in: Do not try to use symbolic links between directories.
4102
4103         * Makefile.def (LEAN): Pass.
4104         * Makefile.tpl (LEAN): Define.
4105         (stage[+id+]-start): Accept that the previous directory does not
4106         exist, if the bootstrap is lean.
4107         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4108         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4109         configure substitution.
4110         ([+compare-target+]): Likewise.
4111         ([+bootstrap-target+]-lean): New.
4112         * configure.in: Remove lean bootstrap support from here.
4113
4114         * Makefile.in: Regenerate.
4115         * configure: Regenerate.
4116
4117 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4118
4119         * MAINTAINERS (libdecnumber): Add myself.
4120
4121 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4122
4123         * libtool-ldflags: New script.
4124
4125 2006-01-02  Andreas Schwab  <schwab@suse.de>
4126
4127         * configure.in: When reconfiguring remove Makefile in
4128         all stage directories.
4129         * configure: Regenerate.
4130
4131 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4132
4133         * MAINTAINERS: Update my email address.
4134
4135 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4136
4137         Revert Ada-related part of the previous change.
4138
4139         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4140         Do not pass.
4141         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4142         * Makefile.in: Regenerate.
4143         * configure.in: Do not include mt-ppc-aix target fragment.
4144         * configure: Regenerate.
4145
4146 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4147
4148         * configure.in: Select appropriate fragments for PowerPC/AIX.
4149         * configure: Regenerate.
4150
4151         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4152         BOOT_CFLAGS, BOOT_LDFLAGS.
4153         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4154         BOOT_CFLAGS, BOOT_LDFLAGS.
4155         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4156         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4157         (stage): Fail if we cannot complete the work.
4158         * Makefile.in: Regenerate.
4159
4160 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4161
4162         * configure.in: Replace ms1 with mt.
4163         * configure: Rebuilt.
4164
4165 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4166
4167         * MAINTAINERS: Update my email address.
4168
4169 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4170
4171         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4172         install-host-nogcc): Don't invoke $(stage) at the end.
4173         * Makefile.in: Regenerate.
4174
4175 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4176
4177         * configure.in: Flip the top-level bootstrap switch.
4178         * configure: Regenerate.
4179
4180 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4181
4182         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4183         $(stage) and $(unstage).
4184         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4185         (all): Remove stray semicolon.
4186         (local-distclean): Don't handle multilib.tmp and multilib.out.
4187         (install.all): Set $s for consistency.
4188         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4189         check_multilibs setting.  Always make the install directory.
4190         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4191         Correct @if/@endif.
4192         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4193         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4194         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4195         (multilib.out): Remove.
4196         * Makefile.in: Regenerated.
4197
4198 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4199
4200         * MAINTAINERS (Write After Approval): Add myself.
4201
4202 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4203
4204         * MAINTAINERS: Add myself as mt maintainer.
4205
4206         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4207
4208 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4209
4210         * MAINTAINERS: Change email address.
4211
4212 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4213
4214         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4215         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4216         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4217         Find in-tree tools if available.
4218         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4219         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4220         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4221         (COMPILER_*_FOR_TARGET): New.
4222         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4223         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4224         (CONFIGURED_*, USUAL_*): Remove.
4225         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4226         STRIP): Use autoconf substitutions.
4227         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4228         COMPILER_NM_FOR_TARGET): New.
4229         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4230
4231         (all): Make all-host and all-target in parallel.
4232         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4233         that $$r and $$s are set before invoking a recursive make.
4234         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4235         ([+bootstrap-target+]): Inline most of the `all' target.
4236
4237 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4238
4239         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4240         from the gcc build directory.
4241         * Makefile.in: Regenerate.
4242
4243 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4244
4245         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4246         depend on all-libdecnumber.
4247         * configure.in (host_libs): Include libdecnumber.
4248         * Makefile.in: Regenerate.
4249         * configure: Likewise.
4250
4251 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4252
4253         * libdecnumber: Import decNumber sources from the dfp-branch.
4254
4255 2005-11-21  Kean Johnston  <jkj@sco.com>
4256
4257         * config.sub, config.guess: Sync from upstream sources.
4258
4259 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4260
4261         Import from Autoconf sources:
4262
4263         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4264         * config/move-if-change: Don't output "$2 is unchanged";
4265         suggested by Ben Elliston.  Handle weird characters correctly.
4266
4267 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4268
4269         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4270         to match upstream libtool for darwin.
4271
4272 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4273
4274         * Makefile.def: Remove gdb dependencies for gdbtk.
4275         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4276         (configure-gdb, install-gdb): New rules.
4277         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4278         * Makefile.in, configure: Regenerated.
4279
4280 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4281
4282         * MAINTAINERS (Write After Approval): Add myself.
4283
4284 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4285
4286         * MAINTAINERS (Write After Approval): Add myself.
4287
4288 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4289
4290         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4291         Diego Novillo.
4292
4293 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4294
4295         PR bootstrap/24297
4296         * Makefile.tpl (do-[+make-target+], do-check, install,
4297         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4298         are set before recursing.
4299         * Makefile.in: Regenerate.
4300
4301 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4302
4303         PR bootstrap/18939
4304         * Makefile.def (gcc) <target>: Fix thinko.
4305         * Makefile.in: Regenerate.
4306
4307 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4308
4309         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4310         * configure: Regenerate.
4311
4312 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4313
4314         * MAINTAINERS (Write After Approval): Add self.
4315
4316 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4317
4318         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4319         target-libffi, target-qthreads, target-libjava, and
4320         targetlibobjc.
4321         * configure: Regenerate.
4322
4323 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4324
4325         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4326         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4327         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4328         (USUAL_OBJDUMP_FOR_TARGET): New.
4329         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4330         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4331         * configure, Makefile.in: Regenerated.
4332
4333 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4334
4335         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4336         before other host packages.
4337
4338 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4339
4340         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4341
4342 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4343
4344         PR bootstrap/22340
4345
4346         * configure.in (default_target): Remove.
4347         * Makefile.tpl (all): Do not use prerequisites as subroutines
4348         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4349         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4350         use prerequisites as subroutines.
4351         (check-host, check-target): New.
4352         (bootstrap configure & all targets): Do not use stage*-start
4353         if the directory layout is already ok.
4354         (non-bootstrap configure & all targets): Prepend a $(unstage).
4355         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4356         (NOTPARALLEL): Remove.
4357         (unstage, stage variables): New variables.
4358         (unstage, stage targets): Simply expand to those variables.
4359
4360         * configure: Regenerate.
4361         * Makefile.in: Regenerate.
4362
4363 2005-10-04  James E Wilson  <wilson@specifix.com>
4364
4365         * Makefile.def (lang_env_dependencies): Add libmudflap.
4366         * Makefile.in: Regenerate.
4367
4368 2005-10-03  Andreas Schwab  <schwab@suse.de>
4369
4370         Backport from libtool CVS:
4371         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4372
4373         * ltmain.sh: add support for installing into temporary
4374         staging area (e.g. 'make install DESTDIR=...')
4375
4376 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4377
4378         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4379         * configure: Regenerated.
4380
4381 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4382
4383         * configure: Regenerate with the correct
4384         autoconf version.
4385
4386 2005-09-30  Catherine Moore  <clm@cm00re.com>
4387
4388         * configure.in (bfin-*-*): New.
4389         * configure: Regenerated.
4390
4391 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4392
4393         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4394         (LIPO_FOR_TARGET): New.
4395         (CONFIGURED_LIPO_FOR_TARGET): New.
4396         (USUAL_LIPO_FOR_TARGET): New.
4397         (STRIP_FOR_TARGET): New.
4398         (CONFIGURED_STRIP_FOR_TARGET): New.
4399         (USUAL_STRIP_FOR_TARGET): New.
4400         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4401         STRIP_FOR_TARGET.
4402         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4403         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4404         * Makefile.in: Regenerate.
4405         * configure: Regenerate.
4406
4407 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4408
4409         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4410         (rs6000-*-aix*): Same.
4411         * configure: Regenerate.
4412
4413 2005-09-16  Tom Tromey  <tromey@redhat.com>
4414
4415         * MAINTAINERS: Add self as java maintainer.
4416
4417 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4418
4419         * configure.in: Recognize f95 in the --enable-languages option,
4420         and substitute it for fortran, issuing a warning.
4421         * configure: Regenerate.
4422
4423 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4424
4425         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4426         * configure:  Regenerated.
4427
4428 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4429
4430         * MAINTAINERS: Add self as ms1 maintainer.
4431
4432 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4433
4434         * Makefile.def (libssp): Add to lang_env_dependencies.
4435         * Makefile.in: Regenerate.
4436
4437 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4438
4439         * MAINTAINERS: Add myself as middle-end maintainer.
4440
4441 2005-08-17  Christian Groessler  <chris@groessler.org>
4442
4443         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4444         * Makefile.in: Regenerate.
4445
4446 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4447
4448         * MAINTAINERS (write after approval): Added myself.
4449
4450 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4451
4452         * MAINTAINERS (Write After Approval): Add myself.
4453
4454 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4455
4456         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4457         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4458         Look for alternate names of the target cc and c++
4459         * configure: Regenerate.
4460
4461 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4462
4463         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4464         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4465         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4466         tools; remove code to manually set them.
4467         (Target tools): Look in the environment for them.
4468         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4469         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4470         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4471         build directory.
4472         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4473         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4474         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4475         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4476         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4477         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4478         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4479         * configure: Regenerate.
4480         * Makefile.in: Regenerate.
4481
4482 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4483
4484         * MAINTAINERS: Update for removed CPU targets.
4485
4486 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4487
4488         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4489         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4490         * Makefile.in: Regenerated.
4491
4492 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4493
4494         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4495         (CFLAGS_FOR_TARGET): Use it.
4496         (CXXFLAGS_FOR_TARGET): Likewise.
4497         * Makefile.in: Regenerated.
4498         * configure.in (--with-build-sysroot): New option.
4499         * configure: Regenerated.
4500
4501 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4502
4503         * Makefile.tpl: Wrap install between unstage and stage
4504         * Makefile.in: Regenerate.
4505
4506 2005-07-21  Eric Christopher  <echristo@apple.com>
4507
4508         * MAINTAINERS: Update affiliation.
4509
4510 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4511
4512         * MAINTAINERS: Add self as crx port maintainer.
4513
4514 2005-07-20  DJ Delorie  <dj@redhat.com>
4515
4516         * MAINTAINERS: Add self as m32c maintainer.
4517
4518 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4519
4520         * all files: Update FSF address.
4521
4522 2005-07-15  Eric Christopher  <echristo@redhat.com>
4523
4524         * MAINTAINERS: Change affiliation.
4525
4526 2005-07-14  Jim Blandy  <jimb@redhat.com>
4527
4528         * configure.in: Add cases for Renesas m32c.
4529         * configure: Regenerated.
4530
4531 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4532
4533         * COPYING.LIB: Update from fsf.org.
4534
4535 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4536
4537         * COPYING, compile, config.guess,
4538         config.sub, install-sh, missing, mkinstalldirs,
4539         symlink-tree, ylwrap: Sync from upstream sources.
4540         * config-ml.in: Update FSF address.
4541
4542 2005-07-13  Eric Christopher  <echristo@redhat.com>
4543
4544         * configure.in: Add toplevel noconfigdir support for tpf.
4545         * configure: Regenerate.
4546
4547 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4548
4549         PR ada/22340
4550
4551         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4552         * Makefile.in: Regenerate.
4553
4554 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4555
4556         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4557         Brolley to write-after-approval.
4558
4559 2005-07-07  Andreas Schwab  <schwab@suse.de>
4560
4561         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4562         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4563         * Makefile.in: Regenerated.
4564
4565 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4566
4567         * configure.in: Don't build sim or rda when targetting darwin.
4568         * configure: Regenerate.
4569
4570 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4571
4572         * configure.in: Add --enable-libssp and --disable-libssp.
4573         * configure: Regenerate with autoconf-2.13.
4574
4575 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4576
4577         * Makefile.def (target_modules): Add libssp.
4578         * configure.in (target_libraries): Add target-libssp.
4579         * configure: Rebuilt.
4580         * Makefile.in: Rebuilt.
4581
4582 2005-07-01  Zack Weinberg  <zackw@panix.com>
4583
4584         * MAINTAINERS: Change email address.  Resign from maintainership.
4585
4586 2005-07-01  Richard Guenther  <rguenther@suse.de>
4587
4588         * MAINTAINERS: Change my e-mail address and affiliation.
4589
4590 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4591
4592         * Makefile.def (stagefeedback): Come after profile.
4593         Define profiledbootstrap target.
4594         * Makefile.tpl (profiledbootstrap): Remove.
4595         (stageprofile-end): Zap stagefeedback.
4596         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4597         * Makefile.in: Regenerate.
4598
4599 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4600
4601         * MAINTAINERS: Update my email address.
4602
4603 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4604
4605         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4606         In 'cpp' stanza, support '#line' as well as '# '.
4607
4608 2005-06-08  Andreas Schwab  <schwab@suse.de>
4609
4610         * MAINTAINERS: Move myself from 'Write After Approval' to
4611         'CPU Port Maintainers' section as m68k maintainer.
4612
4613 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4614
4615         * configure.in (unsupported_languages): New macro.
4616         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4617         non-ported target libraries in noconfigdirs.
4618         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4619         non-linux-gnu.  Remove libgcj_ex_libffi.
4620         <lang_frag loop>: Set add_this_lang=no if the language is in
4621         unsupported_languages.
4622         * configure: Regenerate.
4623
4624 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4625
4626         * configure.in: Fix typo in handling of --with-mpfr-dir.
4627         * configure: Regenerate.
4628
4629 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4630
4631         * MAINTAINERS: Update my email address.
4632
4633 2005-06-02  Jim Blandy  <jimb@redhat.com>
4634
4635         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4636         accepted into the master sources.)
4637
4638 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4639             Michael Snyder  <msnyder@redhat.com>
4640             Stan Cox  <scox@redhat.com>
4641
4642         * configure.in: Set noconfigdirs for ms1.
4643
4644         * configure: Regenerate.
4645
4646 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4647
4648         * MAINTAINERS (Write After Approval): Add self.
4649
4650 2005-06-01  Josh Conner  <jconner@apple.com>
4651
4652         * MAINTAINERS (Write After Approval): Add self.
4653
4654 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4655
4656         * MAINTAINERS: Update my email address.
4657
4658 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4659
4660         * MAINTAINERS (Write After Approval): Add self.
4661
4662 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4663
4664         * MAINTAINERS (Write After Approval): Remove self.
4665
4666 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4667
4668         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4669         (Dependencies): Consider target modules for bootstrap dependencies.
4670         Make target bootstrap modules depend on each stage's gcc.
4671         * Makefile.in: Regenerate.
4672
4673 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4674
4675         * Makefile.def (configure-gcc): Depend on binutils having been built.
4676         (all-gcc): No need to do it here.
4677         * Makefile.in: Regenerate.
4678
4679 2005-05-19  Paul Brook  <paul@codesourcery.com>
4680
4681         * configure.in: Rewrite misleading error message when requested
4682         language cannot be built.
4683         * configure: Regenerate.
4684
4685 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4686
4687         * ylwrap: Import from Automake 1.9.5.
4688
4689 2005-05-13  David Ung  <davidu@mips.com>
4690
4691         * MAINTAINERS (Write After Approval): Add self.
4692
4693 2005-05-09  Mike Stump  <mrs@apple.com>
4694
4695         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4696         lt_cv_sys_max_cmd_len for now.
4697
4698 2005-05-09  Stan Cox  <scox@redhat.com>
4699
4700         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4701
4702 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4703
4704         * README.SCO: Update the URL.
4705
4706 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4707
4708         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4709         with_gnu_ld to libtool.
4710         * ltcf-c.sh (aix[45]): Define file_list_spec.
4711         * ltcf-cxx.sh (aix[45]): Same.
4712         * ltcf-gcj.sh (aix[45]): Same.
4713         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4714         exists, write list of input files to temporary file.
4715
4716 2005-05-04  Mike Stump  <mrs@apple.com>
4717
4718         * configure.in: Always pass --target to target configures as
4719         otherwise rebuilds that do --recheck will fail.
4720         * confiugure: Rebuilt.
4721
4722 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4723
4724         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4725         STAGE_HOST_EXPORTS.
4726         (configure, all): Add bootstrap support.
4727         (Host modules, target modules): Pass post-stage1 flags and exports.
4728         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4729         * Makefile.in: Regenerate.
4730
4731 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4732
4733         * configure: Regenerate.
4734
4735 2005-04-27  Mike Stump  <mrs@apple.com>
4736
4737         * MAINTAINERS: Add self as darwin maintainer.
4738
4739 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4740
4741         * config.sub: Update from master copy.
4742
4743 2005-04-21  Mike Stump  <mrs@apple.com>
4744
4745         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4746         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4747
4748 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4749
4750         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4751         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4752         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4753         "*-*-elf" and "*-*-linux*".
4754         * configure: Regenerate.
4755
4756 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4757
4758         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4759
4760 2005-04-12  Mike Stump  <mrs@apple.com>
4761
4762         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4763
4764 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4765
4766         * MAINTAINERS (Write After Approval): Add myself.
4767
4768 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4769
4770         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4771
4772 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4773
4774         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4775         (TARGET_CONFIGARGS): Include --with-target-subdir.
4776         (configure, all): New macros.  Use them throughout.
4777         * Makefile.in: Regenerate.
4778
4779 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4780
4781         * MAINTAINERS (Write After Approval): Add myself.
4782
4783 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4784
4785         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4786
4787 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4788
4789         * MAINTAINERS: Move John Carr to Write After Approval.
4790
4791 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4792
4793         * config/mh-mingw32: Delete.
4794         * configure.in: Don't use it.
4795         * configure: Regenerate.
4796
4797 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4798
4799         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4800         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4801         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4802         (HOST_LIB_PATH): Generate from Makefile.def.
4803         (TARGET_LIB_PATH): Likewise.
4804         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4805         * Makefile.in: Regenerate.
4806         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4807         (RPATH_ENVVAR): Include Darwin case.
4808         * configure: Regenerate.
4809
4810 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4811
4812         * MAINTAINERS (Various Maintainers): Remove self.
4813         (Write After Approval): Add self.
4814
4815 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4816
4817         * MAINTAINERS (Various Maintainers): Add self.
4818
4819 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4820
4821         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4822         * configure: Regenerate.
4823
4824 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4825
4826         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4827         gcc_version, and gcc_version_trigger from set of flags to pass.
4828         * Makefile.tpl: Remove definitions of above variables.
4829         (config.status): Remove dependency on $(gcc_version_trigger).
4830         * Makefile.in: Regenerate.
4831         * configure.in: Do not reference config/gcc-version.m4 nor
4832         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4833         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4834         * configure: Regenerate.
4835
4836 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4837             Andrew Pinski  <pinskia@physics.uc.edu>
4838
4839         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4840         * Makefile.in: Regenerate.
4841
4842 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4843
4844         * MAINTAINERS (Write After Approval): Add myself.
4845
4846 2005-03-03  David Ayers  <d.ayers@inode.at>
4847
4848         * MAINTAINERS (Write After Approval): Add myself.
4849
4850 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4851
4852         PR libgcj/20160
4853         * ltmain.sh: Avoid creating archives with components that have
4854         duplicate basenames.
4855
4856 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4857
4858         PR bootstrap/20250
4859         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4860         instead of check.
4861         * Makefile.in: Regenerate.
4862
4863 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4864
4865         * Makefile.in: Regenerate to fix conflict between the previous two
4866         patches.
4867
4868 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4869
4870         PR bootstrap/17383
4871         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4872         * Makefile.tpl (HOST_SUBDIR): New substitution.
4873         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4874         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4875         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4876         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4877         (Host modules, Bootstrapped modules): Use it.
4878         (Build modules, Target modules): Do not create symlink trees,
4879         always configure out-of-srcdir.
4880         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4881         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4882         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4883         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4884
4885         * Makefile.in: Regenerate.
4886         * configure: Regenerate.
4887
4888 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4889
4890         Merged from libada-gnattools-branch:
4891         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4892
4893         * gnattools: New directory.
4894         * Makefile.def: Add gnattools as a module, depending on target-libada.
4895         * Makefile.in: Regenerate.
4896         * configure.in: Include gnattools in host_tools; disable it if ada
4897         is disabled.
4898         * configure: Regenerate.
4899
4900 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4901
4902         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4903         treelang maintainer.
4904         (Write After Approval): Remove myself.
4905
4906 2005-02-23  Paul Schlie  <schlie@comcast.net>
4907
4908         * configure.in: Allow darwin targeted ports to build tk, itcl and
4909         libgui.
4910         * configure: Regenerate.
4911
4912 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4913
4914         PR libgcj/10353
4915         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4916         * configure: Regenerate.
4917
4918 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4919
4920         * MAINTAINERS (Write After Approval): Add myself.
4921
4922 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4923
4924         * MAINTAINERS: Update my e-mail address.
4925
4926 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4927
4928         * MAINTAINERS (Write After Approval): Add myself.
4929
4930 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4931
4932         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4933         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4934         target-libgloss when not *-*-elf and *-*-aout.
4935         * configure: Regenerate.
4936
4937 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4938
4939         * MAINTAINERS: Remove obsolete entries.
4940
4941         * MAINTAINERS (Write After Approval): Add Michael Matz.
4942
4943 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4944
4945         * MAINTAINERS: Remove self as cpplib maintainer.
4946
4947 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4948
4949         * install-sh, config.sub: Import from upstream.
4950
4951 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4952
4953         PR bootstrap/18222
4954         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4955         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4956         * Makefile.in: Regenerate.
4957
4958 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4959
4960         * MAINTAINERS: Update my email address.
4961
4962 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4963             Andreas Schwab  <schwab@suse.de>
4964
4965         PR bootstrap/18033
4966         * config-ml.in: Eval option if surrounded by single quotes.
4967
4968 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4969
4970         Revert 2004-12-28 Makefile changes, a better fix will be
4971         applied to mainline and src after GCC 4.0 branches.
4972
4973 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4974
4975         PR bootstrap/17383
4976
4977         * Makefile.def (target_modules): Remove stage parameter,
4978         it is always true now.
4979         * Makefile.tpl (configure-build-[+module+],
4980         configure-target-[+module+]): Always build symlink tree
4981         for the directory and for include.  BUILD_SUBDIR and
4982         TARGET_SUBDIR cannot be . anymore.
4983         * Makefile.in: Regenerate.
4984
4985 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4986
4987         Revert 2004-12-08 Makefile changes.
4988
4989 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4990
4991         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4992         cygwin, mingw.
4993
4994 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4995
4996         * configure.in (sh64-*-*): Reenable gprof.
4997         * configure: Regenerate.
4998
4999 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5000
5001         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5002         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5003         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5004         * Makefile.in: Regenerate.
5005
5006 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5007
5008         * MAINTAINERS: Update my email address.
5009
5010 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5011
5012         * Makefile.tpl: Generate normal dependencies if the LHS module is
5013         not bootstrapped.
5014         * Makefile.in: Regenerate.
5015
5016 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5017
5018         * configure.in: Include config/gxx-include-dir.m4.  Use
5019         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5020         * configure: Regenerate.
5021
5022 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5023
5024         * config.if: Delete.
5025         * configure.in: Set libstdcxx_incdir directly.
5026         * configure: Regenerate.
5027
5028 2004-12-02  Eric Christopher  <echristo@redhat.com>
5029
5030         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5031         * Makefile.in: Regenerate.
5032
5033 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5034
5035         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5036         * configure: Regenerate.
5037
5038 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5039
5040         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5041         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5042         * configure: Regenerate.
5043
5044 2004-12-01  Eric Christopher  <echristo@redhat.com>
5045
5046         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5047         of things to remove.
5048
5049 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5050
5051         * MAINTAINERS (Write After Approval): Update my e-mail address.
5052
5053 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5054
5055         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5056         from CVS libtool to always pass_all.
5057
5058 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5059
5060         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5061         (hppa*64*-*-*): Delete incorrect comment.
5062         * configure: Rebuilt.
5063
5064 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5065
5066         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5067
5068 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5069
5070         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5071         from CVS libtool to always pass_all.
5072
5073 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5074
5075         * install-sh, compile: Import from automake.
5076
5077 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5078
5079         * config.guess, config.sub:  Import from savannnah.
5080
5081 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5082
5083         * MAINTAINERS (Write After Approval): Add myself
5084
5085 2004-11-12  Mike Stump  <mrs@apple.com>
5086
5087         * Makefile.def: Add html support.
5088         * Makefile.tpl: Likewise.
5089         * Makefile.in: Regenerate.
5090
5091 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5092
5093         PR 18423
5094         * configure.in: Remove all instances of build-fixincludes from
5095         noconfigdirs.
5096         (build_configargs): Supply --target to subdirectories.
5097         * configure: Regenerate.
5098
5099         * Makefile.def: Make gcc install depend on fixincludes install.
5100         * Makefile.in: Regenerate.
5101
5102 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5103
5104         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5105
5106 2004-11-11  Paul Brook  <paul@codesourcery.com>
5107
5108         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5109
5110 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5111
5112         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5113         target-libgfortran.
5114         * configure: Regenerate.
5115
5116 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5117
5118         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5119         like CC.
5120
5121 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5122
5123         * Makefile.def (host fixincludes): Specify missing targets.
5124         * Makefile.in: Regenerate.
5125
5126 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5127
5128         * MAINTAINERS: Add myself
5129
5130 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5131
5132         * MAINTAINERS (Write After Approval): Add myself.
5133
5134 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5135
5136         * Makefile.def: Build fixincludes for the host, too.
5137         * Makefile.in: Regenerate.
5138         * configure.in (host_tools): Add fixincludes.
5139         * configure: Regenerate.
5140
5141 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5142
5143         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5144         * configure: Regenerated.
5145
5146 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5147
5148         PR other/17783
5149         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5150         * configure: Regenerated.
5151
5152 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5153
5154         * README.SCO: Update per FSF instructions.
5155
5156 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5157
5158         PR target/18151
5159         * configure.in (case ${target}): Do not build fixincludes for avr.
5160         * configure: Regenerated.
5161
5162 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5163
5164         * configure.in (case ${target}): Do not build fixincludes
5165         on platforms where it is not used.
5166         * configure: Regenerated.
5167
5168 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5169
5170         * configure.in: Use an absolute path to install-sh.
5171         * configure: Regenerated.
5172
5173 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5174
5175         * MAINTAINERS (Write After Approval): Add myself.
5176
5177 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5178
5179         * MAINTAINERS: Remove from Write After Approval those that are
5180         already maintainers.
5181
5182 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5183
5184         * MAINTAINERS:  Update my email address.
5185
5186 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5187
5188         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5189         * configure: Regenerate.
5190
5191 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5192
5193         * MAINTAINERS:  Update my email address.
5194
5195 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5196
5197         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5198         entries belonging to this category.
5199
5200 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5201
5202         * MAINTAINERS: Update my e-mail address.
5203
5204 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5205
5206         Fix wrong conflict resolution in:
5207
5208         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5209
5210         * Makefile.in: Regenerate.
5211         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5212         in the recursive `make', instead of hardwiring `all'.
5213         (Autogenerated TARGET-* variables): New.
5214
5215 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5216
5217         * configure.in: Enable target-libgloss for crx-*-*.
5218         * configure: Regenerate.
5219
5220 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5221
5222         * MAINTAINERS (Various Maintainers): Move the "windows,
5223         cygwin, mingw" maintainer to ...
5224         (OS Port Maintainers): ... here.
5225
5226 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5227
5228         * MAINTAINERS (Write After Approval): Remove those that are
5229         maintainers of some subsystem.
5230
5231 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5232
5233         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5234         * ltcf-cxx.sh (tpf*): Likewise.
5235         * ltconfig (tpf*): Add TPF OS configuration support.
5236
5237 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5238
5239         * MAINTAINERS: Change my email address to my new work account.
5240
5241 2004-09-24  Michael Roth  <mroth@nessie.de>
5242
5243         * configure.in (--without-headers): Add missing double quotes.
5244         * configure: Regenerate.
5245
5246 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5247
5248         * ylwrap: Revert to previous version.
5249
5250 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5251
5252         PR bootstrap/17369
5253         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5254         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5255         SET_GCC_LIB_PATH_CMD.
5256         (BASE_TARGET_EXPORTS): Likewise.
5257         * Makefile.in: Regenerated.
5258
5259         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5260         * configure: Regenerated.
5261
5262 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5263
5264         * config.guess: New upstream version
5265         * compile, depcomp, install-sh, ylwrap: Likewise.
5266
5267 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5268
5269         * config/mh-x86omitfp: New host makefile fragment.  Add
5270         -fomit-frame-pointer to the default BOOT_CFLAGS.
5271         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5272         * configure: Regenerate.
5273
5274 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5275
5276         PR target/11572
5277         * configure.in (*-*-darwin*): Renable libobjc.
5278         * configure: Regenerate.
5279
5280 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5281
5282         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5283
5284 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5285
5286         * Makefile.def: Remove libbanshee.
5287         * Makefile.tpl: Ditto.
5288         * configure.in: Ditto.
5289         * Makefile.in: Regen.
5290         * configure: Ditto.
5291
5292 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5293
5294         * ltmain.sh: Use $pic_object as $non_pic_object if
5295         $non_pic_object=none.
5296
5297 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5298
5299         * missing: Import latest version from master repository.
5300
5301 2004-09-06  Nick Clifton  <nickc@redhat.com>
5302
5303         * config.sub: Import latest version from master repository.
5304         * config.guess: Likewise.
5305         This includes these changes:
5306
5307         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5308
5309         * config.sub: Handle crisv32, alias etraxfs.
5310         * config.guess (crisv32:Linux:*:*): Handle.
5311
5312         2004-08-13  Brad Smith  <brad@comstyle.com>
5313
5314         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5315         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5316
5317         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5318
5319         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5320         assume the processor is a powerpc.  This is because coreutils
5321         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5322         in this case, due to a MacOS X bug that causes
5323         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5324         to return a negative number.
5325         Problem reported by Petter Reinholdtsen in:
5326         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5327
5328         2004-07-19  Ben Elliston  <bje@gnu.org>
5329
5330         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5331
5332         2004-06-24  Ben Elliston  <bje@gnu.org>
5333
5334         * config.guess: Update copyright years.
5335         * config.sub: Likewise.
5336
5337         2004-06-22  Robert Millan  <robertmh@gnu.org>
5338
5339         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5340         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5341
5342         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5343
5344         * config.guess (*:*VMS:*:*): New entry. Replaces
5345         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5346         manufacturer.
5347
5348         2004-06-22  Ben Elliston  <bje@gnu.org>
5349
5350         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5351         * config.sub: Likewise.
5352
5353         2004-06-22  Ben Elliston  <bje@gnu.org>
5354
5355         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5356         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5357
5358         2004-06-11  Ben Elliston  <bje@gnu.org>
5359
5360         * config.guess (pegasos:OpenBSD:*:*): Remove.
5361
5362         2004-06-11  Ben Elliston  <bje@gnu.org>
5363
5364         From Wouter Verhelst <wouter@grep.be>:
5365         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5366
5367         2004-06-11  Ben Elliston  <bje@gnu.org>
5368
5369         * config.guess (luna88k:OpenBSD:*:*): New.
5370
5371         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5372
5373         * config.guess (m32r*:Linux:*:*): New case.
5374         * config.sub: Handle m32rle.
5375
5376         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5377
5378         From Jens Petersen  <petersen@redhat.com>:
5379         * config.sub: Handle sparcv8.
5380
5381         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5382
5383         From Tom Smith <smith@cag.lkg.hp.com>:
5384         * config.guess: Version suffixes are equally significant on Tru64
5385         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5386         prefix of "P" (patched kernel).
5387
5388         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5389
5390         * config.sub: Add support for National Semiconductor CRX target.
5391
5392 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5393
5394         * MAINTAINERS (Various Maintainers): Remove myself as web page
5395         maintainer, add myself as maintainer of build status lists.
5396
5397 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5398
5399         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5400         *-*-netware, but add target-libmudflap.
5401         Consolidate *-*-netware targets (of which really only i?86 exists)
5402         into a single entry.
5403         * configure: Likewise.
5404
5405 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5406
5407         * Makefile.tpl (sorry): Remove.
5408         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5409         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5410         (do-clean): Clean per-stage directories too.
5411         (do-distclean): Run distclean-stage1 too.
5412         (.NOTPARALLEL): Enable during toplevel bootstrap.
5413         (stage[+id+]-bubble): Enable parallel execution during
5414         the recursive invocation.
5415         * Makefile.in: Regenerate.
5416
5417         Fix previous checkin:
5418
5419         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5420         include.
5421         * configure.in: Fix indentation.
5422         * configure: Regenerate.
5423
5424 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5425
5426         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5427         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5428         * configure: regenerate
5429         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5430         -mdynamic-no-pic
5431
5432 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5433
5434         * Makefile.def (build_modules): Add fixincludes.
5435         (dependencies): Make gcc depend on fixincludes.
5436         * configure.in (build_tools): Add fixincludes.
5437         (build_configdirs): Always include build_libs.
5438         * Makefile.in: Regenerate.
5439         * configure: Regenerate.
5440
5441 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5442
5443         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5444         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5445         phony targets; do not generate timestamp files.
5446         (distclean-stageN): Remove references to their timestamp files.
5447         (restageN, touch-stageN): Remove.
5448         (stageN-bubble): Rewritten.
5449         (compare): Support lean bootstraps.
5450         * Makefile.in: Regenerate.
5451
5452         * configure.in: Only warn when bootstrapping but
5453         build != host or build != target.  Support lean bootstraps.
5454         * configure: Regenerate.
5455
5456 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5457
5458         * configure.in:  Give a better error message if GMP/MPFR are missing
5459         and a language needing them has been requested.
5460         * configure:  Regenerated.
5461
5462 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5463
5464         * configure.in:  Print a list of available language front-ends if
5465         a requested one is missing.  Tidy stray tab characters.
5466         * configure:  Regenerated.
5467
5468 2004-08-19  Michael Koch  <konqueror@gmx.de>
5469
5470         * gcc/doc/install.texi: Update entry about automake for libjava.
5471
5472 2004-08-17  Robert Millan  <robertmh@gnu.org>
5473
5474         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5475         (instead of FreeBSD).
5476         * configure: Regenerate.
5477
5478 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5479
5480         * Makefile.in: Regenerate.
5481         * configure: Regenerate.
5482
5483         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5484         stage_*_flags.
5485         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5486         for bootstrapped modules if toplevel bootstrap is going.
5487         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5488         modules.  Adjust for changes in Makefile.def.  Enable several
5489         rules even in non-bootstrap mode, just to avoid peppering the
5490         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5491         (stage-[+prev+]-bubble): Remove.
5492
5493         * Makefile.def (Dependencies): Depend on all-build-bison,
5494         all-build-flex, all-build-byacc, all-build-texinfo, rather
5495         than the host variations.
5496         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5497         with BUILD_SUBDIR.
5498         (BISON): Update for recent Bisons.
5499         (YACC): Fix typo.
5500         (cross): Depend on all-build.
5501         (all): Do not depend on all-build.
5502         (prebootstrap): Remove.
5503         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5504         (Prebootstrap dependencies): Add them to the per-stage targets
5505         and to all-prebootstrap.
5506         * configure.in (build_configdirs): Always enable build_tools.
5507         (BUILD_DIR_PREFIX): Remove.
5508
5509         * Makefile.def (gcc): Add target variable.
5510         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5511         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5512         in the recursive `make', instead of hardwiring `all'.
5513         (Autogenerated TARGET-* variables): New.
5514
5515 2004-08-13  Brian Booth  <bbooth@redhat.com>
5516
5517         * MAINTAINERS: Remove myself from write-after-approval.
5518
5519 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5520
5521         * src-release: Stop distributing mmalloc with gdb (which doesn't
5522         use it).
5523         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5524         * Makefile.in: Regenerate.
5525
5526 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5527
5528         * configure.in (arm*-*-eabi*): New target.
5529         * configure: Regenerate.
5530
5531 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5532
5533         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5534         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5535         (Dependencies): New section.
5536         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5537         (configure-target-[+module+]): Depend on maybe-all-gcc
5538         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5539         (toplevel profiledbootstrap): Fix dependencies.
5540         * Makefile.in: Regenerate.
5541
5542 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5543
5544         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5545         target-libiberty to noconfigdirs.
5546         * configure: Regenerate.
5547
5548 2004-08-03  Paul Brook  <paul@codesourcery.com>
5549
5550         * configure.in: Check for MPFR as well as GMP.
5551         * configure: Regenerate.
5552
5553 2004-08-01  Robert Millan  <robertmh@gnu.org>
5554
5555         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5556         libmudflap for all GNU-based systems (with Glibc).
5557         * configure: Regenerate.
5558
5559 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5560
5561         * Makefile.def (host-modules): Add gcc.
5562         * Makefile.in: Regenerate.
5563         * Makefile.tpl (sorry): New rule.
5564         (configure-host, all-host, [+make_target+]-host, do-check,
5565         install-host): Do not add gcc as a special case.
5566         (host modules): Add a small special-casing for gcc.  Export
5567         extra_make_flags through the environment.
5568         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5569         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5570         other recursive targets for gcc): Remove.
5571
5572         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5573         (stage, unstage): New rules.
5574         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5575         distclean-stage[+id+]): Use stage_current.
5576         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5577         the stage*-start rules.
5578
5579 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5580
5581         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5582         use -all_load flag.
5583
5584 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5585
5586         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5587         * configure: Regenerate.
5588
5589 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5590
5591         * maintainer-scripts/gcc_release: Revert yesterday's change.
5592
5593 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5594
5595         * MAINTAINERS: Add myself to write-after-approval.
5596
5597 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5598
5599         * libf2c: Removed.
5600         * gcc/gccbug.in: Updated because of libf2c removal.
5601         * maintainer-scripts/gcc_release: Ditto.
5602
5603 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5604
5605         * configure.in: Build libmudflap by default on FreeBSD.
5606         * configure: Regenerated.
5607
5608 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5609
5610         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5611         systems.
5612         * configure: Regenerated.
5613
5614 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5615
5616         PR target/16344
5617         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5618         feedback based compiler.
5619         * Makefile.in: Rebuilt.
5620
5621 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5622
5623         * Makefile.def (host_modules): Set bootstrap=true for flex.
5624         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5625         * Makefile.in: Rebuilt.
5626
5627 2004-07-07  Jan Hubicka  <jh@suse.cz>
5628
5629         * MAINTAINERS: Add self as a profile feedback maintainer.
5630
5631 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5632
5633         * configure.in:  Do not prepend $srcdir to /dev/null in
5634         makefile fragments.
5635         * configure:  Regenerate.
5636
5637 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5638
5639         * Makefile.def (build_modules): Add bison, byacc, flex,
5640         m4, texinfo.
5641         (flags_to_pass): Add FLEX.
5642         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5643         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5644         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5645         DEFAULT_MAKEINFO): Remove.
5646         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5647         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5648         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5649         objdir or else use configured tool.
5650         (all-build): New.
5651         (all): Depend on it.
5652         (Build module dependencies): Add.
5653         * Makefile.in: Regenerate.
5654         * configure.in: Better support for multiple build modules,
5655         matching what is done for host/target modules.  Do not look
5656         for "plausible" locations of build tools if Canadian cross.
5657         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5658         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5659         * configure: Regenerate.
5660
5661 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5662
5663         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5664         * Makefile.in: Regenerate.
5665
5666 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5667
5668         * Makefile.tpl (configure-build-[+module+],
5669         configure-[+module+], configure-target-[+module+]): Pass
5670         [+extra_configure_args+].
5671         (all-build-[+module+], all-[+module+], check-[+module+],
5672         install-[+module+], [+make_target+]-[+module+],
5673         all-target-[+module+], check-target-[+module+],
5674         install-target-[+module+], [+make_target+]-target-[+module+]):
5675         Pass [+extra_make_args+].
5676         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5677         (GCC_HOST_EXPORTS): Remove.
5678         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5679         cross, check-gcc, check-gcc-c++, install-gcc,
5680         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5681         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5682         * Makefile.in: Regenerate.
5683
5684 2004-06-21  Matthew Sachs  <msachs@apple.com>
5685
5686         * MAINTAINERS: Added self to write-after-approval.
5687
5688 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5689
5690         * configure.in: Check for srcdir/winsup rather than build directory
5691         winsup.
5692         * configure: Regenerate.
5693
5694 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5695
5696         * configure.in: Don't build Cygwin native newlib if winsup
5697         directory is missing.  Emit warning instead.
5698         * configure: Regenerate.
5699
5700 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5701
5702         * Makefile.tpl (touch-stage[+id+]): New.
5703         (restage[+prev+]): Depend on touch-stage[+id+].
5704
5705         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5706         Use it throughout.
5707
5708         * Makefile.def: Add profile and feedback bootstrap stages.
5709         Remove next field from bootstrap stages.
5710         * Makefile.tpl (LN, LN_S): Substitute.
5711         (stageN-start, stageN-end): Use double-colon rules, to
5712         provide a hook for additional setup commands.
5713         (distclean-stageN-gcc, restageN): Create dependencies from
5714         [+prev+], not from [+next+].
5715         (stageN-bubble): Add commands for successive stages from
5716         [+prev+], using double-colon rules.
5717         (all-stageN-gcc): Fix typo.
5718         (stagefeedback-start, profiledbootstrap): New.
5719         * Makefile.in: Regenerate.
5720         * configure.in: Call ACX_PROG_LN.
5721         * configure: Regenerate.
5722
5723 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5724
5725         * MAINTAINERS (Write After Approval): Add myself.
5726
5727 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5728
5729         * MAINTAINERS (Write After Approval): Add myself.
5730
5731 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5732
5733         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5734         without gcc.
5735         * configure: Regenerate.
5736
5737 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5738
5739         * Makefile.tpl: Fix typo.
5740         * Makefile.in: Regenerate.
5741
5742 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5743
5744         * configure.in: Remove new- prefix from toplevel
5745         bootstrap targets.
5746         * configure: Regenerate.
5747
5748 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5749
5750         * Makefile.tpl (all.normal): Rename to all.
5751         (all): Replace with a rule to pick the default
5752         target from configure.
5753         (all-gcc, configure-gcc): Use conditionals to
5754         do nothing when toplevel bootstrap is going on.
5755         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5756         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5757         * configure.in: Support --enable-bootstrap.
5758
5759         * Makefile.def: Remove new- prefix from toplevel
5760         bootstrap targets.
5761         * Makefile.tpl: Likewise.
5762
5763         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5764         target.
5765
5766         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5767         $(RECURSE_FLAGS) to recursive invocation of make.
5768
5769         * Makefile.in: Regenerate.
5770         * configure: Regenerate.
5771
5772 2004-05-30  Andreas Jaeger  <aj@suse.de>
5773             Jim Wilson  <wilson@specifixinc.com>
5774
5775         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5776         like CC.
5777
5778 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5779
5780         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5781         * configure: Regenerate.
5782
5783 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5784
5785         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5786         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5787         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5788         targets.
5789         * Makefile.in: Regenerate.
5790
5791 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5792
5793         * configure.in: Test the ability to symlink directories.
5794         * configure: Regenerate.
5795
5796         * Makefile.def (bootstrap-stage): New definitions.
5797         * Makefile.tpl (configure-stage1-gcc,
5798         configure-stage2-gcc, configure-stage3-gcc,
5799         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5800         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5801         new-restage3, compare): Autogenerate, see Makefile.in
5802         entry for behavioral changes.
5803         (distclean-stage1, new-stage1-start, new-stage1-end,
5804         new-stage1-bubble, distclean-stage2, new-stage2-start,
5805         new-stage2-end, new-stage2-bubble, distclean-stage3,
5806         new-stage3-start, new-stage3-end): New autogenerated targets.
5807         (objext, prebootstrap, BOOT_CFLAGS,
5808         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5809         targets.
5810
5811         * Makefile.in: Regenerate.
5812         (distclean-stage1, new-stage1-start, new-stage1-end,
5813         new-stage1-bubble, distclean-stage2, new-stage2-start,
5814         new-stage2-end, new-stage2-bubble, distclean-stage3,
5815         new-stage3-start, new-stage3-end): New targets.
5816         (all-stage1-gcc): Move prebootstrap dependency from here...
5817         (configure-stage1-gcc): ...to here.
5818         (new-bootstrap): Use bubble targets.
5819         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5820         Use per-stage distclean targets.
5821         (configure-stage1-gcc, configure-stage2-gcc,
5822         configure-stage3-gcc, all-stage1-gcc,
5823         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5824         Use new-stageN-start to prepare the tree.
5825
5826 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5827
5828         * Makefile.def (host_modules): add libcpp.
5829         * Makefile.tpl: Add dependencies on and for libcpp.
5830         * Makefile.in: Regenerate.
5831         * configure.in: Add libcpp host module.
5832         * configure: Regenerate.
5833
5834 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5835
5836         * Makefile.tpl: Whenever a recursive target is defined, wrap
5837         it in a special @if/@endif block, and prepare its maybe
5838         dependency in the @if/@endif block
5839         * configure.in: Instead of writing maybe dependencies, remove
5840         the @if/@endif statements, and remove the @if/@endif blocks
5841         that remain.
5842         * configure: Regenerate.
5843         * Makefile.in: Regenerate.
5844
5845 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5846
5847         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5848
5849 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5850
5851         PR bootstrap/15120
5852         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5853         * */configure: Rebuilt.
5854
5855 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5856
5857         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5858         of libf2c.
5859         * configure, Makefile.in: Regenerate.
5860
5861 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5862
5863         * MAINTAINERS (Write After Approval): Add myself.
5864
5865 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5866
5867         Merge from tree-ssa-20020619-branch.
5868
5869         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5870         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5871         (HOST_GMPLIBS): Define.
5872         (HOST_GMPINC): Define.
5873         (TARGET_LIB_PATH): Add libmudflap.
5874         (GFORTRAN_FOR_TARGET): Define.
5875         (configure-build*): Export GFORTRAN.
5876         (configure-gcc): Export GMPLIBS and GMPINC.
5877         (all-gcc): Add maybe-all-libbanshee.
5878         (configure-target-libgfortran): Define.
5879         * Makefile.in: Regenerate.
5880         * configure.in (host_libs): Add libbanshee.
5881         (target_libraries): Add target-libmudflap and target-libgfortran.
5882         Add --with-libbanshee.
5883         Handle --disable-libmudflap.
5884         (*-*-freebsd*): Use with_gmp.
5885         Add $(libgcj) to noconfigdirs.
5886         * configure: Regenerate.
5887         * depcomp: New file.
5888         * MAINTAINERS: Add tree-ssa maintainers.
5889
5890 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5891
5892         * MAINTAINERS (Various Maintainers): Add myself.
5893
5894 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5895
5896         * MAINTAINERS (Write After Approval): Add myself.
5897
5898 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5899
5900         * MAINTAINERS (Write After Approval): Add myself.
5901
5902 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5903
5904         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5905         * configure: Regenerate.
5906
5907 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5908
5909         Revert:
5910         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5911
5912         * Makefile.def (flags_to_pass): Remove *dir variables that
5913         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5914         as well as prefix and exec_prefix.
5915         * Makefile.in: Regenerate.
5916
5917 2004-04-26  Robert Millan  <robertmh@gnu.org>
5918
5919         Add patches from libtool CVS.
5920         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5921         * ltconfig: Likewise.
5922         * ltcf-c.sh: Likewise.
5923         * ltcf-cxx.sh: Likewise.
5924         * ltcf-gcj.sh: Likewise.
5925
5926 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5927
5928         * Makefile.def (host_modules): Mark with the bootstrap
5929         flag packages on which gcc depends.
5930         * Makefile.tpl (all-bootstrap): Use it.
5931         * Makefile.in: Regenerate.
5932
5933 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5934
5935         * Makefile.def (flags_to_pass): Remove *dir variables that
5936         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5937         as well as prefix and exec_prefix.
5938         * Makefile.in: Regenerate.
5939
5940 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5941
5942         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5943         * configure: Regenerate.
5944         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5945         * gcc/Makefile.tpl (compare): Use the result of the test.
5946         * gcc/Makefile.in: Regenerate.
5947
5948 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5949
5950         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5951         Always relocate gcc and prev-gcc to the original names, even
5952         if the build fails.
5953         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5954         New targets.
5955
5956 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5957
5958         * MAINTAINERS: Update my email address.
5959
5960 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5961
5962         * configure.in (mips*-*-irix5*): Enable ld.
5963         * configure: Regenerate.
5964
5965 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5966
5967         * configure: Regenerate.
5968
5969 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5970
5971         * Makefile.tpl (configure-[+module+], configure-gcc,
5972         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5973         Set and export LDFLAGS.
5974         * Makefile.in: Regenerate.
5975
5976 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5977
5978         * MAINTAINERS: Add myself to write-after-approval.
5979
5980 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5981
5982         PR bootstrap/14871
5983         * Makefile.tpl: If we don't have built-in-tree target tools,
5984         use the ones found by configure rather than hacking around with
5985         program_transform_name.
5986         * configure.in: Give Makefile.tpl the information necessary
5987         to do that.
5988         * Makefile.in: Regenerate.
5989         * configure: Regenerate.
5990
5991 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5992
5993         PR bootstrap/14760
5994         * configure.in: When computing baseargs, strip *all* copies of
5995         offending options.  Also, don't match/substitute the trailing space,
5996         so that this actually works when two similar options are separated by
5997         only one space.
5998         * configure: Regenerate.
5999
6000 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6001
6002         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6003         (rs6000-*-aix*): Same.
6004         * configure: Regenerate.
6005
6006 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6007
6008         * MAINTAINERS: Add myself to write-after-approval.
6009
6010 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6011
6012         * MAINTAINERS: Add myself to write-after-approval.
6013
6014 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6015
6016         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6017         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6018         * Makefile.in: Regenerate.
6019
6020         * configure.in (top level bootstrap support): Rework --enable-werror
6021         to set @stage2_werror_flag@.
6022         * configure: Regenerate.
6023         * Makefile.tpl (top level bootstrap support): Pass
6024         @stage2_werror_flag@ down to configure in stages 2 and 3.
6025         * Makefile.in: Regenerate.
6026
6027 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6028
6029         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6030         for stages 2 and 3 as well as in make.  As a consequence, remove
6031         OUTPUT_OPTION (now detected by configure) from the flags passed down
6032         to make.
6033         * Makefile.in: Regenerate.
6034
6035         * Makefile.tpl (new-bootstrap): Fix typo.
6036         * Makefile.in: Regenerate.
6037
6038 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6039
6040         * Makefile.tpl: Rearrange by moving recursive_targets rules
6041         into their proper sections.
6042         * Makefile.tpl (top level bootstrap support): Move disabling
6043         of coverage flags from 'make' to 'configure'; improve comments.
6044         * Makefile.in: Regenerate.
6045
6046         * Makefile.tpl (experimental top level bootstrap) Move stage1
6047         language setting from all- target to configure- target; disable
6048         intermodule optimization in stage 1; prevent gratuitous rebuilds
6049         of stage 1.
6050         * Makefile.in: Regenerate.
6051         * configure.in: Comma-separate stage 1 language list for top
6052         level bootstrap.
6053         * configure: Regenerate.
6054
6055         * Makefile.tpl: Clean up experimental top level bootstrap support:
6056         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6057         prev-gcc in configure- targets as well as all- targets.
6058         * Makefile.in: Regenerate.
6059
6060 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6061
6062         * compile: New file imported from automake.
6063
6064 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6065
6066         * configure.in: Remove symbolic link section.
6067         * configure: Regenerate.
6068         * Makefile.tpl (links): Remove.
6069         * Makefile.in: Regenerate.
6070
6071 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6072             Nathanael Nerode  <neroden@gcc.gnu.org>
6073
6074         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6075         Set with AC_CHECK_PROGS.
6076         * configure.in: Fix comment typo from last patch.
6077         * configure: Regenerate.
6078
6079 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6080
6081         * Makefile.tpl: Introduce experimental top level bootstrap support.
6082         * Makefile.in: Regenerate.
6083         * configure.in: Introduce support for top level bootstrap.
6084         * configure: Regenerate.
6085
6086 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6087             Paolo Bonzini  <bonzini@gnu.org>
6088
6089         PR bootstrap/14522
6090         * configure.in: Cope with shells that do not support unquoted ^
6091         * configure: Regenerate.
6092
6093 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6094             Paolo Bonzini  <bonzini@gnu.org>
6095
6096         PR bootstrap/14522
6097         * configure.in: Cope with shells that do not support nesting
6098         quotes inside quoted backquote substitutions.
6099         * configure: Regenerate.
6100
6101 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6102
6103         PR bootstrap/14522
6104         * configure.in: Fix escaping of $.
6105         * configure: Regenerate.
6106
6107 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6108
6109         * configure: Regenerate, since I forgot to while committing Paolo's
6110         changes.
6111
6112 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6113
6114         PR ada/14131
6115         Move language detection to the top level.
6116         * configure.in: Find default values for the tools as
6117         soon as possible.  Disable ada if GNAT is not found.
6118         Emit error message about missing languages.  Expand
6119         --enable-languages=all for the gcc subdirectory.
6120
6121 2004-03-10  Ben Elliston  <bje@gnu.org>
6122
6123         * MAINTAINERS: Update my email address.
6124
6125 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6126
6127         * ltconfig: Disable building static libraries if building shared
6128         libraries on AIX 5L.
6129
6130 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6131
6132         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6133         and disable libgcj.
6134         * configure: Regenerated.
6135
6136 2004-03-01  Brian Booth  <bbooth@redhat.com>
6137
6138         * MAINTAINERS: Add myself to write-after-approval.
6139
6140 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6141
6142         * MAINTAINERS: Add myself to write-after-approval.
6143
6144 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6145
6146         PR bootstrap/7087
6147         * Makefile.tpl: Guard XFOO sed statements better.
6148         * Makefile.tpl: Add dependency for configure-target-libada.
6149         * Makefile.in: Regenerate (incidentally fixes broken
6150         commit when libada-branch was merged).
6151
6152 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6153
6154         * MAINTAINERS: Add myself to write-after-approval.
6155
6156 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6157
6158         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6159         maintainers.
6160
6161 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6162
6163         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6164         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6165
6166 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6167
6168         PR bootstrap/11932
6169         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6170
6171 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6172
6173         * MAINTAINERS: Added myself to write-after-approval.
6174
6175 2004-02-14  Michael Koch  <konqueror@gmx.de>
6176
6177         * MAINTAINERS: Added myself to write-after-approval.
6178
6179 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6180
6181         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6182         some OS port maintainers to OS port maintainers section.
6183
6184 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6185
6186         * MAINTAINERS: Add self.
6187
6188 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6189
6190         * MAINTAINERS: Alphabetize.
6191
6192 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6193
6194         * MAINTAINERS: Remove myself.
6195
6196 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6197
6198         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6199         (rs6000-*-aix*): Same.
6200         * configure: Regenerate.
6201
6202 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6203
6204         * configure.in (host): Add in missing $noconfigdirs to defines.
6205         * configure: Regenerate.
6206
6207 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6208             Nathanael Nerode  <neroden@gcc.gnu.org>
6209
6210         PR ada/6637, PR ada/5911
6211         Merge with libada-branch:
6212         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6213         with appropriate dependencies. Add --enable-libada configure switch.
6214         * configure, Makefile.in: Regenerate.
6215
6216 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6217
6218         * MAINTAINERS: Add myself to write-after-approval.
6219
6220 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6221
6222         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6223         * configure: Regenerate.
6224
6225 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6226
6227         Merge from upstream:
6228
6229         * ltmain.in: When setting IFS to '~', be careful about user
6230         arguments that contain '~'.
6231
6232         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6233
6234         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6235         Also test $base_compile against $CC with escaped arguments. Bug
6236         reported by Geoff Keating <geoffk@apple.com>.
6237
6238 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6239
6240         * MAINTAINERS: Remove i960 port.
6241
6242 2004-01-23  DJ Delorie  <dj@redhat.com>
6243
6244         * Makefile.def (target_modules) [libiberty]: Don't stage.
6245         * Makefile.in: Rebuilt.
6246
6247 2004-01-20  Caroline Tice  <ctice@apple.com>
6248
6249         * MAINTAINERS: Add myself to write-after-approval.
6250
6251 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6252
6253         * MAINTAINERS: Update my email address.
6254
6255 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6256
6257         * MAINTAINERS: Add myself to write-after-approval.
6258
6259 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6260
6261         * MAINTAINERS: Remove entries without email address.
6262
6263 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6264
6265         * MAINTAINERS: Add myself to write-after-approval.
6266
6267 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6268
6269         * MAINTAINERS: Update my email address.
6270
6271 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6272
6273         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6274         * Makefile.tpl (configure-target-[+module+]): Support stage.
6275         * Makefile.in: Rebuilt.
6276
6277 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6278
6279         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6280
6281 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6282
6283         * MAINTAINERS: Add myself as a MIPS maintainer.
6284
6285 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6286
6287         * configure.in: Use ./config.cache, not config.cache.
6288         * configure: Regenerate.
6289         * Makefile.tpl: Special-casing not needed for GCC any more.
6290         * Makefile.in: Regenerate.
6291
6292         * configure.in: Don't share a cache file for host dirs.
6293         * configure: Regenerate.
6294
6295         * config-ml.in: Don't mess with the cache file.
6296
6297 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6298
6299         * MAINTAINERS: Move myself from 'Write After Approval' to
6300         'CPU Port Maintainers' section as SPARC maintainer.
6301
6302 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6303
6304         * Makefile.tpl: Make GCC use a separate config.cache.
6305         * Makefile.in: Regenerate.
6306
6307         PR bootstrap/11932, PR bootstrap/11933
6308         (I don't know if it will fix either of them, but it relates
6309         to them.)
6310         * configure.in: Don't use shared config.cache for target
6311         directories.
6312         * configure: Regenerate.
6313
6314 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6315
6316         * MAINTAINERS: Add myself to 'Write After Approval' section.
6317
6318 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6319
6320         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6321         * configure: Regenerated.
6322
6323 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6324
6325         * MAINTAINERS: Remove the mn10200 maintainer.
6326
6327 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6328
6329         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6330         * configure: Regenerated.
6331
6332 2003-12-16  Jan Hubicka  <jh@suse.cz>
6333
6334         * MAINTAINERS: Add myself as callgraph maintainer.
6335
6336 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6337
6338         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6339         * configure: Regenerate.
6340
6341 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6342
6343         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6344         'Write After Approval' section. Update email.
6345
6346 2003-12-01  James Lemke  <jim@wasabisystems.com>
6347
6348         * MAINTAINERS (Write After Approval): Add myself.
6349
6350 2003-11-20  Matt Thomas  <matt@3am-software.com>
6351
6352         * MAINTAINERS: Add myself as a vax port maintainer.
6353
6354 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6355
6356         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6357         (configure-build-[+module+], configure-[+module+]): Likewise.
6358         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6359         * Makefile.in: Regenerate.
6360
6361 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6362
6363         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6364         shared/dylibed libraries.
6365         * ltmain.sh: Likewise.
6366         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6367         * ltcf-cxx.sh: Likewise.
6368         * ltcf-gcj.sh: Likewise.
6369         * ltconfig: Likewise.
6370
6371 2003-11-17  Stan Cox  <scox@redhat.com>
6372
6373         * MAINTAINERS: Add myself as iq2000 port maintainer.
6374
6375 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6376
6377         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6378         * Makefile.in: Regenerate.
6379
6380 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6381
6382         * config.sub: Update to 2003-11-03 version.
6383
6384 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6385
6386         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6387         * configure:  Regenerate.
6388
6389 2003-10-20  Nicolas Pitre  <nico@cam.org>
6390
6391         * MAINTAINERS: Add myself to 'Write After Approval' section.
6392
6393 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6394
6395         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6396
6397 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6398
6399         * MAINTAINERS: Update my email address.
6400
6401 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6402
6403         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6404
6405 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6406
6407         * MAINTAINERS: Add myself to 'Write After Approval' section.
6408
6409 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6410
6411         * config.guess: Update to 2003-10-16 version.
6412         * config.sub: Update to 2003-10-16 version.
6413
6414 2003-10-15  David Daney  <ddaney@avtrex.com>
6415
6416         * MAINTAINERS: Added myself to 'Write After Approval' section.
6417
6418 2003-10-15  Falk Hueffner  <falk@debian.org>
6419
6420         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6421         'Write After Approval' section. Update email.
6422
6423 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6424
6425         * MAINTAINERS: Move myself from 'Write After Approval' to
6426         'Various Maintainers' section as middle-end maintainer.
6427
6428 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6429
6430         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6431         HOST_FLAGS_TO_PASS.
6432         * Makefile.in: Regenerate.
6433
6434 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6435
6436         * config.guess: Update to 2003-10-07 version.
6437         * config.sub: Update to 2003-10-07 version.
6438
6439 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6440
6441         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6442         * ltconfig (irix5*, irix6*): Don't override version_type.
6443
6444 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6445
6446         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6447         * configure: Rebuilt
6448         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6449         * Makefile.in: Rebuilt
6450
6451 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6452
6453         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6454
6455 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6456
6457         * MAINTAINERS (Write After Approval): Add myself.
6458
6459 2003-09-29  Paul Koning  <ni1d@arrl.net>
6460
6461         * MAINTAINERS: Move myself from "Write After Approval"
6462         to CPU platform maintainers for pdp11 platform.
6463
6464 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6465
6466         * MAINTAINERS: Move myself from 'Write After Approval' to
6467         'Various Maintainers' section as libffi testsuite maintainer.
6468
6469 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6470
6471         * configure.in: Pass a computed --program-transform-name
6472         to subconfigures.
6473         * configure: Regenerated.
6474
6475 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6476
6477         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6478         * Makefile.in: Regenerate.
6479
6480         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6481         * Makefile.in: Regenerate.
6482
6483 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6484
6485         * MAINTAINERS: Move myself from 'Write After Approval'
6486         to 'Various Maintainers' (objective-c) section.
6487
6488 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6489
6490         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6491         quoting.
6492         * configure: Regenerated.
6493
6494 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6495
6496         * MAINTAINERS (Write After Approval): Add myself to write after
6497         approval list.
6498
6499 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6500
6501         * MAINTAINERS (Write After Approval): Add myself.
6502
6503 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6504
6505         * MAINTAINERS: Update my e-mail address.
6506
6507 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6508
6509         * libtool.m4 (LD): Correct powerpc64 host match.
6510
6511 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6512
6513         * MAINTAINTERS: Update my affiliation and email address.
6514
6515 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6516
6517         * MAINTAINERS (Write After Approval): Add myself.
6518
6519 2003-09-04  DJ Delorie  <dj@redhat.com>
6520
6521         * configure: Regenerate.
6522
6523 2003-09-04  Robert Millan  <robertmh@gnu.org>
6524
6525         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6526
6527 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6528
6529         * configure.in: Ensure arguments to sed are properly spaced.
6530         * configure: Regenerate.
6531
6532 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6533
6534         * MAINTAINERS: Update my e-mail address.
6535
6536 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6537
6538         * MAINTAINERS (Write After Approval): Add myself.
6539
6540 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6541
6542         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6543         * configure: Regenerated.
6544
6545 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6546
6547         * MAINTAINERS: Update my email address.
6548
6549 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6550
6551         * configure.in:  Use newline instead of semicolon when assuming
6552         shell arguments in a for loop.
6553         * configure:  Regenerated.
6554
6555 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6556
6557         * MAINTAINERS: Resurrect the i860 maintainer.
6558
6559 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6560
6561         PR 8180
6562         * configure.in: When testing with_libs and with_headers, treat
6563         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6564         * configure: Regenerate.
6565
6566         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6567         make, shell, etc.
6568         (baseargs): Likewise.
6569         * configure: Regenerate.
6570
6571 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6572
6573         * MAINTAINERS (Write After Approval): Add myself.
6574
6575 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6576
6577         * configure.in: Disable libgcj for darwin not on powerpc.
6578         * configure: Rebuild.
6579
6580 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6581
6582         * config-ml.in, symlink-tree: Add license.
6583
6584 2003-08-03  Richard Stallman  <rms@gnu.org>
6585             Eben Moglen  <moglen@columbia.edu>
6586
6587         * README.SCO: New file.
6588
6589 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6590
6591         * Makefile.tpl (check, check-c++): Express dependencies using
6592         dependencies rather than commands.
6593         * Makefile.in: Regenerate.
6594
6595 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6596
6597         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6598         * configure: Ditto.
6599
6600 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6601
6602         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6603         * Makefile.in: Update.
6604
6605 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6606
6607         * configure.in: Enable libgcj for darwin.
6608         * configure: Rebuild.
6609
6610 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6611
6612         * config-ml.in:  Use ac_configure_args directly instead of
6613         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6614         actually seen.
6615
6616 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6617
6618         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6619         creating target and build subdirs to build all parent dirs as needed.
6620         * Makefile.in: Rebuild.
6621         * configure.in: Don't build dirs explicitly here.
6622         * configure: Rebuild.
6623
6624 2003-07-26  Paul Brook  <paul@nowt.org>
6625
6626         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6627
6628 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6629
6630         * Makefile.tpl (all-make): Depend on intl.
6631         * Makefile.in: Rebuilt.
6632
6633 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6634
6635         * install-sh:  Update to newer upstream versions (associated with
6636         aclocal 1.7).
6637         * mkinstalldirs:  Likewise.
6638         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6639
6640 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6641
6642         * MAINTAINERS: Move self from Bug database only accounts
6643         to write-after-approval.
6644
6645 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6646
6647         * config.if: Remove unused libc_interface determination.
6648
6649 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6650
6651         * MAINTAINERS: Move self from write-after-approval to
6652         build machinery (*.in).
6653
6654 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6655
6656         PR bootstrap/11273
6657         PR bootstrap/11408
6658         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6659         unused INSTALL_PROGRAM_ARGS.
6660         * configure.in: Use AC_PROG_INSTALL.
6661         * Makefile.in: Regenerate.
6662         * configure: Regenerate.
6663
6664 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6665
6666         * MAINTAINERS: Alphabetize.
6667
6668 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6669
6670         * configure: Rebuilt.
6671         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6672         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6673         newlib nor libgloss.
6674         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6675         * configure.in (am33_2.0-*-linux*): Added.
6676
6677 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6678
6679         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6680         * configure: Regenerate.
6681
6682 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6683
6684         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6685         * Makefile.in: Regenerate.
6686
6687 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6688
6689         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6690         * Makefile.in: Regenerate.
6691
6692 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6693
6694         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6695         * Makefile.in: Regenerated.
6696
6697         * config-ml.in: Replace PWD with PWD_COMMAND.
6698
6699 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6700
6701         * intl: New directory; see intl/ChangeLog for details.
6702         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6703         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6704         * Makefile.in: Regenerate.
6705
6706 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6707
6708         * configure.in: Clean up config-lang.in handling.  Delete
6709         useless assignment to "subdirs".
6710         * configure: Regenerate.
6711
6712 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6713
6714         * configure.in: Rename 'target_libs' to 'target_libraries'.
6715         Remove useless reference to 'target_libs'.
6716         * configure: Regenerate.
6717
6718 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6719
6720         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6721         * Makefile.in: Regenerate.
6722
6723 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6724
6725         * Makefile.def: Introduce flags_to_pass.
6726         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6727         * Makefile.in: Regenerate.
6728
6729 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6730
6731         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6732         and target-libgloss.
6733         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6734         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6735         * configure: Regenerate.
6736
6737 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6738
6739         * configure.in: Update testsuite_flags to new location.
6740         * configure. Regenerate.
6741
6742 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6743
6744         * Makefile.tpl: Remove BUILD_CC stuff.
6745         * Makefile.in: Regenerate.
6746
6747 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6748
6749         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6750
6751 2003-06-16  Graeme Peterson  <gp@qnx.com>
6752
6753         * MAINTAINERS (Write After Approval): Add myself.
6754
6755 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6756
6757         * config.guess: Update to 2003-06-12 version.
6758         * config.sub: Update to 2003-06-13 version.
6759
6760 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6761
6762         * config.guess: Update to 2003-06-06 version.
6763         * config.sub: Update to 2003-06-06 version.
6764
6765 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6766
6767         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6768         * configure. Regenerate.
6769
6770 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6771
6772         * configure.in: Disable serial configure by default.
6773         * configure: Regenerate.
6774         * Makefile.tpl: Abolish .NOTPARALLEL.
6775         * Makefile.in: Regenerate.
6776
6777         * Makefile.tpl: Replace {build,host,target}_canonical by
6778         {build,host,target}.
6779         * Makefile.in: Regenerate.
6780
6781         * Makefile.tpl: Fix stupid pasto.
6782         * Makefile.in: Regenerate.
6783
6784 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6785
6786         * Makefile.tpl: Remove bogus conditional.
6787         * Makefile.in: Regenerate.
6788
6789 2003-06-05  Jan Hubicka  <jh@suse.cz>
6790
6791         * Makefile.tpl (profiledbootstrap): New target.
6792         * Makefile.in (profiledbootstrap): New target.
6793
6794 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6795
6796         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6797         Pinski. Remove user names from other bugzilla-only maintainers.
6798
6799 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6800
6801         * Makefile.tpl: Make 'recursive targets' using autogen rather
6802         than shell loop.  Remove duplicate 'clean' targets and false
6803         comments.
6804         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6805         Add systematic method of specifying missing targets in subdirs.
6806         Add copyright boilerplate.
6807         * Makefile.in: Regenerate.
6808         * configure.in: Add 'recursive targets' to maybe list.
6809         * configure: Regenerate.
6810
6811         * MAINTAINERS: "GNATS only" -> "Bug database only".
6812
6813         * Makefile.tpl: Rename [+target+] to [+make_target+].
6814         * Makefile.def: Rename 'target' to 'make_target'.
6815
6816 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6817
6818         * MAINTAINERS: Add self as options handling maintainer.
6819
6820 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6821
6822         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6823         been too long since I touched those ports.
6824
6825 2003-05-28  DJ Delorie  <dj@redhat.com>
6826
6827         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6828         * Makefile.in: Regenerate.
6829
6830 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6831
6832         * configure.in: Use curly braces in the definition of tooldir.
6833         * configure: Regenerate.
6834
6835 2003-05-21  DJ Delorie  <dj@redhat.com>
6836
6837         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6838         newlib or libgloss.
6839         * Makefile.in: Regenerate.
6840
6841 2003-05-21  DJ Delorie  <dj@redhat.com>
6842
6843         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6844         * Makefile.in: Regenerate.
6845
6846 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6847
6848         * MAINTAINERS: Update my e-mail address.
6849
6850 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6851
6852         * configure.in: Switch more things to use maybe dependencies.
6853         * Makefile.tpl: Switch more things to use maybe dependencies.
6854         Factor out common code from autogen IF statements.
6855         * configure: Regenerate.
6856         * Makefile.in: Regenerate.
6857
6858 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6859
6860         * configure.in: Accept i[3456789]86 for machine type.
6861         * configure: Regenerate.
6862
6863 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6864
6865         * configure.in: Switch more things to use maybe dependencies.
6866         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6867         * configure: Regenerate.
6868         * Makefile.tpl: Switch more things to use maybe dependencies.
6869         * Makefile.in: Regenerate.
6870
6871 2003-05-16  Andreas Schwab  <schwab@suse.de>
6872
6873         * Makefile.tpl (install-opcodes): Define.
6874         * Makefile.in: Rebuild.
6875
6876 2003-05-13  Andreas Jaeger  <aj@suse.de>
6877
6878         * config.guess: Update to 2003-05-09 version.
6879         * config.sub: Update to 2003-05-09 version.
6880
6881 2003-05-13  Michael Eager  <eager@mvista.com>
6882
6883         * configure.in: Correct sed script so that options in quotes are not
6884         deleted.
6885         * configure: Rebuild.
6886
6887 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6888
6889         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6890         and $$s/newlib/libc/sys/cygwin32 include paths.
6891         * configure: Ditto.
6892
6893 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6894
6895         * MAINTAINERS: Update my email addresses.
6896
6897 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6898
6899         * config-ml.in: Propagate INSTALL variables.
6900
6901 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6902
6903         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6904
6905 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6906
6907         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6908         * Makefile.in: Regenerate.
6909
6910 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6911
6912         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6913
6914 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6915
6916         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6917
6918 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6919
6920         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6921         * Makefile.in: Regenerated.
6922
6923 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6924
6925         * MAINTAINERS (Write After Approval): Upgrade myself from
6926         GNATS only to write-after-approval. Update my mail address.
6927
6928 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6929
6930         (OS Port Maintainers: freebsd): Add myself.
6931
6932 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6933
6934         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6935
6936 2003-04-22  Kean Johnston  <jkj@sco.com>
6937
6938         * MAINTAINERS (SCO ports): Added myself.
6939
6940 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6941
6942         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6943
6944 2003-04-19  Kean Johnston  <jkj@sco.com>
6945
6946         * MAINTAINERS (Write After Approval): Add myself.
6947
6948 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6949
6950         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6951         * Makefile.in: Regenerate.
6952
6953 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6954
6955         * configure.in (powerpc64*-*-linux*): Remove.
6956         * configure: Rebuilt.
6957
6958 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6959
6960         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6961         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6962         and restrap.
6963         * Makefile.in:  Regenerate.
6964
6965 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6966
6967         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6968         * configure: Regenerated.
6969
6970 2003-04-15  DJ Delorie  <dj@redhat.com>
6971
6972         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6973
6974 2003-04-13  Nick Clifton  <nickc@redhat.com>
6975
6976         * config-ml.in: Remove support for --disable-aix removing
6977         call-aix multilibs.
6978
6979 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6980
6981         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6982         * */configure: Rebuilt.
6983
6984 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6985
6986         * MAINTAINERS: Add my email address.
6987
6988 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6989
6990         * MAINTAINERS (Write After Approval): Add myself.
6991
6992 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6993
6994         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6995         * Makefile.in: Regenerate.
6996
6997 2003-03-14  Michael Chastain  <mec@shout.net>
6998
6999         * Makefile.in: Regenerate with correct Makefile.def.
7000
7001 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7002
7003         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7004         Make macro.
7005         * Makefile.in: Regenerate.
7006         * configure.in: Clean up gxx_include_dir logic.
7007         * configure: Regenerate.
7008
7009 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7010
7011         * MAINTAINERS (Write After Approval): Add myself.
7012
7013 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7014
7015         * MAINTAINERS: Update my mail address.
7016
7017 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7018
7019         * configure.in (gxx_include_dir): Fix typo.
7020         * configure: Regenerated.
7021
7022 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7023
7024         * Makefile.tpl: Reindent.
7025         * Makefile.in: Regenerate.
7026         * configure.in: Reindent.  Don't set unused variables.
7027         * configure: Regenerate.
7028
7029 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7030
7031         * configure.in: Include $(build_tooldir)/sys-include in
7032         FLAGS_FOR_TARGET.
7033         * configure: Regenerated.
7034
7035 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7036
7037         * Makefile.tpl: Always pass down RANLIB.
7038         * Makefile.in: Regenerate.
7039
7040         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7041         * Makefile.in: Regenerate.
7042         * configure.in: Remove unused logic relating to --enable-shared
7043         and --enable-threads.  Remove bogus comments.  Remove redundant
7044         noconfigdirs.
7045         * configure: Regenerate.
7046
7047         * configure.in: Replace ${libstdcxx_version} by its value.
7048         Remove reference to mh-dgux.
7049         * configure: Regenerate.
7050
7051 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7052
7053         * MAINTAINERS (Write After Approval): Add myself.
7054
7055 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7056
7057         * Makefile.tpl: Rearrange.
7058         * Makefile.in: Regenerate.
7059
7060 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7061
7062         * configure.in: Add support for kaOS as cross build target system.
7063         * configure: Regenerated.
7064
7065 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7066
7067         * MAINTAINERS (Write after approval): Add myself.
7068
7069 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7070
7071         * MAINTAINERS: Update my email address.
7072
7073 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7074
7075         * MAINTAINERS: Add self to blanket write privs. section.
7076
7077 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7078
7079         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7080         configure-target-* as some target builds may require additional
7081         flags for preprocessor tests.
7082         * Makefile.in: Regenerated.
7083
7084 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7085
7086         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7087         * ltconfig: Handle it.
7088         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7089         auto-detecting it.
7090
7091         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7092         it is used as argument to $CC.
7093         * ltcf-gcj.sh: Likewise.
7094
7095         * configure.in: Introduce --enable-maintainer-mode.
7096         * configure: Rebuilt.
7097         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7098         for maintainer mode.
7099         * Makefile.in: Rebuilt.
7100
7101 2003-02-18  Jason Merrill  <jason@redhat.com>
7102
7103         * Makefile.tpl (check-c++): Allow parallelism.
7104
7105 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7106
7107         * MAINTAINERS: Remove John Carr (who never actually had access to
7108         gcc.gnu.org).
7109
7110 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7111
7112         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7113         don't configure target-libobjc.
7114         * configure: Regenerate.
7115
7116 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7117
7118         * Makefile.tpl (RANLIB): Define.
7119         * Makefile.in: Regenerate.
7120
7121 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7122
7123         * MAINTAINERS: Update my email.
7124
7125 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7126
7127         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7128         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7129         * Makefile.in: Regenerated.
7130         * configure.in: Remove all traces of snavigator, db, and grep.
7131         * configure: Regenerated.
7132
7133 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7134
7135         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7136         After Approval.
7137
7138 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7139
7140         * MAINTAINERS (Write after approval): Add myself.
7141
7142 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7143
7144         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7145         * Makefile.in: Regenerated.
7146
7147 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7148
7149         * config.guess: Updated to 2003-01-30's version.
7150         * config.sub: Updated to 2003-01-28's version.
7151
7152 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7153
7154         * config.if: If gcc_version is already set, just use it.  Don't set
7155         gcc_version_trigger if it's already set, otherwise set it to
7156         gcc/version.c, but only if the file exists.  If it is not set and
7157         gcc/version.c does not exist, try to extract the version number from
7158         $CC.
7159
7160 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7161
7162         * MAINTAINERS: Add myself to write-after-approval list.
7163
7164 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7165
7166         * configure.in:  Revert 24Jan change.
7167         * configure:  Regenerate.
7168
7169 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7170
7171         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7172         entry of HJ Lu.
7173
7174 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7175
7176         * configure.in: Revert previous change.
7177         * configure: Regenerate.
7178
7179 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7180
7181         * configure.in: Make rda native-only.
7182         * configure: Regenerate.
7183
7184 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7185
7186         * MAINTAINERS: Move myself from GNATS-only-accounts to
7187         write-after-approval.
7188
7189 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7190
7191         * configure.in: Add missing \.
7192         * configure: Rebuilt.
7193
7194 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7195
7196         * configure.in (baseargs): Avoid using \| in sed regular
7197         expressions.
7198         * configure: Rebuilt.
7199
7200 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7201
7202         * configure.in (baseargs): Remove all supported forms of
7203         --cache-file, --srcdir, --host, --build and --target options
7204         from argument lists.
7205         * configure: Rebuilt.
7206
7207 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7208
7209         * MAINTAINERS: Add myself to write-after-approval list.
7210
7211 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7212
7213         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7214         * configure: Rebuilt.
7215
7216 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7217
7218         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7219         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7220         * Makefile.in: Regenerate.
7221         * configure: Regenerate.
7222
7223 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7224
7225         * configure.in: Remove Makefile in build, host and target modules
7226         unless configure was run with --no-recursion.
7227         * configure: Rebuilt.
7228
7229 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7230
7231         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7232         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7233         * Makefile.in: Regenerate.
7234
7235 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7236
7237         * config.guess: Update to 2003-01-03 version.
7238         * config.sub: Update to 2003-01-03 version.
7239
7240 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7241
7242         * configure: Regenerate with proper autoconf 2.13.
7243
7244 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7245
7246         * configure.in: Add AC_PREREQ for consistency.
7247         * configure: Regenerate.
7248
7249 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7250
7251         * configure.in (GDB_TK): Add tcl directories conditional on
7252         gdb/gdbtk directory being present.
7253         * configure: Regenerate.
7254
7255 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7256
7257         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7258         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7259         * configure: Rebuilt.
7260
7261 2002-12-31  Tom Tromey  <tromey@redhat.com>
7262
7263         * Makefile.in: Rebuilt.
7264         * Makefile.def (target_modules) [libffi]: Allow installation.
7265
7266 2002-12-31  Andreas Schwab  <schwab@suse.de>
7267
7268         * configure.in: Fix use of $program_transform_name.
7269         * configure: Regenerated.
7270
7271 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7272
7273         * configure.in (baseargs): Don't remove first configure argument.
7274         * configure: Regenerated.
7275
7276 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7277
7278         * Makefile.tpl (local-distclean): Don't remove...
7279         (multilib.ts): ... this.  Moved into...
7280         (multilib.out): ... this.  Don't use sub-make.
7281         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7282         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7283         (configure-build-[+module+], configure-[+module+],
7284         configure-target-[+module+], configure-gcc): ... these.  Test
7285         for Makefile existence.  Drop config.status from dependencies.
7286         * Makefile.in: Rebuilt.
7287         * configure.in: Move gcc-version-trigger to the end of
7288         ac_configure_args.  Add comments to maybedep.tmp and
7289         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7290         nonopt from baseargs, matching and removing corresponding
7291         whitespace while at it.
7292         * configure: Rebuilt.
7293
7294 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7295
7296         * configure.in (host_configargs): Replace reference to
7297         no-longer-defined buildopts with --build=${build_alias}.
7298         * configure: Rebuilt.
7299
7300         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7301         program_transform_name to standard idiom.
7302         (AUTOGEN, AUTOCONF): Define.
7303         (Makefile.in): Use $(AUTOGEN).
7304         (Makefile): Depend on config.status, and use autoconf-style rule to
7305         build it.  Move original commands to...
7306         (config.status): ... this new target.
7307         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7308         $(AUTOCONF).
7309         * Makefile.in: Rebuilt.
7310
7311 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7312
7313         * Makefile.tpl: Fix dramatic bustage due to change in
7314         program_transform_name.
7315         * Makefile.in: Regenerate.
7316
7317         * configure.in: Remove unnecessary PATH setting.
7318         * configure: Regnerate.
7319
7320         * configure.in: Don't default to unprefixed tools unless
7321         the native tools will work.
7322         * configure: Regenerate.
7323
7324         * configure.in: Convert to autoconf script.  Blow away lots
7325         of now-redundant Makefile fragments.
7326         * configure: Generate using Autoconf.
7327         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7328         * Makefile.in: Regenerate.
7329
7330 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7331
7332         * configure: Fix stupid bug where RANLIB was mistakenly included.
7333
7334         * configure.in: Rename (buildargs, hostargs, targargs) to
7335         (build_configargs, host_configargs, target_configargs).
7336
7337         * configure.in: Move logic out of sed statement.
7338
7339         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7340         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7341
7342 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7343
7344         * config.sub: Import from master repository
7345         * config.guess: Ditto
7346
7347 2002-12-24  Andreas Schwab  <schwab@suse.de>
7348
7349         * Makefile.tpl (multilib.out): Fix missing space.
7350         * Makefile.in: Regenerate.
7351
7352 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7353
7354         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7355         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7356         * Makefile.in: Regenerate.
7357         * configure.in: Remove unnecessary leftovers.
7358
7359 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7360
7361         * configure.in (extra_ranlibflags_for_target): New variable.
7362         (*-*-darwin): Add -c to ranlib commands.
7363         * configure (tooldir): Handle extra_ranlibflags_for_target.
7364
7365 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7366
7367         * Makefile.tpl: Revert HJL's change.
7368         * Makefile.in: Regenerated.
7369         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7370         always.
7371
7372 2002-12-19  Andreas Schwab  <schwab@suse.de>
7373
7374         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7375         * Makefile.in: Regenerate.
7376
7377 2002-12-18  H.J. Lu  <hjl@gnu.org>
7378
7379         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7380         * Makefile.in: Regenerated.
7381
7382         * configure.in (build_prefix): New. Substitute.
7383
7384 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7385
7386         * Makefile.tpl: Don't let real targets depend on phony targets.
7387         * Makefile.in: Regenerate.
7388
7389         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7390         * Makefile.in: Regenerate.
7391
7392 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7393
7394         * config.sub: Import from master repository
7395         * config.guess: Ditto
7396
7397 2002-12-16  Jason Merrill  <jason@redhat.com>
7398
7399         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7400         previous 'make bootstrap'.
7401         * Makefile.in: Regenerate.
7402
7403 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7404
7405         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7406
7407 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7408
7409         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7410         * Makefile.in: Regenerate.
7411
7412 2002-12-13  Jason Merrill  <jason@redhat.com>
7413
7414         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7415         library tests.
7416         (check-c++): Just depend on it and check-target-libstdc++-v3.
7417         * Makefile.in: Regenerate.
7418
7419 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7420
7421         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7422         * Makefile.in: Rebuilt.
7423
7424 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7425
7426         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7427
7428 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7429
7430         * configure: Fix bug put in by gremlins.
7431
7432         * Makefile.tpl: Substitute more autoconfily.
7433         * configure: Substitute more autoconfily.
7434         * Makefile.in: Regenerate.
7435
7436 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7437
7438         * config.sub: Import from master repository
7439         * config.guess: Ditto
7440         * MAINTAINERS: Added Svein Seldal under write after approval
7441
7442 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7443
7444         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7445         * Makefile.in (all-sim): Ditto.
7446
7447 2002-12-06  DJ Delorie  <dj@redhat.com>
7448
7449         * Makefile.tpl: Change configure dependencies to not have real
7450         targets depend on phony targets.
7451
7452 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7453
7454         * configure.in: Revert unintentional change.
7455
7456         * Makefile.tpl: Change dependency for */multilib.out so that
7457         it works when gcc isn't in the tree.
7458
7459         * configure.in: Substitute more.
7460         * configure: Run subconfigures from the Makefile.
7461         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7462         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7463
7464 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7465
7466         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7467
7468 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7469
7470         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7471         and corresponding dependencies.
7472         * Makefile.in: Regenerate.
7473
7474         * configure.in (host_tools): Order binutils, gas and ld for
7475         convenience in running the testsuites.
7476
7477         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7478         * Makefile.in: Regenerate.
7479         * configure.in: Introduce rules to serialize subconfigure runs.
7480
7481         * configure.in: Introduce BASE_CC_FOR_TARGET.
7482         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7483         Realize configure-build-* targets.  Realize configure-target-* targets.
7484         * Makefile.in: Regenerate.
7485
7486 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7487
7488         * configure: Move gcc_version_trigger stuff from here...
7489         * configure.in: ...to here.
7490
7491         * configure.in: Separate subconfigure options added by this file from
7492         options given by the user.  Add machinery to put args for host
7493         subconfigures into the Makefile.
7494
7495         * Makefile.tpl: Remove 'vault' targets.
7496         * Makefile.tpl: Reorder and comment dependencies.
7497         * Makefile.in: Regenerate.
7498
7499 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7500         * configure.in: Fix my broken commit of previous patch. (sigh)
7501
7502 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7503
7504         * configure.in: Move host-specific darwin noconfigdirs into
7505         the host-specific section.
7506
7507 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7508
7509         * configure.in: Move host-specific darwin noconfigdirs into
7510         the host-specific section.
7511
7512 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7513
7514         * configure: Remove skip-this-dir support.
7515         * Makefile.tpl: Remove skip-this-dir support.
7516
7517         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7518         subdirectories.
7519         * Makefile.in: Regenerate.
7520
7521         * Makefile.tpl: Strip out useless setting of 'dir'.
7522         * Makefile.in: Regenerate.
7523
7524 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7525
7526         * configure.in: Fix deeply stupid bug.
7527
7528         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7529         shell code in CXX_FOR_TARGET
7530         * Makefile.def: Introduce raw_cxx.
7531         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7532         RAW_CXX_FOR_TARGET.
7533         * Makefile.in: Regenerate.
7534
7535 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7536
7537         * Makefile.tpl: Remove unnecessary ifs.
7538         * Makefile.in: Regenerate.
7539
7540         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7541         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7542         targets for 'no_install' modules.
7543         * configure: Move GDB_TK substitution to configure.in.  Move
7544         build_modules stuff to configure.in.
7545         * configure.in: Implement soft dependency machinery.  Maybe-ize
7546         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7547         * Makefile.in: Regenerate.
7548
7549 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7550
7551         * Makefile.tpl: Make all-target, install-target behave similarly
7552         to all, install (only hitting configured targets).  Eliminate
7553         unused macro defintions.
7554
7555         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7556         build != host.
7557
7558         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7559
7560         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7561
7562         * configure.in: Produce lists of subdir targets we're actually
7563         configuring.  Remove references to "dosrel".
7564         * Makefile.tpl: Let configure set which subdir targets are hit.
7565         Remove install-cross; clean up install; remove ALL.  Remove
7566         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7567         Autogenerate host module targets.  Remove empty dependency lines
7568         and redundant dependency; rearrange slightly.
7569         * Makefile.def: Add host-side libtermcap, utils.
7570
7571         * Makefile.in: Regenerate.
7572
7573 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7574
7575         * ltconfig (osf[345]): Append $major to soname_spec.
7576         Reflect this in library_names_spec.
7577         * ltmain.sh (osf): Prefix $major with . for use as extension.
7578
7579 2002-11-19  Andreas Jaeger  <aj@suse.de>
7580
7581         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7582         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7583         and sparc64 GNU/Linux systems.
7584
7585 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7586
7587         * MAINTAINERS: Update email.
7588
7589 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7590
7591         * MAINTAINERS: Complete James Dennett's entry.
7592
7593 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7594
7595         * MAINTAINERS (Write After Approval): Add myself.
7596
7597 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7598
7599         * Makefile.tpl: syntactic cleanup
7600
7601 2002-11-13  Stuart Hastings  <stuart@apple.com>
7602
7603         * MAINTAINERS: Add myself to write-after-approval list.
7604
7605 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7606
7607         * Makefile.def: Add list of recursive targets to autogenerate.
7608         Add build_modules.
7609         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7610         targets.  Autogenerate *-build-* targets.
7611         * Makefile.in: Regenerate.
7612
7613 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7614
7615         * configure: More autoconf-style substitutions.
7616         * Makefile.tpl: More autoconf-style substitutions.
7617         * Makefile.in: Regenerate.
7618
7619 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7620
7621         * configure: Substitute more variables in a more autoconf-friendly
7622         way.  Simplify slightly.
7623         * Makefile.tpl: Make more variables substitutable in an
7624         autoconf-friendly way.
7625         * Makefile.in: Regenerate.
7626
7627 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7628
7629         * MAINTAINERS (Write After Approval): Add myself.
7630
7631 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7632
7633         * configure.in (v810*): Remove special setting of tools.
7634
7635         * configure: Add support for extra required flags for ar or nm.
7636         * configure.in (aix4.3+): Use above support for target-specific
7637         issues, rather than using config/mt-aix43.
7638
7639 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7640
7641         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7642         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7643         with $srcdir.  Reformat indentation.  Substitute some variables
7644         formerly hard-coded in the Makefile for build=host.
7645         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7646         * Makefile.def: Autogenerate more.
7647         * Makefile.in: Regenerate.
7648
7649 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7650
7651         * MAINTAINERS (Write After Approval): Add myself.
7652
7653 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7654
7655         * Makefile.def (host_modules): Add rda.
7656         * Makefile.in: Regenerate.
7657         * configure.in (target_tool): Add target-rda to list.
7658
7659 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7660
7661         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7662
7663 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7664
7665         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7666         and restrap targets to this rule.
7667         * Makefile.in:  Regenerate.
7668
7669 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7670
7671         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7672         GNATS only accounts.
7673
7674 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7675
7676         * configure.in (i[3456]86-*-linux*): Add check to disable
7677         ${libgcj} for glibc1.
7678
7679 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7680
7681         * MAINTAINERS: Add myself as ip2k port maintainer.
7682
7683 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7684
7685         * configure.in: Add tic4x target.
7686
7687 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7688
7689         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7690         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7691         * Makefile.in: Regenerate.
7692
7693         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7694         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7695         * Makefile.in: Regenerate.
7696
7697 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7698
7699         * MAINTAINERS: Add myself as web pages co-maintainer.
7700
7701 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7702
7703         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7704         * Makefile.in: Regenerate.
7705
7706 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7707
7708         * MAINTAINERS: Add myself and Nathan Sidwell
7709         <nathan@codesourcery.com> as VxWorks maintainers.
7710
7711 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7712
7713         * Makefile.def: Remove order dependency comments.
7714         * Makefile.tpl: Add explicit install-install dependencies.
7715         * Makefile.in: Regenerate.
7716
7717         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7718         * Makefile.in: Regenerate.
7719
7720         * Makefile.tpl: Add configure-target (for src-release in src)
7721         * Makefile.in: Regenerate.
7722
7723 2002-09-30  Nick Clifton  <nickc@redhat.com>
7724
7725         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7726
7727 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7728
7729         * configure.in (s390*-*-linux*): Enable libgcj.
7730
7731 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7732
7733         * configure: Revert accidentally applied changes.
7734
7735         * Makefile.tpl: Make more autoconf-friendly.
7736         * Makefile.in: Regenerate.
7737         * configure: Make substitution more autoconf-like.
7738
7739 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7740
7741         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7742         single entry to handle all these.
7743         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7744         libjava on arm-*-elf.
7745
7746 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7747
7748         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7749         things that depend on them.
7750
7751 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7752
7753         * Makefile.tpl: Make subsituted variables more autoconfy.
7754         * Makefile.in: Regenerate.
7755         * configure: Make seds more autoconfy.
7756
7757 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7758
7759         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7760         * Makefile.in: Regenerate.
7761         * configure.in: Rewrite sed statements to look autoconfy.
7762
7763         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7764         all-target-foo on configure-target-foo.
7765         * Makefile.def: Ditto.
7766         * Makefile.in: Rebuild.
7767
7768 2002-09-25  Andrew Haley  <aph@redhat.com>
7769
7770         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7771
7772 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7773
7774         * Makefile.def: New file.
7775         * Makefile.tpl: New file.
7776         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7777         * contrib/gcc_update: Note that Makefile.in is a generated file.
7778
7779         * configure.in: Minor rearrangement.  Simplify tests.
7780
7781 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7782
7783         * configure.in (with_headers): Skip copy if value is "yes".
7784         (with_libs): Likewise.
7785
7786 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7787
7788         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7789         * configure.in (sh*-*-pe*): Ditto.
7790         * configure.in (mips*-*-pe*): Ditto.
7791         * configure.in (*arm-wince-pe): Ditto.
7792
7793         * configure.in: Rearrange.
7794
7795 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7796
7797         * MAINTAINERS: Update my email address.
7798
7799 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7800
7801         * MAINTAINERS: (Write After Approval): Add myself.
7802
7803 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7804
7805         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7806
7807 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7808
7809         * MAINTAINERS: Change my mailing address.
7810
7811 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7812
7813         * MAINTAINERS (Write After Approval): Remove myself.
7814         (Various Maintainers: c++ runtime libs): Add myself.
7815
7816 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7817
7818         * MAINTAINERS (Write After Approval): Remove myself.
7819         (Various Maintainers: c++ runtime libs): Add myself.
7820
7821 2002-08-15  Eric Christopher  <echristo@redhat.com>
7822
7823         * config.sub: Import from master repository.
7824         * config.guess: Ditto.
7825
7826 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7827
7828         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7829         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7830         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7831
7832 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7833
7834         * MAINTAINERS: Add self to rs6000 vector extensions.
7835
7836 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7837
7838         * libiberty/configure: Reverted unintended yesterday's check in.
7839
7840 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7841
7842         * boehm-gc/configure, libf2c/configure: Rebuilt.
7843         * libffi/configure, libiberty/configure: Ditto.
7844         * libjava/configure, libobjc/configure: Ditto.
7845         * libstdc++-v3/configure, zlib/configure: Ditto.
7846         Merged from binutils:
7847         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7848         From Steve Ellcey <sje@cup.hp.com>:
7849         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7850         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7851         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7852         IA64.
7853         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7854         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7855         soname_spec, sys_lib_search_path_spec): Ditto.
7856
7857 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7858
7859         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7860
7861 2002-08-04  H.J. Lu  (hjl@gnu.org)
7862
7863         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7864
7865 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7866
7867         * MAINTAINERS (Write After Approval): Add myself.
7868
7869 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7870
7871         * configure.in: Move generic linux case to end.  Copy generic
7872         linux noconfigdirs to mips*-*-linux* entry and new
7873         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7874
7875 2002-07-19  Michael Matz  <matz@suse.de>
7876
7877         * MAINTAINERS: Add myself as ra* maintainer.
7878
7879 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7880
7881         * config.guess: Update to 2002-07-09 version.
7882         * config.sub: Update to 2002-07-03 version.
7883
7884 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7885
7886         * MAINTAINERS: Fix typo in a maintainer email address.
7887
7888 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7889
7890         * configure.in: Remove two redundant tests.
7891
7892 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7893
7894         * configure.in (mips*-*-irix6*o32): Enable stabs.
7895
7896 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7897
7898         * configure.in: Don't build grez.
7899         * Makefile.in: Ditto.
7900
7901         * Makefile.in: Remove references to bsp, cygmon, libstub.
7902         * configure.in: Ditto.
7903
7904         * configure.in: Remove leftover reference to gdbtest.
7905
7906 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7907
7908         * configure.in (gxx_include_dir):  Change to match versioned
7909         C++ headers if --enable-version-specific-runtime-libs is used.
7910
7911 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7912
7913         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7914
7915 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7916
7917         * configure.in: Make --without-x work.
7918
7919 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7920
7921         * configure.in: Rearrange target Makefile fragment collection.
7922
7923         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7924         cvs[src].
7925         * configure.in: Ditto.
7926
7927 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7928
7929         * MAINTAINERS (Write After Approval): Update my e-mail address.
7930
7931 2002-06-24  Ben Elliston  <bje@redhat.com>
7932
7933         * configure.in (host_tools): Remove cgen.
7934
7935         * Makefile.in (all-cgen): Remove; runs from its source directory.
7936         (check-cgen, install-cgen, clean-cgen): Likewise.
7937         (all-opcodes): Do not depend on all-cgen.
7938         (all-sim): Likewise.
7939
7940 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7941
7942         * Makefile.in: Eliminate 'apache' targets.
7943         * configure.in: Eliminate 'apache' targets.
7944
7945         * configure.in: Eliminate redundant tests.  Reorganize.
7946
7947         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7948
7949         * config-ml.in: Eliminate references to Cygnus configure.
7950
7951         * Makefile.in: Eliminate references to building emacs.
7952
7953 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7954
7955         * MAINTAINERS: Update my email address.
7956
7957 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7958
7959         * config.if (libstdcxx_incdir): Version C++ headers.
7960         (cxx_incdir): Remove.
7961
7962 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7963
7964         * MAINTAINERS (Write After Approval): Add self.
7965
7966 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7967
7968         * configure.in: Add support for ip2k.
7969
7970 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7971
7972         * configure.in: Fix AIX configury bug.
7973
7974 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7975
7976         * MAINTAINERS (Write After Approval): Add self.
7977
7978 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7979
7980         * configure.in: replace ${topsrcdir} with ${srcdir}
7981
7982         * configure.in: Move definition of libstdcxx_flags
7983         right above usage, rather than waaay earlier.
7984
7985         * configure.in: Pull definition of is_cross_compiler earlier.
7986
7987         * configure.in: Rearrange a little.
7988
7989         * configure.in: Remove references to librx.
7990         * Makefile.in: Remove references to librx.
7991
7992 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7993
7994         * config.sub: Add support for avr target.
7995         Import from master sources, rev 1.255
7996
7997 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7998
7999         * configure, .cvsignore:  Revert previous change...
8000         * Makefile:  ...delete.
8001
8002 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8003
8004         * configure.in: Eliminate ${gasdir} variable.
8005
8006 2002-06-18  Dave Brolley  <brolley@redhat.com>
8007
8008         * configure.in: Add support for frv.
8009         * config.sub: Add support for frv.
8010
8011 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8012
8013         * configure:  Remove garbage from previous commit.
8014
8015 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8016
8017         * configure:  For in-source builds, make a subdir and re-exec there.
8018         * Makefile:  New file.  Pass targets through to build directory.
8019         * .cvsignore:  No longer ignore "Makefile".
8020
8021 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8022
8023         * MAINTAINERS (Write After Approval): Add self.
8024
8025 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8026
8027         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8028
8029 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8030
8031         * configure.in (vax-*-netbsd*): Re-enable gas.
8032
8033 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8034
8035         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8036         BUILD_PREFIX_1, to correct nomenclature.
8037         * configure: Likewise.
8038
8039         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8040         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8041
8042 2002-05-31  Olaf Hering  <olh@suse.de>
8043
8044         * config-ml.in: Propogate DESTDIR also.
8045
8046 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8047
8048         * configure.in (vax-*-netbsd*): Don't build gas for this
8049         platform.
8050
8051 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8052
8053         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8054         and libgcj for AVR.
8055
8056 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8057
8058         * MAINTAINERS (Write After Approval): Add myself.
8059
8060 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8061
8062         * config.guess: Update to 2002-05-22 version.
8063         * config.sub: Likewise.
8064
8065 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8066
8067         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8068         * config-ml.in: Likewise.
8069         * configure: Likewise.
8070         * configure.in: Likewise.
8071
8072 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8073
8074         * MAINTAINERS: Update my email address.
8075
8076 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8077
8078         * configure.in: Simplify makefile fragment collection.
8079
8080         * configure.in: Remove code to build emacs.
8081
8082         * configure.in : Remove --srcdir argument from targargs and buildargs
8083         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8084
8085         * configure: Move some logic to configure.in.
8086         * configure.in: Move some logic from configure.
8087
8088 2002-05-11  Tom Tromey  <tromey@redhat.com>
8089
8090         * MAINTAINERS: Reflect libgcj reality.
8091
8092 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8093
8094         * Makefile.in: Honour DESTDIR.
8095
8096 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8097
8098         * config.guess: Import 2002-03-20 version.
8099         * config.sub: Import 2002-04-26 version.
8100
8101 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8102
8103         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8104
8105 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8106
8107         * MAINTAINERS: Add self.
8108
8109 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8110
8111         * ltmain.sh: Detect and handle object name conflicts
8112         while piecewise linking a static library.
8113
8114 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8115
8116         * configure.in (noconfigdirs): Don't disable libgcj on
8117         sparc64-*-solaris* and sparcv9-*-solaris*.
8118
8119 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8120
8121         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8122
8123 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8124
8125         * configure.in (FLAGS_FOR_TARGET): Do not add
8126         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8127         on i[3456]86-*-linux*.
8128
8129 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8130
8131         * configure.in (noconfigdirs): Replace [ ] with test.
8132
8133         * configure.in (noconfigdirs): Do not add target-newlib if
8134         target == i[3456]86-*-linux*, and host == target.
8135
8136 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8137
8138         * configure.in: delete reference to absent file
8139
8140         * configure.in: replace '[' with 'test'
8141
8142         * configure.in: Eliminate references to gash.
8143         * Makefile.in: Eliminate references to gash.
8144
8145         * configure.in: remove useless references to 'pic' makefile fragments.
8146
8147         * configure.in: (*-*-windows*) Finish removing.
8148
8149         * configure.in: Eliminate redundant test for libgui.
8150
8151 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8152
8153         * MAINTAINERS: Add self and realphabetize.  Update entries
8154         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8155         entry for a29k port maintainer.
8156
8157 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8158
8159         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8160         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8161
8162 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8163
8164         * configure.in: remove references to dead files
8165
8166 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8167
8168         * MAINTAINERS: Add information about purpose of this file.
8169
8170 2002-04-18  Tom Tromey  <tromey@redhat.com>
8171
8172         * configure.in: Disallow configuring libgcj when it is already
8173         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8174         Solaris 2.8 by default.  For PR libgcj/6158.
8175
8176 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8177
8178         * configure.in:  Move default CC setting out of config/mh-* fragments
8179         directly into here.
8180
8181 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8182
8183         * configure.in: don't even try to configure or make a subdirectory
8184         if there's no configure script for it.
8185
8186 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8187
8188         * MAINTAINERS: Remove chill maintainers.
8189         * Makefile.in (CHILLFLAGS): Remove.
8190         (CHILL_LIB): Remove.
8191         (TARGET_CONFIGDIRS): Remove libchill.
8192         (CHILL_FOR_TARGET): Remove.
8193         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8194         CHILL_LIB.
8195         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8196         (CHECK_TARGET_MODULES): Likewise.
8197         (INSTALL_TARGET_MODULES): Likewise.
8198         (CLEAN_TARGET_MODULES): Likewise.
8199         (configure-target-libchill): Remove.
8200         (all-target-libchill): Remove.
8201         * configure.in (target_libs): Remove target-libchill.
8202         Do not compute CHILL_FOR_TARGET.
8203         * libchill: Remove directory.
8204
8205 2002-04-11  DJ Delorie  <dj@redhat.com>
8206
8207         * Makefile.in, configure.in: Sync with binutils, entries
8208         follow...
8209
8210 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8211
8212         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8213         (do-tar, do-bz2): New rules.
8214         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8215         (gdb-tar): New rule.
8216         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8217         (insight_dejagnu.tar): New rule.
8218         (insight.tar): New rule.
8219         (gdb+dejagnu.tar): New rule.
8220         (gdb.tar): New rule.
8221
8222 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8223
8224         * Makefile.in: Add all-tix to deps for all-snavigator
8225         so that tix is built when building snavigator.
8226
8227 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8228
8229         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8230         ld and gdb are not supported.
8231
8232 2002-01-07  Mark Salter  <msalter@redhat.com>
8233
8234         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8235         Allow target-libgloss to be built for arm, strongarm, and xscale.
8236
8237 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8238
8239         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8240         options for i[3456]86-pc-linux* native builds.
8241
8242 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8243
8244         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8245         files from .po files for a distribution.
8246
8247 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8248
8249         * configure.in: Enable libstdc++-v3 for h8300 targets.
8250
8251 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8252
8253         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8254         version from bfd/.
8255
8256 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8257
8258         * Makefile.in (VER): When present, extract the version number from
8259         the file version.in.
8260
8261 2001-05-24  Tom Rix  <trix@redhat.com>
8262
8263         * configure.in : enable ld for aix
8264
8265 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8266
8267         * config.guess: Add linux target for S/390.
8268
8269 2000-11-07  Philip Blundell  <pb@futuretv.com>
8270
8271         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8272
8273 2000-11-03  Philip Blundell  <pb@futuretv.com>
8274
8275         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8276         files.
8277
8278 2001-01-15  Ben Elliston  <bje@redhat.com>
8279
8280         * configure.in (host_tools): Add sid.
8281         Always configure cgen.
8282
8283 2000-11-24  Nick Clifton  <nickc@redhat.com>
8284
8285         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8286
8287
8288 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8289
8290         * Makefile.in (ALL_MODULES): Add all-cgen.
8291         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8292         (all-cgen): New target.
8293         (all-opcodes,all-sim): Depend on all-cgen.
8294         * configure.in (host_tools): Add cgen.
8295         Only configure cgen if --enable-cgen-maint.
8296
8297 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8298
8299         * configure.in: Add *-*-freebsd* configurations.
8300
8301 2002-04-08  Tom Tromey  <tromey@redhat.com>
8302
8303         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8304         Fixes PR libgcj/6068.
8305
8306 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8307
8308         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8309
8310 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8311
8312         * configure.in (alpha*-dec-osf*): Enable libgcj.
8313
8314 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8315
8316         * MAINTAINERS (Write After Approval): Add myself.
8317
8318 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8319
8320         Fix for: PR bootstrap/3591, target/5676
8321         * configure.in (mcore-pe): Disable the configuration of
8322         libstdc++-v3 since exceptions are not supported.
8323
8324 2002-03-20  Anthony Green  <green@redhat.com>
8325
8326         * configure.in: Enable libgcj for xscale-elf target.
8327
8328 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8329
8330         * MAINTAINERS:  Update my email address.
8331
8332 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8333
8334         * ltmain.sh (relink_command): Fix typo in previous change.
8335
8336 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8337
8338         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8339         (relink_command): Added --tag flags.
8340         (mode=install): If relinking fails; error out.
8341
8342 2002-03-12  Richard Henderson  <rth@redhat.com>
8343
8344         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8345         .NOTPARALLEL tag.
8346         (do-check): Rename from check.
8347         (check): Allow parallel check.
8348
8349 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8350
8351         * MAINTAINERS: Add myself as maintainer for xtensa port.
8352         Fix alphabetical order in CPU port maintainer list.
8353         Remove myself from Write After Approval list.
8354
8355 2002-03-11  Richard Henderson  <rth@redhat.com>
8356
8357         * Makefile.in (.NOTPARALLEL): Add fake tag.
8358
8359 2002-03-07  H.J. Lu  (hjl@gnu.org)
8360
8361         * configure.in: Enable gprof for mips*-*-linux*.
8362
8363 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8364
8365         * MAINTAINERS (Write After Approval): Add myself.
8366
8367 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8368
8369         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8370         libjava.
8371         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8372
8373 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8374
8375         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8376         because its Makefile is there; test for the executable instead.
8377
8378 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8379
8380         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8381         libstdc++-v3 and libjava.
8382
8383 2002-02-11  Adam Megacz  <adam@xwt.org>
8384
8385         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8386         boehm-gc
8387
8388 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8389
8390         * config.guess: Updated to 2002-01-30's version.
8391         * config.sub: Updated to 2002-02-01's version.
8392         Contribute sh64-elf.
8393         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8394         * configure.in: Added sh64-*-*.
8395
8396 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8397
8398         * MAINTAINERS: Belatedly add myself to write after approval list.
8399
8400 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8401
8402         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8403         Remove self as Write After Approval.
8404
8405 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8406
8407         * MAINTAINERS: Put self in as maintainer for contrib/regression
8408         directory.
8409
8410 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8411
8412         * MAINTAINERS:  Update my email address.
8413
8414 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8415
8416         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8417         target-libiberty, and target-libgloss.  Skip Java-related
8418         libraries if not supported for NetBSD on target CPU.
8419
8420 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8421
8422         * install-sh: Use _inst.$$_ for temp file name.
8423
8424 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8425
8426         * MAINTAINERS (Write After Approval): Move my contact info
8427         from here...
8428         (OS Port Maintainers): ...to here (netbsd).
8429
8430 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8431
8432         * MAINTAINERS (Write After Approval): Add myself.
8433
8434 2002-01-17  H.J. Lu  <hjl@gnu.org>
8435
8436         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8437         (all-target-fastjar): Also depend on all-target-libiberty.
8438
8439 2002-01-16  H.J. Lu  (hjl@gnu.org)
8440
8441         * config.guess: Import from master sources, rev 1.225.
8442         * config.sub: Import from master sources, rev 1.238.
8443
8444 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8445
8446         * MAINTAINERS (Write After Approval): Remove myself.
8447
8448 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8449
8450         * MAINTAINERS (Write After Approval): Add myself.
8451
8452 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8453
8454         * MAINTAINERS: Add self as docs co-maintainer.
8455
8456 2001-12-11  Matthias Klose  <doko@debian.org>
8457
8458         * MAINTAINERS (Write After Approval): Add myself.
8459
8460 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8461
8462         * MAINTAINERS: Update my email address.
8463
8464 2001-12-07  Turly O'Connor  <turly@apple.com>
8465         * MAINTAINERS (Write After Approval): Add myself.
8466         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8467         (rs6000_initialize_trampoline): Call __trampoline_setup for
8468         ABI_DARWIN too.
8469         * darwin-tramp.asm: New file, implements __trampoline_setup.
8470         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8471
8472 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8473
8474         * MAINTAINERS (Write After Approval): Add myself.
8475
8476 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8477
8478         * configure, configure.in: Use temp file for long sed commands.
8479
8480 2001-12-03  Laurent Guerby  <guerby@acm.org>
8481
8482         * config.sub: Update to version 1.232 on subversion.
8483
8484 2001-12-03  Ben Elliston  <bje@redhat.com>
8485
8486         * MAINTAINERS: Update mail address for config.* patches.
8487
8488 2001-11-27  DJ Delorie  <dj@redhat.com>
8489             Zack Weinberg  <zack@codesourcery.com>
8490
8491         When build != host, create libiberty for the build machine.
8492
8493         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8494         CONFIG_ARGUMENTS.
8495         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8496         New variables.
8497         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8498         and rules.
8499         (all.normal): Depend on ALL_BUILD_MODULES.
8500         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8501         (all-build-libiberty): Depend on configure-build-libiberty.
8502
8503         * configure: Calculate and substitute proper value for
8504         ALL_BUILD_MODULES.
8505         * configure.in: Create the build subdirectory.
8506         Calculate and substitute TARGET_CONFIGARGS (formerly
8507         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8508
8509 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8510
8511         * MAINTAINERS (write-after-approval): Add self.
8512
8513 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8514
8515         * MAINTAINERS (GNATS only accounts): Remove self.
8516
8517 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8518
8519         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8520         libf2c.
8521
8522 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8523
8524         * MAINTAINERS (Write After Approval): Add self.
8525
8526 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8527
8528         * MAINTAINERS: mips and s390 are also CPU ports.
8529
8530 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8531
8532         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8533
8534 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8535
8536         * MAINTAINERS: Alphabetize.
8537
8538 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8539
8540         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8541
8542 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8543
8544         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8545
8546 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8547
8548         * configure.in (--enable-languages): Be more permissive about
8549         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8550
8551 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8552
8553         * config.sub: Import from master sources, rev. 1.230.
8554         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8555
8556 2001-11-07  Laurent Guerby  <guerby@acm.org>
8557
8558         * MAINTAINERS (Write After Approval): Add self.
8559
8560 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8561
8562         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8563
8564 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8565
8566         * config.sub: Import from master sources, rev 1.226.
8567         * config.guess: Import from master sources, rev 1.216.
8568
8569 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8570
8571         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8572         * MAINTAINERS: Add self as maintainer of MMIX port.
8573         Remove old after-approval entry.
8574
8575 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8576
8577         * ChangeLog, configure: Fix spelling errors.
8578
8579 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8580
8581         * MAINTAINERS: Tweak my address.
8582
8583 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8584
8585         * MAINTAINERS: Update my email address.
8586
8587 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8588
8589         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8590         * MAINTAINERS: Add self as maintainer of CRIS port.
8591
8592 2001-10-10  Geert Bosch  <bosch@gnat.com>
8593
8594         * MAINTAINERS (Various maintainers: Ada front end):
8595         Added Robert Dewar.
8596
8597 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8598
8599         * MAINTAINERS (Write After Approval): Added self
8600
8601 2001-10-02  Geert Bosch  <bosch@gnat.com>
8602
8603         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8604
8605 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8606
8607         * configure: Handle temporary files securely using mkdir.
8608
8609 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8610
8611         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8612
8613 2001-09-26  Will Cohen  <wcohen@redhat.com>
8614
8615         * configure.in (*-*-linux*): Disable configuration of target-newlib
8616         and target-libgloss.
8617
8618 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8619
8620         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8621         RANLIB.
8622
8623 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8624
8625         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8626         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8627         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8628         avoid quotes nesting problems.
8629         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8630         (DO_X): Export only variables that are set.
8631
8632 2001-09-19  Ben Elliston  <bje@redhat.com>
8633
8634         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8635         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8636         semantics.  Use the shell built-in "type" command instead.
8637
8638 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8639
8640         Merged from gcc-3_0-branch:
8641         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8642         * ltcf-c.sh: Use $objext, not $ac_objext.
8643         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8644         * ltcf-cxx.sh: Add support for GNU.
8645         2001-07-22  Timothy Wall  <twall@redhat.com>
8646         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8647         default settings if using GNU tools with that configuration.
8648         * ltcf-cxx.sh: Ditto.
8649         * ltcf-gcj.sh: Ditto.
8650         2001-07-21  Michael Chastain  <chastain@redhat.com>
8651         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8652         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8653         * ltmain.sh: Mark as gcc-local.
8654
8655 2001-08-30  Eric Christopher  <echristo@redhat.com>
8656             Jason Eckhardt  <jle@redhat.com>
8657
8658         * config.guess: Merge from master sources.
8659         * config.sub: Merge from master sources, add support for mipsisa32.
8660
8661 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8662         * config.sub: Merge from master sources, rev 1.219.
8663         * MAINTAINERS: Add self as contact for stormy16 port.
8664
8665 2001-08-14  Zack Weinberg  <zackw@panix.com>
8666
8667         * config.sub: Merge from master sources, rev 1.218.
8668         * config.guess: Merge from master sources, rev 1.209.
8669
8670 2001-08-11  Graham Stott  <grahams@redhat.com>
8671
8672         * Makefile.in (check-c++): Add missing semicolon.
8673
8674 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8675
8676         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8677
8678 2001-07-30  Eric Christopher  <echristo@redhat.com>
8679
8680         * MAINTAINERS (Various maintainers: mips port): Added myself.
8681
8682 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8683
8684         * configure.in (sh-*-linux*): New.
8685
8686 2001-07-27  Richard Henderson  <rth@redhat.com>
8687
8688         * .cvsignore: Add LAST_UPDATED.
8689
8690 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8691
8692         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8693
8694 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8695
8696         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8697
8698 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8699
8700         * MAINTAINERS (Write After Approval): Added myself.
8701
8702 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8703
8704         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8705         and libgcj on m68hc11/m68hc12.
8706
8707 2001-06-27  H.J. Lu  (hjl@gnu.org)
8708
8709         * Makefile (CFLAGS_FOR_BUILD): New.
8710         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8711
8712 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8713
8714         * README: Remove version number.
8715
8716 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8717
8718         * INSTALL/README: Update wrt. to the installation instructions now
8719         residing in gcc/doc/install.texi.
8720
8721 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8722
8723         * README: Replace with a cut-down and updated version of gcc/README.
8724
8725 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8726
8727         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8728         multilibs to be disabled.
8729
8730 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8731
8732         * MAINTAINERS (Write After Approval): Add myself.
8733
8734 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8735
8736         * config.guess: Import CVS version 1.195.
8737         * config.sub: Import CVS version 1.212.
8738
8739 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8740
8741         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8742         gcc/xgcc is built, use -print-prog-name to find out the program
8743         name to use.
8744
8745 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8746
8747         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8748         appear to also be in the master copy.
8749         * config.sub:  Import CVS version 1.211.
8750
8751 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8752
8753         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8754         with_gcc]: Use `gcc -shared' to build a shared library.
8755
8756 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8757
8758         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8759         archives.
8760
8761 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8762
8763         * MAINTAINERS (Write After Approval): Add myself.
8764
8765 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8766
8767         * configure.in (libstdcxx_flags): Do not try to execute
8768         libstdc++-v3/testsuite_flags until it exists.
8769
8770 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8771
8772         * MAINTAINERS: Update my email address.
8773
8774 2001-05-31  Graham Stott  <grahams@redhat.com>
8775
8776         * MAINTAINERS (Write After Approval): Add myself.
8777
8778 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8779
8780         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8781         libraries when using g++ with native linker.
8782
8783 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8784
8785         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8786
8787 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8788
8789         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8790         [aix4*|aix5*]: Prepend blank.
8791
8792 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8793
8794         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8795         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8796         of subdir/configure scripts to use the new libtool.m4.
8797
8798 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8799
8800         * MAINTAINERS (Write After Approval): Add myself.
8801
8802 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8803
8804         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8805
8806 2001-05-11  Ben Elliston  <bje@redhat.com>
8807
8808         * Makefile.in (all-sid): New target.
8809         (check-sid, clean-sid, install-sid): Likewise.
8810
8811 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8812
8813         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8814
8815 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8816
8817         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8818         libgcj.
8819
8820 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8821
8822         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8823         gcc/xgcc is built, use -print-prog-name to find out the program
8824         name to use.
8825
8826 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8827
8828         * configure.in (noconfigdirs): Don't reset it from scratch in the
8829         target case; only append to it.
8830
8831         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8832         sparc-*-solaris2.8]: Disable ${libgcj}.
8833
8834 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8835
8836         * configure.in (libgcj_saved): Copy from $libgcj.
8837         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8838         --disable-libgcj.
8839
8840 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8841
8842         * MAINTAINERS: Remove self as MIPS maintainer and
8843         C front end maintainer.
8844
8845 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8846
8847         * configure.in: Move *-chorusos target case to the proper switch.
8848         Disable libgcj.
8849
8850 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8851
8852         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8853         1.641.2.228.
8854
8855 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8856
8857         * Makefile.in (STAGE1_CFLAGS): Pass down.
8858
8859 2001-04-13  Alan Modra  <amodra@one.net.au>
8860
8861         * config.guess: Add hppa64-linux support.  Note for next import that
8862         this is already in the master file.
8863         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8864
8865 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8866
8867         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8868         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8869
8870 2001-04-11  Stan Shebs  <shebs@apple.com>
8871
8872         * MAINTAINERS: Add self as Darwin port maintainer.
8873
8874 2001-04-11  Alan Modra  <amodra@one.net.au>
8875
8876         * MAINTAINERS: Update my email address.
8877
8878 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8879
8880         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8881         recent versions of FreeBSD (release 3 or later).
8882         * ltconfig: On FreeBSD, -lc must not be provided when building
8883         a shared library or else the standard -pthread gcc option is
8884         rendered worthless to later users of the built library.
8885
8886 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8887
8888         * MAINTAINERS: Add self and RTH as C front end maintainers.
8889
8890 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8891
8892         * config.sub: Make sure to match an already-canonicalized
8893         machine name (eg. mn10300-unknown-elf).
8894
8895 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8896
8897         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8898         New macros.
8899         (bootstrap, cross): Use RECURSE_FLAGS.
8900         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8901
8902 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8903
8904         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8905
8906 2001-03-22  Colin Howell  <chowell@redhat.com>
8907
8908         * Makefile.in (DO_X): Do not backslash single-quotes in
8909         backquotes (two places).
8910
8911 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8912
8913         Re-installed:
8914         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8915         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8916         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8917         * ltcf-cxx.sh: Likewise.
8918         * ltcf-gcj.sh: Likewise.
8919
8920 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8921
8922         * MAINTAINERS: Add myself as "documentation co-maintainer".
8923
8924 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8925
8926         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8927         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8928
8929 2001-03-19  Tom Tromey  <tromey@redhat.com>
8930
8931         * config-ml.in: Handle GCJ and GCJFLAGS.
8932
8933 2001-03-21  Michael Chastain  <chastain@redhat.com>
8934
8935         * Makefile.in: all-m4 depends on all-texinfo.
8936
8937 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8938
8939         * MAINTAINERS: Add myself to write after approval list.
8940
8941 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8942
8943         * Makefile.in (DO_X): Quote nested quotes.
8944
8945 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8946
8947         * MAINTAINERS: Add myself to write after approval list.
8948
8949 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8950
8951         * Makefile.in (DO_X): Use double quotes for quoting
8952         "RANLIB=$${RANLIB}".
8953
8954 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8955
8956         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8957
8958 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8959
8960         * configure.in: Only use `lang_requires' for languages athat are
8961         actually enabled.
8962
8963 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8964
8965         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8966
8967 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8968
8969         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8970
8971 2001-03-07  Tom Tromey  <tromey@redhat.com>
8972
8973         * configure.in: Allow config-lang.in to set `lang_requires' to list
8974         of other required languages.
8975
8976 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8977
8978         * Makefile.in: Remove RANLIB definition. Use RANLIB
8979         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8980         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8981
8982 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8983             Alexandre Oliva  <aoliva@redhat.com>
8984
8985         * Makefile.in (check-c++): Use tabs, not spaces.
8986
8987 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8988
8989         * MAINTAINERS: add myself to Write After Approval list.
8990
8991 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8992
8993         * Makefile.in (check-c++): New rule.
8994
8995         * configure.in (target_libs): Remove libg++.
8996         (noconfigdirs): Remove libg++.
8997         (noconfigdirs): Same.
8998         (noconfigdirs): Same.
8999         (noconfigdirs): Same.
9000
9001         * config-ml.in: Remove libg++ references.
9002
9003         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9004         (ALL_TARGET_MODULES): Same.
9005         (configure-target-libg++): Remove.
9006         (all-target-libg++): Remove.
9007         (configure-target-libio): Remove.
9008         (all-target-libio): Remove.
9009         (check-target-libio): Remove.
9010         (.PHONY): Remove.
9011         (libg++.tar.bz2): Remove.
9012         (all-target-cygmon): Remove libio.
9013         (all-target-libstdc++): Remove.
9014         (configure-target-libstdc++): Remove.
9015         (TARGET_LIB_PATH): Remove libstdc++.
9016         (ALL_GCC_CXX): Remove libstdc++.
9017         (all-target-gperf): Correct.
9018
9019 2001-02-16  Nick Clifton  <nickc@redhat.com>
9020
9021         * configure.in (noconfigdirs): Allow configuration of texinfo
9022         for Cygwin hosts.
9023
9024 2001-02-15  Anthony Green  <green@redhat.com>
9025
9026         * configure: Introduce GCJ_FOR_TARGET.
9027         * configure.in: Ditto.
9028         * Makefile.in: Ditto.
9029
9030 2001-02-13  Andreas Schwab  <schwab@suse.de>
9031
9032         * MAINTAINERS: Update mail address.
9033
9034 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9035
9036         * config.guess: Add linux target for S/390.
9037         * config.sub: Likewise.
9038
9039 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9040
9041         * configure.in: for *-chorusos, don't config target-newlib and
9042         target-libgloss.
9043
9044 2001-02-06  Ben Elliston  <bje@redhat.com>
9045
9046         * configure: Output host type to stdout, not stderr.
9047
9048 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9049
9050         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9051         * ltcf-cxx.sh: Likewise.
9052
9053         * config.if: Assume enable_libstdcxx_v3 is defined.
9054
9055 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9056
9057         Remove V2 C++ library.
9058         * configure.in: Remove --enable-libstdcxx_v3 support.
9059
9060 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9061
9062         * include/demangle.h: Add prototype for java_demangle_v3.
9063
9064 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9065
9066         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9067
9068 2001-01-27  Richard Henderson  <rth@redhat.com>
9069
9070         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9071
9072 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9073
9074         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9075         Don't unset, it's non-portable and no longer necessary, set to empty
9076         instead.
9077
9078 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9079
9080         * ltconfig: Shell portability fix for the tagname validity check.
9081
9082 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9083
9084         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9085         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9086
9087 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9088
9089         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9090
9091 2001-01-26  Tom Tromey  <tromey@redhat.com>
9092
9093         * configure.in: Allow libgcj to be built on Sparc Solaris.
9094
9095 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9096
9097         * ltcf-c.sh: Add aix5 case.
9098         * ltcf-cxx.sh: Likewise.
9099         * ltconfig: Likewise.
9100
9101 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9102
9103         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9104         keep at least one of build_libtool_libs or build_old_libs set to
9105         yes.
9106
9107         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9108         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9109
9110 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9111
9112         * configure.in: Enable libgcj on several additional platforms.
9113
9114 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9115
9116         * configure.in: Enable libgcj for linux targets.
9117
9118 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9119
9120         * MAINTAINERS (Write After Approval): Add myself.
9121
9122 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9123
9124         * MAINTAINERS: Add myself as vax port maintainer.
9125
9126 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9127
9128         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9129
9130 2001-01-09  Mike Stump  <mrs@wrs.com>
9131
9132         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9133         failures of subdirectories.
9134
9135 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9136
9137         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9138         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9139         * ltcf-cxx.sh: Likewise.
9140         * ltcf-gcj.sh: Likewise.
9141         * ltconfig.sh: Fix typo.
9142
9143 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9144
9145         * configure: handle DOS-style absolute paths.
9146
9147 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9148
9149         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9150
9151 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9152
9153         * MAINTAINERS: Add myself as avr port co-maintainer.
9154
9155 2000-12-28  Ben Elliston  <bje@redhat.com>
9156
9157         * MAINTAINERS: Add myself under ``Write After Approval''.
9158
9159 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9160
9161         * texinfo: Remove directory from GCC.
9162
9163 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9164
9165         * COPYING: Update to current
9166         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9167         to 19yy as example year in copyright notice).
9168
9169 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9170
9171         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9172         (libstdcxx_incdir): Pass down.
9173         * config.if: Remove expired bits for cxx_interface, add stub.
9174         (libstdcxx_incdir): Add variable for g++ include directory.
9175         * configure.in (gxx_include_dir): Use it.
9176
9177 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9178
9179         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9180         with old-email address from ``Write After Approval''.
9181
9182 2000-12-15  Andreas Jaeger  <aj@suse.de>
9183
9184         * configure.in: Handle lang_dirs.
9185
9186 2000-12-14  Tom Tromey  <tromey@redhat.com>
9187
9188         * MAINTAINERS: Removed brads.
9189
9190         * MAINTAINERS: Added gcj developers.
9191
9192 2000-12-13  Anthony Green  <green@redhat.com>
9193
9194         * configure.in: Disable libgcj for any target not specifically
9195         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9196         with g++ abi.
9197
9198 2000-12-13  Mike Stump  <mrs@wrs.com>
9199
9200         * Makefile.in (local-distclean): Also remove fastjar.
9201
9202 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9203
9204         * contrib/gcc_update: Add fastjar --touch entries.
9205
9206 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9207
9208         * configure.in: Disable language-specific target libraries for
9209         languages that aren't enabled.
9210
9211 2000-12-10  Anthony Green  <green@redhat.com>
9212
9213         * configure.in: Define libgcj.  Disable libgcj target libraries for
9214         most targets.
9215
9216 2000-12-10  Neil Booth  <neilb@earthling.net>
9217
9218         * MAINTAINERS: Update mail address, remove from WAA list.
9219
9220 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9221
9222         * libjava: Imported from /cvs/java.
9223         * libffi: Likewise.
9224         * Boehm-gc: Likewise.
9225
9226 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9227
9228         * configure.in (target_libs): Revert 2000-12-08 patch.
9229         (noconfigdirs): Added target-libjava.
9230
9231 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9232
9233         * djunpack.bat: removed.
9234
9235 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9236
9237         * Makefile.in: handle DOS-style absolute paths.
9238         * config-ml.in: likewise.
9239         * symlink-tree: likewise.
9240
9241 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9242
9243         * fastjar: Imported.
9244
9245 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9246
9247         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9248         libjava.
9249         * configure.in (target_libs): Removed `target-libjava'.
9250
9251 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9252
9253         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9254         (ALL_MODULES): Added fastjar.
9255         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9256         (all-target-libjava): all-fastjar replaces all-zip.
9257         (all-fastjar): Added.
9258         (configure-target-fastjar, all-target-fastjar): Likewise.
9259         * configure.in (host_tools): Added fastjar.
9260
9261 2000-12-07  Mike Stump  <mrs@wrs.com>
9262
9263         * Makefile.in (local-distclean): Remove leftover built files.
9264
9265 2000-11-24  Nick Clifton  <nickc@redhat.com>
9266
9267         * configure.in (xscale-elf): Add target.
9268         (xscale-coff): Add target.
9269
9270 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9271
9272         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9273         recent versions of FreeBSD (release 3 or later).
9274         * ltconfig: On FreeBSD, -lc must not be provided when building
9275         a shared library or else the standard -pthread gcc option is
9276         rendered worthless to later users of the built library.
9277
9278 2000-11-16  Fred Fish  <fnf@be.com>
9279
9280         * configure.in (enable_libstdcxx_v3): Fix typo,
9281         libstd++ -> libstdc++.
9282
9283 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9284
9285         * MAINTAINERS: Add self to Write After Approval list.
9286
9287 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9288
9289         * MAINTAINERS: Update my email address.  Add myself to global write
9290         privs list.
9291
9292 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9293
9294         * Makefile.in: Merge with src and libgcj.
9295         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9296         configure-target-<library> when their configure scripts need the C
9297         or C++ library to have already been built to work properly.
9298         (do_proto_toplev): Set them to an empty string.
9299
9300         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9301         (REALLY_SET_LIB_PATH): Use them.
9302
9303 2000-11-17  Stan Shebs  <shebs@apple.com>
9304
9305         * MAINTAINERS: Add self to Write After Approval list.
9306
9307 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9308
9309         * configure: Provide the original toplevel configure arguments
9310         (including $0) to subprocesses in the environment rather than
9311         through gcc/configargs.h.
9312
9313 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9314
9315         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9316         C99.  Alphabetise "Write After Approval" list.
9317
9318 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9319
9320         * configure: Turn on libstdc++ V3 by default.
9321
9322         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9323         if we've got GCC.
9324
9325 2000-11-11  Philip Blundell  <philb@gnu.org>
9326
9327         * MAINTAINERS: Add self to Write After Approval list.
9328
9329 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9330
9331         * ltcf-c.sh (aix4): Improve shared library configuration; require
9332         exporting symbols.
9333         * ltcf-cxx.sh (aix4): Define.
9334         * ltconfig (aix4): Define library and soname specs appropriate for
9335         AIX.  Define command to create export symbols list.
9336
9337 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9338
9339         * config.sub: Add support for Sun Chorus
9340
9341 2000-10-31  Nick Clifton  <nickc@redhat.com>
9342
9343         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9344         <name>@redhat.com.  Also installed new email address for Clint
9345         Popetz.
9346
9347 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9348
9349         * etc: Remove directory from GCC.
9350
9351 2000-10-16  Michael Meissner  <meissner@redhat.com>
9352
9353         * configure (gcc/configargs.h): Only create if there is a build GCC
9354         directory created.
9355
9356 2000-10-16  Matthias Klose  <doko@debian.org>
9357
9358         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9359         when configured for libstdc++-v3.
9360
9361 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9362
9363         * configure: Save configure arguments to gcc/configargs.h.
9364
9365 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9366
9367         * config.guess: Import CVS version 1.157.
9368         * config.sub: Import CVS version 1.181.
9369
9370 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9371
9372         * Makefile.in (bootstrap): avoid recursion if subdir missing
9373         (cross): ditto
9374         (do-proto-toplev): ditto
9375
9376 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9377
9378         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9379         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9380
9381         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9382         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9383         all affected `configure' scripts.
9384
9385 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9386
9387         * MAINTAINERS: Add self as cpplib co-maintainer.
9388
9389 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9390
9391         * MAINTAINERS: Add self to Write After Approval list.
9392
9393 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9394
9395         * INSTALL/README: egcs -> GCC update.
9396
9397 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9398
9399         * MAINTAINERS: Add myself to Write After Approval list.
9400
9401 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9402
9403         * MAINTAINERS: Add myself to Write After Approval list.
9404
9405 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9406
9407         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9408         X11 libraries for hppa64.
9409
9410 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9411
9412         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9413
9414 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9415
9416         * Makefile.in (all-zlib): Added dummy target.
9417
9418         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9419         ltcf-gcj.sh: Updated from libtool multi-language branch.
9420
9421 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9422
9423         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9424         (bootstrap*): Depend on all-bootstrap.
9425
9426 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9427
9428         * config.guess: Import CVS version 1.156.
9429         * config.sub: Import CVS version 1.179.
9430
9431 2000-09-02  Anthony Green  <green@cygnus.com>
9432
9433         * Makefile.in (all-gcc): Depend on all-zlib.
9434         (CLEAN_MODULES): Add clean-zlib.
9435         (ALL_MODULES): Add all-zlib.
9436         * configure.in (host_libs): Add zlib.
9437
9438 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9439
9440         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9441         crosses, but add gcc/include to the header search path for them.
9442
9443 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9444
9445         * MAINTAINERS: Add self to Write After Approval list.
9446
9447 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9448
9449         * config.guess: Import CVS version 1.152.
9450         * config.sub: Import CVS version 1.177.
9451
9452 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9453
9454         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9455         $targargs to tell whether newlib is going to be built.
9456
9457         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9458         $$r/TARGET_SUBDIR/libio for _G_config.h.
9459
9460 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9461
9462         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9463
9464 2000-08-22  DJ Delorie  <dj@redhat.com>
9465
9466         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9467
9468 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9469
9470         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9471         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9472         sub-configures.
9473
9474 2000-08-21  DJ Delorie  <dj@redhat.com>
9475
9476         * MAINTAINERS: Add self as a libiberty maintainer
9477
9478 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9479
9480         * configure.in (libstdcxx_flags): Use
9481         libstdc++-v3/src/libstdc++.INC.
9482
9483 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9484
9485         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9486
9487 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9488
9489         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9490
9491         * configure: Make enable_threads and enable_shared defaults
9492         explicit.  Substitute enable_threads into generated Makefiles.
9493         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9494         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9495
9496 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9497
9498         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9499
9500 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9501
9502         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9503         previous delta.
9504
9505 2000-08-11  Jason Merrill  <jason@redhat.com>
9506
9507         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9508         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9509         (FLAGS_FOR_TARGET): Not here.
9510         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9511
9512 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9513
9514         * config-ml.in (CC, CXX): Don't introduce a leading space.
9515
9516 2000-08-07  DJ Delorie  <dj@delorie.com>
9517
9518         * MAINTAINERS: Add self as a DJGPP maintainer
9519
9520 2000-08-07  DJ Delorie  <dj@redhat.com>
9521
9522         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9523         "if we're also building gcc, and it's a gcc that will run on the
9524         build machine, we want to use its includes instead of the system's
9525         default includes".
9526
9527 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9528
9529         * MAINTAINERS: Add self to Write After Approval list.
9530
9531 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9532
9533         * configure.in (libstdcxx_flags): Don't use `"'.
9534
9535         * config-ml.in: Adjust multilib search paths to the
9536         appropriate multilib tree.
9537
9538 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9539
9540         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9541         commas in $LANGUAGES.
9542
9543 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9544
9545         * configure.in: Re-enable all references to libg++ and librx.
9546
9547 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9548
9549         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9550         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9551         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9552         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9553
9554         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9555
9556 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9557
9558         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9559         CXX_FOR_TARGET for sed.
9560
9561 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9562
9563         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9564         Do not override if already set in the environment or in configure.
9565         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9566         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9567
9568 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9569
9570         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9571         the libtool CVS tree multi-language branch.
9572         * ltconfig, ltmain.sh: Updated.
9573
9574 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9575
9576         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9577         (clean-target): Depend on it.
9578
9579         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9580         (GCC_FOR_TARGET): Use it.
9581         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9582         * configure.in: ... here.
9583         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9584         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9585
9586 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9587
9588         * MAINTAINERS: Add self to Write After Approval list.
9589
9590 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9591
9592         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9593         (configure-target-libchill, configure-target-libobjc): Likewise.
9594
9595         * configure.in: Use the same cache file for all target libs.
9596         * config-ml.in: But different cache files per multilib variant.
9597
9598 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9599
9600         * configure (topsrcdir): Don't use dirname.
9601
9602 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9603
9604         * MAINTAINERS: Add self to Write After Approval list.
9605
9606 2000-07-20  Jason Merrill  <jason@redhat.com>
9607
9608         * configure.in: Remove all references to libg++ and librx.
9609
9610         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9611
9612 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9613
9614         * config.sub: Update to subversions version 2000-07-06.
9615
9616 2000-07-12  Andrew Haley  <aph@cygnus.com>
9617
9618         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9619         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9620
9621 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9622
9623         * symlink-tree:  Check number of arguments.
9624
9625 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9626
9627         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9628         search path for a g++ extracted from the build tree.  This
9629         will allow link tests run by configure scripts in
9630         subdirectories to succeed.
9631
9632 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9633
9634         * ltconfig: Add support for mips-dde-sysv4.2MP
9635
9636 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9637
9638         * MAINTAINERS: Add myself as loop discovery maintainer.
9639
9640 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9641
9642         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9643         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9644
9645 2000-06-19  Timothy Wall  <twall@cygnus.com>
9646
9647         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9648         * config.sub: Add tic54x target.
9649
9650 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9651
9652         * MAINTAINERS: Add self as Fortran maintainer,
9653         remove Craig Burley.
9654
9655 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9656
9657         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9658         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9659
9660 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9661
9662         * MAINTAINERS: Add self as i18n maintainer
9663
9664 20000-05-21  H.J. Lu  (hjl@gnu.org)
9665
9666         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9667         directory are used if they exist. Make sure
9668         $(build_tooldir)/include is searched for header files,
9669         $(build_tooldir)/lib/ for library files.
9670         (GCC_FOR_TARGET): Likewise.
9671         (CXX_FOR_TARGET): Likewise.
9672
9673 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9674
9675         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9676
9677 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9678
9679         * Makefile.in (configure-target-libiberty): Depend on
9680         configure-target-newlib.
9681
9682 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9683
9684         * configure.in, Makefile.in: Merge all libffi-related
9685         configury stuff from the libgcj tree.
9686
9687 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9688
9689         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9690         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9691
9692 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9693
9694         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9695         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9696         current version information.  Add to proto-toplev directory.
9697         (gdb-taz): Build do-djunpack.
9698
9699 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9700
9701         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9702
9703 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9704
9705         * MAINTAINERS: Add self to Write After Approval list.
9706
9707 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9708
9709         * ltmain.sh: Preserve in relink_command any environment
9710         variables that may affect the linker behavior.
9711
9712 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9713
9714         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9715
9716 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9717
9718         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9719
9720 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9721
9722         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9723         with the version name.
9724
9725 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9726
9727         * MAINTAINERS: Add self as bb-reorder maintainer.
9728
9729 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9730
9731         * config.if: Tweak.
9732
9733 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9734
9735         * djunpack.bat: New file.
9736
9737 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9738
9739         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9740         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9741         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9742         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9743
9744 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9745
9746         * config.sub (case $basic_machine): Change default for "ibm-*"
9747         to "openedition".
9748
9749 2000-04-13  Andreas Jaeger  <aj@suse.de>
9750
9751         * MAINTAINERS: Added myself.
9752
9753 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9754
9755         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9756         (do-md5sum): New target.
9757         (MD5PROG): Define.
9758         (PACKAGE): Default to TOOL.
9759         (VER): Default to a shell script.
9760         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9761         md5 checksum generation.
9762         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9763         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9764         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9765         insight.tar.bz2): Use gdb-taz to create archive.
9766
9767 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9768
9769         * configure (warn_cflags): Delete.
9770
9771 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9772
9773         * MAINTAINERS: Added myself.
9774
9775 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9776             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9777
9778         * configure.in (enable_libstdcxx_v3): Add.
9779         (target_libs): Add bits here to switch between libstdc++-v2 and
9780         libstdc++-v3.
9781         * config.if: And this file too.
9782         * Makefile.in: Add libstdc++-v3 targets.
9783
9784 2000-04-05  Michael Meissner  <meissner@redhat.com>
9785
9786         * config.sub (d30v): Add d30v as a basic machine type.
9787
9788 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9789
9790         * configure.in: -linux-gnu*, not -linux-gnu.
9791
9792 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9793
9794         * MAINTAINERS: Add self in write-after-approval section.
9795
9796 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9797
9798         * MAINTAINERS: Add self as ia64 port maintainer.
9799
9800 2000-03-08  Neil Booth  <NeilB@earthling.net>
9801
9802         * MAINTAINERS: Add self in write-after-approval section.
9803
9804 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9805
9806         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9807         (do-tar-bz2): Replace TOOL with PACKAGE.
9808         (gdb.tar.bz2): Remove GDBTK from GDB package.
9809         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9810         dejagnu.tar.bz2): New packages.
9811
9812 2000-02-27  Andreas Jaeger  <aj@suse.de>
9813
9814         * configure.in: Add entry for mips*-*-linux*, move catch all
9815         *-*-*linux* entry below this one.
9816
9817 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9818
9819         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9820
9821 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9822
9823         * config.sub: Support an OS of "wince".
9824
9825 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9826
9827         * config.guess, config.sub: Updated to match config's 2000-02-15
9828         version.
9829
9830 2000-02-23  Linas Vepstas  <linas@linas.org>
9831
9832         * config.sub: Add support for Linux/IBM 370.
9833         * configure.in: Likewise.
9834
9835 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9836
9837         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9838
9839 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9840
9841         * config.guess: Guess "cygwin" rather than "cygwin32".
9842
9843 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9844
9845         * configure (gcc_version): When setting, narrow search to
9846         lines containing `version_string'.
9847
9848 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9849
9850         * config.sub: Add support for avr target.
9851
9852 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9853
9854         * MAINTAINERS: Add maintainers for MCore port.
9855
9856 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9857
9858         * config.sub: Add mmix-knuth-mmixware.
9859
9860 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9861
9862         * MAINTAINERS: Pair cccp with cpplib maintainership.
9863
9864 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9865
9866         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9867         structure stuff to -L library search.
9868         (CXX_FOR_TARGET): Ditto.
9869         (CROSS_CHECK_MODULES): Fix spelling mistake.
9870
9871 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9872
9873         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9874         the C++ compiler.
9875
9876 2000-01-12  Richard Henderson  <rth@cygnus.com>
9877
9878         * configure.in: Don't build some bits for beos.
9879
9880 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9881
9882         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9883         as include files.
9884
9885 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9886
9887         * Add self as cpplib maintainer, as requested by Jason
9888         Merrill.  Correct my e-mail address.
9889
9890 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9891
9892         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9893         not mh-aix43.
9894
9895 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9896
9897         * MAINTAINERS: Add myself to "write after approval" list.
9898
9899 1999-12-14  Richard Henderson  <rth@cygnus.com>
9900
9901         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9902         * config.sub: Accept alphaev[78], alphaev8.
9903
9904 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9905
9906         * config.guess, config.sub: Update from autoconf.
9907
9908 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9909
9910         * MAINTAINERS:  update my playtime e-address.
9911
9912 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9913
9914         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9915         necessary libraries are missing.
9916
9917 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9918
9919         * MAINTAINERS: Add new 'write after approval' maintainer.
9920
9921 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9922
9923         * MAINTAINERS: Add new Java maintainer.
9924
9925 1999-10-25  Andreas Schwab  <schwab@suse.de>
9926
9927         * configure: Fix quoting inside arguments of eval.
9928
9929 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9930
9931         * config-ml.in: Allow suppression of some ARM multilibs.
9932
9933 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9934
9935         * config.guess: Add OS/390 match pattern.
9936         * config.sub: Add mvs, openedition targets.
9937         * configure.in (i370-ibm-opened*): New.
9938
9939 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9940
9941         * config.sub: Add support for configuring for pj.
9942
9943 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9944
9945         * config.sub (maybe_os): Add support for configuring for fr30.
9946
9947 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9948
9949         * configure.in: Do not configure or build ld for AIX
9950         platforms.  ld is known to be broken on these platforms.
9951
9952 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9953
9954         * config-ml.in: Pass compiler flag corresponding to multidirs to
9955         subdir configures.
9956
9957 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9958
9959         * Makefile.in (LDFLAGS): Define.
9960
9961 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9962
9963         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9964         noconfigdirs.
9965         (*-*-cygwin*): Likewise.
9966
9967 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9968
9969         * mkdep: New file.
9970         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9971         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9972
9973         From Eli Zaretskii <eliz@is.elta.co.il>:
9974         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9975         long file name when using DJGPP on MS-DOS.
9976
9977 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9978
9979         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9980
9981 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9982
9983         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9984         dependency as this causes "make check" to globally "make all"
9985
9986 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9987
9988         * configure.in (target_libs): Added target-zlib.
9989         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9990         (CONFIGURE_TARGET_MODULES): Likewise.
9991         (CHECK_TARGET_MODULES): Likewise.
9992         (INSTALL_TARGET_MODULES): Likewise.
9993         (CLEAN_TARGET_MODULES): Likewise.
9994         (configure-target-zlib): New target.
9995         (all-target-zlib): Likewise.
9996         (all-target-libjava): Depend on all-target-zlib.
9997         (configure-target-libjava): Depend on configure-target-zlib.
9998
9999         * Makefile.in (configure-target-libjava): Depend on
10000         configure-target-newlib.
10001         (configure-target-boehm-gc): New target.
10002         (configure-target-qthreads): New target.
10003
10004         * configure.in (target_libs): Added target-qthreads.
10005         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10006         (CONFIGURE_TARGET_MODULES): Likewise.
10007         (CHECK_TARGET_MODULES): Likewise.
10008         (INSTALL_TARGET_MODULES): Likewise.
10009         (CLEAN_TARGET_MODULES): Likewise.
10010         (all-target-qthreads): New target.
10011         (configure-target-libjava): Depend on configure-target-qthreads.
10012         (all-target-libjava): Depend on all-target-qthreads.
10013
10014         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10015         (CONFIGURE_TARGET_MODULES): Likewise.
10016         (CHECK_TARGET_MODULES): Likewise.
10017         (INSTALL_TARGET_MODULES): Likewise.
10018         (CLEAN_TARGET_MODULES): Likewise.
10019         (all-target-libjava): New target.
10020         (all-target-boehm-gc): Likewise.
10021         * configure.in (target_libs): Added libjava, boehm-gc.
10022
10023 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10024
10025         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10026         configure.bat in SUPPORT_FILES.
10027         (gas+binutils.tar.bz2): Likewise.
10028
10029         * makeall.bat: Remove; obsolete.
10030
10031 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10032
10033         From Mark Elbrecht:
10034         * configure.bat: Remove; obsolete.
10035
10036 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10037
10038         * configure: Add -W -Wall to the default CFLAGS when compiling with
10039         gcc.
10040
10041 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10042
10043         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10044
10045 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10046
10047         * configure.in: Build ld on IRIX6.
10048
10049 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10050
10051         * Makefile.in: Change distribution targets to use bzip2 instead of
10052         gzip.
10053         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10054         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10055
10056 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10057
10058         * config.sub: Add mcore target.
10059
10060 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10061
10062         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10063
10064 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10065
10066         * config.guess (dummy): Changed to $dummy.
10067
10068 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10069
10070         * config.sub: Tidied up case statements.
10071
10072 1999-05-22  Ben Elliston  <bje@cygnus.com>
10073
10074         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10075         <jiro@din.or.jp>.
10076
10077         * config.guess: Merge with FSF version. Future changes will be
10078         more accurately recorded in this ChangeLog.
10079         * config.sub: Likewise.
10080
10081 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10082
10083          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10084
10085 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10086
10087         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10088
10089 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10090
10091         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10092
10093 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10094
10095         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10096         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10097         Bad merge removed these two changes.
10098
10099 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10100                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10101
10102         * config.guess (interix Alpha): Add.
10103
10104 1999-04-11  Richard Henderson  <rth@cygnus.com>
10105
10106         * configure.in (i?86-*-beos*): Do config gperf; don't config
10107         gdb, newlib, or libgloss.
10108
10109 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10110
10111         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10112         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10113         from multidirs.
10114
10115 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10116
10117         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10118
10119 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10120
10121         * config.sub: Add support for mcore targets.
10122
10123 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10124
10125         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10126         not mt-ospace, in order to shut up assembler warning about using
10127         symbols that are named the same as registers.
10128
10129 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10130
10131         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10132         dependency list for all-target-cygmon.
10133
10134 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10135
10136         * config-ml.in: Check $host, not $target, for selective multilibs.
10137         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10138         thumb interworking, and underscore prefix multilibs.
10139
10140 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10141
10142         * missing: Update to version from current automake.
10143
10144 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10145
10146         * configure (gxx_include_dir): Removed.
10147
10148         * configure.in (gxx_include_dir): Handle it.
10149         * Makefile.in: Likewise.
10150
10151 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10152
10153         * config.sub (mips64vr4111,mips64vr4111el) Add.
10154
10155 1999-03-21  Ben Elliston  <bje@cygnus.com>
10156
10157         * config.guess: Correct typo for detecting ELF on FreeBSD.
10158
10159 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10160
10161         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10162         config/mh-djgpp.
10163
10164 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10165
10166         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10167         all-target-newlib to dependency list for all-target-bsp.
10168
10169 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10170
10171         * config.sub: Add i386-uwin support.
10172         * config.guess: Likewise.
10173
10174 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10175
10176         * configure.in: cleanup, add mh-*pic handling for arm, special
10177         case powerpc*-*-aix*
10178
10179 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10180
10181         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10182         can be built.
10183
10184 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10185
10186         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10187         targets.
10188
10189 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10190
10191         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10192
10193 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10194
10195         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10196
10197 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10198
10199         * config.sub: Fix typo in arm recognition.
10200
10201 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10202
10203         * configure.in (noconfigdirs): Changed target_configdirs to
10204         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10205         rather than m68k-*-* since it is not known to work on
10206         m68k-aout. Ditto for arm-*-*oabi.
10207
10208 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10209
10210         * configure.in (*-*-windows*): Remove, no longer used.
10211
10212 1999-02-19  Ben Elliston <bje@cygnus.com>
10213
10214         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10215         Smart and improved by Andrew Cagney.
10216
10217 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10218
10219         * config.guess: Recognize openbsd-*-hppa.
10220
10221 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10222
10223         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10224         only if it is not empty.
10225
10226 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10227
10228         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10229
10230         * config.guess: Modified to recognize uname's armv* syntax.
10231
10232         * config.sub: Modified to recognize uname's armv* syntax.
10233
10234 1999-02-17  Mark Salter  <msalter@cygnus.com>
10235
10236         * configure.in: Added target-bsp for sparclite.
10237
10238 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10239
10240         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10241
10242 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10243
10244         * configure.in: Add support for strongarm port.
10245         * config.sub: Add support for strongarm target.
10246
10247 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10248
10249         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10250         the old name config/mh-cygwin32.
10251         Enable texinfo.
10252
10253 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10254
10255         * configure.in: Do build ld for ix86 Solaris.
10256
10257 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10258
10259         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10260         $AR_FOR_TARGET.  Likewise for RANLIB.
10261
10262 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10263
10264         * config.sub (oabi):  Recognize.
10265         * configure.in (arm-*-oabi):  Handle.
10266
10267 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10268
10269         * config.guess: Improve detection of i686 on UnixWare 7.
10270
10271 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10272
10273         * config.guess: Add support for i386-pc-interix.
10274         * config.sub: Likewise.
10275         * configure.in: Likewise.
10276
10277 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10278
10279         * Makefile.in: Remove unneeded all-target-libio from
10280         from all-target-winsup target since it is now unneeded.
10281         Add all-target-libtermcap in its place since it is now
10282         needed.
10283
10284 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10285
10286         * configure.in: makefile stub for cygwin target is probably
10287         unnecessary.  Remove it for now.
10288
10289 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10290
10291         * configure.in: libtermcap.a should be built when cygwin is the
10292         target as well as the host.
10293         * config.guess: Allow mixed case in cygwin uname output.
10294         * Makefile.in: Add libtermcap target.
10295
10296 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10297
10298         * config.sub: Clean up handling of hppa2.0.
10299
10300 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10301
10302         * config.guess: Use C code to identify more HP machines.
10303
10304 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10305
10306         * config.sub: Handle hppa2.0.
10307
10308 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10309
10310         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10311         cygmon for all sparclite targets, regardless of object format.
10312
10313 1998-12-15  Mark Salter  <msalter@cygnus.com>
10314
10315         * configure.in: Added target-bsp for several target architectures.
10316
10317         * Makefile.in: Added rules for bsp.
10318
10319 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10320
10321         * config.guess: Improve detection of hppa2.0 processors.
10322
10323 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10324
10325         * config.guess: Recognize FreeBSD using ELF automatically.
10326
10327 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10328
10329         * configure (skip-this-dir): Add handling for new shell script, which
10330         might be created by a sub-directory's configure to indicate, this particular
10331         directory is "unwanted".
10332         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10333
10334 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10335
10336         * ltconfig: import from libtool, after changing libtool to
10337         account for the cygwin name change.
10338
10339 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10340
10341         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10342         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10343
10344 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10345
10346         * configure.in: Add libtermcap to list of cygwin dependencies.
10347
10348 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10349
10350         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10351         they include winsup/include when it's a cygwin target.
10352
10353 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10354
10355         * configure.in (host_tools): Added zip.
10356         * Makefile.in (all-target-libjava): Depend on all-zip.
10357         (all-zip): New target.
10358         (ALL_MODULES): Added all-zip.
10359         (NATIVE_CHECK_MODULES): Added check-zip.
10360         (INSTALL_MODULES): Added install-zip.
10361         (CLEAN_MODULES): Added clean-zip.
10362
10363 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10364
10365         * Makefile.in: lose "32" from comment about cygwin.
10366
10367 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10368
10369         * configure.in: Use -Os to build target libraries for the fr30.
10370
10371 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10372
10373         * config.sub: Add fr30.
10374
10375 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10376
10377         * configure.in: drop "32" from config/mh-cygwin32.  Check
10378         cygwin* instead of cygwin32*.
10379         * config.sub: Check cygwin* instead of cygwin32*.
10380
10381 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10382
10383         * config.guess: Match any version of Unixware7.
10384
10385 1998-10-20  Syd Polk  <spolk@cygnus.com>
10386
10387         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10388         if desired.
10389
10390 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10391
10392         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10393         these if the appropriate directories and files to not exist.
10394
10395 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10396
10397         * Makefile.in (DEVO_SUPPORT): Add config.if.
10398
10399 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10400
10401         * configure: Add pattern to replace "build_tooldir"'s
10402         definition in the generated Makefile with "tooldir"'s
10403         actual value.
10404
10405 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10406
10407         * config.sub: Bring back lost sparcv9.
10408
10409         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10410
10411 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10412
10413         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10414         CC_FOR_TARGET and friends.
10415
10416 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10417
10418         * Makefile.in (build_tooldir): New variable, same as tooldir.
10419         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10420         -B$(build_tooldir)/bin/.
10421         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10422
10423 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10424
10425         * README: Remove installation instructions and refer to the
10426         INSTALL directory instead.
10427
10428 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10429
10430         * config.sub: Add support for i[34567]86-pc-udk.
10431         * configure.in: Likewise.
10432
10433 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10434
10435         * Makefile.in: add bzip2 package building bits for user
10436         tools module
10437         * configure.in: ditto
10438
10439 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10440
10441         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10442         (ALL_TARGET_MODULES): Add all-target-libobjc.
10443         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10444         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10445         (all-target-libchill): Add dependencies.
10446         * configure.in (target_libs): Add libchill.
10447
10448 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10449
10450         * configure.in (target_subdir): Remove duplicate line.
10451
10452 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10453
10454         * Makefile.in (all-automake): fix dependencies.
10455
10456 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10457
10458         * configure.in: Minor cleanups for building in the $(target_alias)
10459         subdir.
10460
10461 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10462
10463         * Makefile.in (bootstrap): Set r and s before make all.  Use
10464         BASE_FLAGS_TO_PASS in make all.
10465         (cross): Likewise.
10466
10467 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10468
10469         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10470
10471 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10472
10473         * config.sub: Fix typo in last change.
10474
10475 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10476
10477         * config.sub: Add support for C4x target.
10478         * configure.in: Likewise.
10479
10480 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10481
10482         * config.sub: Recognize sparcv9 just like sparc64.
10483
10484 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10485
10486         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10487
10488 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10489
10490         * config.guess: Correctly identify Pentium II sco boxes.
10491
10492         * config.guess: Fix "tr" code.  From Weiwen Liu.
10493
10494 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10495
10496         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10497         stabs.
10498
10499 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10500
10501         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10502         (ALL_TARGET_MODULES): Add all-target-libchill.
10503         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10504         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10505         (all-target-libchill): Add dependencies.
10506         * configure.in (target_libs): Add libchill.
10507
10508 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10509
10510         * config.guess: Avoid assumptions about "tr" behaves when
10511         LANG is set to something other than English.
10512
10513 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10514
10515         * configure (gxx_include_dir): Changed to
10516         '${prefix}/include/g++'-${libstdcxx_interface}.
10517
10518         * config.if: New to determine the interfaces.
10519
10520 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10521
10522         * config.guess: Detect and handle MPE/IX.
10523         * config.sub: Deal with MPE/IX.
10524
10525 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10526
10527         * configure.in: Use mh-aix43.
10528
10529 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10530
10531         * configure: Fix --without/--disable cases for gxx-include-dir.
10532
10533 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10534
10535         * mdata-sh:  Imported.  Needed for automake support.
10536
10537 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10538
10539         * Makefile.in (taz): Try "chmod -R og=u ." before
10540         "chmod og=u `find . -print`".
10541
10542 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10543
10544         * configure.in: Add arm-elf and thumb-elf support.
10545
10546 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10547
10548         * Makefile.in: Undo previous patch.
10549
10550 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10551
10552         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10553         to here ...
10554         (install-no-fixedincludes): and here
10555         (INSTALL_MODULES): ... from here.
10556
10557 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10558
10559         * config.sub: Merge with FSF.
10560
10561         * config.guess: Merge with FSF.
10562
10563 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10564
10565         * configure (extraconfigdirs): New variable.
10566         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10567         * Makefile.in (all): Move higher in file.
10568         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10569         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10570         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10571         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10572         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10573
10574 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10575
10576         * Makefile.in (all-target-libjava): Depend on all-gcc and
10577         all-target-newlib.
10578         (configure-target-libjava): Depend on $(ALL_GCC).
10579
10580 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10581
10582         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10583         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10584
10585 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10586
10587         * INSTALL/README: Fix typo.
10588
10589 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10590
10591         * ylwrap: Change absolute path checks to check for DOS style path
10592         names.
10593
10594         * ylwrap: Don't use a full path name if the source file is in the
10595         same directory.  From hjl@lucon.org (H.J. Lu).
10596
10597         * config-ml.in: Default to being verbose, to match Feb 18 change to
10598         configure.
10599
10600 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10601
10602         Brought over from egcs:
10603
10604         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10605
10606         * configure.in (target_subdir): Set to ${target_alias} instead
10607         of "libraries".
10608
10609         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10610
10611         * configure.in (target_subdir): Set to libraries if enable_multilib.
10612
10613 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10614
10615         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10616         multilibs, force reconfiguration the first time we create
10617         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10618
10619 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10620
10621         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10622         avoid confusion with --no-recursion.
10623
10624 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10625
10626         * configure.in: Win32 hosts shouldn't use install -x
10627         * install-sh: remove -x option, and special .exe-handling
10628         hack.
10629
10630 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10631
10632         * config.guess: Recognize i586-pc-beos.
10633         * configure.in: Don't build some bits for beos.
10634
10635 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10636
10637         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10638         CFLAGS default to -O2.
10639
10640         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10641         when using GNU ld.
10642
10643 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10644
10645         * ltmain.sh: Correct install when using a different shell.
10646
10647 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10648
10649         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10650
10651 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10652
10653         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10654         target.
10655
10656 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10657
10658         * ltconfig: Update to correct AIX handling.
10659
10660 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10661
10662         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10663
10664         * configure.in (target_subdir): Set to ${target_alias} instead
10665         of "libraries".
10666
10667 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10668
10669         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10670         (Makefile): Depend on $(gcc_version_trigger).
10671
10672         * configure (gcc_version): Change default initializer to empty
10673         string.
10674         (gcc_version_trigger): New variable; pass this variable down
10675         to subdir configures to enable them checking gcc's version
10676         themselves. Emit make macros for both gcc_version vars.
10677         (topsrcdir): Initialize reliably.
10678         (recursion line): Remove --with-gcc-version=${gcc_version}.
10679
10680 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10681
10682         * configure (enable_version_specific_runtime_libs): Implement new flag
10683         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10684         in $(libsubdir); emit definition in each generated Makefile.
10685         (gxx_include_dir): Initialize depending on
10686         $enable_version_specific_runtime_libs.
10687
10688 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10689
10690         * configure (gcc_version): Initialize properly depending on
10691         how and where configure is started.
10692         (recursion line): Pass a --with-gcc-version=${gcc_version}
10693         to configures in subdirs.
10694
10695 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10696
10697         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10698         cygmon
10699
10700 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10701
10702         * configure.in: Add cygmon and libstub support for mn10200.
10703
10704 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10705
10706         * configure (gcc_version): Add new variable describing the
10707         particular gcc version we're building.
10708         * Makefile.in (libsubdir): Add new macro for the directory
10709         in which the compiler finds executables, libraries, etc.
10710         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10711         and libsubdir.
10712
10713 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10714
10715         * Makefile.in (local-clean): Remove *.log.
10716         (warning.log): Built with warn_summary from build.log.
10717         (mail-report.log): Run test_summary.
10718         (mail-report-with-warnings.log): Run test_summary including
10719         warning.log in the report.
10720
10721 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10722
10723         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10724
10725 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10726
10727         * Makefile.in (grep): Grep no longer depends on libiberty.
10728
10729 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10730
10731         * Makefile.in: all-snavigator needs all-libgui.
10732
10733 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10734
10735         * configure.in: Add cygmon and libstub support for mn10300.
10736
10737 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10738
10739         * missing: Update to version from automake 1.3.
10740
10741         * ltmain.sh: On installation, don't get confused if the same name
10742         appears more than once in the list of library names.
10743
10744 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10745
10746         * config.sub: Accept m68060 and m5200 as CPU names.
10747
10748 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10749
10750         * configure: Use && rather than using -a in test, because odd
10751         strings can confuse test.
10752         * configure.in: Likewise.
10753
10754 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10755
10756         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10757
10758 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10759
10760         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10761         bootstrap4-lean): New targets.
10762
10763 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10764
10765         * mpw-* Delete.  Not used.
10766
10767 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10768
10769         * COPYING.LIB: Update FSF address.
10770
10771 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10772
10773         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10774
10775         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10776         GAS_SUPPORT_DIRS.
10777
10778 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10779
10780         * ltconfig, ltmain.sh: Avoid producing a version number if
10781         -version-info was not used.
10782
10783 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10784
10785         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10786         building with newlib.
10787
10788 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10789
10790         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10791         Solaris `make' causes it to continue to next definition.
10792
10793 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10794
10795         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10796         the right GUI libraries and files are installed along with GDB.
10797
10798 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10799
10800         * configure.in: Change alpha to alpha* in several places.
10801
10802 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10803
10804         * config.sub: Recognize sparc86x.
10805
10806 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10807
10808         * configure.in (--enable-target-optspace): Remove debug echo.
10809
10810 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10811
10812         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10813
10814 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10815
10816         * ltconfig: Update cygwin32 support.
10817
10818         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10819         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10820         (GDB_SUPPORT_DIRS): Likewise.
10821
10822 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10823
10824         * configure.in (target_makefile_frag): If --enable-target-optspace,
10825         use -Os to compile target libraries rather than -O2.  Default to
10826         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10827         not used.
10828         * configure.in (target_cflags): Ditto for d30v.
10829
10830 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10831
10832         * Makefile.in (all-bfd): Depend on all-intl.
10833         (all-binutils): Likewise.
10834         (all-gas): Likewise.
10835         (all-gprof): Likewise.
10836         (all-ld): Likewise.
10837
10838 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10839
10840         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10841
10842 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10843
10844         * Makefile.in (all-bfd): Depend upon all-libiberty.
10845
10846         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10847
10848 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10849
10850         * Makefile.in: Add libstub.
10851
10852         * configure.in: Ditto. Build libstub for targets that have cygmon
10853         support.
10854
10855 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10856
10857         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10858
10859 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10860
10861         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10862         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10863
10864 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10865
10866         * configure: Define DEFAULT_M4 by searching PATH.
10867         * Makfile.in: Use DEFAULT_M4.
10868
10869 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10870
10871         * ltconfig: Add cygwin32 support.
10872
10873         * Makefile.in, configure.in: Add libtool as a native only directory
10874         to configure and build.
10875
10876 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10877
10878         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10879
10880 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10881
10882         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10883
10884 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10885
10886         * Makefile.in: add ash make rules
10887         * configure.in: add ash to native_only and host_tools lists
10888
10889 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10890
10891         * Makefile.in (all-gettext, all-intl): New targets.
10892         (ALL_MODULES): Added all-gettext, all-intl.
10893         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10894         (INSTALL_MODULES): Added install-gettext, install-intl.
10895         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10896
10897         * configure.in (host_tools): Added gettext.
10898         (native_only): Likewise.
10899         (noconfigdirs) [various cases]: Likewise.
10900         (host_libs): Added intl.
10901
10902 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10903
10904         * configure: Do not disable building gdbtk for cygwin32 hosts.
10905
10906 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10907
10908         * configure.in: Add thumb-coff target.
10909         * config.sub: Add thumb-coff target.
10910
10911 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10912
10913         * Makefile.in: Revert yesterday's change.
10914         (all-target-winsup):  all-target-librx stays out of here.
10915
10916 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10917
10918         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10919         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10920         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10921         Remove references to librx and libg++.
10922
10923 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10924
10925         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10926         recursive makes
10927
10928 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10929
10930         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10931         for newlib directory.
10932         (CXX_FOR_TARGET): Likewise.
10933
10934 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10935
10936         * ltconfig: Update after libtool/ltconfig.in change for
10937         hpux11.
10938
10939 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10940
10941         * ltconfig, ltmain.sh: Update to libtool 1.2.
10942
10943 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10944
10945         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10946         (install-gcc-cross): Instead, override LANGUAGES here.
10947
10948 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10949
10950         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10951         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10952
10953 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10954
10955         * configure.in: Add Thumb-pe target.
10956
10957 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10958
10959         * Makefile.in - changed sn targets to snavigator
10960         * configure.in - changed sn targets to snavigator
10961
10962 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10963
10964         * config-ml.in: After building symlink tree call make distclean
10965         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10966         to be the case for libiberty.
10967
10968 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10969
10970         * configure: When making link, also check the current
10971         directory. The configure scripts may create one.
10972
10973 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10974
10975         * config.sub: Accept alphapca56 and alphaev6 properly.
10976
10977 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10978
10979         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10980
10981 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10982
10983         * config.sub (sco5): Fix typo.
10984
10985 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10986
10987         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10988         install-itcl.
10989         (install-itcl): Remove dependency on install-tcl.
10990
10991 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10992
10993         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10994
10995 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10996
10997         * configure.in: Don't build libgui for a cygwin32 target when not on
10998         a cygwin32 host.
10999
11000 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11001
11002         * configure (redirect): Set to null, so default behavior of
11003         configure is now --verbose.
11004
11005 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11006
11007         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11008         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11009
11010 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11011
11012         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11013         this change to sync Makefile.in with its ChangeLog entries.
11014
11015 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11016
11017         * ltmain.sh (mkdir): Check that the directory doesn't exist
11018         before we exit with error, so that we don't get races during
11019         parallel builds.
11020
11021 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11022
11023         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11024
11025 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11026
11027         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11028         PICFLAG_FOR_TARGET.
11029         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11030
11031         * configure: Emit a definition for the new macro enable_shared
11032         into each Makefile.
11033
11034 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11035
11036         * configure.in (host_tools, native_only): Add libtool.
11037
11038 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11039
11040         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11041         Fix typo in ming config comment.
11042
11043 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11044
11045         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11046
11047 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11048
11049         * config.sub: Add tic30 cases, and map c30 to tic30.
11050
11051 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11052
11053         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11054         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11055         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11056         (CLEAN_TARGET_MODULES): Similarly
11057         (all-target-libf2c): Add dependences.
11058         * configure.in (target_libs): Add libf2c.
11059
11060 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11061
11062         * configure.in: Remove expect from noconfigdirs when target
11063         is cygwin32.  OK to build expect and dejagnu with Canadian
11064         Cross.
11065
11066 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11067
11068         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11069         host.
11070
11071         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11072         and mingw32.
11073
11074 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11075
11076         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11077         here as it is not defined in the toplevel Makefile.
11078
11079 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11080
11081         * configure (package_makefile_rules_frag): New variable, which names
11082         a file with generic rules, ...
11083         Change comment to mention we now have FIVE parts.
11084         * configure: Undo last change.
11085
11086 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11087
11088         * config.guess: More accurate determination of HP processor types.
11089         * config.sub: More accurate determination of HP processor types.
11090
11091 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11092
11093         * configure (package_makefile_frag): Move inserting the
11094         ${package_makefile_frag} to where it should be according
11095         to the comment.
11096
11097 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11098
11099         * config.guess: Add support for Linux/ARM.
11100
11101 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11102
11103         * .cvsignore: Remove *-info and *-install since they match
11104         release-info and mpw-install, which we don't want to just ignore.
11105
11106 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11107
11108         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11109
11110 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11111
11112         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11113         local_prefix to sub-make invocations.
11114
11115 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11116
11117         * configure.in: Check makefile fragments in the source
11118         directory.
11119
11120 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11121
11122         * configure.in: Check whether host and target makefile
11123         fragments exist before adding them to *_makefile_frag.
11124
11125 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11126
11127         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11128
11129 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11130
11131         * configure.in: Make sure we only replace RPATH_ENVVAR on
11132         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11133         regexp to sed.
11134
11135         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11136         to sub-makes.
11137
11138 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11139
11140         * config-ml.in (multi-do): LDFLAGS must include multilib
11141         designator.
11142
11143 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11144
11145         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11146
11147 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11148
11149         * config.sub: Add mingw32 support.
11150         * configure.in: Likewise.
11151
11152 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11153
11154         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11155
11156 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11157
11158         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11159         * configure (gxx_include_dir): Provide a definition for subdirs
11160         which do not use autoconf.
11161
11162 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11163
11164         * config.guess: Sync with egcs.  Picks up new alpha support,
11165         BeOS & some additional linux support.
11166
11167 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11168
11169         * config.guess: HP 9000/803 is a PA1.1 machine.
11170
11171 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11172
11173         * configure.in: It's alpha*-...
11174
11175 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11176
11177         * configure.in (host_makefile_frag, target_makefile_frag):
11178         Handle multiple config files.
11179         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11180         alpha-*-*.
11181
11182 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11183
11184         * mkdep: New file.
11185
11186 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11187
11188         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11189
11190 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11191
11192         * Makefile.in: Add libgui directory.
11193         (GDB_TK): Add all-libgui.
11194         * configure.in: Add libgui directory.
11195         * configure: Add all-libgui to GDB_TK.
11196
11197 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11198
11199         * config-ml.in (multidirs): Add m32r to multilib list.
11200
11201 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11202
11203         * Makefile.in (all-target-gperf): Change dependency to
11204         all-target-libstdc++.
11205
11206 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11207
11208         * config.guess: Add BeOS support.
11209
11210 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11211
11212         Source directory cvs renamed to cvssrc:
11213         * configure.in (host_tools): Change cvs to cvssrc.
11214         (native_only): Likewise.
11215         (noconfigdirs) [various cases]: Likewise.
11216         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11217         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11218         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11219         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11220         (all-cvssrc): Rename target from all-cvs.
11221
11222 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11223
11224         * configure (gxx_include_dir): Fix thinko.
11225
11226 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11227
11228         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11229         (install-cross, install-gcc-cross): New targets.
11230
11231 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11232
11233         * configure.in (noconfigdirs): Add support for Thumb target.
11234
11235         * config.sub (maybe_os): Add support for Thumb target.
11236
11237 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11238
11239         * Makefile.in: Add rules for cygmon.
11240
11241         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11242
11243 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11244
11245         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11246         * configure (gxx_include_dir): Provide a definition for subdirs
11247         which do not use autoconf.
11248
11249 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11250
11251         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11252         11/18/97 build
11253
11254 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11255
11256         * From Franz Sirl.
11257         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11258         found on RedHat Linux systems.
11259
11260 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11261
11262         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11263         guesses.
11264
11265 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11266
11267         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11268
11269 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11270
11271         * ltmain.sh: If mkdir fails, check whether the directory was created
11272         anyhow by some other process.
11273
11274 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11275
11276         * configure.in (d30v-*-*): Configure all directories.
11277
11278 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11279
11280         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11281         for the D30V.
11282
11283 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11284
11285         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11286
11287 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11288
11289         * include/libiberty.h: Add extern "C" { so it can be used with C++
11290         progrms.
11291         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11292         programs.
11293
11294 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11295
11296         * configure.in (d30v-*-*): Configure GCC now.
11297
11298 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11299
11300         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11301         is no longer needed.
11302
11303 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11304
11305         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11306
11307 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11308
11309         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11310         targets using "$@" to provide support for similar but not identical
11311         targets without having to duplicate code.
11312
11313 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11314
11315         * makefile.vms: Fix to work with DEC C.
11316
11317 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11318
11319         * config.sub: Add mips-tx39-elf to marketing names.
11320
11321 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11322
11323         * ltmain.sh: Handle symlinks in generated script.
11324
11325 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11326
11327         * configure: Handle autoconf style directory options: --bindir,
11328         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11329         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11330         --sysconfdir.
11331         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11332         (sharedstatedir, localstatedir, oldincludedir): New variables.
11333         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11334         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11335         sbindir, sharedstatedir, and sysconfdir.
11336
11337 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11338
11339         * Makefile.in (bootstrap-lean): New target.
11340
11341 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11342
11343         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11344         sn, and gnuserv from noconfigdirs.
11345
11346 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11347
11348         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11349
11350 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11351
11352         * Makefile.in (cross): New target.
11353
11354 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11355                           Jeff Law         <law@cygnus.com>
11356
11357         * Makefile.in (bootstrap2, bootstrap3): New targets.
11358         (all-bootstrap): Remove outdated and confusing target.
11359         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11360
11361 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11362
11363         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11364         windows.  Consistent with gdb/configure.
11365
11366 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11367
11368         * configure.in: Name Linux target fragment.
11369
11370         * configure: Rewrite so that project Makefile fragment is inserted
11371         first and appears last in the resulting Makefile.
11372
11373 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11374
11375         * Makefile.in (install-itcl): Install tcl first.
11376
11377 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11378
11379         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11380
11381 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11382
11383         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11384
11385         * configure.in (skipdirs): Add target-librx for Linux.
11386         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11387
11388 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11389
11390         * Makefile.in (bootstrap): New target.
11391
11392 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11393
11394         * config.sub: Accept 'amigados' for backward compatibility.
11395
11396 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11397
11398         * config.guess: Merge with FSF.
11399
11400 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11401
11402         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11403
11404 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11405
11406         * config.sub: Add "marketing-names" patch.
11407
11408 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11409
11410         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11411
11412 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11413
11414         * config.sub: Handle v850-elf.
11415
11416 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11417
11418         * .cvsignore (*-install): Remove.
11419
11420 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11421
11422         * ltconfig: Set CONFIG_SHELL in libtool.
11423         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11424
11425 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11426
11427         * configure.in (target_subdir): Set to libraries if enable_multilib.
11428
11429 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11430
11431         * config.guess: Update from gcc directory.
11432
11433 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11434
11435         * Makefile.in (all-sim): Depends on all-readline.
11436
11437 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11438
11439         * Makefile.in (BISON, YACC): Use $$s.
11440         (all-bison): Depend on all-texinfo.
11441
11442 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11443
11444         * Makefile.in (BISON): Add -L flag.
11445         (YACC): Likewise.
11446
11447 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11448
11449         * configure.in (noconfigdirs): Add support for v850e target.
11450
11451         * config.sub (maybe_os): Add support for v850e target.
11452
11453 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11454
11455         * configure.in (noconfigdirs): Add support for v850ea target.
11456
11457         * config.sub (maybe_os): Add support for v850ea target.
11458
11459 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11460
11461         * config.sub: Add mipstx39.  Delete r3900.
11462
11463 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11464
11465         * Makefile.in (all-autoconf): Depends on all-texinfo.
11466
11467 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11468
11469         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11470         eabi targets.
11471
11472 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11473
11474         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11475
11476         * configure: When handling a Canadian Cross, handle YACC as well as
11477         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11478         * Makefile.in (all-bison): Depend upon all-texinfo.
11479
11480 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11481
11482         * Makefile.in (BISON): bison, not byacc or bison -y.
11483         (YACC): bison -y or byacc or yacc.
11484         (various): Add *-bison as appropriate.
11485         (taz): No need to mess with BISON anymore.
11486
11487 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11488
11489         * configure: If OSTYPE matches *win32*, try to find a good value for
11490         CONFIG_SHELL.
11491
11492 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11493
11494         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11495         configure.in if it is present.
11496
11497 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11498
11499         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11500
11501 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11502
11503         * config.sub: Recognize `arc' cpu.
11504         * configure.in: Likewise.
11505         * config-ml.in: Likewise.
11506
11507 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11508
11509         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11510
11511 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11512
11513         * configure: Changed sed delimiter from ':' to '|' when
11514         attempting to substitute ${config_shell} for SHELL. On
11515         NT ${config_shell} may contain a ':' in it.
11516
11517 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11518
11519         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11520
11521 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11522
11523         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11524
11525 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11526
11527         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11528
11529         * ylwrap: If the program is a relative path, force it to be
11530         absolute.
11531
11532 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11533
11534         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11535
11536 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11537
11538         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11539         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11540         for libraries.
11541
11542 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11543
11544         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11545         separated by spaces.
11546
11547 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11548
11549         * ylwrap: New file.
11550         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11551
11552         * ltmain.sh: Handle /bin/sh at start of install program.
11553
11554         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11555
11556         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11557         * missing: New file, from automake 1.2.
11558
11559 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11560
11561         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11562         check-tk to CHECK_X11_MODULES.
11563
11564 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11565
11566         * config.sub: Merge with FSF.
11567
11568 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11569
11570         * config.guess: Merge with FSF.
11571
11572 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11573
11574         * configure: Treat msdosdjgpp like go32.
11575         * configure.in: Likewise.  Don't remove gprof for go32.
11576
11577         * configure: Change Makefile.tem2 to Makefile.tm2.
11578
11579 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11580
11581         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11582
11583 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11584
11585         * install-sh (chmodcmd): Set to null if the DST directory already
11586         exists.  Same as Nov 11th change.
11587
11588 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11589
11590         * configure (GDB_TK): Needs itcl and tix.
11591
11592 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11593
11594         * config.guess: Update from FSF.
11595
11596 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11597
11598         * Makefile.in (GDB_TK): Depend on itcl and tix.
11599
11600 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11601
11602         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11603         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11604         (INSTALL_SCRIPT): New variable.
11605         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11606         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11607         to -x.
11608         * install-sh: Add support for -x option.
11609
11610 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11611
11612         * configure.in, Makefile.in: Treat tix like itcl.
11613
11614 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11615
11616         * Makefile.in (WINDRES): New variable.
11617         (WINDRES_FOR_TARGET): New variable.
11618         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11619         (EXTRA_HOST_FLAGS): Add WINDRES.
11620         (EXTRA_TARGET_FLAGS): Add WINDRES.
11621         (EXTRA_GCC_FLAGS): Add WINDRES.
11622         ($(DO_X)): Pass down WINDRES.
11623         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11624         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11625         DLLTOOL_FOR_TARGET.
11626
11627 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11628
11629         * configure.in: configure sim before gdb for win32-x-ppc
11630
11631 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11632
11633         Move gperf into the toplevel, from libg++.
11634         * configure.in (target_tools): Add target-gperf.
11635         (native_only): Add target-gperf.
11636         * Makefile.in (all-target-gperf): New target, depend on
11637         all-target-libg++.
11638         (configure-target-gperf): Empty rule.
11639         (ALL_TARGET_MODULES): Add all-target-gperf.
11640         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11641         (CHECK_TARGET_MODULES): Add check-target-gperf.
11642         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11643         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11644
11645 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11646
11647         * config.sub (mn10200): Recognize new basic machine.
11648
11649 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11650
11651         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11652         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11653
11654 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11655
11656         * configure.in: If we're building mips-sgi-irix6* native, turn on
11657         ENABLE_MULTILIB and set TARGET_SUBDIR.
11658
11659 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11660
11661         * Makefile.in (all-sn): Depend on all-grep.
11662
11663 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11664
11665         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11666
11667         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11668         Makefile.  From Jeff Makey <jeff@cts.com>.
11669         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11670
11671         * Makefile.in (DISTBISONFILES): Remove.
11672         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11673         $(DEFAULT_YACC).
11674
11675         * configure.in: Build itl, db, sn, etc., when building for native
11676         cygwin32.
11677
11678         * Makefile.in (LD): New variable.
11679         (EXTRA_HOST_FLAGS): Pass down LD.
11680         ($(DO_X)): Likewise.
11681
11682 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11683
11684         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11685
11686 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11687
11688         * configure.in (targargs): Strip out any supplied --build argument
11689         before adding our own. Always add --build.
11690
11691 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11692
11693         * configure.in (targargs): Pass --build if we're doing
11694         a cross-compile.
11695
11696 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11697
11698         * configure: Use '|' instead of ":" as the separator in
11699         sed. Otherwise sed chokes on NT path names with drive
11700         designators. Also look for "?:*" as the leading characters in an
11701         absolute pathname.
11702
11703 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11704
11705         * config.sub: Support for r3900.
11706
11707 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11708
11709         * configure.in: Use install-sh, not install.sh.
11710
11711 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11712
11713         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11714         apply it twice.
11715
11716 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11717
11718         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11719         install-binutils.
11720
11721 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11722
11723         * Makefile.in: Add automake targets.
11724         * configure.in (host_tools): Add automake.
11725
11726 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11727
11728         * configure: Default CXX to c++, not gcc.
11729         * Makefile.in (CXX): Set to c++, not gcc.
11730         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11731
11732 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11733
11734         * install-sh: try appending a .exe if source file doesn't
11735         exist
11736
11737 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11738
11739         * configure.in: Turn on multilib by default.
11740         (cross_only): Remove target-libiberty.
11741
11742         * Makefile.in (all-gcc): Don't depend on libiberty.
11743
11744 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11745
11746         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11747
11748 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11749
11750         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11751         (DISTBISONFILES): Add ld/Makefile.in
11752
11753 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11754
11755         * configure.in: if target is cygwin32 but host isn't cygwin32,
11756         don't configure gdb tcl tk expect, not just gdb.
11757
11758 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11759
11760         * configure.in: Added gnuserv everywhere sn appears.
11761
11762         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11763         (CROSS_CHECK_MODULES): Added check-gnuserv.
11764         (INSTALL_MODULES): Added install-gnuserv.
11765         (CLEAN_MODULES): Added clean-gnuserv.
11766         (all-gnuserv): New target.
11767
11768 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11769
11770         * config.guess: Fixes for MIPS OpenBSD systems.
11771
11772 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11773
11774         * Makefile.in (INSTALL_XFORM): Remove.
11775         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11776
11777         * mkinstalldirs: New file, copied from automake.
11778         * Makefile.in (installdirs): Rename from install-dirs.  Use
11779         mkinstalldirs.  Change all users.
11780         (DEVO_SUPPORT): Add mkinstalldirs.
11781
11782 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11783
11784         * install-sh: Rename from install.sh.
11785         * Makefile.in (INSTALL): Change install.sh to install-sh.
11786         (DEVO_SUPPORT): Likewise.
11787
11788         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11789         Graichen <graichen@rzpd.de>.
11790
11791 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11792
11793         * config.guess: Recognize OpenBSD systems correctly.
11794
11795 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11796
11797         * README, Makefile.in (ETC_SUPPORT): Remove references to
11798         cfg-paper*, configure.{texi,man,info*}._
11799
11800 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11801
11802         * Makefile.in (all.normal): Ensure that gcc is built after all
11803         the x11 - ie gdb - targets.
11804
11805 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11806
11807         * makefile.vms: Don't run conf-a-gas.
11808
11809 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11810
11811         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11812
11813 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11814
11815         * configure.in: Remove noconfigdirs case since gdb also
11816         configures and builds for tic80-coff.
11817
11818 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11819
11820         * configure: Set cache_file to config.cache.
11821         * Makefile.in (local-distclean): Remove config.cache.
11822
11823 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11824
11825         * COPYING: Update FSF address.
11826
11827 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11828
11829         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11830         noconfigdirs.
11831
11832 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11833
11834         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11835         MAKEDIRS, is empty.
11836
11837 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11838
11839         * config.sub: Tweak mn10300 entry.
11840
11841 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11842
11843         * configure.in (host_tools): Put sim before gdb, so gdb's
11844         configure.tgt can determine if the simulator was configured.
11845
11846 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11847
11848         * config.sub: Move BeOS $os case to be with other Cygnus
11849         local cases.
11850
11851 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11852
11853         * config.sub: Remove misplaced comment that broke Linux.
11854
11855 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11856
11857         * config.sub: Add BeOS support.
11858
11859 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11860
11861         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11862
11863 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11864
11865         * configure.in (noconfigdirs): Remove tcl and tk from
11866         noconfigdirs for cygwin32 builds.
11867
11868 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11869
11870         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11871
11872 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11873
11874         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11875         make-all.com, use makefile.vms instead.
11876
11877 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11878
11879         * config.sub: Accept -lnews*.
11880
11881 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11882
11883         * configure.in (noconfigdirs): Disable target-newlib,
11884         target-examples and target-libiberty for d30v.
11885
11886 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11887
11888         * configure.in (noconfigdirs): Enable ld for d30v.
11889
11890 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11891
11892         * configure.in (tic80-*-*): Build compiler.
11893
11894 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11895
11896         * configure.in (d30v-*): Remove sim directory from list of
11897         unsupported d30v directories
11898
11899 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11900
11901         * config.sub, configure.in: Add d30v target cpu.
11902
11903 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11904
11905         * makefile.vms: New file.
11906         * make-all.com: Remove.
11907
11908 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11909
11910         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11911
11912 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11913
11914         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11915
11916 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11917
11918         * Makefile.in (ALL_MODULES): Added all-db.
11919         (CROSS_CHECK_MODULES): Addec check-db.
11920         (INSTALL_MODULES): Added install-db.
11921         (CLEAN_MODULES): Added clean-db.
11922
11923 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11924
11925         * config.guess: Merge with latest FSF sources.
11926
11927 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11928
11929         * Makefile.in (ALL_MODULES): Added all-itcl.
11930         (CROSS_CHECK_MODULES): Added check-itcl.
11931         (INSTALL_MODULES): Added install-itcl.
11932         (CLEAN_MODULES): Added clean-itcl.
11933
11934 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11935
11936         * configure.in: build gdb for mn10200
11937
11938 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11939
11940         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11941
11942 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11943
11944         * configure.in (tic80-*-*): Turn off most targets right now.
11945
11946 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11947
11948         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11949         rather than the makeinfo program.
11950         (do-info): Depend upon all-texinfo.
11951
11952 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11953
11954         * configure.in: Remove uses of config/mh-linux.
11955
11956         * config.sub, config.guess: Merge with latest FSF sources.
11957
11958 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11959
11960         * config.sub (case $basic_machine): Add tic80 entries.
11961
11962 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11963
11964         * config.sub, config.guess: Merge with latest FSF sources.
11965
11966 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11967
11968         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11969         * mpw-config.in: Test for NewFolderRecursive.
11970         * mpw-install: Use symbolic name for startup filename.
11971         * mpw-README: Add various additional details.
11972
11973 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11974
11975         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11976
11977 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11978
11979         * configure.in: Do build gcc and the target libraries for
11980         the mn10200.
11981
11982 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11983
11984         * configure.in: don't avoid building gdb for mn10300 any more
11985         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11986         instead of single-quoting it.
11987
11988 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11989
11990         * configure.in: Don't use --with-stabs on IRIX 6.
11991
11992 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11993
11994         * configure.in (m32r): Build gdb, libg++ now.
11995
11996 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11997
11998         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11999         directories from noconfigdirs.
12000
12001 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12002
12003         * config.sub (basic_machine): added mips16 configuration
12004
12005 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12006
12007         * config.sub: Handle d10v-unknown.
12008
12009 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12010
12011         * config.sub: Handle v850-unknown.
12012
12013 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12014
12015         * Makefile.in: add findutils
12016         * configure.in: add findutils to list of host_tools
12017
12018 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12019
12020         * config.sub: Handle mn10200 and mn10300.
12021
12022 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12023
12024         * configure.in (d10v-*): Do not build librx.
12025
12026 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12027
12028         * configure.in (mn10300): Build everything except gdb & libgloss.
12029
12030 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12031
12032         * config.guess:  Patch for Dansk Data Elektronik servers,
12033         from Niels Skou Olsen <nso@dde.dk>.
12034
12035         For ncr, use /bin/uname rather than uname, since GNU uname does not
12036         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12037
12038         Patch for MIPS R4000 running System V,
12039         from Eric S. Raymond <esr@snark.thyrsus.com>.
12040
12041         Fix thinko for nextstep.
12042
12043         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12044
12045         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12046         * config.guess: Guess mips-dec-mach_bsd4.3.
12047
12048         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12049         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12050         release numbers.
12051         * config.guess (mips-mips-riscos*):  Emit just enough of the
12052         release number.
12053
12054         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12055         * config.guess (sparc-auspex-sunos*):  Added.
12056         (f300-fujitsu-*): Added.
12057
12058         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12059         * config.guess:  Recognize a Tadpole as a sparc.
12060
12061 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12062
12063         * config.guess: Don't assume that NextStep version is either 2 or
12064         3.  NextStep 4 (aka OpenStep 4) has come out now.
12065
12066 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12067
12068         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12069         From Rik Faith <faith@cs.unc.edu>.
12070
12071 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12072
12073         * config.sub: Contributions from bug-gnu-utils to:
12074         Support plain "hppa" (no version given) architecture, reported by
12075         OpenStep.
12076         OpenBSD like NetBSD.
12077         LynxOs is not a hardware supplier.
12078
12079         * config.guess: Contributions from bug-gnu-utils to add support for:
12080         OpenBSD like NetBSD.
12081         Stratus systems.
12082         More Pyramid systems.
12083         i[n>4]86 Intel chips.
12084         M680[n>4]0 Motorola chips.
12085         Use unknown instead of lynx for hardware manufacturer.
12086
12087 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12088
12089         * install.sh (chmodcmd): Set to null if the DST directory already
12090         exists.
12091
12092 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12093
12094         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12095         not use mt-ppc target Makefile fragment any more.
12096
12097 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12098
12099         * configure.in (*-*-windows):  Exclude everything but those dirs
12100         needed to build windows.
12101
12102 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12103
12104         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12105
12106 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12107
12108         * configure.in:  Exclude mmalloc from i386-windows.
12109
12110 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12111
12112         * Undo my previous change.
12113
12114 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12115
12116         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12117         unconditionally.
12118         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12119
12120 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12121
12122         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12123         host to add it's own flags.
12124
12125 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12126
12127         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12128
12129 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12130
12131         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12132         (CXX_FOR_TARGET): Likewise.
12133         (GCC_FOR_TARGET): Define.
12134         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12135         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12136         CC_FOR_TARGET was specified on the command line.
12137         (MAKEOVERRIDES): Don't define.
12138
12139 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12140
12141         * configure.in (m32r): Fix spelling of libg++ libs.
12142
12143 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12144
12145         * config.sub (-apple*): Remove, now redundant.
12146
12147 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12148
12149         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12150
12151         * configure: Rework yesterday's sed script patch.
12152
12153         * config.sub: Merge with FSF.
12154
12155 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12156
12157         * config.guess:  Merge from FSF.
12158
12159         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12160         * config.guess: Use pc instead of unknown, for pc clone systems.
12161         Change linux to linux-gnu.
12162
12163         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12164         * config.guess: Avoid non-portable tr syntax.
12165
12166 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12167
12168         * test-build.mk (HOLES): Add "xargs" for gdb.
12169
12170         * configure: Avoid hpux10.20 sed bug.
12171
12172 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12173
12174         * configure.in:  Add support for windows host
12175         (that is a build done under the Microsoft build environment).
12176
12177 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12178
12179         * Makefile.in: Replace all uses of srcroot with s, to shrink
12180         command line lengths.
12181
12182         Patches from Geoffrey Noer <noer@cygnus.com>:
12183         * configure.in: If configuring for newlib, pass --with-newlib to
12184         subdirectories.
12185         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12186         -Bnewlib/ and -Lwinsup to gcc.
12187         (CXX_FOR_TARGET): Likewise.
12188
12189 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12190
12191         * Makefile.in (ETC_SUPPORT): Add configure.
12192
12193 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12194
12195         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12196         host configuration file.
12197
12198 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12199
12200         * configure.in: Break mn10x00 support into separate
12201         mn10200 and mn10300 configurations.
12202         * config.sub: Likewise.
12203
12204 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12205
12206         * configure.in: Add lots of stuff to noconfigdirs for
12207         the mn10x00 targets.
12208
12209         * config.sub, configure.in: Add mn10x00 support.
12210
12211 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12212
12213         * make-all.com: Call conf-a-gas, not config-a-gas.
12214
12215 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12216
12217         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12218         targets.
12219
12220 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12221
12222         * mpw-README: Add much more detail for native PowerMac.
12223         * mpw-install: New file.
12224         * mpw-configure: Add --norecursion and --help options.
12225         * mpw-config.in: Translate readme and install files when
12226         copying to objdir.
12227         * mpw-build.in: Don't always depend on byacc and flex.
12228         (install-only-top): New action.
12229
12230 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12231
12232         * configure.in:  You can now configure GDB for the v850.
12233
12234 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12235
12236         * configure.in (noconfigdirs): Don't configure any C++ dirs
12237         if targeting D10V.
12238
12239 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12240
12241         * config.sub: Recognize mips64vr5000.
12242
12243 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12244
12245         * configure.in: Use a single line for host_tools and native_only.
12246
12247 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12248
12249         * config.sub, configure.in: Add entries for m32r.
12250
12251 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12252
12253         * Makefile.in (inet-install): Don't run install-gzip.
12254
12255 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12256
12257         * configure.in:  Don't config lots of things for *-*-windows*.
12258
12259 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12260
12261         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12262         (host_libs, host_tools): Copy from configure.in.
12263         * mpw-configure: Don't complain about directories not found.
12264
12265 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12266
12267         * configure.in (i[345]86): Recognize i686 for pentium pro.
12268         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12269         file.
12270
12271         * config.guess (i[345]86): Ditto.
12272
12273 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12274
12275         * configure.in (noconfigdirs): Removed gdb for D10V.
12276
12277 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12278
12279         * configure.in: Remove ld, target-libio, target-libg++, and
12280         target-libstdc++ from noconfigdirs.
12281
12282 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12283
12284         * configure: Fix three locations where shell scripts were
12285         being run directly rather than with config_shell.
12286
12287 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12288
12289         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12290         * config.sub (basic_machine): Recognize v850.
12291
12292 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12293
12294         * mpw-configure: Handle multiple enable/disable options and
12295         pass them down recursively, handle -c and -s flags appropriately
12296         depending on choice of compiler, add escape mechanism for
12297         quoted arguments to gC.
12298
12299 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12300
12301         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12302         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12303         so that -mrelocatable-lib and -mno-eabi are used.
12304
12305         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12306         not support --print-multi-lib, don't abort.
12307
12308 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12309
12310         * make-all.com: Run config-a-gas.
12311         * setup.com: Don't copy subdirectory files around.
12312
12313 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12314
12315         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12316         target, it now compiles correctly.
12317
12318 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12319
12320         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12321
12322 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12323
12324         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12325
12326 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12327
12328         * configure.in (native_only): Add prms.
12329
12330 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12331
12332         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12333         (BINUTILS_SUPPORT_DIRS): Likewise.
12334
12335 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12336
12337         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12338         d10v support is added.
12339
12340 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12341
12342         * configure.in (d10v-*-*): New target.
12343
12344 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12345
12346         * config.guess (HP 9000/811): Recognize this as a PA1.1
12347         machine.
12348
12349 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12350
12351         * Makefile.in (do-tar-gz): New target, split out from tail end of
12352         taz target.  Run each command separately, don't use pipes.
12353         (taz): Use it.
12354
12355 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12356
12357         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12358         * mpw-build.in: No builds should depend on building byacc or flex,
12359         they are assumed to be installed already.
12360
12361 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12362
12363         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12364         variable that CC_FOR_TARGET needs.
12365
12366 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12367
12368         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12369         options have changed since the last time the subdirectory was
12370         configured, and if it has, reconfigure.
12371         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12372         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12373
12374 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12375
12376         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12377         CLEAN_MODULES): Add bash.
12378         (all-bash): New target.
12379
12380 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12381
12382         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12383
12384 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12385
12386         * config.sub (basic_machine): Recognize d10v as a valid processor.
12387
12388 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12389
12390         * mpw-configure: Add support for --bindir.
12391         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12392
12393 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12394
12395         * configure.in: add bash, time, gawk to list of hosttools and things
12396         to only build for native toolchains
12397
12398 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12399
12400         * Makefile.in (docdir): Remove.
12401
12402 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12403
12404         * Makefile.in (datadir): Set to $(prefix)/share.
12405
12406 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12407
12408         * configure.in: build diff and patch for cygwin32-hosted
12409         toolchains.
12410
12411 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12412
12413         * config.sub: Accept -rtems*.
12414
12415 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12416
12417         * configure.in: enable dosrel for cygwin32-hosted builds,
12418                 remove diff from the list of things not buildable
12419                 via Canadian Cross
12420
12421 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12422
12423         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12424         don't get ". ".
12425
12426 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12427
12428         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12429
12430 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12431
12432         * Makefile.in (taz): Handle case where tex3patch didn't even get
12433         checked out.  Also, if it was found, put the symlink in a new util
12434         subdirectory.
12435
12436 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12437
12438         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12439
12440 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12441
12442         * config.sub: Recognize -openvms.
12443         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12444         * make-all.com, setup.com: New files.
12445
12446 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12447
12448         * Makefile.in (taz): tex3patch moved to texinfo/util.
12449
12450 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12451
12452         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12453         * configure.in: remove make from disable-if-Can-Cross list
12454                 enable gdb if ${host} and ${target} are cygwin32
12455
12456 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12457
12458         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12459         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12460
12461 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12462
12463         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12464         distinguish sysv/svr4/bsd variants.
12465         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12466
12467 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12468
12469         * configure.in: Added copyright notice.
12470         * move-if-change: Added copyright notice.
12471
12472 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12473
12474         * configure.in (powerpcle-*-solaris*): Until we get shared
12475         libraries working, don't build gdb, sim, make, tcl, tk, or
12476         expect.
12477
12478 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12479
12480         * config.guess:  Merge with FSF:
12481
12482         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12483         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12484
12485         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12486         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12487
12488         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12489         * config.guess:  Combine two OSF1 rules.
12490         Also recognize field test versions.  From mjr@zk3.dec.com.
12491         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12492         because GNU uname does not support -p.  From pmr@pajato.com.
12493
12494 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12495
12496         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12497
12498 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12499
12500         * mpw-README: Document GCCIncludes.
12501
12502 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12503
12504         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12505
12506 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12507
12508         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12509
12510 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12511
12512         * configure.in (*-*-cygwin32): Configure make.
12513
12514 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12515
12516         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12517
12518 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12519
12520         * Makefile.in (all-inet): Depend on all-perl.
12521
12522         * Makefile.in (inet-install): New target.
12523
12524         * Makefile.in (all-inet): Depend on all-tcl.
12525         (all-inet): Depend on all-send-pr.
12526
12527 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12528
12529         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12530         temporarily.
12531
12532 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12533
12534         * configure.in: Don't configure --with-gnu-ld on AIX.
12535
12536 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12537
12538         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12539
12540 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12541
12542         * Makefile.in (ALL_MODULES): Added all-inet.
12543         (CROSS_CHECK_MODULES): Added check-inet.
12544         (INSTALL_MODULES): Added install-inet.
12545         (CLEAN_MODULES): Added clean-inet.
12546         (all-indent): New target.
12547
12548         * configure.in (host_tools): Added inet.
12549         (native_only): Added inet.
12550         (noconfigdirs): Added inet.
12551
12552 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12553
12554         * configure.in: Don't configure libgloss if we are not configuring
12555         newlib.
12556
12557 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12558
12559         * configure.in: Don't configure libgloss for unsupported
12560         architectures.
12561
12562 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12563
12564         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12565
12566 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12567
12568         * Makefile.in (ALL_MODULES): Include all-apache.
12569         (CROSS_CHECK_MODULES): Include check-apache.
12570         (INSTALL_MODULES): Include install-apache.
12571         (all-apache): New target.
12572
12573         * configure.in: Added apache everywhere perl is seen.
12574
12575 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12576
12577         * Makefile.in: Add support for clean-{module} and
12578         clean-target-{module} rules.
12579
12580 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12581
12582         * configure.in (*-*-ose) do not build libgloss.
12583
12584 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12585
12586         * config.guess (prep*:SunOS:5.*:*): Turn into
12587         powerpele-unknown-solaris2.
12588
12589 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12590
12591         * configure.in: Permit --enable-shared to specify a list of
12592         directories.
12593
12594 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12595
12596         * configure.in (host==solaris): Pass only the first word of $CC
12597         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12598
12599 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12600
12601         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12602
12603 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12604
12605         * Makefile.in (ALL_MODULES): Include all-perl.
12606         (CROSS_CHECK_MODULES): Include check-perl.
12607         (INSTALL_MODULES): Include install-perl.
12608         (ALL_X11_MODULES): Include all-guile.
12609         (CHECK_X11_MODULES): Include check-guile.
12610         (INSTALL_X11_MODULES): Include install-guile.
12611         (all-perl): New target.
12612         (all-guile): New target.
12613
12614         * configure.in (host_tools): Include perl and guile.
12615         (native_only): Include perl and guile.
12616         (noconfigdirs): Don't build guile and perl; no ports have been
12617         done.
12618
12619 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12620
12621         * configure (--enable-*): Handle quoted option lists such as
12622         --enable-sim-cflags='-g0 -O' better.
12623
12624 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12625
12626         * Makefile.in ({,inst}all-target): New rule so we can make and
12627         install all of the target directories easily.
12628
12629 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12630
12631         * configure.in: Add missing global flag in sed substitution when
12632         deleting `target-' from ${configdirs}.
12633
12634 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12635
12636         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12637         option.
12638
12639         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12640         config/mh-necv4.
12641
12642         * install.sh: Correct misspelling of transformbasename.
12643
12644         * config.guess: Recognize mips-*-sysv*.
12645
12646 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12647
12648         * config.sub: Recognize mon960.
12649
12650 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12651
12652         * configure: Restore Canadian Cross handling of BISON and LEX,
12653         removed in Feb 20 change.
12654
12655 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12656
12657         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12658         Mention make install.  Remove the old copyright date as well the
12659         clumsy and rather pointless copyright on the README file.
12660
12661 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12662
12663         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12664         Makefile after running symlink-tree, then run `make distclean' to
12665         avoid clobbering any generated files in srcdir.
12666
12667 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12668
12669         * configure.in (m68k-*-netbsd*): Build everything now.
12670
12671 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12672
12673         * Makefile.in (taz): Fix quoting.
12674
12675 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12676
12677         * configure.in (sparclet-*-*): Build everything now.
12678
12679 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12680
12681         * configure.in (m68k-*-linux*): New host.
12682
12683 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12684
12685         * configure: Check for bison before byacc.
12686
12687 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12688
12689         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12690         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12691         searching PATH.  These are used as fallbacks by Makefile.in if
12692         flex/bison/byacc aren't in objdir.
12693
12694 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12695
12696         * Makefile.in: Make everything which depends upon all-bfd also
12697         depend upon all-opcodes, in case --with-commonbfdlib is used.
12698
12699 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12700
12701         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12702         building NT native compilers on Unix.
12703
12704 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12705
12706         * configure.in: Don't get CC from the host Makefile fragment if we
12707         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12708         Solaris test for /usr/ucb/cc to the post target script, just after
12709         the compiler sanity test.
12710
12711 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12712
12713         * config.sub: Merge with FSF.
12714
12715 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12716
12717         * Makefile.in (RPATH_ENVVAR): New variable.
12718         (REALLY_SET_LIB_PATH): Use it.
12719         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12720
12721 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12722
12723         * config.sub, configure.in: Recognize sparclet cpu.
12724
12725 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12726
12727         * config.guess:  Support m68k-cbm-sysv4.
12728
12729 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12730
12731         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12732         m68k-unknown-linuxaout from linker help string.  Put quotes around
12733         $ld_help_string.
12734
12735 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12736
12737         * config.guess (powerpc-harris-powerunix): Add guess for port
12738         to new target.
12739
12740 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12741
12742         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12743
12744 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12745
12746         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12747         $(REALLY_SET_LIB_PATH) in Makefile.
12748         * Makefile.in (SET_LIB_PATH): New variable.
12749         (REALLY_SET_LIB_PATH): New variable.
12750         ($(DO_X)): Use $(SET_LIB_PATH).
12751         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12752         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12753         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12754         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12755         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12756         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12757         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12758         (install-dosrel): Likewise.
12759         (all-opcodes): Depend upon all-libiberty.
12760
12761 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12762
12763         * config.guess (*:CYGWIN*): New
12764
12765 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12766
12767         * Makefile.in (all-target-winsup): All all-target-libiberty.
12768
12769 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12770
12771         * configure.in (noconfigdirs): Add missing # in front of comment.
12772
12773 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12774
12775         * configure.in: add second pass to things added to noconfigdirs
12776         so *-gm-magic can exclude libgloss properly.
12777
12778 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12779
12780         * mpw-configure (extralibs_name, rez_name): Set correctly
12781         for MWC68K compiler.
12782
12783         * mpw-README: Add more info on the necessary build tools.
12784
12785 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12786
12787         * configure.in, config.sub: Recognize cygwin32.
12788
12789 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12790
12791         * config.guess, config.sub: Recognize A/UX.
12792
12793 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12794
12795         * config.sub: Merge with gcc/config.sub.
12796
12797 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12798
12799         * mpw-build.in (do-binutils): Add build of stamps.
12800
12801 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12802
12803         * config.sub: Add recognition for mips64vr4100*-* targets.
12804
12805 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12806
12807         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12808         Add creation of gconfigargs with `--enable-shared' turned on.
12809         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12810         ($(host)-stamp-stage3-configured): Likewise.
12811         (HOLES): Add chatr and ldd.
12812         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12813
12814 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12815
12816         * configure: Pass --nfp to recursive configures.
12817
12818 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12819
12820         * Makefile.in (DLLTOOL): New.
12821         (DLLTOOL_FOR_TARGET): New.
12822         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12823         (EXTRA_TARGET_FLAGS): Ditto.
12824         (EXTRA_GCC_FLAGS): Ditto.
12825         (CONFIGURE_TARGET_MODULES): Ditto.
12826         (DO_X): Ditto.
12827         * configure: Add DLLTOOL.
12828
12829 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12830
12831         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12832         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12833         mh-sco, since old workarounds no longer needed, and don't
12834         build ld, since libraries have weak symbols in COFF.
12835
12836 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12837
12838         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12839
12840 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12841
12842         * configure.in: Make sure that ${CC} can be used to compile an
12843         executable.
12844
12845 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12846
12847         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12848         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12849         nothing depending on whether gdbtk is being built.
12850
12851 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12852
12853         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12854
12855 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12856
12857         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12858         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12859
12860 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12861
12862         * config-ml.in: Add support for
12863         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12864         Simplify setting of multidirs from --disable-foo.
12865
12866 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12867
12868         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12869         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12870         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12871         non-empty, pass them on to the  GCC make.
12872         (all-bootstrap): New rule that is like all-gcc, except it executes
12873         the GCC bootstrap rule instead of the GCC all rule.
12874
12875 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12876
12877         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12878
12879 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12880
12881         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12882         DG/UX support.
12883
12884 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12885
12886         * config.sub (i*86*) Change [345] to [3456]
12887
12888 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12889
12890         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12891         --with-gnu-ld=no.
12892
12893 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12894
12895         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12896         AIX multilibs get built.
12897
12898 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12899
12900         * configure.in (i386-win32): Don't build expect if we're not
12901         building the tcl subdir.
12902
12903 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12904
12905         * Makefile.in: (configure-target-examples, all-target-examples):
12906         New targets, configure and build example programs.
12907
12908 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12909
12910         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12911         use it as input to sedit the generated MPW makefile.
12912         * mpw-README: Add a suggestion about Gestalt.h.
12913
12914 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12915
12916         * config.sub: Accept *-*-ieee*.
12917
12918 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12919
12920         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12921         Ronald F. Guilmette <rfg@monkeys.com>.
12922
12923 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12924
12925         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12926         for powerpc-pe native.
12927         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12928         (target==powerpc-pe): duplicate i386-win32 entry.
12929
12930 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12931
12932         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12933         of vxworks, not just vxworks5.1.
12934
12935 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12936
12937         * mpw-configure: Add support for exec-prefix.
12938
12939 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12940
12941         * config.guess: Recognize HP model 816 machines as having
12942         a PA1.1 processor.
12943
12944 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12945
12946         * configure: Ignore new autoconf configure options.
12947
12948 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12949
12950         * config.guess:  Recognize Pentium under SCO.
12951         From Robert Lipe <robertl@arnet.com>.
12952
12953 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12954
12955         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12956
12957 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12958
12959         * configure.in: Don't configure gas for alpha-dec-osf*.
12960
12961 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12962
12963         * configure.in: Default to --with-stabs for some targets for which
12964         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12965         i[345]86*-*-unixware*.
12966
12967 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12968
12969         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12970         rather than basing it on the target.  Simplify handling of options
12971         controlling which directories to configure.  Remove extraneous
12972         slash in multi-clean target.
12973
12974 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12975
12976         * config-ml.in: Prefix more variables with ml_ so they don't collide
12977         with configure's.
12978
12979 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12980
12981         * configure: Don't turn -v into --v.
12982
12983 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12984
12985         * configure.in (targargs): Fix typo.
12986
12987         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12988
12989 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12990
12991         * configure.in: Strip --host and --target options from
12992         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12993         --with-cross-host option when building with a cross-compiler.
12994         * configure: Canonicalize the arguments put into config.status by
12995         always using `=' for an option with an argument.  Pass a presumed
12996         --host or --target explicitly.
12997
12998 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12999
13000         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13001         into general OS recognition case.
13002
13003 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13004
13005         * configure.in (target_configdirs): add target-winsup only
13006         for win32 target systems.
13007
13008 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13009
13010         * Makefile.in (all-target-libgloss): Depend upon
13011         configure-target-newlib, since when libgloss is built it looks to
13012         see if the newlib directory exists.
13013
13014 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13015
13016         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13017         cfg-ml-*.in.
13018
13019 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13020
13021         * configure: Handle LD and LD_FOR_TARGET when configuring a
13022         Canadian Cross.
13023
13024 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13025
13026         * configure.in (target_libs): add target-winsup.
13027         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13028         (target==ppcle-pe): remove ld from $noconfigdirs.
13029
13030 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13031
13032         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13033         Preserve relative path names in $srcdir.  Build symlink tree if
13034         configuring cross target dir and srcdir=. (= no VPATH support).
13035         (configure-target-libg++): Depend on configure-target-librx.
13036         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13037         * config-ml.in: New file.
13038         * symlink-tree: New file.
13039         * configure: Ensure srcdir="." if that's what it is.
13040
13041 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13042
13043         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13044         includes and FLEX_SKELETON setting.
13045         * mpw-configure (--with-gnu-ld): New option, controls whether
13046         to use PPCLink or ld with PowerMac GCC.
13047         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13048         * mpw-config.in: Configure grez if targeting Mac.
13049
13050         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13051         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13052         just macos.
13053         * configure.in: Configure grez resource compiler if targeting Mac.
13054         * Makefile.in (all-grez, install-grez): New targets.
13055
13056 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13057
13058         * configure: CXX defaults to gcc, not g++.  If we find
13059         gcc in the path, set CC to gcc -O2.
13060
13061 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13062
13063         * configure: Default ${build} correctly.  Avoid picking up extra
13064         spaces when reading CC and CXX from Makefile.  When doing a
13065         Canadian Cross, use plausible default values for numerous
13066         variables.
13067         * configure.in: When doing a Canadian Cross, don't try to
13068         configure tools whose configure script can't handle it.
13069
13070 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13071
13072         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13073
13074 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13075
13076         * configure:  Remove dubious bug reporting address.
13077
13078 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13079
13080         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13081         configure script, run that instead of this directory's configure.
13082         In either case, print a message that we're configuring the sub-dir.
13083
13084 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13085
13086         * configure.in: Before checking for the existence of various files,
13087         use sed to filter out "target-".
13088
13089 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13090
13091         * Makefile.in (DO_X): Split rule to decrease command line length
13092         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13093         (Philippe De Muyter).
13094
13095 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13096
13097         * Makefile.in (all-patch): depend on all-libiberty.
13098
13099 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13100
13101         * configure.in: If the only directory in target_configdirs which
13102         actually exists is libiberty, then set target_configdirs to empty,
13103         to avoid trying to build a target libiberty in a gas or gdb
13104         distribution.
13105
13106 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13107
13108         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13109         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13110         systems.
13111
13112 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13113
13114         * configure.in (copy_dirs): Use sys-include instead of include
13115         for --with-headers option.
13116
13117 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13118
13119         * Makefile.in, configure.in: Make winsup builds work with
13120         new scheme.
13121
13122 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13123
13124         * configure.in: Build the linker on AIX.
13125
13126 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13127
13128         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13129         where needed.
13130
13131 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13132
13133         * Makefile.in (all-gcc): Fix typo.
13134
13135 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13136
13137         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13138
13139 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13140
13141         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13142         to target-xiberty, to provide more flexibility.
13143         (target_subdir):  Define.  Create if cross.
13144         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13145         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13146         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13147         check-libFOO -> check-target-libFOO, etc.
13148         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13149         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13150         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13151         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13152         allow ALL_GCC="" to only configure.
13153         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13154         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13155         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13156
13157 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13158
13159         * Makefile.in (taz): Build "info" in etc explicitly.
13160
13161 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13162
13163         * configure.in:  Make sure that CC is undefined (as opposed to
13164         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13165         problem with autoconf trying to configure on a host without GCC.
13166
13167 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13168
13169         * mpw-configure: Set host alias from choice of host compiler,
13170         only use generic MPW Makefile sed if present, edit a file
13171         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13172         * mpw-README: Add problem notes about CW6 and CW7.
13173
13174 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13175
13176         * Makefile.in (taz): Use ";" instead of ";;".
13177
13178 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13179
13180         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13181         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13182         DISTDOCDIRS.
13183         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13184         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13185
13186 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13187
13188         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13189         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13190         Move bfd to DISTSTUFFDIRS.
13191
13192 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13193
13194         * Makefile.in (X11_LIB): Removed.
13195         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13196
13197         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13198
13199 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13200
13201         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13202         names.
13203
13204 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13205
13206         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13207
13208 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13209
13210         * configure.in (i[345]86-*-win32): Always build newlib.
13211         Don't configure cvs, autoconf or texinfo.
13212         * Makefile.in (LD_FOR_TARGET): New.
13213         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13214         Pass down LD_FOR_TARGET.
13215
13216 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13217
13218         * winsup: New directory.
13219         * Makefile.in: Build winsup.
13220         * configure.in: Winsup is configured when target is win32.
13221         Can only build win32 target GDB when native.
13222
13223 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13224
13225         * config.guess: Recognize HP model 819 machines as having
13226         a PA 1.1 processor.
13227
13228 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13229
13230         * configure: Fix sed loop which substitutes for CC and CXX to
13231         avoid bug found in various sed implementations.
13232
13233 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13234
13235         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13236         simulator.  Use standard powerpc-*-eabi*.
13237
13238 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13239
13240         * configure.in: Stop putting gas and binutils in noconfigdirs for
13241         powerpc-*-aix* and rs6000-*-*.
13242
13243 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13244
13245         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13246         -mcall-aixdesc libraries.
13247
13248 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13249
13250         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13251
13252         * config.sub (arm | armel | armeb): Fix shell syntax.
13253
13254 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13255
13256         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13257         -msoft-float and -mcpu=common support.
13258         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13259         libraries.
13260
13261 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13262
13263         * configure.in: Allow configuration and build of emacs19 for the alpha.
13264
13265 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13266
13267         * configure.in (CC): Get ^CC, not just any old CC, from
13268         ${host_makefile_frag}.
13269
13270 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13271
13272         * configure.in (CC): Try to get CC from
13273         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13274
13275 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13276
13277         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13278         only if it exists in $(srcdir).
13279
13280 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13281
13282         * configure: If CC and CXX are not set in the environment, set
13283         them, based on either an existing Makefile or on searching for gcc
13284         in PATH.  Substitute for CC and CXX in Makefile.
13285         * configure.in: Remove libm from target_libs.  Separate
13286         target_configdirs from configdirs.  If CC is not set in
13287         environment, try to get it from a host Makefile fragment.  Rewrite
13288         changes of configdirs to use skipdirs instead.  A few minor
13289         tweaks.  Take directories out of target_configdirs as they are
13290         taken out of configdirs.  Remove existing Makefile files from
13291         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13292         CONFIG_ARGUMENTS in Makefile.
13293         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13294         by configure.in.
13295         (CONFIG_ARGUMENTS): Likewise.
13296         (CONFIGURE_TARGET_MODULES): New variable.
13297         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13298         ($(CONFIGURE_TARGET_MODULES)): New target.
13299         (configure-libg++, configure-libio): New targets.
13300         (all-libg++): Depend upon configure-libg++.
13301         (all-libio): Depend upon configure-libio.
13302         (configure-libgloss, all-libgloss): New targets.
13303         (configure-libstdc++): New target.
13304         (all-libstdc++): Depend upon configure-libstdc++.
13305         (configure-librx, all-librx): New targets.
13306         (configure-newlib): New target.
13307         (all-newlib): Depend upon configure-newlib
13308         (configure-xiberty): New target.
13309         (all-xiberty): Depend upon configure-xiberty.
13310
13311 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13312
13313         * configure.in (host i[345]86-*-win32):  Expand the
13314         noconfigdirs again.
13315
13316 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13317
13318         * mpw-configure: Fix sed command file name.
13319
13320 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13321
13322         * configure.in (host i[345]86-*-win32): Reduce the
13323         noconfigdirs again.
13324
13325 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13326
13327         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13328         or powerpc*-*-pe*, since they are not yet supported.
13329
13330 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13331
13332         Add PowerMac support and many other enhancements.
13333         * mpw-configure: New option --cc to select compiler to use,
13334         paste options set according to --cc into the generated
13335         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13336         if mpw-make.sed is present.
13337         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13338         add forward includes for PowerPC include files.
13339         * mpw-build.in: Build using Makefile.PPC if present.
13340         (do-byacc, etc): Remove separate version resource builds.
13341         (do-gas): Build "stamps" before "all".
13342         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13343         * mpw-README: Update to reflect --cc option, PowerMac support,
13344         and recently-reported compatibility problems.
13345
13346 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13347
13348         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13349         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13350         (--with-multilib-top): Pass to recursive invocations.
13351
13352 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13353
13354         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13355         v810-*-*.
13356
13357 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13358
13359         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13360         gdb, ld and opcodes on v810-*-*.
13361
13362 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13363
13364         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13365         (local-maintainer-clean): New target.
13366         (maintainer-clean): New target.
13367         (realclean): Just depend upon maintainer-clean.
13368
13369 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13370
13371         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13372
13373 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13374
13375         * configure.in: Build ld in mips*-*-bsd* case.
13376
13377 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13378
13379         * config.sub: Accept -lites* OS.  From Ian Dall.
13380
13381 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13382
13383         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13384         targets.
13385
13386 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13387
13388         * configure.in: treat i386-win32 canadian cross the same as
13389         i386-go32 canadian cross.
13390
13391 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13392
13393         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13394         running under the simulator to build a reduced set of libraries.
13395         (powerpc-*-eabiaix): Add fine grained multilib support added to
13396         other powerpc targets yesterday.
13397
13398 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13399
13400         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13401         -disable-softfloat, -disable-relocatable, -disable-aix, and
13402         -disable-sysv to control which multilib libraries get built.
13403
13404 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13405
13406         * configure: Add Makefile.tem to list of files to remove in trap
13407         handler.
13408
13409 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13410
13411         * config.guess (*Linux*):  Add missing "exit"s.
13412         Also, need specific check for alpha-unknown-linux (uses COFF).
13413
13414 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13415
13416         * config.guess:  Merge with FSF:
13417
13418         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13419         * config.guess (AIX4): More robust release numbering discovery.
13420
13421         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13422         * config.guess (i386-sequent-ptx): Properly get version number.
13423
13424         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13425         * config.guess (mips:*:4*:UMIPS): New case.
13426
13427 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13428
13429         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13430         (i386-win32 host): Likewise.  Don't build readline.
13431
13432 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13433
13434         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13435         SUPPORT_FILES to submakes.
13436
13437 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13438
13439         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13440         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13441         mpw-configure.
13442
13443 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13444
13445         * configure.in (appdirs): Use =, not ==, in test expression when
13446         trying to build the text to print in the warning message for
13447         Solaris users.
13448
13449 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13450
13451         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13452
13453 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13454
13455         * config.guess: Recognize lynx-2.3.
13456
13457 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13458
13459         * config.sub (z8ksim): Deleted
13460         (z8k-*-coff): New, this is the one true name of the target.
13461
13462 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13463
13464         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13465
13466 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13467
13468         * config.guess (*:Linux:*:*): First try asking the linker what the
13469         default object file format is (elf, aout, or coff).  Then if this
13470         fails, try previous methods.
13471
13472 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13473
13474         * configure.in: Don't build newlib for *-*-vxworks5.1.
13475
13476 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13477
13478         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13479         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13480
13481 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13482
13483         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13484
13485 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13486
13487         * cfg-ml-com.in: New file.
13488         * cfg-ml-pos.in: New file.
13489
13490 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13491
13492         * COPYING.NEWLIB: Add HP free copyright to list.
13493
13494 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13495
13496         * config.sub: Recognize -eabi* for the system, not just -eabi.
13497
13498 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13499
13500         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13501         * config.sub, configure.in (win32): New target and host.
13502
13503 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13504
13505         * configure.in: Add i386-pe configuration.
13506
13507 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13508
13509         * mpw-build.in (install): Install GDB after LD.
13510
13511 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13512
13513         * mpw-config.in (elf/mips.h): Always forward-include, needed
13514         for GDB to build.
13515
13516 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13517
13518         * testsuite: New directory for customer acceptance and whole tool
13519         chain tests.
13520
13521 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13522
13523         * configure: If per-host line isn't found, but AC_OUTPUT is found
13524         and a configure script exists, run it instead.
13525
13526 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13527
13528         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13529
13530 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13531
13532         * configure: Set build_{cpu,vendor,os,alias} to host values when
13533         --build isn't specified.
13534
13535 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13536
13537         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13538         (FLAGS_TO_PASS): Pass them.
13539         (EXTRA_TARGET_FLAGS): Ditto.
13540
13541 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13542
13543         * Makefile.in (all-libg++): Depend on all-libstdc++.
13544
13545 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13546
13547         * configure.in (noconfigdirs): Enable all packages for
13548           i386-unknown-netbsd.
13549
13550 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13551
13552         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13553         hosted builds (DOS builds)
13554
13555 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13556
13557         Changes for ARM based on patches from Richard Earnshaw:
13558         * config.sub: Handle armeb and armel.
13559         * configure.in: Omit arm linker only for riscix.
13560
13561 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13562
13563         * config.guess:  Update from FSF.
13564
13565 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13566
13567         * config.sub: Recognize powerpcle as the little endian variant of
13568         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13569         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13570         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13571         temporarily.
13572
13573 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13574
13575         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13576
13577 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13578
13579         * config.sub: Accept -lites* as a basic system type.
13580
13581 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13582
13583         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13584         installed, and if so return linuxoldld as the system name.
13585
13586 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13587
13588         * config.guess: Add hppa1.1-hp-lites support.
13589
13590 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13591
13592         * configure.in: Don't build newlib for m68k-vxworks5.1.
13593
13594 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13595
13596         * configure.in (mips-sgi-irix6): Use mh-irix5.
13597
13598 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13599
13600         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13601
13602 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13603
13604         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13605         OSF/1.  Fix compiler flags.
13606         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13607
13608 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13609
13610         * configure.in: Recognize --with-newlib.
13611         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13612
13613 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13614
13615         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13616         to *_X11_MODULES due to gdbtk needing X include files et al.
13617
13618 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13619
13620         Merge in support for Mac MPW as a host.
13621         (Old change descriptions retained for informational value.)
13622
13623         * mpw-config.in: Add generic include forwards for cpu-specific
13624         include files in aout and elf directories.
13625
13626         * mpw-configure: Added copyright.
13627         * mpw-config.in: Check for presence of required build tools.
13628         (target_libs): Add newlib.
13629         (target_tools): Add examples.
13630         (Read Me): Generate as "Read Me for MPW" instead.
13631         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13632         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13633         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13634
13635         * mpw-configure: Remove subdir-specific makefile hackery,
13636         delete mk.tmp after using it.
13637
13638         * mpw-build.in (all): Display start and end times.
13639
13640         * mpw-configure (host_canonical): Set.
13641         (target_cpu): Always add to makefiles.
13642         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13643         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13644         (mpw-mh-mpw): Look for in srcdir and srcroot.
13645         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13646
13647         * mpw-build.in: (install-only): New target.
13648
13649         * mpw-configure (host_alias, target_alias): Rename from hostalias
13650         and targetalias, add into generated Makefile.
13651         (mk.tmp): If present, add into generated Makefile.
13652         * mpw-build.in (all-gas): Build config.h first before gas proper.
13653
13654         * mpw-configure (config.status): Write only if changed.
13655         * mpw-config.in (readline): Configure it (not built, just used for
13656         definitions).
13657
13658         * mpw-config.in (elf/mips.h): Add a forward include.
13659
13660         * mpw-config.in: Forward-include most .h files in include into
13661         extra-include.
13662         (readline): Don't build.
13663         mpw-build.in (install): Install GDB.
13664
13665         * mpw-configure (prefix, mpw_prefix): Handle it.
13666         * mpw-config.in (mmalloc, readline): Don't configure.
13667         * mpw-build.in (thisscript): Rename to ThisScript.
13668         Use mpw-build instead of BuildProgram everywhere.
13669         (mmalloc, readline): Don't build.
13670         * mpw-README: New file, basic documentation about the MPW port.
13671
13672         * mpw-config.in: Use forward-include to create include files.
13673
13674         * mpw-configure: Add more things to the top of each configured
13675         Makefile, including contents of config/mpw-mh-mpw.
13676         * mpw-config.in (extra-include): Create this directory and fill it
13677         with Posix-like include files when configuring.
13678
13679         * config.sub (apple, mac, mpw): Add various aliases.
13680
13681         * mpw-build.in: New file, top-level build script fragment for MPW.
13682         * mpw-configure: New file, configure script for MPW.
13683         * mpw-config.in: New file, config fragment for MPW.
13684
13685 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13686
13687         * configure.in (host_libs): Remove glob, since it is gone from the
13688         sources.
13689
13690 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13691
13692         * Makefile.in: define empty GDB_NLM_DEPS var.
13693
13694         * configure.in(target_makefile_frag): use config/mt-netware
13695         for netware targets.
13696
13697 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13698
13699         * config.sub: Merge in recent FSF changes.  Remove linux special
13700         cases.
13701
13702 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13703
13704         Revert this change:
13705
13706         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13707
13708                 * build-all.mk: Use CC=cc -Xs on Solaris.
13709
13710 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13711
13712         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13713         stop using it.
13714         * Makefile.in: Nuke all references to glob subdirectory.
13715
13716 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13717
13718         * configure.in: Fix --enable-shared logic in per-host.
13719
13720 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13721
13722         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13723
13724 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13725
13726         * configure.in (noconfigdirs): Don't build gas on AIX, for
13727         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13728
13729 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13730
13731         * configure: Fix --cache-file to work if the file argument is a
13732         relative path.
13733
13734 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13735
13736         * configure: If the --cache-file is used, pass it down to
13737         configure in subdirectories.
13738
13739 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13740
13741         * config.sub: add vxworks29k configuration.
13742
13743 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13744
13745         * Makefile.in (taz): Do "diststuff" part quietly.
13746
13747 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13748
13749         * config.sub: Mini-merge with gcc/config.sub.
13750
13751 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13752
13753         * config.guess (IRIX): Sed - to _.
13754
13755 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13756
13757         * Makefile.in (source-vault, binary-vault): New targets.
13758
13759 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13760
13761         * config.sub: Recognize -eabi as a basic system type.
13762
13763 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13764
13765         * configure.in (enable_shared stuff): Fix typo.
13766
13767 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13768
13769         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13770
13771 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13772
13773         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13774
13775 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13776
13777         * configure.in (rs6000-*-*): Don't build gas.
13778
13779 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13780
13781         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13782         reduce command line length.
13783         (AS_FOR_TARGET): Check for as.new, not Makefile.
13784         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13785
13786 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13787
13788         * config.guess:  Merge from FSF.
13789
13790 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13791
13792         * configure: Don't use $ when handling program_suffix.
13793
13794 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13795
13796         * configure.in:  Configure tk for hppa/hpux.
13797
13798 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13799
13800         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13801
13802 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13803
13804         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13805         to LIBCXXFLAGS.  Tests are better run without it.
13806
13807 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13808
13809         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13810
13811 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13812
13813         * configure.in (*-*-netware*): Don't configure xiberty.
13814
13815 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13816
13817         * configure.in:  Remove tk from native_only list.
13818
13819 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13820
13821         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13822           for special NCD build.
13823
13824 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13825
13826         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13827         makeall.bat, they're only useful for binutils snapshots.
13828         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13829         makeall.bat to specified SUPPORT_FILES.
13830
13831 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13832
13833         * build-all.mk: Add Ericsson targets to sun4 and solaris
13834           hosts.  Add  BNR's sun4 target to solaris host, so their
13835           build-from-source will be tested in-house first.
13836
13837 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13838
13839         * Makefile.in (LIBCFLAGS): New variable.
13840         (CFLAGS_FOR_TARGET): Ditto.
13841         (LIBCFLAGS_FOR_TARGET): Ditto.
13842         (LIBCXXFLAGS): Ditto.
13843         (CXXFLAGS_FOR_TARGET): Ditto.
13844         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13845         (BASE_FLAGS_TO_PASS): Pass them.
13846         (EXTRA_TARGET_FLAGS): Ditto.
13847
13848         * configure.in: Support --enable-shared.
13849
13850 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13851
13852         * configure.in (target_libs):  Include libstdc++ again.
13853         * config.guess:  Update from FSF (for FreeBSD).
13854
13855 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13856
13857         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13858         makeall.bat.
13859         (DISTDOCDIRS): Add `etc'.
13860         (ETC_SUPPORT_PFX): New variable.
13861         (taz): Include anything from etc starting with a word in
13862         ETC_SUPPORT_PFX.
13863
13864 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13865
13866         * config.sub: Update for recent FSF changes.  Remove obsolete
13867         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13868         spacing changes.
13869
13870 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13871
13872         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13873
13874         * config.guess:  Merge with FSF.
13875         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13876
13877 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13878
13879         * configure: Since the "trap 0" handler will override the exit
13880         status on many systems, only use it for "exit 1", and make it set
13881         a non-zero exit status; reset it before "exit 0".  Also, check
13882         exit status of config.sub, and error out if it failed.
13883
13884 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13885
13886         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13887         and install libgloss.
13888
13889 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13890
13891         * Makefile.in (all-binutils): Depend upon all-byacc.
13892
13893         * configure.in: Don't build emacs on Irix 5.
13894
13895 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13896
13897         * configure.in (*-*-netware*): Add libio.
13898
13899 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13900
13901         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13902         (CHECK_TARGET_MODULES): Ditto.
13903         (INSTALL_TARGET_MODULES): Ditto.
13904         (TARGET_LIBS): Ditto.
13905         (all-libstdc++): Note dependencies.
13906
13907 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13908
13909         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13910
13911 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13912
13913         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13914         -fexternal-templates.
13915
13916         * configure.in (target_libs): Add libstdc++.
13917         (noconfigdirs): Add libstdc++ as appropriate.
13918
13919 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13920
13921         * config.guess:  Update from FSF.
13922
13923 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13924
13925         * configure: Use ${config_shell} when running ${configsub}.
13926
13927 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13928
13929         * config.sub: No longer recognize h8300h.
13930
13931 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13932
13933         * config.sub: Remove extraneous differences between config.sub and
13934         gcc/config.sub.
13935
13936 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13937
13938         * Makefile.in (DISTSTUFFDIRS): Add gas.
13939
13940 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13941
13942         * COPYING.NEWLIB: New file.
13943
13944 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13945
13946         * config.guess (HP-UX):  Patch from Harlan Stenn
13947         <harlan@landmark.com> to also emit release level.
13948
13949 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13950
13951         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13952
13953 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13954
13955         * config.sub:  Merge nextstep cleanup from FSF.
13956
13957 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13958
13959         * configure.in (arm-*-*): Don't configure ld for this target.
13960
13961 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13962
13963         * configure.in (*-*-netware): don't configure libg++, libio,
13964           librx, or newlib.
13965
13966 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13967
13968         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13969         configure ld--it works, but it doesn't support shared libraries.
13970
13971 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13972
13973         * config.guess (*-unknown-freebsd*):  Get rid of possible
13974         trailing "(Release)" in version string.
13975         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13976
13977 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13978
13979         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13980         Fix type: *-next-neststep -> *-next-nextstep.
13981
13982         * config.guess:  Merge from FSF:
13983
13984         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13985
13986         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13987
13988         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13989
13990         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13991         instead of UNIX_SV for UnixWare 1.0).
13992
13993 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13994
13995         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13996         to make gdb/nlm/* build after the compiler and linker.
13997
13998 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13999
14000         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14001         not just i[34]86.
14002         (m68k-atari-sysv4):  Relocate to match FSF version.
14003
14004         * config.guess:  More merges from the FSF:
14005
14006         Add a space before function call or macro invocation.
14007
14008         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14009
14010         * config.guess: Add trap cmd to remove dummy.c and dummy when
14011         interrupted.
14012
14013         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14014
14015         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14016         (dummy): Redirect stderr from compilation of dummy.c.
14017
14018         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14019
14020         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14021
14022 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14023
14024         * configure: Accept and ignore --cache*, for compatibility with
14025         new autoconf.
14026
14027 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14028
14029         * config.guess:  Merge from FSF:
14030
14031         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14032
14033         * config.guess (Pyramid*:OSx*:*:*): New case.
14034         (PATH): Add /.attbin at end for finding uname.
14035         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14036
14037         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14038
14039         * config.guess (M88*:DolphinOS:*:*): New case.
14040
14041         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14042
14043         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14044         to select whether to use ELF or COFF.
14045
14046         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14047
14048         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14049
14050         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14051
14052         * config.guess: Guess the OS version for HPUX.
14053
14054         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14055
14056         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14057
14058 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14059
14060         * configure.in: Recognize --with-headers, --with-libs, and
14061         --without-newlib.
14062         * Makefile.in (all-xiberty): Depend upon all-ld.
14063
14064 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14065
14066         * configure.in: Change i[34]86 to i[345]86.
14067
14068 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14069
14070         * configure (version): A few more tweaks to help message.
14071
14072 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14073
14074         * Makefile.in:  Remove (for now) librx as a host library,
14075         now that we're building it for target.
14076
14077 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14078
14079         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14080         (Karl Berry).
14081
14082 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14083
14084         * configure.in:  Also configure librx.
14085
14086 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14087
14088         * Makefile.in:  Update various rules to reflect that librx
14089         is now needed for libg++.
14090
14091 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14092
14093         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14094
14095 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14096
14097         * configure.in: Configure the examples directory.
14098
14099 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14100
14101         * configure: Simplify Jun 2 1994 change.
14102
14103 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14104
14105         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14106         /bin/gcc isn't good enough to build gcc.
14107
14108 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14109
14110         * Makefile.in (GDB_SUPPORT_FILES): Remove
14111         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14112         (gdb.tar.gz): Add new rule to use standard distribution building
14113         mechanism.
14114
14115 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14116
14117         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14118         Bill Cox <bill@cygnus.com>.
14119
14120 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14121
14122         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14123
14124 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14125
14126         * configure:  Search current dir first in .gdbinit.
14127
14128 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14129
14130         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14131
14132 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14133
14134         * config.sub:  Refer to NeXT's operating system as nextstep.
14135
14136         * config.sub (case $basic_machine):  Re-order the cases, to match
14137         the order in the FSF version (which is mostly alphabethical).
14138         Merge in some additions and changes from the FSF.
14139
14140 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14141
14142         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14143         * config.sub: Recognize cxux7.
14144         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14145
14146 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14147
14148         * config.sub:  Fix typo powerpc -> powerpc-*.
14149
14150 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14151
14152         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14153
14154         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14155         parallel with all-emacs and install-emacs).  Top-level command
14156         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14157
14158 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14159
14160         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14161         $(relbindir)/make before doing ``make install'', and use
14162         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14163         installing over running make binary.
14164         ($(host)-stamp-stage3-installed): Likewise.
14165
14166 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14167
14168         * config.guess: Recognize Mach.
14169
14170 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14171
14172         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14173         see whether --exec-prefix was used.
14174
14175 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14176
14177         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14178
14179 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14180
14181         * Makefile.in: Add all-librx target similar to all-libproc.
14182
14183 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14184
14185         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14186         with post 1.2 uname bogosity.
14187
14188 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14189
14190         * configure: Remove temporary files on receipt of a signal.
14191
14192 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14193
14194         * configure: If there is a package_makefile_frag, remove
14195         ${subdir}/Makefile.tem after copying it in.
14196
14197 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14198
14199         * build_all.mk: support rs6000 lynx identifies itself as
14200         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14201         since /bin/gcc is too feeble to compile a modern gcc.
14202
14203 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14204
14205         * brought devo/test-build.mk update-to-date with progressive/
14206           test-build.mk. Add lynx targets and hppa flag info.
14207
14208 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14209
14210         * configure.in:  Use mh-ncrsvr43.  Patch from
14211         Tom McConnell <tmcconne@sedona.intel.com>.
14212
14213 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14214
14215         * config.guess (i386-unknown-bsdi):  No longer need to
14216         check #if defined(__bsdi__) && defined(__i386__).
14217
14218 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14219
14220         * configure: Set program_transform_nameoption correctly.
14221
14222 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14223
14224         * brought build-all.mk update-to-date with progressive build-all.mk,
14225           added new targets and hppa info.
14226
14227 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14228
14229         * configure: If config.guess result is a prefix of the user
14230         specified target, assume a native build and use the user specified
14231         target as the host alias.  Remove SunOS patch suffix removal hack.
14232         * configure.in: Remove SunOS patch suffix removal hack.
14233
14234         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14235         in NATIVE_CHECK_MODULES.
14236
14237 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14238
14239         * Makefile.in: Rename HOST_ONLY to NATIVE.
14240         * configure: Delete SunOs patch suffix from host_canonical
14241           and build_canonical variables that are prepended to Makefiles.
14242         * configure.in: Add comments for easier maintenance.
14243
14244 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14245
14246         * Makefile.in: Add all-libproc target similar to all-gui.
14247
14248 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14249
14250         * Makefile.in (CHECK_MODULES): split into
14251         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14252
14253 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14254
14255         * config.guess (i386-unknown-bsdi): New system to guess.
14256
14257 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14258
14259         * Makefile.in: Add all-gui target (but not yet build by "all").
14260
14261 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14262
14263         * config.sub: Move deletion of patch suffix from here...
14264         * configure.in: To here, at Ian's suggestion.  The top-
14265           level scripts might need to know of a patch level.
14266
14267 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14268
14269         * config.sub: Strip off patch suffix so rtl is recognized
14270           as a sunos4.1.3 machine, even though it's been patched.
14271
14272 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14273
14274         * Makefile.in (INSTALL_LAST): Delete.
14275         (INSTALL_DOSREL): New.
14276
14277 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14278
14279         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14280         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14281         whether we pass down --with-gnu-ld anyhow.
14282
14283 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14284
14285         * Makefile.in (INSTALL_LAST): Change operation so it works
14286         on more flavors of make.
14287         * configure.in (go32): Don't build libg++ or libio.
14288
14289 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14290
14291         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14292         they can be overriden by templates.
14293
14294 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14295
14296         * configure.in (target==go32): Don't build gdb.
14297         * dosrel: New directory.
14298
14299 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14300
14301         * configure.in (host==go32): Configure dosrel too.
14302         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14303         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14304         be set by incoming names or templates.
14305         (INSTALL_LAST): New rule.
14306
14307 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14308
14309         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14310
14311 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14312
14313         * configure.in (appdirs): New variable.  Currently empty, but will
14314         be used in gas distribution.  If nonempty, lists a set of
14315         directories at least one of which must get configured, or top
14316         level configuration is considered to have failed.
14317         (rs6000-*-lynxos*): Use new file name.
14318
14319 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14320
14321         Eliminate XTRAFLAGS.
14322         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14323         newlib include files using -idirafter, and also use -nostdinc.
14324         (CXX_FOR_TARGET): Likewise.
14325         (XTRAFLAGS): Removed.
14326         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14327         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14328         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14329         ($(DO_X)): Don't pass down XTRAFLAGS.
14330
14331 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14332
14333         * configure.in (mips*-dec-bsd*): New target; do build linker.
14334         (mips*-*-bsd*): New target; don't build linker.
14335
14336 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14337
14338         * configure.in: support rs6000-*-lynxos* configuration.
14339         support sunos4 as a cross target.
14340
14341         * config.sub: look for lynx*, not lynx since the OS version may
14342         legitimately be part of the name.
14343
14344 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14345
14346         * configure.in (i[34]86-*-sco*): Move to be with other i386
14347         targets.
14348         (romp-*-*): New target.  Skip various binary utilities.
14349         (vax-*-*): New target.  Don't build newlib.
14350         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14351
14352 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14353
14354         * configure.in: Only set host_makefile_frag if config
14355         directory exists.
14356
14357 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14358
14359         * install.sh: If $dstdir exists, don't check whether each
14360         component does.
14361
14362 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14363
14364         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14365
14366 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14367
14368         * configure.in (*-*-lynxos*): Don't configure newlib for either
14369         native or cross Lynx.
14370
14371 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14372
14373         * config.sub (sparc64-elf): Fix os.
14374         (z8k): Remove duplicate.
14375
14376 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14377
14378         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14379         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14380
14381 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14382
14383         * configure: Make file links cleanly even if Lynx fails on
14384           an NFS symlink (at least fail cleanly).
14385
14386 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14387
14388         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14389         -XNh2000.
14390
14391 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14392
14393         * configure: Unknown options are fatal again.
14394
14395 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14396
14397         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14398         compatibility.
14399
14400 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14401
14402         * build-all.mk: Add `clean' target.
14403
14404 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14405
14406         * config.guess:  Add SINIX support.
14407         * configure.in:  Add mips-*-sysv4* support.
14408
14409 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14410
14411         * build-all.mk: Document all useful targets.
14412         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14413         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14414
14415 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14416
14417         * configure: Support --silent, --quiet.
14418
14419 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14420
14421         * configure: Support --disable-FEATURE.
14422
14423 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14424
14425         * config.guess: Recognize NCR running SVR4.3.
14426
14427 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14428
14429         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14430         Patch from Paul Eggert <eggert@twinsun.com>.
14431
14432 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14433
14434         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14435
14436 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14437
14438         * configure: Make unrecognized options give nonfatal warnings
14439         instead of fatal errors, and pass them to any subdirectory
14440         configures in case they recognize them.
14441         Make --x equivalent to --with-x.
14442
14443 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14444
14445         * configure: Add --enable-* options.  Clean up usage message and
14446         some comments.
14447
14448 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14449
14450         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14451
14452 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14453
14454         * configure.in (hppa*-*-*): Enable binutils.
14455
14456 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14457
14458         * config.sub: Recognize cisco.
14459
14460 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14461
14462         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14463
14464 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14465
14466         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14467         than one configuration name.  Add comment.
14468
14469 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14470
14471         * config.guess: about target *-hitachi-hiuxwe2, fixed
14472         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14473         macro is incorrect.]
14474
14475 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14476
14477         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14478         than the "make ls" stuff which used to be here.
14479
14480 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14481
14482         * config.guess:  Recognize i[34]86-unknown-freebsd.
14483         From Shawn M Carey <smcarey@rodan.syr.edu>.
14484
14485 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14486
14487         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14488
14489 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14490
14491         * config.guess: Check for ptx.
14492
14493 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14494
14495         * config.sub: Add os9k checking.
14496
14497 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14498
14499         * config.guess: Handle OSF1 running on HPPA processors
14500
14501 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14502
14503         * configure: If subdir configure fails, print out a message with
14504         subdirectory name, in case subdir's configure code didn't identify
14505         itself.
14506
14507 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14508
14509         * configure.in: Remove embedded newlines from configdirs.
14510         Avoid mismatches of substrings.  Fix matching strings at end
14511         of configdirs.
14512
14513 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14514
14515         * config.guess:  Add Lynx/rs6000 config support.
14516
14517 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14518
14519         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14520
14521 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14522
14523         * configure.in (hppa*-*-osf*): Treat this just like most other
14524         PA configurations (eg no binutils or ld).
14525         (hppa*-*-*elf*): These configurations have binutils and ld.
14526
14527 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14528
14529         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14530
14531 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14532
14533         * configure.in (rs6000-*-*): Build gas.
14534
14535 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14536
14537         * Makefile.in:  Avoid bug in losing hpux sed.
14538
14539 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14540
14541         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14542         for GDB and GDB has been fixed to not need it.
14543
14544 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14545
14546         * config.guess: Recognize vax hosts.
14547
14548 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14549
14550         * configure (while loop): Don't use "break 2" inside case
14551         statement -- the case statement isn't an enclosing loop.
14552
14553 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14554
14555         * config.guess:  Clean up NeXT support, to allow nextstep
14556         on Intel machines.  Make OS be nextstep.
14557
14558 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14559
14560         * config.guess: Add alternate forms for Convex.
14561
14562 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14563
14564         * configure:  Completely rewrite option processing.  Take
14565         advantage of pattern-matching to avoid invoking test frequently.
14566         Also clean up host and target defaulting logic.
14567
14568 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14569
14570         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14571         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14572         commands (plus user environment) will fit SCO limits.
14573
14574 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14575
14576         * configure.in: Don't issue warnings about directories which are
14577         not being configured if -norecursion is set.  Correct test for
14578         --with-gnu-as and --with-gnu-ld to not get confused by substring
14579         matches.
14580
14581         * configure.in: Don't build gas for alpha-dec-osf1*.
14582
14583 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14584
14585         * configure:  Back out Per's change of 12/19/1993.  It changes the
14586         behavior of configure in unexpected and confusing ways.
14587
14588         Also, use different delim char when calculating
14589         program_transform_name so that the name can contain slashes.
14590
14591 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14592
14593         * configure.in, config.sub: Add support for VSTa micro-kernel.
14594
14595 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14596
14597         * configure.in: Nuke hacks which were used to get a special
14598         version of GAS for HPPA configurations.
14599
14600 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14601
14602         * configure:  If only ${target_alias} is given, use that
14603         as the default for ${host_alias}.
14604         * configure:  Add missing back-slashes before nested quotes.
14605
14606 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14607
14608         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14609
14610 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14611
14612         * config.guess:  Recognize some Tektronix configurations.
14613         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14614
14615 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14616
14617         * config.sub: Match any flavor of SH.
14618
14619 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14620
14621         * configure.in: Don't try to configure newlib for Alpha.
14622
14623 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14624
14625         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14626         libg++ or libio for any Alpha target.
14627
14628         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14629
14630 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14631
14632         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14633         default arguments -- so it tried to compress itself.
14634
14635 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14636
14637         * configure.in (notsupp): ensure that a space is always at the end
14638           of the configdirs list, since the grep checks for an explicit space
14639
14640 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14641
14642         * configure.in (target i386-sysv4.2): don't build ld, since static
14643           versions of many libraries are not available.
14644
14645 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14646
14647         * config.guess: Recognize Apollos (using environment variables).
14648         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14649
14650 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14651
14652         * config.guess: Recognize Sony news mips running newsos.
14653
14654 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14655
14656         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14657         "fi ; else" for bash.
14658
14659 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14660
14661         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14662
14663 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14664
14665         * config.sub: accept unixware as an alias for svr4.2.
14666         Fix some inconsistancies with the gcc version.
14667
14668 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14669
14670         * Makefile.in (DISTDOCDIRS):  Add gdb.
14671
14672 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14673
14674         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14675
14676 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14677
14678         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14679         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14680         this now.
14681
14682 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14683
14684         * config.sub: Accept hiux* as an OS name.
14685
14686         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14687         etc/make-stds.texi.  The underscore came from gcc, and dje now
14688         agrees that RUNTESTFLAGS is the correct name.
14689
14690 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14691
14692         * install.sh:  Remove 'set -e'.  It makes any conditionals
14693         in the script useless.
14694
14695         * config.guess: Automatically recognize arm-acorn-riscix
14696         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14697
14698 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14699
14700         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14701
14702 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14703
14704         * Makefile.in (DISTDOCDIRS): New variable.
14705         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14706         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14707
14708 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14709
14710         * configure.in (hppa target): check the source directory for the
14711           pagas sub-directory
14712
14713 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14714
14715         * config.sub: Allow -aout* and -elf*.
14716
14717 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14718
14719         * configure.in: Don't build ld on i386-solaris2, same as for
14720         sparc-solaris2.
14721
14722 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14723
14724         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14725
14726 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14727
14728         * configure.in:  Configure gdb for alpha.
14729
14730 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14731
14732         * Makefile.in (CXXFLAGS): Add -O.
14733
14734 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14735
14736         * config.guess: added support for DG Aviion
14737
14738 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14739
14740         * configure.in: Produce warning message for subdirectories not
14741         configurable for this host/target combination.  Don't try to
14742         configure gdb for vms.
14743
14744 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14745
14746         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14747         appropriate files before making "diststuff".
14748         (DISTBISONFILES): New var: list of files to be edited.
14749         (DISTSTUFFDIRS): Add binutils.
14750
14751 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14752
14753         * config.sub: also handle mipsel and mips64el (for little endian mips)
14754
14755 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14756
14757         * configure.in: Add * to end of all OS names.
14758
14759 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14760
14761         * configure.in: Build newlib for LynxOS native.
14762
14763 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14764
14765         * config.guess: Add support for delta 88k running SVR3.
14766
14767         * configure.in: Add comment about HP compiler vs. emacs.
14768
14769 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14770
14771         * configure.in: don't build ld on solaris2 (not a viable option
14772           due to bugs in getpwnam & getpwuid)
14773
14774 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14775
14776         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14777         config.guess will produce a full version number.
14778
14779 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14780
14781         * configure.in: Build linker and binutils for alpha-dec-osf1.
14782
14783 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14784
14785         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14786         and gdb/testsuite/Makefile.in.
14787
14788 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14789
14790         * configure.in: recognize mips*- instead of mips-
14791
14792 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14793
14794         * config.sub: Accept linux*coff and linux*elf as operating
14795         systems.
14796
14797 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14798
14799         * config.sub: Recognize mips64, and mips3 as an alias for it.
14800
14801 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14802
14803         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14804         gdb knows how to handle OSF/1 shared libraries.
14805
14806 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14807
14808         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14809         * config.guess: Recognize Hitachi's HIUX.
14810         * config.sub: Recognize h3050r* and hppahitachi.
14811         Remove redundant cases for hp9k[23]*.
14812
14813 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14814
14815         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14816         if gas and ld are in the source tree and are in ${configdirs}.
14817         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14818         --with options (but still pass them down on the command line,
14819         if they were explicitly specified).
14820
14821 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14822
14823         * configure: substitute SHELL value in Makefile.in with
14824         ${CONFIG_SHELL}
14825
14826 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14827
14828         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14829         *-*-solaris2* targets.
14830
14831 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14832
14833         * Makefile.in: define M4, and pass it down to sub-makes;
14834         all-autoconf now depends on all-m4
14835
14836 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14837
14838         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14839         presence of {ar,ranlib} instead of a configured directory
14840
14841 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14842
14843         * config.guess: Accept 34?? as well as 33?? for NCR.
14844
14845 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14846
14847         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14848         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14849
14850 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14851
14852         * configure: grab values for $(CC) and $(CXX) from the
14853         environment, so that someone can do "CC=gcc configure; make" and
14854         have it work right (matching the way that autoconf works now)
14855
14856         * configure.in, Makefile.in: add support for gash, the tcl
14857         interface to Galaxy
14858
14859         * config.guess: add NetBSD variants (hp300, x86)
14860
14861 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14862
14863         * install.sh: Support -d option (in the manner of SunOS 4 install,
14864         as it is more deterministic than that of GNU install)
14865         (chmodcmd): Set file to mode 755 by default (should also do default
14866         chgrp and chown, but I don't feel like dealing with that now)
14867
14868 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14869
14870         * config.sub: Remove h8300hhms alias.
14871
14872 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14873
14874         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14875
14876 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14877
14878         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14879         as stmp-fixinc
14880
14881 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14882
14883         * config.sub: recognize m88110-bug-coff.
14884
14885 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14886
14887         * Makefile.in (all-libio): all dependencies on the toolchain used
14888         to build this (gcc, gas, ld, etc)
14889
14890 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14891
14892         * config.guess: Deal with OSF/1 1.3 on alpha.
14893
14894 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14895
14896         * install.sh: add some 'else true' clauses for portability
14897
14898         * configure.in: don't build libio for h8[35]00-*-* targets
14899
14900 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14901
14902         * Makefile.in:  Add support for new libio.
14903
14904 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14905
14906         * install.sh: If one command fails, don't try the rest.  Don't try
14907         to remove $dsttmp (via trap) unless we have already created it.
14908         If $src doesn't exist, detect it and exit with an error.
14909
14910         * config.guess: Recognize BSD on hp300.
14911
14912 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14913
14914         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14915         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14916
14917 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14918
14919         * Makefile.in (all-send-pr): depends on all-prms
14920
14921 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14922
14923         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14924
14925 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14926
14927         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14928         Added test for mips-mips-riscos5.
14929
14930 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14931
14932         * configure.in: use mh-hp300 for 68k HP hosts
14933
14934 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14935
14936         * configure: add support for CONFIG_SHELL, so that you can use
14937         some alternate shell for evaluating configure scripts
14938
14939 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14940
14941         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14942         in configure script to bug-gdb@prep.ai.mit.edu when building
14943         distribution archive.
14944         * Makefile.in (COMPRESS):  Remove def.
14945         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14946         gdb.tar.Z and make-gdb.tar.Z respectively.
14947         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14948         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14949         to convergence with 'taz' target in Makefile.in.
14950
14951 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14952
14953         * install.sh (dsttmp): use trap to ensure that tmp files go
14954         away on error conditions
14955
14956 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14957
14958         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14959
14960 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14961
14962         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14963         its parent is '/' not ''.
14964
14965         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14966
14967 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14968
14969         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14970         that ${newsrcdir}/configure.in does.
14971
14972 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14973
14974         * test-build.mk: support for CONFIG_SHELL
14975
14976 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14977
14978         * config.sub (netware):  Add as a basic system type.
14979
14980 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14981
14982         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14983           $(srcdir)/ from the dependency on Makefile.in.
14984
14985 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14986
14987         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14988         (h8300hhms is temporary until multi-libraries are implemented).
14989         * configure.in: Handle h8300h too.
14990
14991 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14992
14993         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14994
14995 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14996
14997         * configure:  Remove extraneous output when guessing host type.
14998         * config.guess:  Remove extraneous output when guessing using C
14999         compiler rather than uname, or when guessing fails.
15000
15001 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15002
15003         * Makefile.in: remove all.cross and install.cross targets
15004
15005         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15006           definitions
15007
15008 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15009
15010         * configure.in (target sh): Build gprof.
15011
15012 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15013
15014         * config.sub: change -solaris to -solaris2
15015
15016 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15017
15018         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15019
15020 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15021
15022         * configure: Correct error message for missing Makefile.in to
15023         print correct directory.
15024
15025 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15026
15027         * install.sh: kludge around 386BSD shell bug
15028
15029 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15030
15031         * config.guess:  Recognize NeXT.
15032         * config.guess:  Recognize i486-ncr-sysv4.
15033         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15034
15035 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15036
15037         * Makefile.in (MAKEINFOFLAGS): New variable.
15038         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15039         * build-all.mk, test-build.mk: Pass down --no-split as
15040         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15041
15042 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15043
15044         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15045
15046 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15047
15048         * Makefile.in (libg++.tar.z):  New rule.
15049         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15050         * Makefile.in (taz):  Only do a single chmod.
15051
15052 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15053
15054         * install.sh: don't use dirname anymore (replaced with sed usage)
15055
15056 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15057
15058         * Makefile.in:  Change extension for gzip'd files from '.z' to
15059         '.gz' per new FSF standard usage.
15060
15061 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15062
15063         * configure: put quotes around the final value of program_transform_name
15064
15065 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15066
15067         * Makefile.in: new install.sh support; update install-info rules
15068
15069 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15070
15071         * configure.in: Build diff for crosses, but not for go32 host.
15072
15073         * configure.in: Build gprof only for native, and don't build it
15074         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15075
15076 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15077
15078         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15079
15080 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15081
15082         * configure.in (host_tools): Add prms.
15083
15084 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15085
15086         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15087         with $(FLAGS_TO_PASS) on the command line
15088
15089         * config.sub: Recognize lynx and lynxos
15090
15091 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15092
15093         * config.sub: Accept -ecoff*, not just -ecoff.
15094
15095 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15096
15097         * Makefile.in (taz): Use .gz suffix instead of .z.
15098         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15099         names.
15100
15101 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15102
15103         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15104
15105 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15106
15107         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15108         that rebuilds that might happen during 'make install' don't get
15109         bogus gcc include files
15110
15111 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15112
15113         Change from Utah for HPPA support:
15114         * config.guess: Recognize hppa1.x-hp-bsd.
15115
15116 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15117
15118         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15119         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15120
15121 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15122
15123         * config.sub: Add support for rom68k and bug boot monitors.
15124
15125 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15126
15127         * Makefile.in: Make all-opcodes depend on all-bfd.
15128
15129 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15130
15131         * config.guess: Added special check for i[34]86-univel-sysv4*.
15132
15133 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15134
15135         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15136         the processor rather than assuming i486.
15137
15138 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15139
15140         * config.guess: Recognize SunOS6 as Solaris3.
15141
15142 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15143
15144         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15145         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15146
15147 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15148
15149         * build-all.mk (all-cross): New target for Canadian Cross.
15150         Added Q2 go32 targets.
15151         * test-build.mk: Configure go32 cross sparclite-aout and
15152         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15153         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15154
15155 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15156
15157         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15158         GO32 hosted toolchains
15159
15160 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15161
15162         * configure: change  so "-exec-prefix" gets passed down rather
15163         than "-exec_prefix" so autoconf generated Makefiles get the
15164         exec_prefix set right.
15165
15166 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15167
15168         * config.guess: get the Solaris2 minor version number
15169
15170         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15171
15172 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15173
15174         * config.guess: Recognize some Sequent platforms.
15175
15176 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15177
15178         * Makefile.in: added the vault-install target
15179
15180         * configure.in: actually use the Sun3 makefile fragment that's in
15181         config, also added the release dir to configdirs
15182
15183 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15184
15185         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15186
15187 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15188
15189         * configure.in: remove some program from Alpha targetted toolchains
15190
15191 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15192
15193         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15194         gprof.
15195         (taz): Run "make diststuff" in those directories instead of "make
15196         proto-dir".  Look for "VERSION=" only at start of line in subdir
15197         Makefile.  Use "gzip -9" for compression.
15198         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15199         (binutils.tar.z): New target.
15200
15201 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15202
15203         * Makefile.in (taz): Include gpl.texinfo.
15204
15205 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15206
15207         * Makefile.in (setup-dirs): Merged into "taz" target.
15208         (taz): Only do `proto-dir' stuff if a directory is actually needed
15209         for this target.
15210
15211 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15212
15213         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15214         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15215         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15216         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15217         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15218
15219 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15220
15221         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15222         config.sub, and move-if-change to gdb testsuite distribution
15223         archive, so the testsuite can be extracted, configured, and
15224         run separately from the gdb distribution.  Blow away the Chill
15225         tests that require a Chill compiled executable, since GNU Chill
15226         is not yet publically available.
15227
15228 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15229
15230         * test-build.mk: set environment variables in a single command,
15231         instead of a list of assignments and exports
15232
15233         * config.guess: recognize Alpha/OSF1 systems
15234
15235 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15236
15237         * configure: Change help message to prefer --options rather than
15238           -options.
15239
15240 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15241
15242         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15243         zippy@ecst.csuchico.edu.
15244         * config.guess: Recognize miniframe.
15245
15246 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15247
15248         * Makefile.in: Use srcroot to find runtest rather than rootme.
15249         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15250
15251 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15252
15253         * test-build.mk: Extensive additions to support building on a
15254         machine other than the host.
15255
15256 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15257
15258         * configure (tooldir): Fix for i386-aix again.
15259
15260 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15261
15262         * configure, Makefile.in:  Change definition of $(tooldir)
15263         to match the FSF.
15264
15265 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15266
15267         * config.guess:  Recognize i[34]86/SVR4.
15268
15269 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15270
15271         * Makefile.in (all-gdb): gdb depends on sim.
15272
15273 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15274
15275         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15276         at the same time we make the prototype gdb directory.
15277         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15278         files at the same time as the gdb base release distribution.
15279
15280 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15281
15282         * Makefile.in (check): Use individual check targets rather than
15283         DO_X rule.
15284         (check-gcc): Added.
15285
15286 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15287
15288         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15289         for System V release 3.2.
15290
15291 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15292
15293         * config.sub: Recognize hppaosf.
15294         * configure.in: Do configure ld/binutils/gas for it.
15295
15296 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15297
15298         * configure (tooldir): Alter syntax used to set this, for systems
15299         where "\$" isn't handled right, like i386-aix.
15300
15301 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15302
15303         * configure: Pass program-transform-name, not
15304         program_transform_name, to recursive configures.
15305
15306 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15307
15308         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15309         of gas+ld+binutils.
15310
15311 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15312
15313         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15314
15315 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15316
15317         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15318
15319 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15320
15321         * Makefile.in (PRMS): Set back to all-prms.
15322
15323 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15324
15325         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15326         targets, rather than for MIPS hosts.
15327
15328 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15329
15330         * configure.in: add comment for --with-x default values
15331
15332         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15333
15334         * Makefile.in: add check-* targets for each of the directories in
15335         the tree.  Add a definition of RUNTEST that will use the one we
15336         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15337
15338 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15339
15340         * configure.in: Removed obsolete references to bfd_target and
15341         target_makefile_frag.
15342
15343         * build-all.mk: Set assorted targets for Q2.
15344         * config.sub: Recognize z8k-sim and h8300-hms.
15345         * test-build.mk: Really don't pass host to configure.
15346         (HOLES): Added uname.
15347
15348 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15349
15350         * configure: Handle an empty program-prefix, program-suffix or
15351         program-transform-name correctly.
15352
15353 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15354
15355         * build-all.mk: -G 8 no longer required for MIPS targets.
15356         * test-build.mk: Don't pass host argument to configure; make it
15357         guess.
15358
15359 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15360
15361         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15362         * Makefile.in (COMPRESS):  New macro, like GZIP.
15363
15364 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15365
15366         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15367
15368         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15369         with gas currently defaults to -G 0.
15370
15371 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15372
15373         * Makefile.in (all-flex): flex depends on byacc.
15374
15375         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15376         to test-build.mk as RELEASE_TAG.
15377         * test-build.mk (configargs): New variable containing arguments to
15378         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15379         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15380
15381         * config.guess: Use /bin/uname when checking -X argument on SCO,
15382         to avoid invoking GNU uname which doesn't understand -X.
15383
15384         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15385
15386         * configure.in: Build gas for mips-*-*.
15387
15388 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15389
15390         * Makefile.in (all.normal): insert missing backslash.
15391
15392 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15393
15394         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15395
15396         * Makefile.in: Complete overhaul to merge many almost identical
15397         targets.
15398
15399 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15400
15401         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15402         (gdb.tar.Z): Adjusted.
15403
15404         * Makefile.in (setup-dirs, taz): New targets; should be general
15405         enough to adapt for gdb sometime.  Build only .z file.
15406         (gas.tar.z): New target.
15407
15408 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15409
15410         * build-all.mk: Use CC=cc -Xs on Solaris.
15411
15412 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15413
15414         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15415         for handling BISON for FSF releases.
15416
15417 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15418
15419         * configure: Actually implement the change zoo just documented.
15420
15421 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15422
15423         * configure: when using config.guess, only set target_alias when
15424         it's not already been set (ie, on the command line)
15425
15426 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15427
15428         * Makefile.in: add installcheck target, set PRMS to install-prms
15429
15430 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15431
15432         * configure: add support for package_makefile_fragment, handle the
15433         case where a directory has a configure.in file but no Makefile.in
15434         more gracefully (with an actual understandable error message, even);
15435         add support for --without (and add this to the usage message); also
15436         explicitly add a --host=${host_alias} to the command line when
15437         config.guess is used
15438
15439 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15440
15441         * configure: Must use both --host and --target in recursive calls.
15442
15443 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15444
15445         * Makefile.in: Change deja-gnu to dejagnu.
15446
15447 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15448
15449         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15450
15451 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15452
15453         * configure.in: canonicalize all instances to *-*-solaris2*,
15454         also strip out a number of tools to not build for go32 host
15455
15456 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15457
15458         * config.guess: add GPL.
15459
15460         * Makefile.in, config.guess, config.sub, configure: bump
15461           copyrights to 93.
15462
15463 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15464
15465         * Makefile.in (do-info): Removed obsolete check for existence of
15466         localenv file.
15467
15468         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15469
15470 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15471
15472         * Makefile.in: a couple of 'else true' for decstation,
15473         support for TclX
15474
15475         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15476
15477 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15478
15479         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15480
15481 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15482
15483         * config.guess: Recognize i386-ibm-aix (PS/2).
15484         * configure.in: Use config/mh-aix386 file for it.
15485
15486 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15487
15488         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15489         CC_FOR_TARGET instead.
15490         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15491
15492 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15493
15494         * Makefile.in: Add sim to list of directories sent with gdb
15495
15496 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15497
15498         * configure.in: Put back mips-dec-bsd* case.
15499
15500 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15501
15502         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15503         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15504         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15505
15506 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15507
15508         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15509
15510         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15511         (install-info): install dir.info only if it exists,
15512         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15513
15514 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15515
15516         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15517         gas for mips-dec-bsd.
15518
15519 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15520
15521         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15522         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15523
15524 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15525
15526         * configure.in: Added "dejagnu" to hosttools list.
15527
15528 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15529
15530         * config.sub, configure.in, config.guess:  Add support
15531         for Bosx, an AIX variant from Bull.
15532         Patches from F.Pierresteguy@frcl.bull.fr.
15533
15534 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15535
15536         * devo/dejagnu: Initial creation of devo/dejagnu.
15537         Migrated dejagnu testcases and support files for testing software
15538         tools to reside as subdirectories, currently called "testsuite",
15539         within the directory of the software tool.  Migrated all programs,
15540         support libraries, etc. beloging to dejagnu proper from
15541         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15542         with no modifications.  The changes to these files which will
15543         allow them to configure, build, and execute properly will be made
15544         in a future update.
15545
15546 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15547
15548         * Makefile.in: Change send_pr to send-pr.
15549         * configure.in: Likewise.
15550         * send_pr: Renamed directory to send-pr.
15551
15552 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15553
15554         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15555
15556 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15557
15558         * README:  Update for gdb-4.8 release.
15559         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15560         gdb-xxx.tar.z (gzip'd) file also.
15561
15562 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15563
15564         * Makefile.in: make all-diff depend on all-libiberty
15565
15566 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15567
15568         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15569
15570 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15571
15572         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15573
15574 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15575
15576         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15577         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15578         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15579
15580 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15581
15582         * Makefile.in:  makeinfo binary is in a new location
15583
15584 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15585
15586         * config.sub: Accept -ecoff as an OS.
15587
15588         * Makefile.in: Various changes to eliminate a level of make
15589         recursion and reduce the required command line length.
15590         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15591         sub-makes.
15592         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15593         variables holding settings for specific sub-makes.
15594         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15595         in terms of BASE_FLAGS_TO_PASS.
15596         (TARGET_LIBS): New variable listing directories which use
15597         TARGET_FLAGS_TO_PASS.
15598         (subdir_do): Eliminated.
15599         (do-*): New set of targets to replace subdir_do.
15600         (various): All targets which used subdir_do now depend on do-*.
15601         (local-clean): Renamed from do_clean.
15602         (local-distclean): New target, dependency of distclean and
15603         realclean.
15604         (install-info): Don't create directories.  Depend on dir.info
15605         rather than calling make recursively.
15606         (install-dir.info): Eliminated.
15607         (install-info-dirs): Create all info directories here.
15608         (dir.info): Depend upon do-install-info.
15609
15610         * test-build.mk (HOLES): Added false.
15611
15612 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15613
15614         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15615
15616 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15617
15618         * Makefile.in (info): remove dependency on all-texinfo.  The
15619         problem was really in texinfo/C, not at this level.
15620
15621 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15622
15623         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15624
15625 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15626
15627         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15628         GDB releases.
15629
15630 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15631
15632         * configure: Include srcdir in message about target of link not
15633         being found.  Don't convert `-' to `_' in `with' options being
15634         passed to subdirs.
15635
15636 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15637
15638         * configure.in: add uudecode to host_tools
15639
15640         * Makefile.in: added {all,install}-uudecode targets, added them to
15641         the appropriate lists
15642
15643 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15644
15645         * Makefile.in (all-gcc): Added dependency on all-gas.
15646
15647         * configure.in (mips-*-*): Build ld and binutils.
15648
15649 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15650
15651         * configure: check return code from mkdir, print error message and
15652           exit on failure.
15653
15654 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15655
15656         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15657
15658 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15659
15660         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15661
15662 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15663
15664         * config.sub (h8500):  Recognize this as a cpu type.
15665
15666 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15667
15668         * configure: source directory missing is no longer a warning
15669
15670         * configure.in: recognize irix[34]* instead of irix[34]
15671
15672         * Makefile.in: define and pass down X11_LIB
15673
15674 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15675
15676         * guess-systype: Renamed to ...
15677         * config.guess:  ... by popular request.
15678         * configure.in, Makefile.in:  Update accordingly.
15679
15680 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15681
15682         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15683         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15684         + Execute ./dummy instead of assuming . is in PATH.
15685
15686 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15687
15688         * guess-systype:  New shell script.  Attempts to guess the
15689         canonical host name of the executing host.
15690         Only a few hosts are supported so far.
15691         * configure:  Call guess-systype if no host is specified.
15692
15693 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15694
15695         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15696         gcc Makefile.
15697
15698
15699 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15700
15701         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15702         (all-gcc, install-gcc, subdir_do): Use it.
15703
15704 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15705
15706         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15707
15708 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15709
15710         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15711           set exclusively by configure, using configure.in .
15712
15713 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15714
15715         * test-build.mk: set $PATH for all builds
15716
15717         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15718
15719 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15720
15721         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15722         the one used in gcc/Makefile.in, so that a null expansion doesn't
15723         override the one needed to build gcc with a native cc.
15724
15725
15726 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15727
15728         * configure: Accept -with arguments.
15729
15730 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15731
15732         * Makefile.in: added h8300sim
15733
15734 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15735
15736         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15737         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15738         (all-cygnus, native, build-cygnus): Make
15739         $(canonhost)-stamp-3stage-done, not $(host)....
15740         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15741         i386-sco3.2v4.  Added else true to if command.
15742
15743 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15744
15745         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15746
15747 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15748
15749         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15750
15751 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15752
15753         * configure.in: don't remove binutils from Solaris builds
15754
15755 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15756
15757         * Makefile.in: get rid of earlier definitions for *clean,
15758         also handle the recursive info rule better
15759
15760 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15761
15762         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15763         do more-or-less the right thing.
15764
15765 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15766
15767         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15768         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15769
15770 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15771
15772         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15773         $(host_canonical).
15774
15775         * configure.in: split the configdirs list into 4 categories (native
15776         v. cross, library v. tool) and handle the cross-only and native-
15777         only in more reasonable (and correct!) way.
15778
15779 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15780
15781         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15782         configdirs anymore.
15783
15784 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15785
15786         * Makefile.in: extensive cleanup::  removed all of the explicit
15787         clean-* targets, collapsed many wrappers around subdir_do into
15788         one, added additional targets to satisfy standards.texi, deleted
15789         some old targets, some changes for consistency
15790
15791 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15792
15793         * configure.in: handle some programs as cross-only, and others as
15794         native only
15795
15796         * test-build.mk: handle partial holes in a more generic manner
15797
15798         * Makefile.in: m4 depends on libiberty
15799
15800 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15801
15802         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15803         time, wdiff, and find to configdirs
15804
15805         * Makefile.in: all, clean, and install rules for the new programs
15806         added to configure.in
15807
15808 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15809
15810         * configure.in: use mh-sun for all *-sun-* hosts
15811
15812 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15813
15814         * Makefile.in: define flags for X11 include files and library file
15815         locations, pass them down to the programs that need this info
15816
15817         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15818
15819 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15820
15821         * configure.in: start building libg++ for HP-UX targets
15822
15823 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15824
15825         * README:  Update references to files moved into etc/.
15826
15827 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15828
15829         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15830         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15831
15832 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15833
15834         * configure: accept dash as well as underscore in long option
15835         names for FSF compatibility.
15836
15837 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15838
15839         * config.sub: added -sco3.2v4 support from FSF.
15840
15841 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15842
15843         * configure.in: expand the section that adds or removes
15844         directories from the list of programs to build, to handle native
15845         vs. cross in addition to host v. native
15846
15847 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15848
15849         * Makefile.in:  Replace C++ in macro names with CXX.
15850         This is less likely to break ...
15851
15852 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15853
15854         * test-build.mk: add -w to GNU_MAKE
15855
15856 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15857
15858         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15859         add 'sparc' to list of recognized cpus.  This needed to make
15860         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15861         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15862         then changes that into $CPU-wrs-vxworks.
15863
15864         * configure.in: remove most references to gdbtest, regularize
15865         target based program removal
15866
15867         * test-build.mk: import from p3 tree (many fixes and changes)
15868
15869 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15870
15871         * Makefile.in: added rules to handle tcl, tk, and expect
15872
15873         * configure.in: handle those directories if they exist
15874
15875 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15876
15877         * config.sub: removed bogus hppabsd and hppahpux names, since
15878         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15879
15880 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15881
15882         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15883         depends upon all-xiberty
15884
15885         * Makefile.in: changes from p3, including:
15886
15887         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15888
15889         * Makefile.in (XTRAFLAGS): include newlib directories if
15890         newlib/Makefile exists, rather than if host != target.
15891
15892         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15893
15894         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15895         from the same source tree and not building a cross-compiler.  This
15896         matters for the libg++ configuration if reconfiguring a tree that
15897         has already been installed.
15898
15899         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15900
15901         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15902         pick up the machine and system specific header files.
15903
15904         * Makefile.in: added AS_FOR_TARGET, passed down in
15905         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15906         the C compiler to use to create programs which are run in the
15907         build environment, set it to default to $(CC), and passed it down
15908         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15909
15910         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15911
15912         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15913         We need them for unusual native builds, like systems without
15914         ranlib.
15915
15916         * configure: also define $(host_canonical) and
15917         $(target_canonical), which are the full, canonical names for the
15918         given host and target
15919
15920 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15921
15922         * Makefile.in:  Added separate definitions for C++.
15923
15924 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15925
15926         * configure.in (configdirs):  Add deja-gnu.
15927
15928 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15929
15930         * README:  Update for configure.texi and gdb-4.7 release.
15931
15932 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15933
15934         * Makefile.in:  Move "all" target to top of file.
15935         Previously, first target was ".PHONY" which caused BSD4.4 make
15936         to build .PHONY when make was run without arguments.
15937
15938 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15939
15940         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15941         Library-copylefted code in libiberty.
15942
15943 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15944
15945         * config.sub:  Replace m68kmote with plain old m68k.
15946
15947 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15948
15949         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15950
15951 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15952
15953         * config.sub: Complain if no argument is given.  Added support for
15954         386bsd as OS and target alias.
15955
15956 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15957
15958         * Makefile.in (XTRAFLAGS): include newlib directories if
15959         newlib/Makefile exists, rather than if host != target.
15960
15961 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15962
15963         * config.sub: recognize sparclite-wrs-vxworks.
15964
15965         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15966         p3.) Added clean-xiberty to clean.
15967
15968 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15969
15970         * configure.in: use *-*-* instead of nested cases for host and target
15971
15972 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15973
15974         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15975         from the same source tree and not building a cross-compiler.  This
15976         matters for the libg++ configuration if reconfiguring a tree that
15977         has already been installed.
15978
15979 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15980
15981         * config.sub (i486v/i486v4):  Merge in from FSF version.
15982
15983 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15984
15985         * configure: only set PWD if it is already set.
15986
15987 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15988
15989         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15990         doesn't have unset and all success paths (and most error paths)
15991         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15992         to just ${PWD} to avoid confusion.)
15993
15994 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15995
15996         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15997         even for a native compilation.
15998
15999 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16000
16001         Changes to make the gdb.tar.Z rule work better.
16002
16003         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16004         (DEVO_SUPPORT):  Add configure.texi.
16005         (bfd-ilrt.tar.Z):  Remove ancient rule.
16006
16007 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16008
16009         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16010         pick up the machine and system specific header files.
16011
16012         * configure.in, config.sub: added new target m68010-adobe-scout,
16013         with alias of adobe68k.  Changed configure.in to check for
16014         -scout before -sco* to avoid a false match.
16015
16016         * Makefile.in: added AS_FOR_TARGET, passed down in
16017         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16018         the C compiler to use to create programs which are run in the
16019         build environment, set it to default to $(CC), and passed it down
16020         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16021
16022 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16023
16024         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16025         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16026         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16027         FOR_TARGET variants, to newlib and libg++.
16028
16029 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16030
16031         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16032         first.
16033
16034 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16035
16036         * config.sub:  Accept `elf' as an environment.
16037
16038 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16039
16040         * Makefile.in (all-opcodes):  cd into the right directory
16041
16042 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16043
16044         * configure: added -program_transform_name option, used as
16045         argument to sed when installing programs.
16046         configure.texi: added documentation for -program_prefix,
16047         -program_suffix and -program_transform_name.
16048
16049 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16050
16051         * config.sub:  Accept i486 where i386 ok.
16052
16053 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16054
16055         * config.sub: accept we32k
16056
16057 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16058
16059         * config.sub, configure.in: accept OSE68000 and OSE68k.
16060
16061         * Makefile.in: don't create all directories for ``make install'';
16062         let the subdirectories create the ones they need.
16063
16064 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16065
16066         * COPYING: new file, GPL v2
16067
16068 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16069
16070         * Makefile.in: use the new gen-info-dir, which needs a template
16071         argument (which also lives in texinfo)
16072
16073         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16074
16075 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16076
16077         * config.sub (ncr3000):  Change i386 to i486.
16078
16079 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16080
16081         * Makefile.in: add install-rcs, install-grep to
16082         install-no-fixedincludes, removed install-bison and install-libgcc
16083
16084 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16085
16086         * configure.in: grab the HPUX makefile fragment if on HPUX
16087
16088 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16089
16090         * Makefile.in: eradicate bison spoor (ditto libgcc).
16091          configure.in: recognise m68{k,000}-ericsson-OSE.
16092          es1800 is alias for m68k-ericsson-OSE
16093
16094 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16095
16096         * configure.in: rearrange the parts that remove programs from
16097         configdirs, based now on HOST==TARGET or by canonical triple.
16098
16099 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16100
16101         * test-build.mk: recurse explicitly with -f test-build.mk when
16102           appropriate.  predicate stage3 and comparison on the existence
16103           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16104           On very clean, also remove ...stamp-co.  Build in-place before
16105           doing other builds.
16106
16107 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16108
16109         * Makefile.in, configure.in: add tgas
16110
16111 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16112
16113         * Makefile.in: a number of changes merged in from progressive.
16114
16115         * configure.in: add libm.
16116
16117         * .cvsignore: ignore some stuff that comes from test-build.mk.
16118
16119 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16120
16121         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16122
16123 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16124
16125         * configure: Add program_suffix (parallel to program_prefix)
16126         * Makefile.in: adjust directory-creating script for losing decstation
16127
16128 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16129
16130         * configure:  Minor $subdir-related fixes.
16131
16132 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16133
16134         * configure: fix various problems with propogating
16135         makefile_target_frag in subdirs.
16136         * configure.in: config libgcc if its there
16137
16138 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16139
16140         * config.sub:  HPPA merge.
16141
16142 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16143
16144         * Makefile.in:  Replace all-bison with all-byacc in all
16145         dependency lines for other tools (which now use byacc).
16146
16147 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16148
16149         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16150
16151 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16152
16153         * Makefile.in: make gprof rules similar to byacc rules (instead of
16154         vestigal $(unsubdir) that didn't work...)
16155
16156 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16157
16158         * config.sub:  Add support for Linux.
16159         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16160         (at least for libg++).
16161
16162 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16163
16164         * configure.texi: fix doc for the -nfp option to configure
16165
16166 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16167
16168         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16169
16170 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16171
16172         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16173         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16174         * configure.in: added solaris* host_makefile_frag hook.
16175
16176 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16177
16178         * config.sub: changed recognition of m68000 so that various
16179         m68k types can be specified via m680[01234]0
16180
16181 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16182
16183         * config.sub (basic_machine): fix sed so that '-foo' isn't
16184         completely substituted out while .+'-foo' loses the '-foo'
16185
16186 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16187
16188         * config.sub ($os): Add -aout.
16189
16190 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16191
16192         * configure:  If host_makefile_frag is absolute, don't
16193         prefix ${invsubdir} (relevant to libg++ auto-configure).
16194
16195 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16196
16197         * Makefile.in (tooldir): Define it.
16198         (all-ld): Depend on all-flex.
16199
16200 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16201
16202         * Makefile.in (check):  Fix libg++ special case.
16203
16204 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16205
16206         * configure: do not bury `pwd` into config.status, thus do fewer
16207           pwd's.
16208
16209         * configure: print the "Building in" message only when building in
16210           other than "." AND verbose.
16211
16212         * configure: remove -s, rework -v to better accommodate guested
16213           configures.
16214
16215         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16216
16217 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16218
16219         * Makefile.in: macroize flags passed on recursion.  remove
16220           fileutils.
16221
16222 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16223
16224         * configure: get makesrcdir right for subdirs deeper than 1.
16225
16226         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16227           install.
16228
16229 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16230
16231         * Makefile.in: don't print subdir_do or recursion lines.
16232
16233 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16234
16235         * standards.texi: added menu item.
16236
16237         * Makefile.in: build and install standards.info.
16238
16239         * standards.texi: new file.
16240
16241 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16242
16243         * configure: test for and move config.status pieces from
16244           ${subdir}/.
16245
16246 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16247
16248         * configure:  Test for existance of files before trying to mv
16249         them, to avoid numerous non-existance messages.
16250
16251 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16252
16253         * configure: correct final line of config.status.
16254
16255         * configure: patch from eggert.  Avoids a protection problem if
16256           the original Makefile.in is read only.
16257
16258         * configure: use move-if-change from gcc to create config.status.
16259           Some makefiles depend on config.status to tell if a directory
16260           has been reconfigured for a different host.  This change
16261           prevents those directories from remaking everything in the case
16262           where the reconfig was only intended to rebuild a Makefile.
16263
16264         * configure: test for config.sub with "config.sub sun4" rather
16265           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16266           host alias from a missing config.sub.
16267
16268 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16269
16270         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16271           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16272
16273 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16274
16275         * configure: mkdir ${subdir} as needed.
16276
16277 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16278
16279         * Makefile.in,configure.in: added autoconf.
16280
16281 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16282
16283         * Makefile.in: no longer pass against on recursion.
16284
16285         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16286           definitions are not inherited.
16287
16288         * configure: correct makesrcdir when subdir is .
16289
16290 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16291
16292         * configure:  Add support for 'subdirs' variable, which is
16293         like 'configdirs', except that configure doesn't re-invoke
16294         itself for subdirs, it just creates a Makefile for each subdir.
16295         * configure.texi:  Document subdirs.
16296
16297 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16298
16299         * configure.in: added flex to configdirs
16300
16301 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16302
16303         * Makefile.in: remove clean-stamps from clean.
16304
16305 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16306
16307         * configure.in:  Add gdbtest to configdirs.
16308
16309 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16310
16311         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16312         to recursive makes.
16313         * configure.in:  Recognize new ncr3000 config.
16314
16315 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16316
16317         * Makefile.in, configure.in: removed references to gdbm.
16318
16319 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16320
16321         * config.sub:  Don't canonicalize os value
16322         newsos* to bsd (readline needs to check for newsos).
16323         (This fix was earlier made Jan 31, but got re-broken.)
16324
16325 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16326
16327         * configure.in:  sco is an os, not a vendor!
16328
16329         * configure:  Quote $( better.  Keep various shells happy.
16330
16331 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16332
16333         * Makefile.in: eliminate stamp-files.
16334
16335 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16336
16337         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16338           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16339
16340 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16341
16342         * config.sub:  fix iris/iris3.
16343
16344 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16345
16346         * configure: re-add -rm.
16347
16348 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16349
16350         * Maskefile.in: add .stmp-rcs to all.
16351
16352         * configure.in: remove gas from rs6000 build, use aix host fragment.
16353
16354 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16355
16356         * configure: pass down site_option during recursion.
16357
16358 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16359
16360         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16361
16362 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16363
16364         * configure: Change exec_prefix so that it really defaults to prefix.
16365
16366 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16367
16368         * Makefile.in, configure.in:  Add support for mmalloc library.
16369
16370 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16371
16372         * Makefile.in: add stmp dependencies for a few more things.
16373
16374 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16375
16376         * configure: adjusted error message on objdir/srcdir configure
16377           collision, per john's suggestion.
16378
16379         * Makefile.in: add libiberty stmp to all and all.cross.
16380
16381 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16382
16383         * Makefile.in: remove force dependencies, add grep to all.
16384
16385 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16386
16387         * Makefile.in: drop flex.  make stamp files work.
16388
16389         * configure: added test for conflicting configuration in srcdir,
16390           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16391           gets cranky.  use relative paths for configure and srcdir
16392           whenever possible.  Send some error messages to stderr that were
16393           going to stdout.
16394
16395 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16396
16397         * Makefile.in:  Fix libg++ rule to check for gcc directory
16398         before using gcc/gcc.  Also pass XTRAFLAGS.
16399
16400 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16401
16402         * Makefile.in: added stmp-files so that directories aren't polled
16403           when they are already built.
16404
16405         * configure.texi: fixed a node pointer problem.
16406
16407 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16408
16409         * config.sub configure.in gdb/configure.in
16410         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16411         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16412         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16413
16414 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16415
16416         * configure: -recurring becomes -silent.  corrected help message
16417           for -site= option.
16418
16419         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16420
16421 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16422
16423         * configure: when building Makefile for crosses, replace
16424           tooldir and program_prefix.  default srcdir from location of
16425           config.sub.  remove "for host in hosts" and "for target in
16426           targets" loops.
16427
16428 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16429
16430         * Makefile.in: Do not pass bindir or mandir to cvs.
16431
16432 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16433
16434         * Makefile.in, configure.in: removed traces of namesubdir,
16435           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16436           copyrights to '92, changed some from Cygnus to FSF.
16437
16438         * configure.texi: remove most references to multiple hosts,
16439           multiple targets, subdirs, etc.
16440
16441         * configure.man: removed rcsid. reference config.sub not
16442           config.subr.
16443
16444         * Makefile.in: mkdir $(infodir) on install-info.
16445
16446 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16447
16448         * configure.texi:  Explain better about .gdbinit and about
16449         the environment that configure.in sections run in.
16450
16451 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16452
16453         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16454
16455 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16456
16457         * README:  DOC.configure => cfg-paper.texi.
16458
16459 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16460
16461         * config.sub (near case $os):  Don't convert newsos* to bsd!
16462
16463 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16464
16465         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16466         the number of copies of COPYING that go into the GDB tar file.
16467
16468 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16469
16470         * bfd/configure.in, gdb/config/mh-i386sco,
16471         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16472         Fix SCO configuration stuff.
16473
16474 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16475
16476         * Makefile.in:  For libg++, make sure the -I pointing
16477         to the gcc directory goes *after* all the libg++-local -I flags.
16478         Also, move just-gcc dependency from just-libg++ to all-libg++.
16479
16480 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16481
16482         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16483
16484 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16485
16486         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16487
16488 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16489
16490         * config.sub:  Add stratus configuration frags.  Also
16491         submitted to FSF.
16492
16493 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16494
16495         * Makefile.in (DEV_SUPPORT):  add configure.man.
16496
16497         * config.sub(Decode manufacturer-specific):  add -none*.
16498
16499 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16500
16501         * Makefile.in:  remove form feeds to make Sun's make happy.
16502         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16503
16504 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16505
16506         * Makefile.in (AR_FLAGS):  Make quieter.
16507
16508 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16509
16510         * configure.in:  Add libg++.
16511         * configure:  When verbose, don't output the command line at each
16512         level; it will be unremarkably the same as the previous version,
16513         which will be the same as what the user typed.
16514
16515 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16516
16517         * configure.in, Makefile.in: fix clean-info, add flex.  add
16518           fileutils.
16519
16520         * configure: be less sensitive to spaces in Makefile.in.  Do not
16521           look for sources in "..".  Doing so breaks subdirectories that
16522           might have their own configure.  If a subdir has it's own
16523           configure script, use it.
16524
16525 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16526
16527         * cfg-paper.texi: some changes suggested by rms.
16528
16529 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16530
16531         * config.sub:  Merge in some small additions from the FSF version,
16532         taken from the gcc distribution, to bring the Cygnus and FSF
16533         versions into closer sync.
16534
16535 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16536
16537         * configure.in:  Changed svr4 references to sysv4.
16538
16539 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16540
16541         * configure: added -V for version number option.
16542
16543 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16544
16545         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16546           renamed from DOC.configure to cfg-paper.texi.
16547
16548 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16549
16550         * configure, config.subr, config.sub: config.subr is now
16551           config.sub again.
16552
16553 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16554
16555         * configure.texi: new file, in progress.
16556
16557         * Makefile.in: build info file and install the man page for
16558           configure.
16559
16560         * configure.man: new file, first cut.
16561
16562         * configure: find config.subr again now that configuration "none"
16563           has gone.  removed all traces of the -ansi option.  removed all
16564           traces of the -languages option.
16565
16566         * config.subr: resync from rms.
16567
16568 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16569
16570         * configure, config.sub, config.subr: merge config.sub into
16571           config.subr, call the result config.subr, remove config.sub, use
16572           config.subr.
16573
16574         * Makefile.in: revised install for dir.info.
16575
16576 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16577
16578         * configure.in: add decstation host makefile frag.
16579
16580         * Makefile.in: BISON now bison -y again.  also install-gcc on
16581           install.  clean-gdbm on clean.  infodir belongs in datadir.
16582           Make directories for info install.  Build dir.info here then
16583           install it.
16584
16585 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16586
16587         * Makefile.in: fix for bad directory tests.
16588
16589 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16590
16591         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16592           regexp.  -srcdir relative was being handled incorrectly.
16593
16594         * Makefile.in: unwrapped some for loops so that parallel makes
16595           work again and so one can focus one's attention on a particular
16596           package.
16597
16598 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16599
16600         * configure: added PWD as a stand in for `pwd` (for speed). use
16601           elif wherever possible.  make -srcdir work without -objdir.
16602           -objdir= commented out.
16603
16604 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16605
16606         * configure: +options become --options.  -subdirs commented out.
16607           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16608           Makefile now at top of generated Makefile.  Removed cvs log
16609           entries.  added -srcdir.  create .gdbinit only if there is one
16610           in ${srcdir}.
16611
16612         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16613           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16614           and mandir now keyed off datadir by default.
16615
16616 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16617
16618         * Freshly created ChangeLog.
16619
16620 \f
16621 Local Variables:
16622 mode: change-log
16623 left-margin: 8
16624 fill-column: 76
16625 version-control: never
16626 End: