OSDN Git Service

Use backend interface for expression statements.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
2
3         * configure.ac (build_tools): Remove build-byacc.
4         (host_libs): Remove mmalloc.
5         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
6         autoconf automake libtool diff rcs fileutils shellutils time
7         textutils wdiff find uudecode hello tar gzip indent recode release
8         sed perl gawk findutils gettext zip.
9         (libgcj): Remove target-qthreads.
10         (target_tools): Remove target-examples target-gperf.
11         (YACC): Don't handle building byacc.
12         * configure: Regenerate.
13         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
14         dosutils, examples, fileutils, find, findutils, gawk, gettext,
15         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
16         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
17         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
18         handle building components.
19         * Makefile.in: Regenerate.
20
21 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
22
23         * MAINTAINERS: Update my email address as Xtensa maintainer.
24
25 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26
27         * config.sub: Sync from upstream.
28
29 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
30
31         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
32         (microblaze*): Don't disable libssp.
33         * configure: Regenerate.
34
35 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
36
37         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
38         moveifchange.
39         * configure: Regenerate.
40         * Makefile.tpl: Use @SHELL@ not @config_shell@.
41         * Makefile.in: Regenerate.
42
43 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
44
45         * configure.ac (*-*-sysv4*): Don't enable libgomp.
46         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
47         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
48         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
49         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
50         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
51         md_exec_prefix cases.
52         * configure: Regenerate.
53
54 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
55
56         * configure.ac: Separate cases disabling target-libssp,
57         target-libiberty, target-libstdc++-v3 and Fortran from general
58         case over targets.
59         * configure: Regenerate.
60
61 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
62
63         * configure.ac (*-*-chorusos): Don't disable libgcj.
64         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
65         Remove case.
66         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
67         (arm-*-coff): Don't disable libgcj.
68         (arm*-*-linux-gnueabi): Remove useless assignment.
69         (arm-*-riscix*): Don't disable libgcj.
70         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
71         configuration.
72         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
73         (c54x*-*-*): Remove case.
74         (tic54x-*-*): Don't disable GCC or GCC libraries.
75         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
76         to *.
77         (d10v-*-*): Don't disable GCC libraries.
78         (d30v-*-*): Don't disable libgcj.
79         (h8500-*-*): Don't disable GCC libraries.
80         (i960-*-*): Don't disable libgcj.
81         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
82         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
83         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
84         libgcj.
85         (m68k-*-coff*): Remove case.
86         (mmix-*-*): Don't disable libgloss on host.
87         (mn10200-*-*, mn10300-*-*): Remove cases.
88         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
89         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
90         Don't disable libgcj.
91         (romp-*-*): Remove case.
92         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
93         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
94         case.
95         (v810-*-*): Don't disable GCC libraries.
96         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
97         (ip2k-*-*): Don't disable GCC libraries.
98         * configure: Regenerate.
99
100 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
101
102         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
103         libffi on host.
104         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
105         on host.
106         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
107         * configure: Regenerate.
108
109 2011-03-26  John Marino  <binutils@marino.st>
110
111         * configure.ac: Add support for *-*-dragonfly*
112         * configure: Regenerate.
113
114 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
115
116         * configure.ac (native_only): Remove.
117         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
118         send-pr uudecode guile gnuserv on host.
119         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
120         send-pr rcs guile perl texinfo libtool on host.
121         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
122         automake send-pr rcs guile perl texinfo libtool on host.
123         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
124         (*-*-kaos*): Don't disable target-examples target-gperf on target.
125         (alpha*-dec-osf*): Don't disable fileutils on target.
126         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
127         texinfo send-pr expect dejagnu on target.
128         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
129         target-qthreads on target.
130         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
131         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
132         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
133         x86_64-*-mingw*): Don't disable expect on target.
134         (*-*-cygwin*): Don't disable target-gperf on target.
135         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
136         gnuserv on target.
137         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
138         target.
139         * configure: Regenerate.
140
141 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
142
143         * configure.ac (target_tools): Remove target-groff.
144         (native_only): Remove target-groff.
145         (hppa*64*-*-*): Don't disable byacc.
146         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
147         setting.
148         (*-*-kaos*): Don't skip target-librx and target-groff.
149         (*-*-netware*): Don't skip target-libmudflap.
150         (*-*-tpf*): Don't skip target-libmudflap.
151         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
152         directories on the host.
153         (ia64*-*-*vms*): Don't skip tix.
154         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
155         host.
156         * configure: Regenerate.
157
158 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
159
160         * configure.ac: Remove references to mt-mep, mt-netware,
161         mt-wince.
162         * Makefile.def: Add all-utils soft dependencies.
163         * Makefile.tpl: Remove GDB_NLM_DEPS.
164         * configure: Regenerate.
165         * Makefile.in: Regenerate.
166
167 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
168
169         * configure.ac: Do not include mh-x86omitfp.
170         * configure: Regenerate.
171
172 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
173
174         * configure.ac: Remove empty cases.
175         * configure: Regenerate.
176
177 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
178
179         * Makefile.def: Add dependency from termcap to gdb.
180         * Makefile.in: Regenerate.
181
182 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
183
184         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
185         * configure: Regenerate.
186         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
187         * Makefile.tpl: Likewise.
188         * Makefile.in: Regenerate.
189
190 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
191
192         * configure.ac: Remove all mentions of tentative_cc.
193         * configure: Regenerate.
194
195 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
196
197         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
198         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
199         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
200         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
201         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
202         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
203         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
204         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
205         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
206         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
207         *-*-rhapsody*): Remove host cases.
208         * configure: Regenerate.
209
210 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
211
212         * configure.ac (ppc*-*-pe): Remove host case.
213         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
214         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
215         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
216         cases.
217         * configure: Regenerate.
218
219 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
220
221         * config.sub: Update to version 2011-03-23.
222
223 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
224
225         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
226         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
227         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
228         * configure: Regenerate.
229
230 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
231
232         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
233         to Write After Approval.
234         * config-ml.in: Don't handle arc-*-elf*.
235         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
236         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
237         handle GCC libraries.
238         * configure: Regenerate.
239
240 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
241
242         PR bootstrap/48120:
243         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
244         Add -lstdc++ -lm to LIBS.
245         * configure: Regenerate.
246
247 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
248
249         * config.guess: Update to version 2011-02-02
250         * config.sub: Update to version 2011-02-24
251
252 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
253
254         PR lto/48086
255         * configure.ac: Re-enable LTO on *-apple-darwin9.
256         * configure: Regenerate.
257
258 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
259
260         PR lto/48086
261         * configure.ac: Disable LTO on darwin due to an assembler change in
262         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
263         under 256.
264         * configure: Regenerate.
265
266 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
267
268         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
269
270 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
271
272         * MAINTAINERS: Update my e-mail address.
273
274 2011-03-06  Joey Ye  <joey.ye@arm.com>
275
276         * MAINTAINERS: Update my e-mail address.
277
278 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
279
280         * configure.ac: Adjust test of with_ppl.
281         * configure: Regenerated.
282
283 2011-03-02  Kai Tietz  <ktietz@redhat.com>
284
285         * MAINTAINERS: Adjust my e-mail address.
286
287 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
288
289         * configure.ac: Add -lpwl to ppllibs.
290         * configure: Regenerated.
291
292 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
293
294         * config/cloog.m4: Add -lisl to clooglibs.
295         * configure: Regenerated.
296
297 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
298
299         * MAINTAINERS (CPU Port maintainers): Add self.
300
301 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
302
303         * MAINTAINERS: Add myself as testsuite maintainer.
304
305 2011-02-15  Mike Stump  <mikestump@comcast.net>
306
307         * MAINTAINERS: Add myself as testsuite maintainer.
308
309 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
310
311         Import from Libtool and gnulib:
312
313         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
314
315         Prepare for supporting FreeBSD 10.
316         * config.rpath: Remove handling of freebsd1* which soon would
317         match FreeBSD 10.0.
318
319         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
320
321         Remove support for FreeBSD 1.x.
322         * libtool.m4 (_LT_LINKER_SHLIBS)
323         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
324         soon would incorrectly match FreeBSD 10.0.
325
326 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
327
328         PR binutils/12283
329         * move-if-change: Import version from gnulib.
330
331 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
332
333         PR lto/47225
334         * Makefile.def (lto-plugin): Double dash for enable-shared.
335         (configure-gcc): Depend on all-lto-plugin.
336         * Makefile.in: Rebuilt.
337
338 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
339
340         * configure.ac: Remove extra bracket.
341         * configure: Regenerate.
342
343 2011-02-08  Tobias Burnus  <burnus@net-b.de>
344
345         * MAINTAINERS: Add myself as libquadmath maintainer.
346
347 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
348
349         * MAINTAINERS: Update my email address.
350
351 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
352
353         * MAINTAINERS (option handling): Add self.
354
355 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
356
357         PR lto/47225
358         * Makefile.def: Add dependency for install-gcc
359         on install-lto-plugin.
360         * Makfile.in: Regenerated
361
362 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
363
364         * MAINTAINERS (CPU Port Maintainers): Add myself.
365
366 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
367
368         PR libgcj/44341
369         * configure.ac: Discard --with-* flags for host when configuring
370         target libraries for cross build.
371         * configure: Rebuilt.
372
373 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
374
375         * MAINTAINERS (linear loop transforms): Removed.
376
377 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
378
379         * configure.ac: If with_ppl is no, move setting with_cloog=no
380         after CLOOG_REQUESTED check.
381         * configure: Regenerated.
382
383 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
384
385         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
386         CLooG has been requested.
387         * configure: Regenerated.
388
389 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
390
391         * configure: Regenerated.
392         * configure.ac: Check for version 0.11 (or later revision) of PPL.
393
394 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
395
396         * configure: Regenerated.
397         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
398
399 2011-01-21  Andreas Schwab  <schwab@redhat.com>
400
401         * configure.ac: Use AS_HELP_STRING throughout.
402         * configure: Regenerate.
403
404 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
405
406         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
407         * configure: Regenerate.
408
409 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
410
411         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
412
413 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
414
415         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
416         for ia64-hpux.
417         * configure: Regenerate.
418
419 2011-01-07  Jan Hubicka  <jh@suse.cz>
420
421         PR lto/47225
422         * Makefile.in: Regenerate.
423         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
424         configure.
425
426 2011-01-07  Jan Hubicka  <jh@suse.cz>
427
428         * Makefile.in: Regenerate.
429         * Makefile.def (gcc host module) and soft dependency on lto-plugin
430         and configure dependency on lto-plugin configure.
431         (lto-plugin module): Remove dependency on GCC; add dependency on
432         liniberty.
433
434 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
435
436         * MAINTAINERS (Write After Approval): Add myself.
437
438 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
439
440         * configure: Regenerate.
441
442 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
443
444         * configure.ac: (picochip): Disable libiberty.
445
446 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
447
448         * MAINTAINERS (Write After Approval): Add myself.
449
450 2010-12-10  Ian Lance Taylor  <iant@google.com>
451
452         PR bootstrap/46819
453         * configure.ac: For --disable-libgcj clear libgcj_saved.
454         * configure: Rebuild.
455
456 2010-12-10  Tobias Burnus  <burnus@net-b.de>
457
458         PR fortran/46540
459         * configure.ac: Add --disable-libquadmath and
460         --disable-libquadmath-support.
461         * configure: Regenerate.
462
463 2010-12-03  Ian Lance Taylor  <iant@google.com>
464
465         * MAINTAINERS: Add myself as libgo maintainer.
466
467 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
468
469         PR libffi/46792
470         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
471         * configure: Regenerate.
472
473 2010-12-02  Ian Lance Taylor  <iant@google.com>
474
475         * configure.ac: Always set default for poststage1_ldflags to
476         -static-libstdc++ -static-libgcc.
477
478 2010-11-29  Andreas Schwab  <schwab@redhat.com>
479
480         * configure.ac: Move comment to remove extra space in last argument
481         of GCC_TARGET_TOOL.
482
483 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
484
485         PR other/46026
486         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
487         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
488         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
489         (BASE_FLAGS_TO_PASS): Use it.
490         * configure: Rebuilt.
491         * Makefile.in: Rebuilt.
492
493 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
494
495         PR binutils/12258
496         * configure.ac: Correct comments for --enable-gold/--enable-ld.
497         Properly check default linker.
498         * configure: Regnerated.
499
500 2010-11-23  Matthias Klose  <doko@ubuntu.com>
501
502         * configure.ac: For --enable-gold, handle value `default' instead of
503         `both*'.   New configure option --{en,dis}able-ld.
504         * configure: Regenerate.
505
506 2010-11-20  Ian Lance Taylor  <iant@google.com>
507
508         * configure.ac: Only disable a language library if no language needs
509         it.  Don't let --disable-libgcj uncondtionally disable libffi.
510         * configure: Rebuild.
511
512 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
513
514         * Makefile.in: Regenerate.
515
516         PR other/46202
517         * configure.ac: Fix just-built in-tree STRIP name to be
518         binutils/strip-new.
519         * configure: Regenerate.
520         * Makefile.def (install-strip-gcc, install-strip-binutils)
521         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
522         (install-strip-sid): Mirror dependencies on non-strip variants
523         of these targets on the respective -strip prerequisites.
524         * Makefile.tpl (install-strip, install-strip-host)
525         (install-strip-target): New targets.
526         (install-strip-[+module+], install-strip-target-[+module+]):
527         New targets.
528         * Makefile.in: Regenerate.
529
530 2010-11-19  Ian Lance Taylor  <iant@google.com>
531             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
532
533         * configure.ac: Add target-libgo to target_libraries.  Set
534         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
535         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
536         (HOST_EXPORTS): Add GOC.
537         (BASE_TARGET_EXPORTS): Add GOC.
538         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
539         (GOCFLAGS_FOR_TARGET): New variable.
540         (EXTRA_HOST_FLAGS): Add GOC.
541         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
542         * Makefile.def (target_modules): Add libgo.
543         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
544         (dependencies): Add dependency from configure-target-libgo to
545         configure-target-libffi and all-target-libstdc++-v3.  Add
546         dependencies from all-target-libgo to all-target-libffi.
547         (languages): Add go.
548         * configure: Rebuild.
549         * Makefile.in: Rebuild.
550
551 2010-11-19  Ian Lance Taylor  <iant@google.com>
552
553         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
554         compiler/flag environment variables.
555
556 2010-11-18  Ian Lance Taylor  <iant@google.com>
557
558         * configure.ac: Check for lang_requires_boot_languages in
559         config-lang.in files.
560         * configure: Rebuild.
561
562 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
563             Tobias Burnus  <burnus@net-b.de>
564
565         PR fortran/32049
566         * Makefile.def: Add libquadmath; build it with language=fortran.
567         * configure.ac: Add libquadmath.
568         * Makefile.tpl: Handle multiple libs in check-[+language+].
569         * Makefile.in: Regenerate.
570         * configure: Regenerate.
571
572 2010-11-16  Tom Tromey  <tromey@redhat.com>
573
574         * MAINTAINERS: Moved myself to reviewers section.
575
576 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
577
578         * MAINTAINERS: Moved myself to reviewers section.
579
580 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
581
582         * MAINTAINERS (Various Maintainers): Add self for build machinery.
583         (Write After Approval): Remove self.
584
585 2010-11-15  Andreas Schwab  <schwab@redhat.com>
586
587         * configure.ac: Fix spelling in option names.
588         * configure: Regenerated.
589
590 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
591
592         PR bootstrap/39622
593         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
594         * configure: Regenerated.
595
596 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
597
598         * MAINTAINERS: Update my email address.
599
600 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
601
602         * configure: Regenerate.
603
604 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
605
606         * configure: Regenerate.
607
608 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
609
610         * configure: Regenerate.
611
612 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
613
614         * configure: Regenerate.
615
616 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
617
618         * configure.ac: Support official CLooG.org versions.
619         * configure: Regenerate.
620         * config/cloog.m4: New.
621
622 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
623
624         * MAINTAINERS (Write After Approval): Add myself.
625
626 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
627
628         * MAINTAINERS: Update my email address.
629
630 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
631
632         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
633         * configure: Regenerate.
634
635 2010-11-03  Ian Lance Taylor  <iant@google.com>
636             Dave Korn  <dave.korn.cygwin@gmail.com>
637
638         PR lto/46273
639         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
640         and on other supported platforms whenever LTO is enabled.
641         * configure: Rebuild.
642
643 2010-11-02  Alan Modra  <amodra@gmail.com>
644
645         PR binutils/12110
646         * configure.ac: Error when source path contains spaces.
647         * configure: Regenerate.
648
649 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
650
651         * MAINTAINERS: Update my email address.
652
653 2010-10-20  Ian Lance Taylor  <iant@google.com>
654
655         * Makefile.def (target_modules): Set lib_path to src/.libs for
656         libstdc++-v3 module.
657         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
658         * Makefile.in: Rebuild.
659
660 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
661
662         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
663         (Write After Approval): Remove myself.
664
665 2010-10-15  Tristan Gingold  <gingold@adacore.com>
666
667         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
668
669 2010-10-14  Douglas Rupp  <rupp@gnat.com>
670
671         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
672
673 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
674
675         * configure.ac (build_lto_plugin): New shell variable.
676         (--enable-lto): Turn on by default for all non-ELF platforms that
677         have had LTO support added so far.  Set build_lto_plugin appropriately
678         for both ELF and non-ELF.
679         (configdirs): Add lto-plugin or not based on build_lto_plugin.
680         * configure: Regenerate.
681
682 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
683
684         Sync from src:
685         * configure.ac (v850 support): Remove target-libgloss from
686         noconfigdirs.
687         * configure: Regenerate.
688
689 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
690
691         PR bootstrap/45326
692         PR bootstrap/45174
693         * configure.ac: Honor initial values of $build_configargs,
694         $host_configargs, $target_configargs.  Mark the precious, so
695         environment settings get recorded.
696         * configure: Regenerate.
697
698 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
699
700         PR bootstrap/45796
701         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
702         Depend on all-build-libiberty.
703         * Makefile.in: Regenerate.
704
705 2010-09-30  Michael Eager  <eager@eagercon.com>
706
707         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
708         * configure: Regenerate.
709
710 2010-09-28  Michael Eager  <eager@eagercon.com>
711
712         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
713
714 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
715
716         PR bootstrap/44621
717         * configure.ac: Fix unportable shell quoting.
718         * configure: Regenerate.
719
720 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
721
722         * configure.ac (enable-lto): Add Darwin to the list of supported lto
723         targets and amend comment.
724         * configure: Regenerate.
725
726 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
727
728         * MAINTAINERS (Write After Approval): Add myself.
729
730 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
731
732         * configure.ac: Enable LTO by default on Darwin.
733         * configure: Regenerate.
734
735 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
736
737         * MAINTAINERS (Write After Approval): Add myself.
738
739 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
740
741         * MAINTAINERS (Write After Approval): Add myself.
742
743 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
744
745         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
746         ports
747
748 2010-07-28  David Yuste  <david.yuste@gmail.com>
749
750         * MAINTAINERS (Write After Approval): Add myself.
751
752 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
753
754         * configure.ac: Support all v850 targets.
755         * configure: Regenerate.
756
757 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
758
759         PR bootstrap/44455
760         * configure.ac (extra_mpfr_configure_flags): Copy from
761         extra_mpc_gmp_configure_flags.
762         * configure: Re-generated.
763
764 2010-07-22  Andi Kleen  <ak@linux.intel.com>
765
766         * MAINTAINERS (Write After Approval): Add myself.
767
768 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
769
770         * MAINTAINERS (Write After Approval): Add myself.
771
772 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
773
774         * MAINTAINERS (Write After Approval): Add myself.
775
776 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
777
778         PR target/44862
779         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
780         Provide -B option to allow for link spec %s substitutions for
781         libstdc++.a on darwin.
782         * Makefile.in: Regenerate.
783
784 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
785
786         * MAINTAINERS (Reviewers): Update my e-mail address
787
788 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
789
790         * Makefile.def (configure-gcc): Depend on all-libelf.
791         * Makefile.in: Rebuild.
792
793 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
794
795         * MAINTAINERS (Write After Approval): Add myself in the right place.
796
797 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
798
799         * MAINTAINERS (Write After Approval): Add myself.
800
801 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
802
803         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
804
805 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
806
807         * config.sub: Update to version 2010-05-21.
808         * config.guess: Update to version 2010-04-03.
809
810 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
811
812         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
813         * configure: Regenerate.
814
815 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
816
817         * MAINTAINERS (Write After Approval): Add myself.
818
819 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
820
821         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
822         a platform that supports LTO.
823         * configure: Regenerate.
824
825 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
826
827         * configure.ac: Allow all the versions greater than 0.10 of PPL.
828         * configure: Regenerated.
829
830 2010-04-27  Roland McGrath  <roland@redhat.com>
831             H.J. Lu  <hongjiu.lu@intel.com>
832
833         * configure.ac (--enable-gold): Support both, both/gold and
834         both/bfd to add gold to configdirs without removing ld.
835         * configure: Regenerated.
836
837         * Makefile.def: Add install-gold dependency to install-ld.
838         * Makefile.in: Regenerated.
839
840 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
841
842         PR lto/42776
843         * configure.ac (--enable-lto): Refactor handling so libelf tests
844         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
845         and allow LTO to be explicitly enabled on non-ELF platforms that
846         are known to support it inside else-clause.
847         * configure: Regenerate.
848
849 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
850
851         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
852         * configure: Regenerate.
853
854 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
855
856         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
857         * configure: Regenerate.
858
859 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
860
861         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
862         separately.
863         * configure: Regenerate.
864
865 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
866
867         * MAINTAINERS (Write After Approval): Add myself.
868
869 2010-04-14  Tristan Gingold  <gingold@adacore.com>
870
871         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
872         * configure: Regenerate.
873
874 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
875
876         * configure: Regenerate after change to elf.m4.
877
878 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
879
880         * MAINTAINERS (Write After Approval): Add myself.
881
882 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
883
884         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
885         * configure: Regenerated.
886
887 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
888
889         * configure.ac: Print "buggy but acceptable" when CLooG
890         revision is less than 9.
891         * configure: Regenerated.
892
893 2010-04-01  Diego Novillo  <dnovillo@google.com>
894
895         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
896
897 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
898
899         PR bootstrap/43615
900         PR bootstrap/43328
901
902         Revert:
903
904         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
905
906         * configure.ac: Do not pass --enable-multilib nor
907         --disable-multilib in baseargs.  Accept explicitly passed
908         --enable_multilib.
909         * configure: Regenerate.
910
911 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
912
913         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
914
915 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
916
917         * MAINTAINERS: Remove myself.
918
919 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
920
921         PR bootstrap/43328
922         * configure.ac: Do not pass --enable-multilib nor
923         --disable-multilib in baseargs.  Accept explicitly passed
924         --enable_multilib.
925         * configure: Regenerate.
926
927 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
928
929         * MAINTAINERS (spu port): Remove me.
930
931 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
932
933         * configure.ac (tic6x-*-*): New case.
934         * configure: Regenerate.
935
936 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
937
938         * config.sub: Update to version 2010-03-22.
939         * config.guess: Update to version 2009-12-30.
940
941 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
942
943         PR ada/42554
944         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
945         * configure: Regenerate.
946
947 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
948
949         * MAINTAINERS: Update my email address.
950
951 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
952
953         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
954         (ghassan.shobaki@amd.com): Removed.
955
956 2010-03-17  Alan Modra  <amodra@gmail.com>
957
958         * MAINTAINERS: Update my email address.
959
960 2010-03-16  Diego Novillo  <dnovillo@google.com>
961
962         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
963         Matthews.
964
965 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
966
967         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
968         Gutson, Jeffrey D. Oldham and Mark Shinwell.
969
970 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
971
972         * MAINTAINERS: Update my email address.
973
974 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
975
976         * MAINTAINERS: Update my email address.
977
978 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
979
980         * MAINTAINERS: Update my email address.
981
982 2010-03-09  Jie Zhang  <jie@codesourcery.com>
983
984         * MAINTAINERS: Update my email address.
985
986 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
987
988         PR libstdc++/32499
989         * configure.ac (RANLIB): Default to true.
990         (STRIP): Likewise.
991         (RANLIB_FOR_TARGET): Remove superfluous : argument.
992         * configure: Regenerate.
993
994 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
995
996         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
997         (Write After Approval): Update my email address.
998
999 2010-02-17  Nick Clifton  <nickc@redhat.com>
1000
1001         PR 11238
1002         * Makefile.tpl (local-distclean): Also remove config.cache files in
1003         sub-directories as there may not be Makefiles present in the
1004         sub-directories.
1005         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1006         the config.cache files found by the find command.
1007
1008         * Makefile.in: Regenerate.
1009         * configure.ac: Revert previous delta.
1010         * configure: Regenerate.
1011
1012 2010-02-15  Nick Clifton  <nickc@redhat.com>
1013
1014         PR 11238
1015         * configure.ac: Delete config.cache files in sub-directories when
1016         deleting Makefiles.
1017         * configure: Regenerate.
1018
1019 2010-02-12  Ben Elliston  <bje@gnu.org>
1020
1021         * MAINTAINERS: Update my email address.
1022
1023 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1024
1025         * MAINTAINERS (spu port): Update my email address.
1026
1027 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1028
1029         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1030
1031 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1032
1033         * configure.ac: Add "recommended" version checks for GMP/MPC.
1034         Update recommended GMP/MPFR/MPC versions.
1035         * configure: Regenerate.
1036
1037 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1038
1039         * MAINTAINERS: Move my Embecosm email address into the
1040         write-after-approval section.
1041
1042 2010-01-26  Ian Lance Taylor  <iant@google.com>
1043
1044         * MAINTAINERS: Add myself as Go frontend maintainer.
1045
1046 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1047
1048         PR libstdc++/36101, PR libstdc++/42813
1049         * configure.ac (bootstrap_target_libs): Make inclusion of
1050         target-libgomp conditional on libgomb being in target_configdirs.
1051         * configure: Regenerate.
1052
1053 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1054
1055         PR libstdc++/36101, PR libstdc++/42813
1056         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1057         * configure: Regenerate.
1058
1059 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1060
1061         PR libstdc++/36101, PR libstdc++/42813
1062         * configure.ac (target_configdirs): Substitute.
1063         * Makefile.def: Bootstrap target module libgomp.
1064         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1065         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1066         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1067         * configure, Makefile.in: Regenerate.
1068
1069 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1070
1071         * MAINTAINERS: Adjust my details.
1072
1073 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1074
1075         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1076
1077 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1078
1079         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1080
1081 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1082
1083         * MAINTAINERS (Write After Approval): Add myself.
1084
1085 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1086
1087         * MAINTAINERS (Write After Approval): Add myself.
1088
1089 2010-01-11  Richard Guenther  <rguenther@suse.de>
1090
1091         PR lto/41569
1092         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1093         * Makefile.in: Regenerated.
1094
1095 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1096
1097         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1098         * configure: Regenerate.
1099
1100 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1101             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1102
1103         PR bootstrap/42424
1104         * configure.ac: Include libtool m4 files.
1105         (_LT_CHECK_OBJDIR): Call it.
1106         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1107         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1108
1109         * configure: Regenerate.
1110
1111 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1112
1113         PR bootstrap/41818
1114         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1115         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1116         * Makefile.in: Regenerate.
1117
1118 2010-01-02  Richard Guenther  <rguenther@suse.de>
1119
1120         PR lto/41529
1121         * configure.ac: Include config/elf.m4.  Disable LTO if not
1122         builting for an elf target.
1123         * configure: Regenerate.
1124
1125 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1126
1127         * MAINTAINERS: Change my email address.
1128
1129 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1130
1131         * config.sub, config.guess: Update from upstream sources.
1132
1133 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1134
1135         * MAINTAINERS (Write After Approval): Add myself.
1136
1137 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1138
1139         PR middle-end/30447
1140         PR middle-end/30789
1141         PR other/40302
1142
1143         * configure.ac: Require MPC.
1144         * configure: Regenerate.
1145
1146 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1147
1148         PR target/38384
1149         PR bootstrap/40972
1150         * libtool.m4: Sync from git Libtool.
1151         * ltoptions.m4: Likewise.
1152         * ltversion.m4: Likewise.
1153         * lt~obsolete.m4: Likewise.
1154         * ltmain.sh: Likewise.
1155
1156 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1157
1158         * configure.ac: Update minimum MPC version to 0.8.
1159         * configure: Regenerate.
1160
1161 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1162
1163         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1164         * configure: Regenerated.
1165
1166 2009-11-21  Ian Lance Taylor  <iant@google.com>
1167
1168         * configure.ac: Change default of poststage1_ldflags to be empty if
1169         poststage1_libs is set.  When poststage1_libs is empty, and
1170         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1171         * configure: Rebuild.
1172
1173 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1174
1175         * MAINTAINERS (Write After Approval): Update my email address.
1176
1177 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1178
1179         * config.guess: Update from upstream sources.
1180
1181 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1182
1183         * Makefile.def: Restore host and target settings for gmp.
1184         * Makefile.in: Rebuild.
1185
1186 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1187
1188         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1189         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1190         Fix portability of test of C++ as bootstrap language.  Add
1191         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1192         * configure: Rebuild.
1193         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1194         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1195         in-tree building.
1196         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1197         (POSTSTAGE1_HOST_EXPORTS): Use it.
1198         (STAGE[+id+]_CXXFLAGS): New.
1199         (BASE_FLAGS_TO_PASS): Pass it down.
1200         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1201         extra_exports.
1202         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1203         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1204         extra_exports.
1205         * Makefile.in: Rebuild.
1206
1207 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1208
1209         * config.sub, config.guess: Update from upstream sources.
1210
1211 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1212
1213         * MAINTAINERS (Write After Approval): Add myself.
1214
1215 2009-11-09  Jon Beniston  <jon@beniston.com>
1216
1217         * MAINTAINERS (Write After Approval): Add myself.
1218
1219 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1220
1221         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1222         paths for *-w64-mingw* and x86_64-*mingw*.
1223         * configure: Regenerated.
1224
1225 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1226
1227         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1228
1229 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1230
1231         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1232         Phil Edwards to Write-After Approval.
1233
1234 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1235
1236         * configure.ac: Disable target-winsup & co for
1237         x86_64-*-mingw* and *-w64-mingw* targets.
1238         * configure: Regenerated.
1239
1240 2009-10-16  Nick Clifton  <nickc@redhat.com>
1241
1242         * MAINTAINERS: Add myself as a maintainer for the RX port.
1243
1244 2009-10-26  Johannes Singler  <singler@kit.edu>
1245
1246         * MAINTAINERS (Write After Approval): Update my e-mail address.
1247
1248 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1249
1250         * configure.ac (CLooG test): Use = with test.
1251         * configure: Regenerate.
1252
1253 2009-10-22  Richard Guenther  <rguenther@suse.de>
1254
1255         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1256         cloog if the ppl version check failed.  Move flags saving
1257         before setting in libelf check.
1258         * configure: Regenerate.
1259
1260 2009-10-21  Richard Guenther  <rguenther@suse.de>
1261
1262         * configure.ac: Adjust the ppl and cloog configure to work as
1263         documented.  Disable cloog if ppl was disabled.  Omit the version
1264         checks if they were disabled.
1265         * configure: Re-generate.
1266
1267 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1268
1269         * configure.ac: Add 'lto' to enable_languages, not
1270         new_enable_languages, and only if not already present.
1271         * configure: Regenerate.
1272
1273 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1274
1275         * README: Refer to the various COPYING* files instead of just
1276         COPYING.
1277         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1278
1279 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1280
1281         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1282         
1283 2009-10-07  Richard Guenther  <rguenther@suse.de>
1284
1285         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1286         and Richard Guenther as reviewers.
1287         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1288         as reviewers.
1289
1290 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1291
1292         * config.sub: Update from upstream sources.
1293
1294 2009-10-06  Ian Lance Taylor  <iant@google.com>
1295
1296         * Makefile.def: check-gold depends upon all-gas.
1297         * Makefile.in: Rebuild.
1298
1299 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1300
1301         * MAINTAINERS (Write After Approval): Add myself.
1302
1303 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1304
1305         * Makefile.def: all-lto-plugin depends on all-libiberty.
1306         set bootstrap=true for lto-plugin.
1307         Add lto-plugin.
1308         * Makefile.in: Regenerate.
1309         * configure.ac (host_libs): Add lto-plugin.
1310         * configure: Regenerate.
1311
1312 2009-10-03  Diego Novillo  <dnovillo@google.com>
1313
1314         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1315         (HOST_LIBELFLIBS): Define.
1316         (HOST_LIBELFINC): Define.
1317         * Makefile.in: Regenerate.
1318         * configure.ac: Add --enable-lto.
1319         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1320         If --enable-lto is used, add 'lto' to new_enable_languages.
1321         If --enable-lto is used and gold is enabled, add
1322         lto-plugin to configdirs.
1323         * configure: Regenerate.
1324
1325 2009-10-03  Simon Baldwin  <simonb@google.com>
1326
1327         * configure.ac: If --with-system-zlib, suppress local zlib and
1328         pass --with-system-zlib to subdir configure scripts.
1329         * configure: Regenerate.
1330
1331 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1332             Paolo Bonzini  <bonzini@gnu.org>
1333
1334         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1335         $(srcdir).
1336         * Makefile.in: Rebuilt.
1337
1338 2009-09-26  Gary Funck  <gary@intrepid.com>
1339
1340         * MAINTAINERS (Write After Approval): Add myself.
1341
1342 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1343
1344         * configure.ac: Update minimum MPC version to 0.7.
1345         * configure: Regenerate.
1346
1347 2009-09-25  Nick Clifton  <nickc@redhat.com>
1348
1349         * configure.ac: Pass any --cache-file=/dev/null option on to
1350         subconfigures.
1351         * configure: Regenerate.
1352
1353 2009-09-23  Nick Clifton  <nickc@redhat.com>
1354
1355         * config.sub, config.guess: Update from upstream sources.
1356
1357 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1358
1359         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1360         * Makefile.in: Rebuilt.
1361
1362 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1363
1364         PR bootstrap/32272
1365         * configure.ac: Error out if $srcdir isn't '.' but contains
1366         host-${host_noncanonical}.
1367         * configure: Regenerate.
1368
1369 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1370
1371         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1372         maintainer.
1373
1374 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1375
1376         * configure.ac: If bootstrapping a combined tree with
1377         --enable-gold, require c++ in stage1_languages.
1378         * configure: Regenerate.
1379
1380         * configure.ac: Also add target_libs of stage1_languages to
1381         bootstrap_target_libs.
1382         * configure: Regenerate.
1383
1384         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1385         with --enable-languages not containing c++.
1386         * configure: Regenerate.
1387
1388 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1389
1390         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1391         * configure: Regenerate.
1392
1393 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1394
1395         * MAINTAINERS (Write After Approval): Update my e-mail address,
1396         and move from from here...
1397         (Waiting for paperwork): To here.
1398
1399 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1400
1401         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1402
1403 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1404
1405         * configure.ac: Do not use $extrasub for replacing @if/@endif
1406         parts in Makefile; instead, use additional arguments to
1407         AC_CONFIG_COMMANDS to do the replacement manually, with several
1408         sed invocations, to avoid HP-UX sed command limits.
1409         * configure: Regenerate.
1410
1411 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1412
1413         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1414         blank before -L.
1415
1416 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1417
1418         * configure.ac (with-build-config): Document.  Handle without.
1419         Handle missing argument.
1420         * configure: Rebuilt.
1421
1422 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1423
1424         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1425         Default to bootstrap-debug only if compare-debug works.
1426         * configure: Rebuilt.
1427         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1428         * Makefile.in: Rebuilt.
1429
1430 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1431
1432         * MAINTAINERS (OS Port Maintainers): Update my email address.
1433
1434 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1435
1436         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1437         * Makefile.in: Rebuilt.
1438
1439 2009-09-01  Chris Demetriou  <cgd@google.com>
1440
1441         * MAINTAINERS (Write After Approval): Add myself.
1442
1443 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1444
1445         PR debug/30161
1446         * include/dwarf2.h (enum dwarf_tag): Added
1447         DW_TAG_GNU_template_template_param
1448         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1449
1450 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1451
1452         * Makefile.tpl (AWK): Fix typo.
1453         * Makefile.in: Regenerate.
1454
1455 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1456
1457         * configure.ac: Detect awk and sed.
1458         * Makefile.def (flags_to_pass): Add AWK and SED.
1459         * Makefile.tpl (AWK, SED): New.
1460         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1461         * configure: Regenerate.
1462         * Makefile.in: Regenerate.
1463
1464 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1465
1466         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1467         (collapseslashes): Likewise.
1468
1469 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1470
1471         * configure.ac (AC_PREREQ): Bump to 2.64.
1472
1473 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1474
1475         * configure.ac: Remove --with-datarootdir, --with-docdir,
1476         --with-pdfdir, --with-htmldir switches.
1477         * configure: Regenerate.
1478
1479         * configure: Regenerate.
1480
1481         * compile: Sync from Automake 1.11.
1482         * depcomp: Likewise.
1483         * install-sh: Likewise.
1484         * missing: Likewise.
1485         * mkinstalldirs: Likewise.
1486         * ylwrap: Likewise.
1487
1488 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1489
1490         * ltmain.sh (func_normal_abspath): New function.
1491         (func_relative_path): Likewise.
1492         (func_mode_help): Document new -bindir option for link mode.
1493         (func_mode_link): Add new -bindir option, and use it to place
1494         output DLL if specified.
1495
1496 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1497
1498         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1499         (baseargs): Add --disable-option-checking.
1500         * configure: Regenerate.
1501
1502         * Makefile.def (configure-target-libiberty): Depend on
1503         all-binutils and all-ld.
1504         (configure-target-newlib): Likewise.
1505         * Makefile.in: Regenerate.
1506
1507 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1508
1509         * config.sub, config.guess: Update from upstream sources.
1510
1511 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1512
1513         Sync from src, merge:
1514
1515         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1516
1517         * configure.ac: Do not exclude gas for i386-*-darwin.
1518         Add a case for x86_64-*-darwin.
1519         * configure: Regenerate.
1520
1521 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1522
1523         * MAINTAINERS: Add my name to Write After Approval list.
1524
1525 2009-08-06  Michael Eager  <eager@eagercon.com>
1526
1527         * configure.ac: Add Microblaze target.
1528         * configure: Regenerate.
1529
1530 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1531
1532         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1533         * configure: Regenerate.
1534         
1535 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1536
1537         * MAINTAINERS (Write After Approval): Update my e-mail address.
1538
1539 2009-07-06  Ian Lance Taylor  <iant@google.com>
1540
1541         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1542         * configure: Rebuild.
1543
1544 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1545
1546         * MAINTAINERS: Move myself to the Graphite Reviewers.
1547
1548 2009-06-30  Wei Guozhi  <carrot@google.com>
1549
1550         * MAINTAINERS: Add my name to Write After Approval list.
1551
1552 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1553
1554         PR bootstrap/40338
1555         * configure.ac (comparestring): Create new variable.
1556         * Makefile.tpl (comparestring): Use to skip some comparisions.
1557         * configure: Regenerate.
1558         * Makefile.in: Regenerate.
1559
1560 2009-06-26  Doug Evans  <dje@sebabeach.org>
1561
1562         * Makefile.def (host_modules): Add cgen.
1563         * Makefile.in: Regenerate.
1564         * configure.ac (host_tools): Add cgen.
1565         * configure: Regenerate.
1566
1567 2009-06-23  DJ Delorie  <dj@redhat.com>
1568
1569         * MAINTAINERS: Add myself as mep maintainer.
1570
1571 2009-06-23  Ian Lance Taylor  <iant@google.com>
1572
1573         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1574         boot_languages.  Only bootstrap target libraries listed in
1575         target_libs for some boot language.  Add --with-stage1-ldflags,
1576         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1577         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1578         if not building with C++.
1579         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1580         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1581         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1582         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1583         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1584         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1585         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1586         * configure, Makefile.in: Rebuild.
1587
1588 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1589
1590         * MAINTAINERS: Added my name to write-after-approval list.
1591
1592 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1593
1594         * configure.ac: Define is_elf for QNX Neutrino targets.
1595         * configure: Regenerate.
1596
1597 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1598
1599         * MAINTAINERS: Added my name to the write-after-approval list
1600
1601 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1602
1603         * configure.ac: Detect MPC in default directory.
1604         * configure: Regenerate.
1605
1606 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1607             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1608
1609         * Makefile.tpl (all): Avoid a trailing backslash.
1610         * Makefile.in: Regenerate.
1611
1612 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1613
1614         * config.sub, config.guess: Update from upstream sources.
1615
1616 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1617
1618         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1619         to noconfdirs.
1620         * configure: Regenerate.
1621
1622 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1623
1624         * Makefile.tpl ([+compare-target+]): Compare all stage
1625         directories, rather than just gcc.
1626         * Makefile.in: Rebuilt.
1627
1628 2009-06-01  Doug Kwan  <dougkwan@google.com>
1629
1630         * configure.ac: Support gold for target arm*-*-*.
1631         * configure: Regenerate.
1632
1633 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1634
1635         * Makefile.def: Add MPC support and dependencies.
1636         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1637
1638         * Makefile.in, configure: Regenerate.
1639
1640 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1641
1642         * Makefile.tpl (all): Avoid harmless warning in make all when
1643         gcc-bootstrap is enabled but stage_last does not exist.
1644         * Makefile.in: Rebuilt.
1645
1646 2009-05-24  Nicolas Roche  <roche@adacore.com>
1647
1648         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1649         * Makefile.in: Regenerate.
1650
1651 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1652
1653         * MAINTAINERS: Update my e-mail address.
1654
1655 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1656
1657         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1658         * configure:  Regenerate.
1659
1660 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1661
1662         PR other/40159
1663         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1664         gcc-no-bootstrap are mutually exclusive.
1665         * Makefile.in: Rebuilt.
1666
1667 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1668
1669         PR other/40159
1670         * Makefile.tpl (all): Don't end with unconditional success.
1671         * Makefile.in: Rebuilt.
1672
1673 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1674
1675         PR target/37137
1676         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1677         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1678         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1679         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1680         stage_configureflags, stage_cflags and stage_libcflags into
1681         explicit Makefile macros.
1682         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1683         GFORTRAN.
1684         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1685         CC.  Set CC_FOR_BUILD from CC.
1686         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1687         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1688         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1689         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1690         and GFORTRAN.
1691         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1692         (_LIBCFLAGS): Renamed to _TFLAGS.
1693         (do-compare-debug, do-compare3-debug): Drop.
1694         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1695         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1696         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1697         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1698         (XGCC_FLAGS_FOR_TARGET): New.
1699         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1700         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1701         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1702         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1703         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1704         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1705         TFLAGS.
1706         (BUILD_CONFIG): Include if requested.
1707         (all): Set TFLAGS on bootstrap.
1708         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1709         (all-stageid-prefixmodule): Likewise.
1710         (do-clean, distclean-stageid): Set TFLAGS.
1711         (restrap): Fix whitespace.
1712         * Makefile.in: Rebuilt.
1713
1714 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1715
1716         * config.guess: Sync with src.
1717
1718 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1719
1720         * configure.ac ($with_ppl):  Default to no if not supplied.
1721         ($with_cloog):  Likewise.
1722         configure:  Regenerate.
1723
1724 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1725
1726         * MAINTAINERS: Update my e-mail address.
1727
1728 2009-04-27  Nick Clifton  <nickc@redhat.com>
1729
1730         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1731
1732 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1733
1734         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1735         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1736         * Makefile.in: Regenerate.
1737
1738 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1739
1740         PR bootstrap/39739
1741         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1742         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1743
1744         * configure, Makefile.in: Regenerate.
1745
1746 2009-04-21  Taras Glek  <tglek@mozilla.com>
1747
1748         * include/hashtab.h: Update GTY annotations to new syntax
1749         * include/splay-tree.h: Likewise
1750
1751 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1752
1753         * config.sub, config.guess: Update from upstream sources.
1754
1755 2009-04-15  Anthony Green  <green@moxielogic.com>
1756
1757         * configure.ac: Add moxie support.
1758         * configure: Rebuilt.
1759
1760 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1761
1762         * configure.ac: Change copyright header to refer to version
1763         3 of the GNU General Public License and to point readers at the
1764         COPYING3 file and the FSF's license web page.
1765         * Makefile.def: Likewise.
1766         * Makefile.tpl: Likewise.
1767         * Makefile.in: Regenerate.
1768
1769 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1770
1771         * configure.ac: Restore match for darwin9 or later. Use double
1772         brackets since regeneration eats one pair.
1773         * configure: Regenerate.
1774
1775 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1776
1777         PR gas/10039
1778         * configure.ac: Require texinfo 4.7.
1779         * configure: Regenerated.
1780
1781 2009-04-09  Nick Clifton  <nickc@redhat.com>
1782
1783         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1784         the GCC Runtime Library Exception.
1785
1786 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1787
1788         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1789         * configure: Regenerate.
1790
1791 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1792
1793         * Makefil.def (languages): New entries.
1794         * Makefile.tpl (check-gcc-*): New generic target.
1795         * Makefile.in: Regenerate.
1796
1797 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1798
1799         * MAINTAINERS:  Update my email address.
1800
1801 2009-03-18  Tom Tromey  <tromey@redhat.com>
1802
1803         * configure: Rebuild.
1804         * configure.ac (host_libs): Add libiconv.
1805         * Makefile.in: Rebuild.
1806         * Makefile.def (host_modules): Add libiconv.
1807         (configure-gdb, all-gdb): Depend on libiconv.
1808
1809 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1810
1811         * configure.ac: Treat gdb as supported on x86_64-darwin.
1812         * configure: Regenerate.
1813
1814 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1815
1816         * configure.ac (--with-host-libstdcxx): New option.
1817         * configure: Regenerate.
1818
1819 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1820
1821         * MAINTAINERS:  Move myself into the write after approval list.
1822
1823 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1824
1825         * MAINTAINERS: Update e-mail address.
1826         
1827 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1828
1829         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1830
1831 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1832
1833         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1834
1835 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1836
1837         Backport from git Libtool:
1838
1839         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1840         Support GNU/kOpenSolaris.
1841         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1842         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1843         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1844         GNU/kOpenSolaris.
1845
1846 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1847
1848         * MAINTAINERS: Update e-mail address.
1849
1850 2009-02-24  Michael Eager  <eager@eagercon.com>
1851
1852         * MAINTAINERS (Write After Approval): Add self.
1853
1854 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1855
1856         * MAINTAINERS (Write After Approval): Add myself.
1857
1858 2009-02-05  Andreas Schwab  <schwab@suse.de>
1859
1860         * Makefile.tpl (stage_last): Define $r and $s before using
1861         $(RECURSE_FLAGS_TO_PASS).
1862         * Makefile.in: Regenerate
1863
1864 2009-01-30  Ian Lance Taylor  <iant@google.com>
1865
1866         * MAINTAINERS: Move myself to the Global Reviewers list.
1867
1868 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1869
1870         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1871         * configure: Regenerate.
1872
1873 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1874
1875         * MAINTAINERS: Make whitespace consistent.
1876         Remove Robert Millan from Write After Approval.
1877
1878 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1879
1880         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1881         (all-opcodes): Depend on all-libiberty.
1882         * Makefile.in: Regenerate.
1883
1884 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1885
1886         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1887         * configure: Regenerate.
1888
1889 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1890
1891         * MAINTAINERS (Write After Approval): Add myself.
1892
1893 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1894
1895         * MAINTAINERS: Add myself to reviewers (Fortran).
1896
1897 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1898
1899         PR tree-optimization/38515
1900         * configure.ac (cloog-polylib): Removed.
1901         (with_ppl, with_cloog): Test for "no".
1902         * configure: Regenerated.
1903
1904 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1905
1906         * MAINTAINERS: Moved myself to reviewers (Fortran).
1907
1908 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1909
1910         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1911         (Write After Approval): Remove myself.
1912
1913 2009-01-03  Diego Novillo  <dnovillo@google.com>
1914
1915         * MAINTAINERS: Remove myself from alias maintainership.
1916
1917 2009-01-02  David Ayers  <ayers@fsfe.org>
1918
1919         * MAINTAINERS: Update e-mail address.
1920
1921 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1922
1923         * MAINTAINERS: Make whitespace consistent.
1924
1925 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1926
1927         Backport from upstream Libtool:
1928         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1929         Add cache variables to tests that require the linker to work.
1930         For shlibpath_overrides_runpath, this also changes the semantics
1931         to let the result from the C compiler take precedence.
1932
1933 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1934
1935         * config.sub, config.guess: Update from upstream sources.
1936
1937 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1938
1939         * configure.ac (ppllibs): Add by default the lib flags.
1940         * configure: Regenerate.
1941
1942 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1943
1944         * MAINTAINERS:  Add myself to the write after approval list.
1945
1946 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1947
1948         * configure.ac: Add double brackets on darwin[912].
1949         * configure: Regenerate.
1950
1951 2008-12-03  Daniel Kraft  <d@domob.eu>
1952
1953         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1954         Approval to Reviewer section (for Fortran front-end).
1955
1956 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1957
1958         * configure.ac: Expand to darwin10 and later.
1959         * configure: Regenerate.
1960
1961 2008-12-02  Andreas Schwab  <schwab@suse.de>
1962
1963         * Makefile.def: configure-target-boehm-gc depends on
1964         all-target-libstdc++-v3.
1965         * Makefile.in: Regenerate.
1966
1967 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1968
1969         * MAINTAINERS:  Add myself as mingw maintainer.
1970
1971 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1972
1973         * config.sub, config.guess: Update from upstream sources.
1974
1975 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1976
1977         * README.SCO: Remove.
1978
1979 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1980
1981         * MAINTAINERS:  Add myself to the write after approval list.
1982
1983 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1984
1985         * MAINTAINERS:  Update my email address in WAA section.
1986
1987 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1988
1989         * MAINTAINERS: Update e-mail address.
1990
1991 2008-11-27  Toon Moene  <toon@moene.org>
1992
1993         * MAINTAINERS: Change e-mail address.
1994
1995 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1996
1997         * configure.ac: Build gdb for i?86-*-darwin*
1998         * configure: Regenerated.
1999
2000 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2001
2002         * MAINTAINERS: Added my full name.
2003
2004 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2005
2006         PR bootstrap/38014
2007         PR bootstrap/37923
2008
2009         Revert:
2010
2011         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2012
2013         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2014         * Makefile.in: Regenerated.
2015
2016         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2017
2018         PR gdb/921
2019         PR gdb/1646
2020         PR gdb/2175
2021         PR gdb/2176
2022
2023         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2024         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2025         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2026         (HOST_EXPORTS): Pass CPPFLAGS.
2027         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2028         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2029         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2030         * Makefile.in, configure: Regenerated.
2031         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2032         and CPPFLAGS_FOR_BUILD.
2033
2034 2008-11-06  Jeff Law  <law@redhat.com>
2035
2036         * MAINTAINERS: Add myself as middle end maintainer.
2037
2038 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2039
2040         * MAINTAINERS (Write after approval): Add myself.
2041
2042 2008-11-05  Diego Novillo  <dnovillo@google.com>
2043
2044         * MAINTAINERS (Global Reviewers): Add myself.
2045         (Non-Algorithmic Maintainers): Remove myself.
2046
2047 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2048
2049         * MAINTAINERS (Write after approval): Add myself.
2050
2051 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2052
2053         * MAINTAINERS (Write after approval): Add myself.
2054
2055 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2056
2057         * configure.ac (spu-*-*): Remove special case.
2058         * configure: Regenerate.
2059
2060 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2061
2062         * MAINTAINERS (Write after approval): Update my email address.
2063
2064 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2065
2066         * configure.ac [spu-*-*]: Do not set skipdirs.
2067         * configure: Re-generate.
2068
2069 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2070
2071         * MAINTAINERS (Various Maintainers): Add myself to reload.
2072
2073 2008-10-25  Richard Guenther  <rguenther@suse.de>
2074
2075         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2076         maintainer.  Remove myself as libgcc-math maintainer.
2077         (Non-Algorithmic Maintainers): Remove myself.
2078
2079 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2080
2081         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2082         * Makefile.in: Regenerated.
2083
2084 2008-10-23  Cary Coutant  <ccoutant@google.com>
2085
2086         * MAINTAINERS (Write after approval): Add myself.
2087
2088 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2089
2090         PR gdb/921
2091         PR gdb/1646
2092         PR gdb/2175
2093         PR gdb/2176
2094
2095         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2096         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2097         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2098         (HOST_EXPORTS): Pass CPPFLAGS.
2099         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2100         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2101         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2102         * Makefile.in, configure: Regenerated.
2103         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2104         and CPPFLAGS_FOR_BUILD.
2105
2106 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2107
2108         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2109         Sebastian Pop.
2110
2111 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2112
2113         * MAINTAINERS (Write After Approval): Added myself.
2114
2115 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2116
2117         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2118         recommended version to 2.3.2.
2119
2120         * configure: Regenerate.
2121
2122 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2123
2124         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2125
2126 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2127
2128         * MAINTAINERS (Write After Approval): Update e-mail address.
2129
2130 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2131
2132         * libtool.m4: Update to libtool 2.2.6.
2133         * lt~obsolete.m4: Update to libtool 2.2.6.
2134         * ltmain.sh: Update to libtool 2.2.6.
2135         * ltsugar.m4: Update to libtool 2.2.6.
2136         * ltversion.m4: Update to libtool 2.2.6.
2137         * ltoptions.m4: Update to libtool 2.2.6.
2138         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2139
2140 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2141
2142         * MAINTAINERS (Write After Approval): Add myself.
2143
2144 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2145
2146         * MAINTAINERS (Write After Approval): Update my name.
2147
2148 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2149
2150         * MAINTAINERS: Add myself in "Write After Approval".
2151
2152 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2153
2154         * MAINTAINERS: Add myself as ia64 maintainer.
2155
2156 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2157
2158         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2159         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2160         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2161         and Michael Tiemann from Write After Approval since they do not
2162         actually have access.
2163
2164 2008-09-05  Richard Guenther  <rguenther@suse.de>
2165
2166         * configure.ac: Initialize clooglibs to -lcloog.
2167         * configure: Re-generate.
2168
2169 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2170
2171         * MAINTAINERS (Write After Approval): Add myself.
2172
2173 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2174
2175         * configure.ac (--with-cloog-polylib): New.
2176         (--disable-cloog-version-check): New.
2177         (--disable-ppl-version-check): New.
2178         * configure: Re-generate.
2179
2180 2008-09-03  Richard Guenther  <rguenther@suse.de>
2181
2182         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2183         cloog test.
2184         * configure: Re-generate.
2185
2186 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2187
2188         Add picoChip port.
2189         * MAINTAINERS: Add picoChip maintainers.
2190
2191 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2192             Tobias Grosser  <grosser@fim.uni-passau.de>
2193             Jan Sjodin  <jan.sjodin@amd.com>
2194             Harsha Jagasia  <harsha.jagasia@amd.com>
2195             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2196             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2197             Adrien Eliche  <aeliche@isty.uvsq.fr>
2198
2199         Merge from graphite branch.
2200         * configure: Regenerate.
2201         * Makefile.in: Regenerate.
2202         * configure.ac (host_libs): Add ppl and cloog.
2203         Add checks for PPL and CLooG.
2204         * Makefile.def (ppl, cloog): Added modules and dependences.
2205         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2206         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2207
2208 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2209
2210         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2211         (GCC_SHLIB_SUBDIR): New.
2212         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2213         * configure: Regenerate.
2214         * Makefile.in: Regenerate.
2215
2216 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2217
2218         * MAINTAINERS: Consistently use tabs to separate columns.
2219
2220 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2221
2222         * MAINTAINERS (Write after Approval): Add myself.
2223
2224 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2225
2226         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2227         Enable bfd, binutils and opcodes.
2228         * configure: Regenerate.
2229
2230 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2231
2232         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2233
2234 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2235
2236         * MAINTAINERS:  Use correct Umlaut for last name.
2237
2238 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2239
2240         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2241
2242 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2243
2244         * MAINTAINERS: Update my email address.
2245
2246 2008-08-16  Nicolas Roche  <roche@adacore.com>
2247
2248         * Makefile.tpl: Add BOOT_ADAFLAGS.
2249         * Makefile.in: Regenerate.
2250
2251 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2252
2253         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2254         * configure: Regenerate.
2255
2256 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2257
2258         * configure.ac: Add makefile fragments for hpux.
2259         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2260         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2261         * configure: Regenerate.
2262         * Makefile.in: Regenerate.
2263
2264 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2265
2266         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2267
2268 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2269
2270         * MAINTAINERS (Write after Approval): Add myself.
2271
2272 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2273
2274         * MAINTAINERS (Write After Approval):  Add myself.
2275
2276 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2277
2278         * MAINTAINERS (Write After Approval):  Add myself.
2279
2280 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2281
2282         * MAINTAINERS: Update my email address.
2283
2284 2008-06-25  Joey Ye  <joey.ye@intel.com>
2285
2286         * MAINTAINERS (Write After Approval):  Add myself.
2287
2288 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2289
2290         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2291         * Makefile.in: Regenerate.
2292         * configure: Regenerate.
2293
2294 2008-06-17  Daniel Kraft  <d@domob.eu>
2295
2296         * MAINTAINERS (Write After Approval):  Add myself.
2297
2298 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2299
2300         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2301         "$@" is still intact with both Autoconf 2.59 and 2.62.
2302         * configure: Regenerate.
2303
2304 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2305
2306         * Makefile.tpl: Fix comment errors.
2307         * Makefile.in: Regenerate.
2308
2309 2008-06-12  David S. Miller  <davem@davemloft.net>
2310             David Edelsohn  <edelsohn@gnu.org>
2311
2312         * configure.ac: Add powerpc*-*-* to gold supported targets.
2313         * configure: Regenerate.
2314
2315 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2316
2317         PR tree-optimization/36218
2318         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2319         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2320         (all prefix="build-"): Pass them to build-system sub-makes.
2321         * Makefile.in: Regenerate.
2322
2323 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2324
2325         * MAINTAINERS (mt port): Remove.
2326         (sco5, unixware, sco udk): Remove.
2327         (Kean Johnston): Add to Write After Approval.
2328
2329 2008-05-30  Julian Brown  <julian@codesourcery.com>
2330
2331         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2332         of libobjc for ARM EABI Linux.
2333         * configure: Regenerate.
2334
2335 2008-05-18  Xinliang David Li   <davidxl@google.com>
2336
2337         * ChangeLog: Remove wrong ChangeLog entry.
2338
2339 2008-05-17  Xinliang David Li   <davidxl@google.com>
2340
2341         * MAINTAINERS (Write After Approval): Add myself.
2342
2343 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2344
2345         * MAINTAINERS (Write After Approval): Add myself.
2346
2347 2008-05-14  Rafael Espíndola  <espindola@google.com>
2348
2349         * config-ml.in: don't handle --enable-shared and --enable-static.
2350
2351 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2352
2353         * MAINTAINERS: Update my email address.
2354
2355 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2356
2357         * MAINTAINERS: Update my email address.
2358
2359 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2360
2361         * MAINTAINERS (Write After Approval): Add myself.
2362
2363 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2364
2365         * MAINTAINERS (Write After Approval): Add myself.
2366
2367 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2368
2369         * MAINTAINERS (crx): Add myself.
2370
2371 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2372
2373         Sync with src:
2374         2008-04-14  David S. Miller  <davem@davemloft.net>
2375
2376         * configure.ac: Add sparc*-*-* to gold supported targets.
2377         * configure: Regenerate.
2378
2379 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2380
2381         PR bootstrap/35457
2382         * configure.ac: Include override.m4.
2383         * configure: Regenerate.
2384
2385 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2386
2387         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2388         * Makefile.in: Regenerate.
2389
2390 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2391
2392         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2393         as nonconfigurable directories list.
2394         * configure: Regenerate.
2395
2396 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2397
2398         * config.sub, config.guess: Update from upstream sources.
2399
2400 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2401
2402         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2403         * Makefile.in: Regenerate.
2404
2405 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2406
2407         * configure.ac: Do not build libssp for the AVR.
2408         * configure: Regenerate.
2409
2410 2008-04-07  Ian Lance Taylor  <iant@google.com>
2411
2412         * Makefile.def: check-gold depends upon all-binutils.
2413         * Makefile.in: Regenerate.
2414
2415 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2416
2417         * MAINTAINERS (Write After Approval): Add myself.
2418
2419 2008-04-04  Nick Clifton  <nickc@redhat.com>
2420
2421         PR binutils/4334
2422         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2423         builds.
2424         * configure: Regenerate.
2425
2426 2008-04-04  NightStrike  <NightStrike@gmail.com>
2427
2428         PR other/35151
2429         * configure.ac: Combine rules for mingw32 and mingw64.
2430         * configure: Regenerate.
2431
2432 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2433
2434         * MAINTAINERS (Write After Approval): Add myself.
2435
2436 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2437
2438         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2439         * Makefile.in (.NOTPARALLEL): Ditto.
2440
2441 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2442
2443         * MAINTAINERS (Write After Approval): Add myself.
2444
2445 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2446
2447         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2448         * Makefile.in (.NOTPARALLEL): Regenerate.
2449
2450 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2451
2452         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2453         * Makefile.in: Regenerate.
2454
2455 2008-03-26  Jakub Staszak  <kuba@et.pl>
2456
2457         * MAINTAINERS (Write After Approval): Add myself.
2458
2459 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2460
2461         * MAINTAINERS:  Update e-mail address.
2462
2463 2008-03-20  Ian Lance Taylor  <iant@google.com>
2464
2465         * configure.ac: Add support for --enable-gold.
2466         * Makefile.def: Add gold as a directory like ld.
2467         * configure, Makefile.in: Regenerate.
2468
2469 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2470
2471         * configure.ac: m4_include config/proginstall.m4.
2472         * configure: Regenerate.
2473
2474         Backport from upstream Libtool:
2475
2476         2007-10-12  Eric Blake  <ebb9@byu.net>
2477
2478         Deal with Autoconf 2.62's semantic change in m4_append.
2479         * ltsugar.m4 (lt_append): Replace broken versions of
2480         m4_append.
2481         (lt_if_append_uniq): Don't require separator to be overquoted,
2482         and avoid broken m4_append.
2483         (lt_dict_add): Fix typo.
2484         * libtool.m4 (_LT_DECL): Don't overquote separator.
2485
2486 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2487
2488         * config.rpath: Add AIX 6 support.
2489
2490 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2491
2492         * Makefile.def (stageprofile).  Remove -fprofile-generate
2493         from stage_libcflags.
2494         * Makefile.in: Regenerate.
2495
2496 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2497
2498         * config.sub, config.guess: Update from upstream sources.
2499
2500 2008-03-06  Tom Tromey  <tromey@redhat.com>
2501
2502         * MAINTAINERS: Update for treelang deletion.
2503
2504 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2505
2506         * MAINTAINERS: Update my email address.
2507
2508 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2509
2510         * MAINTAINERS (darwin port): Add myself as a maintainer.
2511         (objective-c/c++): Add myself as a maintainer.
2512
2513 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2514
2515         * MAINTAINERS (Write After Approval): Update my email address.
2516
2517 2008-02-25  Tomas Bily  <tbily@suse.cz>
2518
2519         * MAINTAINERS (Write After Approval): Add myself.
2520
2521 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2522
2523         * MAINTAINERS (OpenMP): Add myself.
2524
2525 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2526
2527         PR bootstrap/32009
2528         PR bootstrap/32161
2529
2530         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2531         * configure: Regenerate.
2532
2533         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2534         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2535         STAGE4_LIBCFLAGS): New.
2536         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2537         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2538         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2539         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2540         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2541         for target modules.  Don't export LIBCFLAGS.
2542         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2543         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2544         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2545         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2546         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2547         * Makefile.in: Regenerate.
2548
2549 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2550
2551         PR libgcj/33085
2552         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2553         Do not use -DDLL_EXPORT.  Backport from upstream.
2554
2555 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2556
2557         * MAINTAINERS (Write After Approval): Add myself.
2558
2559 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2560
2561         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2562         * configure: Regenerate.
2563
2564 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2565
2566         * configure.ac (xtensa*-*-*): Recognize processor variants.
2567         * configure: Regenerate.
2568
2569 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2570
2571         PR bootstrap/34922
2572         * configure.ac (PARSE_ARGS): Push suitable setting of
2573         ac_subdirs_all, for `./configure --help=recursive'.
2574         Handle `+' in generic toplevel directory disabling.
2575         * configure: Regenerate.
2576
2577 2008-01-28  Nick Clifton  <nickc@redhat.com>
2578
2579         * MAINTAINERS (xstormy16): Take over maintainership.
2580
2581 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2582
2583         * MAINTAINERS (c4x port): Remove.
2584
2585 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2586
2587         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2588
2589 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2590
2591         * config.sub, config.guess: Update from upstream sources.
2592
2593 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2594
2595         * MAINTAINERS (Write After Approval): Add myself.
2596
2597 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2598
2599         * MAINTAINERS: Update my email address.
2600
2601 2008-01-09  Raksit Ashok  <raksit@google.com>
2602
2603         * MAINTAINERS (Write After Approval): Add myself.
2604
2605 2008-01-09  Raksit Ashok  <raksit@google.com>
2606
2607         * MAINTAINERS (Write After Approval): Add myself.
2608
2609 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2610
2611         * config.sub, config.guess: Update from upstream sources.
2612
2613 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2614
2615         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2616         Change recommended MPFR from 2.2.1 -> 2.3.0.
2617         * configure: Regenerate.
2618
2619 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2620
2621         * MAINTAINERS: Update my email address.
2622
2623 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2624
2625         * MAINTAINERS: Update my email address.
2626
2627 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2628
2629         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2630         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2631         * Makefile.in: Regenerate.
2632
2633 2007-12-10  Mark Heffernan  <meheff@google.com>
2634
2635         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2636         misplaced entries.
2637
2638 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2639
2640         * configure.ac: Enable libjava for x86_64-*-darwin9.
2641         * configure: Regenerate.
2642
2643 2007-12-07  Bill Maddox  <maddox@google.com>
2644
2645         * MAINTAINERS (Write After Approval): Add myself.
2646
2647 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2648
2649         * config.sub, config.guess: Update from upstream sources.
2650
2651 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2652
2653         * config-ml.in: Remove 64bit configure tests.
2654
2655 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2656
2657         * config-ml.in: Robustify against white space in absolute file
2658         names.
2659
2660         * config-ml.in (multi-clean): Substitute ${Makefile}.
2661         Remove superfluous ${Makefile} in list.
2662
2663 2007-11-19  Thiemo Seufer  <ths@mips.com>
2664
2665         * config-ml.in: Don't hardcode the Makefile name.
2666
2667 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2668
2669         * MAINTAINERS (Write After Approval): Add myself.
2670
2671 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2672
2673         * MAINTAINERS (Write After Approval): Add myself.
2674
2675 2007-11-06  Doug Kwan  <dougkwan@google.com>
2676
2677         * MAINTAINERS (Write After Approval): Add myself.
2678
2679 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2680
2681         * MAINTAINERS (mercury): Remove entry.
2682         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2683
2684 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2685
2686         * Makefile.def (dependencies): Make configure-gdb depend on
2687         all-intl.
2688         * Makefile.in: Regenerated.
2689
2690 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2691
2692         * MAINTAINERS (Fortran maintainer): Remove myself.
2693
2694 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2695
2696         * Makefile.def: To avoid problems running with parallel makes,
2697         build newlib before libgloss so that target specific header
2698         files are availble.
2699         * Makefile.in: Regenerate
2700
2701 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2702
2703         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2704         * Makefile.in: Regenerate.
2705
2706 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2707
2708         * MAINTAINERS (Register allocation reviewer): Add myself.
2709
2710 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2711
2712         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2713         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2714         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2715         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2716         * configure: Regenerate.
2717
2718 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2719
2720         * MAINTAINERS (Register allocation reviewer): Add myself.
2721
2722 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2723
2724         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2725         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2726         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2727         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2728         * configure.ac: Default them to host tools for $host = $build.
2729         Subst them.
2730
2731         * configure: Regenerate.
2732         * Makefile.in: Regenerate.
2733
2734 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2735
2736         * MAINTAINERS (Register allocation reviewer): Add myself.
2737
2738 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2739
2740         * MAINTAINERS (Register allocation reviewer): Add myself.
2741
2742 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2743
2744         * MAINTAINERS (Write After Approval): Fix typo.
2745
2746 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2747
2748         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2749         * configure: Regenerate.
2750
2751 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2752
2753         PR bootstrap/31906
2754         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2755         they're already prefixed.
2756
2757 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2758
2759         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2760         libstdc++.
2761         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2762         * configure: Regenerate.
2763         * Makefile.in: Regenerate.
2764
2765 2007-09-17  Andreas Schwab  <schwab@suse.de>
2766
2767         * configure.ac: Raise minimum makeinfo version to 4.6.
2768         * configure: Regenerate.
2769
2770 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2771
2772         * MAINTAINERS (write-after-approval) add myself
2773
2774 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2775
2776         * configure.ac: Correct makeinfo version check.
2777         * configure: Regenerate.
2778
2779 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2780
2781         * MAINTAINERS: Update my email address.
2782
2783 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2784
2785         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2786         to $skipdirs and only disable gprof for newlib.  Use the normal
2787         mips*-elf* handling in other respects.
2788         * configure: Regnerate.
2789
2790 2007-09-12  David Daney  <ddaney@avtrex.com>
2791
2792         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2793         enabling libgcj.
2794         * configure: Regenerate.
2795
2796 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2797
2798         PR other/32154
2799         * configure.ac: For libgloss targets, point the linker to the linker
2800         script, startup code and simulator library.
2801         * configure: Regenerate.
2802
2803 2007-09-07  Andrew Haley  <aph@redhat.com>
2804
2805         * configure.ac (noconfigdirs): Remove target-libffi and
2806         target-libjava.
2807         * configure: Regenerate.
2808
2809 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2810
2811         PR target/33281
2812         * configure.ac: Use config/mh-mingw on mingw.
2813         * configure: Regenerate.
2814
2815 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2816
2817         * MAINTAINERS (Write After Approval): Add myself.
2818
2819 2007-09-05  Richard Guenther  <rguenther@suse.de>
2820
2821         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2822         nor --disable-checking is provided also turn on yes and types
2823         checking for stage1.
2824         * configure: Re-generate.
2825
2826 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2827
2828         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2829         (Write After Approval): Remove myself.
2830
2831 2007-08-29  Nick Clifton  <nickc@redhat.com>
2832
2833         * config.sub, config.guess: Update from upstream sources.
2834
2835 2007-08-22  Bud Davis  <jmdavis@link.com>
2836
2837         * MAINTAINERS (Write After Approval): Added myself.
2838         * MAINTAINERS (Reviewers): Removed myself.
2839
2840 2007-08-18  Paul Brook  <paul@codesourcery.com>
2841             Joseph Myers  <joseph@codesourcery.com>
2842
2843         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2844         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2845         * Makefile.in: Regenerate.
2846         * configure.ac (--with-debug-prefix-map): New.
2847         * configure: Regenerate.
2848
2849 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2850             Nigel Stephens  <nigel@mips.com>
2851
2852         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2853         as target_makefile_frag.
2854         * configure: Regenerate.
2855
2856 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2857
2858         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2859         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2860         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2861         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2862         (do-compare, do-compare3, do-compare-debug): New.
2863         ([+compare-target+]): Use them.
2864
2865 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2866
2867         * MAINTAINERS (Write After Approval): Change my email address.
2868
2869 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2870             Ben Elliston  <bje@au.ibm.com>
2871
2872         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2873         --silent if $silent.
2874         * configure: Regenerate.
2875
2876 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2877
2878         * MAINTAINERS (Various Maintainers): Add myself as
2879         loop infrastructure maintainer.  Update my e-mail
2880         address.
2881
2882 2007-07-31  Diego Novillo  <dnovillo@google.com>
2883
2884         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2885         Adjust description.
2886
2887 2007-07-26  Richard Guenther  <rguenther@suse.de>
2888
2889         * configure.ac: Add types checking to stage1 checking flags.
2890         * configure: Regenerate.
2891
2892 2007-07-17  Nick Clifton  <nickc@redhat.com>
2893
2894         * COPYING3: New file.  Contains version 3 of the GNU General
2895         Public License.
2896         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2897         Lesser General Public License.
2898
2899 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2900
2901         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2902
2903 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2904
2905         * MAINTAINERS (S/390 co-maintainer): Add myself.
2906         (Write After Approval): Remove myself.
2907
2908 2007-07-13  Dan Hipschman  <dsh@google.com>
2909
2910         * MAINTAINERS (Write After Approval): Add myself.
2911
2912 2007-07-11  Nick Clifton  <nickc@redhat.com>
2913
2914         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2915         WINDRES export.
2916         * Makefile.in: Regenerate.
2917
2918 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2919
2920         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2921         maintainer.
2922
2923 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2924
2925         * lt~obsolete.m4: New. Import from 20070318 libtool.
2926
2927 2007-07-03  Julian Brown  <julian@codesourcery.com>
2928
2929         * MAINTAINERS (Write After Approval): Add myself.
2930
2931 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2932
2933         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2934         * configure: Regenerate.
2935
2936 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2937
2938         * configure.ac: Add some missing m4 quotation.
2939         * configure: Regenerate.
2940
2941 2007-07-02  Simon Baldwin  <simonb@google.com>
2942
2943         * MAINTAINERS (Write After Approval): Add myself.
2944
2945 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2946
2947         * configure: Regenerate.
2948
2949 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2950
2951         * Makefile.def: Add windmc tool to build.
2952         * Makefile.tpl: Likewise.
2953         * configure.ac: Likewise.
2954         * Makefile.in: Regenerate.
2955         * configure: Regenerate.
2956
2957 2007-06-28  DJ Delorie  <dj@redhat.com>
2958
2959         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2960         not building newlib.
2961         * configure: Regenerated.
2962
2963 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2964
2965         * MAINTAINERS (Write After Approval): Add myself.
2966
2967 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2968
2969         * MAINTAINERS (Write After Approval): Add myself.
2970
2971 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2972
2973         * MAINTAINERS (Write After Approval): Add myself.
2974
2975 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2976
2977         * MAINTAINERS (Write After Approval): Add myself.
2978
2979 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2980
2981         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2982         * Makefile.in: Regenerated.
2983
2984 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2985
2986         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2987         bfin*-*-uclinux* targets.
2988         * configure: Regenerate.
2989
2990 2007-06-14  Ian Lance Taylor  <iant@google.com>
2991
2992         * MAINTAINERS: Add myself as non-algorithmic global write
2993         maintainer.
2994
2995 2007-06-14  Diego Novillo  <dnovillo@google.com>
2996
2997         * MAINTAINERS: Add self as middle-end maintainer and
2998         non-algorithmic global write maintainer.
2999
3000 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3001
3002         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3003         Move all Fortran maintainers except Paul Brook into the
3004         Non-Autopoiesis section.
3005
3006 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3007
3008         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3009         (distclean-stage[+id+]): Possibly delete stage_last.
3010         * Makefile.in: Regenerate.
3011
3012 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3013
3014         * MAINTAINERS (Various Maintainer): Fix typo.
3015
3016 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3017
3018         * MAINTAINERS (Various Maintainer): Add myself as
3019         dataflow maintainer.
3020
3021 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3022
3023         * config.sub, config.guess: Update from upstream sources.
3024
3025 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3026
3027         * Makefile.tpl: Fix spelling error.
3028         * Makefile.in: Regenerate.
3029
3030 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3031
3032         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3033         lt_cv_sys_max_cmd_len.
3034
3035 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3036
3037         * MAINTAINERS (Various Maintainers): Add myself as
3038         auto-vectorizer maintainer.
3039
3040 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3041
3042         PR libjava/32098
3043         * libtool.m4: Revert previous change.
3044         * ltgcc.m4: Put it here.
3045
3046 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3047
3048         * MAINTAINERS (Various Maintainers): Add myself as
3049         auto-vectorizer maintainer.
3050
3051 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3052
3053         PR libjava/32098
3054         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3055
3056 2007-05-30  Richard Guenther  <rguenther@suse.de>
3057
3058         * MAINTAINERS (Various Maintainers): Add myself as
3059         auto-vectorizer maintainer.
3060
3061 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3062
3063         PR bootstrap/29382
3064         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3065         * configure: Rebuilt.
3066
3067 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3068
3069         * MAINTAINERS (Write After Approval): Removed my name.
3070
3071 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3072
3073         * MAINTAINERS (Write After Approval): Remove myself.
3074
3075 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3076
3077         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3078
3079 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3080
3081         * ltmain.sh: Update from ToT Libtool.
3082         * libtool.m4: Update from ToT Libtool.
3083         * ltsugar.m4: New. Update from ToT Libtool.
3084         * ltversion.m4: New. Update from ToT Libtool.
3085         * ltoptions.m4: New. Update from ToT Libtool.
3086         * ltconfig: Remove.
3087         * ltcf-c.sh: Remove.
3088         * ltcf-cxx.sh: Remove.
3089         * ltcf-gcj.sh: Remove.
3090
3091 2007-05-22  Ollie Wild  <aaw@google.com>
3092
3093         * MAINTAINERS (Write After Approval): Add myself.
3094
3095 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3096
3097         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3098         stage_cflags.
3099         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3100         Remove CFLAGS/LIBCFLAGS.
3101         (configure-stage[+id+]-[+prefix+][+module+],
3102         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3103         * Makefile.in: Regenerate.
3104
3105 2007-05-15  Diego Novillo  <dnovillo@google.com>
3106
3107         * MAINTAINERS: Update e-mail address.
3108
3109 2007-05-15  Revital Eres  <eres@il.ibm.com>
3110
3111         * MAINTAINERS (Write After Approval): Add myself.
3112
3113 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3114
3115         * MAINTAINERS (Write After Approval): Updated my address.
3116
3117 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3118
3119         * MAINTAINERS (Write After Approval): Add myself.
3120
3121 2007-05-11  Silvius Rus  <rus@google.com>
3122
3123         * MAINTAINERS (Write After Approval): Add myself.
3124
3125 2007-04-23  Tom Tromey  <tromey@redhat.com>
3126
3127         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3128
3129 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3130
3131         * MAINTAINERS (cpplib): Rename to ...
3132         (libcpp): ... this.  Add C/C++ front end maintainers.
3133
3134 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3135
3136         * config-ml.in: Pass ${ml_config_env} to configure calls.
3137
3138 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3139
3140         * MAINTAINERS (Write After Approval): Add myself.
3141
3142 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3143
3144         * MAINTAINERS (Write After Approval): Add myself.
3145
3146 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3147
3148         * MAINTAINERS (fortran 95 front end): Add myself.
3149
3150 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3151
3152         * MAINTAINERS (Write After Approval): Add myself.
3153
3154 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3155
3156         * MAINTAINERS (Modulo Scheduler): Add myself.
3157
3158 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3159
3160         * MAINTAINERS (fortran 95 front end): Add myself.
3161         (c++ front end): whitespace fix.
3162
3163 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3164
3165         * MAINTAINERS (Write After Approval): Add myself.
3166
3167 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3168
3169         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3170         of glob.  Quote arguments with single quotes too.
3171         * configure: Regenerate.
3172
3173 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3174
3175         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3176         * Makefile.in: Regenerate
3177
3178 2007-03-07  Andreas Schwab  <schwab@suse.de>
3179
3180         * configure: Regenerate.
3181
3182 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3183
3184         * configure.ac: Add "--with-pdfdir" configure option,
3185         which defines pdfdir variable.
3186         * Makefile.def (target=fixincludes): Add install-pdf to
3187         missing targets.
3188         (recursive_targets): Add install-pdf target.
3189         (flags_to_pass): Add pdfdir.
3190         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3191         target.
3192         * configure: Regenerate
3193         * Makefile.in: Regenerate
3194
3195 2007-02-28  Eric Christopher  <echristo@apple.com>
3196
3197         Revert:
3198         2006-12-07  Mike Stump  <mrs@apple.com>
3199
3200         * Makefile.def (dependencies): Add dependency for
3201         install-target-libssp and install-target-libgomp on
3202         install-gcc.
3203         * Makefile.in: Regenerate.
3204
3205 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3206
3207         * configure: Regenerate.
3208         * configure.ac: Move statements after variable declarations.
3209
3210 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3211
3212         * MAINTAINERS: Add myself as sh maintainer.
3213
3214 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3215
3216         * configure.ac: Adjust for loop syntax.
3217         * configure: Regenerate.
3218
3219 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3220
3221         * configure: Rebuilt.
3222
3223 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3224
3225         * configure.ac: Drop multiple occurrences of --enable-languages,
3226         and fix its quoting.
3227         * configure: Rebuilt.
3228
3229 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3230             Nathan Sidwell  <nathan@codesourcery.com>
3231             Vladimir Prus  <vladimir@codesourcery.com>
3232             Joseph Myers  <joseph@codesourcery.com>
3233
3234         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3235         * configure: Regenerate.
3236
3237 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3238
3239         * ltconfig (freebsd*): Default to elf.
3240
3241 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3242
3243         * configure.ac (target_libraries): Move libgcc before libiberty.
3244         * configure: Regenerated.
3245
3246 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3247             Paolo Bonzini  <bonzini@gnu.org>
3248
3249         PR bootstrap/30753
3250         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3251         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3252         * configure: Regenerated.
3253
3254 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3255
3256         * MAINTAINERS (Language Front End Maintainers): Update my mail
3257         address.
3258
3259 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3260
3261         PR bootstrap/30748
3262         * configure.ac: Correct syntax for Solaris ksh.
3263         * configure: Regenerated.
3264
3265 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3266
3267         * configure.ac: Sync with src.
3268         * configure: Regenerate.
3269
3270 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3271
3272         * Makefile.in: Regenerate.
3273
3274 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3275
3276         * config.sub: Sync with src.
3277
3278 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3279
3280         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3281         noncanonical equivalents.
3282         * configure.in: Rename to...
3283         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3284         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3285         target_noncanonical.  Use them.  Rewrite removal of configure
3286         arguments for autoconf 2.59.  Discard variable settings.  Force
3287         program_transform_name for native tools.
3288
3289         * Makefile.in: Regenerated.
3290         * configure: Regenerated with autoconf 2.59.
3291
3292 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3293
3294         * MAINTAINERS (Write After Approval): Add myself.
3295
3296 2007-01-31  Andreas Schwab  <schwab@suse.de>
3297
3298         * Makefile.tpl (LDFLAGS): Substitute it.
3299         * Makefile.in: Regenerate.
3300
3301 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3302
3303         * MAINTAINERS (Write After Approval): Add myself.
3304
3305 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3306
3307         * MAINTAINERS (spu port): Add myself.
3308
3309 2007-01-23  Richard Guenther  <rguenther@suse.de>
3310
3311         PR bootstrap/30541
3312         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3313         * Makefile.tpl (GNATBIND): Substitute it.
3314         (GNATMAKE): Likewise.
3315         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3316         of STAGE_PREFIX.
3317         * Makefile.in: Regenerate.
3318         * configure: Regenerate.
3319
3320 2007-01-18  Mike Stump  <mrs@apple.com>
3321
3322         * configure.in: Re-enable -Werror for gcc builds.
3323
3324 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3325
3326         * MAINTAINERS (Write After Approval): Add myself.
3327
3328 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3329
3330         * configure.in: Change == to = in test command.
3331         * configure: Regenerate.
3332
3333 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3334             Nick Clifton  <nickc@redhat.com>
3335             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3336
3337         * configure.in (build_configargs, host_configargs, target_configargs):
3338         Remove build/host/target parameters.
3339         (host_libs): Add gmp and mpfr.
3340         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3341         * Makefile.def (gmp, mpfr): New.
3342         (gcc): Remove target.
3343         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3344         target_os, target_vendor): New.
3345         (configure): Add host_alias/target_alias arguments; adjust invocations.
3346         * configure: Regenerate.
3347         * Makefile.in: Regenerate.
3348
3349 2007-01-11  Matt Fago  <fago@earthlink.net>
3350
3351         * configure.in: Try to link to functions only in mpfr 2.2.x
3352         to improve robustness of configure tests.
3353         * configure: Regenerate.
3354
3355 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3356
3357         * MAINTAINERS: Add myself as i386 maintainer.
3358
3359 2007-01-08  Jan Hubicka  <jh@suse.cz>
3360
3361         * MAINTAINERS: Add myself as i386 maintainer.
3362
3363 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3364
3365         * configure.in: Add support for an x86_64-mingw* target.
3366         * configure: Regenerate.
3367
3368 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3369
3370         * Makefile.tpl (all-target): Correct @if conditional for target
3371         modules.
3372         * configure.in: Omit libiberty if building only target libgcc.
3373         * configure, Makefile.in: Regenerated.
3374
3375 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3376
3377         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3378         * configure: Regenerate.
3379
3380 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3381
3382         * Makefile.def (target_modules): Add libgcc.
3383         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3384         * Makefile.tpl (clean-target-libgcc): Delete.
3385         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3386         on gcc even for bootstrapped modules.  Rewrite handling of
3387         lang_env_dependencies to loop over target_modules.
3388         * configure.in (target_libraries): Add target-libgcc.
3389         * Makefile.in, configure: Regenerated.
3390
3391 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3392
3393         * configure.in: Reorganize recognition of languages.  Add
3394         --enable-stage1-languages.  Show supported languages for the chosen
3395         target rather than all recognized languages.
3396         * configure: Regenerate.
3397
3398 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3399
3400         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3401         * Makefile.in: Regenerate.
3402
3403 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3404
3405         * configure.in: Warn that MPFR 2.2.0 is buggy.
3406         * configure: Regenerate.
3407
3408 2006-12-27  Ian Lance Taylor  <iant@google.com>
3409
3410         * configure.in: When removing Makefiles to force a reconfigure, also
3411         remove prev-DIR*/Makefile.
3412         * configure: Regenerate.
3413
3414 2006-12-22  Andreas Schwab  <schwab@suse.de>
3415
3416         * configure: Regenerate with correct autoconf version.
3417
3418 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3419
3420         * configure.in: add AC_SUBST for *_FOR_TARGET.
3421         * configure: Regenerate.
3422
3423 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3424
3425         * configure.in: Simplify logic for rejecting languages that cannot
3426         be built.  Separate the case when a language is unsupported,
3427         from the case when the user chooses not to build a language.
3428
3429 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3430
3431         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3432         it only affects bootstrap and could be tested on "$host" as well.
3433         * configure: Regenerate.
3434         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3435
3436 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3437
3438         PR bootstrap/29544
3439         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3440         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3441         move here comment from Makefile.tpl.
3442         * Makefile.tpl: Move some definitions higher in the file.
3443         (STAGE1_CHECKING): New.
3444         * configure.in: Add --enable-stage1-checking.
3445         * configure: Regenerate.
3446         * Makefile.in: Regenerate.
3447
3448 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3449
3450         * MAINTAINERS: Add myself as build system maintainer.
3451
3452 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3453
3454         * MAINTAINERS (Write After Approval): Add myself.
3455
3456 2006-12-13  Eric Christopher  <echristo@apple.com>
3457
3458         * MAINTAINERS: Add myself as darwin maintainer.
3459
3460 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3461
3462         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3463
3464 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3465
3466         MAINTAINERS: Update my entry.
3467
3468 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3469
3470         * configure.in:  Handle spu makefile frag.
3471         * Makefile.tpl (MAINT): Define
3472         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3473         * configure: Regenerate.
3474         * Makefile.in: Regenerate.
3475
3476 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3477
3478         * config.guess: Import latest version.
3479         * config.sub: Likewise.
3480
3481 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3482
3483         * configure.in (spu-*-*): Don't skip target-libiberty.
3484         * configure: Regenerate.
3485
3486 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3487
3488         PR bootstrap/30134
3489         * configure.in: Correct x86 darwin support for libjava to powerpc
3490         and i?86 only.
3491         * configure: Regenerate.
3492
3493 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3494
3495         * configure.in: Add x86 darwin support for libjava.
3496         * configure: Regenerate.
3497
3498 2006-12-07  Mike Stump  <mrs@apple.com>
3499
3500         * Makefile.def (dependencies): Add dependency for
3501         install-target-libssp and install-target-libgomp on
3502         install-gcc.
3503         * Makefile.in: Regenerate.
3504
3505 2006-12-04  Richard Guenther  <rguenther@suse.de>
3506
3507         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3508         (Non-Algorithmic Maintainers): Move over non-algorithmic
3509         loop optimizer maintainers, add myself as a non-algorithmic
3510         middle-end maintainer.
3511
3512 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3513
3514         * MAINTAINERS (Write After Approval): Add myself.
3515
3516 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3517
3518         * configure.in: Update error message for missing GMP/MPFR.
3519
3520         * configure: Regenerate.
3521
3522 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3523
3524         * configure.in: Update MPFR version in error message.
3525
3526         * configure: Regenerate.
3527
3528 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3529
3530         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3531         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3532         --with-gmp-lib): New flags.
3533
3534         * configure: Regenerate.
3535
3536 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3537
3538         * MAINTAINERS (Write After Approval): Change my email address.
3539
3540 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3541
3542         * MAINTAINERS (Write After Approval): Add myself.
3543
3544 2006-11-22  Philipp Thomas  <pth@suse.de>
3545
3546         * MAINTAINERS (i18n): Update e-mail address.
3547
3548 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3549
3550         * MAINTAINERS (spu port): Add myself as maintainer.
3551         (Write After Approval): Remove myself.
3552
3553 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3554
3555         * configure.in (skipdirs): Don't build libssp for SPU.
3556         * configure: Regenerate.
3557
3558 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3559
3560         * MAINTAINERS (spu port): Add myself as maintainer.
3561         (libobjc): Update my email address.
3562
3563 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3564
3565         * MAINTAINERS (Write After Approval): Add myself.
3566
3567 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3568
3569         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3570         * configure : Rebuilt.
3571
3572 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3573
3574         * MAINTAINERS (Write After Approval): Add myself.
3575
3576 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3577
3578         * MAINTAINERS (Write After Approval): Add myself.
3579
3580 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3581
3582         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3583         libmpfr.a.
3584         * configure: Regenerate.
3585
3586 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3587
3588         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3589         (unstage): Test for stage_last presence.
3590
3591         PR bootstrap/29802
3592         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3593         STAGE_PREFIX.
3594         * Makefile.in: Regenerate.
3595
3596 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3597
3598         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3599         maintainers.
3600
3601 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3602
3603         * MAINTAINERS (Write After Approval): Add myself.
3604
3605 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3606
3607         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3608         and stageN-package/Makefile.
3609         * Makefile.in: Regenerated.
3610
3611 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3612
3613         * configure.in: Remove target-libgloss from noconfigdirs for
3614         bfin-*-*.
3615         * configure: Regenerated.
3616
3617 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3618
3619         * configure.in (have_gmp): Only error if the gcc directory exists.
3620
3621         * configure: Regenerate.
3622
3623 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3624
3625         * configure.in: Robustify error message for missing GMP/MPFR.
3626
3627         * configure: Regenerate.
3628
3629 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3630
3631         * MAINTAINERS (Write After Approval): Add myself.
3632
3633 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3634
3635         * MAINTAINERS: Change email address.
3636
3637 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3638
3639         * MAINTAINERS (Write After Approval): Add myself.
3640
3641 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3642
3643         * MAINTAINERS (Write After Approval): Add myself.
3644
3645 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3646
3647         * MAINTAINERS (Write After Approval): Move myself to
3648         Write After Approval section.
3649
3650 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3651
3652         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3653         need_gmp anymore.
3654         * configure: Regenerate.
3655
3656 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3657
3658         * MAINTAINERS (Write After Approval): Add myself.
3659
3660 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3661
3662         * config.guess: Import latest version.
3663         * config.sub: Likewise.
3664
3665 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3666
3667         * Makefile.def: Added pdf target handling.
3668         * Makefile.tpl: Added pdf target handling.
3669         * Makefile.in: Regenerated.
3670
3671 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3672
3673         * MAINTAINERS: Add self as score port maintainer.
3674
3675 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3676
3677         * MAINTAINERS (Write After Approval): Add myself.
3678
3679 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3680
3681         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3682         or newer.
3683         * configure: Regenerated.
3684
3685 2006-09-27  Dave Brolley  <brolley@redhat.com>
3686
3687         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3688         using $s instead of $r.
3689         * configure: Regenerated.
3690
3691 2006-09-26  Thiemo Seufer  <ths@mips.com>
3692
3693         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3694         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3695         * configure: Regenerate.
3696
3697 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3698
3699         * MAINTAINERS (Write After Approval): Remove myself.
3700
3701 2006-09-22  Chao-ying Fu  <fu@mips.com>
3702
3703         * MAINTAINERS (Write After Approval): Add myself.
3704
3705 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3706
3707         * MAINTAINERS: Add self as soft-fp maintainer.
3708
3709 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3710
3711         * MAINTAINERS: Add myself as avr maintainer.
3712         Remove Marek Michalkiewicz as avr maintainer.
3713
3714 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3715
3716         * MAINTAINERS (Write After Approval): Add myself.
3717
3718 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3719
3720         * configure.in: Never build newlib for a Mingw host.
3721         Never build newlib as Mingw target library.
3722         Test the existence of winsup/cygwin for building a Cygwin newlib,
3723         rather than just winsup.
3724         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3725         building a Mingw target.
3726         * configure: Regenerate.
3727
3728 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3729
3730         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3731
3732 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3733
3734         * config.guess: Import from src (was more updated).
3735         * config.sub: Likewise.
3736
3737 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3738
3739         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3740         * configure: Regenerated.
3741
3742 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3743
3744         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3745         for stages after the first.
3746
3747 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3748
3749         * Makefile.def: Add dependencies for configure-opcodes
3750         on configure-intl and all-opcodes on all-intl.
3751         * Makefile.in: Regenerated.
3752
3753 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3754
3755         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3756
3757 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3758
3759         Port to hosts whose 'sort' and 'tail' implementations
3760         treat operands with leading '+' as file names, as POSIX
3761         has required since 2001.  However, make sure the code still
3762         works on pre-POSIX hosts.
3763         * ltmain.sh: Don't assume "sort +2" is equivalent to
3764         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3765
3766 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3767
3768         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3769
3770 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3771
3772         * ltconfig: chmod 644 before ranlib during install.
3773
3774 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3775
3776         PR bootstrap/18058
3777         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3778         if the bootstrap compiler is a GCC version that supports it.
3779         * configure: Regenerate.
3780
3781 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3782
3783         * configure.in: Fix thinkos in previous check-in.
3784         * configure: Regenerate.
3785
3786 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3787
3788         PR other/27063
3789         * configure.in: Test subdir_requires and give an appropriate
3790         error message.
3791         * configure: Regenerate.
3792
3793 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3794
3795         * MAINTAINERS (Write After Approval): Add myself.
3796
3797 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3798
3799         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3800
3801 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3802
3803         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3804
3805 2006-06-20  David Ayers  <d.ayers@inode.at>
3806
3807         PR bootstrap/28072
3808         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3809         whether target-libjava is being configured instead of whether the
3810         java front end is enabled.
3811         * configure: Regenerate.
3812
3813 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3814
3815         PR target/27540
3816         * configure.in: Only enable libgomp on IRIX 6.
3817         * configure: Regenerate.
3818
3819 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3820
3821         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3822         too.
3823         * Makefile.in: Regenerate.
3824
3825 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3826
3827         * config-ml.in: Alter CCASFLAGS to include special
3828         multilib options the same as is done for CFLAGS.
3829
3830 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3831
3832         * configure.in: Don't enable libgomp on hpux10.
3833         * configure: Rebuilt.
3834
3835 2006-06-12  David Ayers  <d.ayers@inode.at>
3836
3837         PR bootstrap/27963
3838         PR target/19970
3839         * configure.in: Remove target-boehm-gc from noconfigdirs where
3840         ${libgcj} is specified.
3841         * configure: Regenerate.
3842
3843 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3844
3845         Sync from src:
3846
3847         * configure.in: Sync.
3848         * configure: Regenerated.
3849
3850         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3851
3852         * Makefile.def: Added dependencies from sim and gdb on intl, and
3853         added configure dependencies to everything with an all dependency
3854         on intl.
3855         * Makefile.in: Regenerated.
3856
3857 2006-06-06  David Ayers  <d.ayers@inode.at>
3858
3859         PR libobjc/13946
3860         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3861         * Makefile.in: Regenerate.
3862         * configure.in: Add --enable-objc-gc at toplevel and have it
3863         enable boehm-gc for Objective-C.
3864         Remove target-boehm-gc from libgcj.
3865         Add target-boehm-gc to target_libraries.
3866         Add target-boehm-gc to noconfigdirs where ${libgcj}
3867         is specified.
3868         Assert that boehm-gc is supported when requested for Objective-C.
3869         Only build boehm-gc if needed either for Java or Objective-C.
3870         * configure: Regenerate.
3871
3872 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3873
3874         PR 27674
3875         * Makefile.tpl (configure-[+prefix+][+module+],
3876         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3877         Remove rule to unstage bootstrapped modules.
3878         (stage_current): New.
3879         * Makefile.in: Regenerate.
3880
3881 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3882
3883         * MAINTAINERS (Write After Approval): Update my e-mail address.
3884
3885 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3886
3887         * include/libiberty.h: Declare pex_run_in_environment.
3888
3889 2006-05-31  Asher Langton  <langton2@llnl.gov>
3890
3891         * MAINTAINERS (Write After Approval): Add myself.
3892
3893 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3894
3895         * Makefile.def (bfd, opcodes): Fix lib_path.
3896         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3897         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3898         * Makefile.in: Regenerate.
3899
3900 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3901
3902         * Makefile.in: Regenerate.
3903
3904 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3905
3906         * Makefile.def: Add install-html target. Add datarootdir
3907         docdir and htmldir to flags_to_pass.
3908         * Makefile.tpl: Add install-html target.
3909         * Makefile.in: Regenerate.
3910         * configure.in: Add --with-datarootdir, --with-docdir, and
3911         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3912         * configure: Regenerate.
3913
3914 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3915
3916         * configure.in: Enable gprof for cross builds.
3917         * configure: Regenerate.
3918
3919 2006-05-22  Richard Guenther  <rguenther@suse.de>
3920
3921         Revert
3922         2006-01-31  Richard Guenther  <rguenther@suse.de>
3923         Paolo Bonzini  <bonzini@gnu.org>
3924
3925         * Makefile.def (target_modules): Add libgcc-math target module.
3926         * configure.in (target_libraries): Add libgcc-math target library.
3927         (--enable-libgcc-math): New configure switch.
3928         * Makefile.in: Re-generate.
3929         * configure: Re-generate.
3930         * libgcc-math: New toplevel directory.
3931
3932 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3933             Andreas Tobler  <a.tobler@schweiz.ch>
3934
3935         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3936         * configure: Rebuilt.
3937
3938 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3939
3940         * MAINTAINERS (Write After Approval): Add myself.
3941
3942 2006-05-01  DJ Delorie  <dj@redhat.com>
3943
3944         * configure.in: Restore CFLAGS if GMP isn't present.
3945         * configure: Regenerate.
3946
3947 2006-05-01  Richard Guenther  <rguenther@suse.de>
3948
3949         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3950         maintainer.
3951
3952 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3953
3954         * MAINTAINERS (Write After Approval): Add myself.
3955
3956 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3957
3958         * MAINTAINERS (Write After Approval): Add myself.
3959
3960 2006-04-18  DJ Delorie  <dj@redhat.com>
3961
3962         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3963         reference libgloss so that libssp can be built in a combined
3964         tree.
3965         * configure: Regenerate.
3966
3967 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3968
3969         * MAINTAINERS (Write After Approval): Add myself.
3970
3971 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3972
3973         * configure.in: Require makeinfo 4.4 or higher.
3974         * configure: Regenerate.
3975
3976 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3977
3978         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3979         Rearrange the entries of other libraries to have them in one place.
3980
3981 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3982
3983         * MAINTAINERS (Write After Approval): Remove myself.
3984         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3985
3986 2006-03-14  Richard Guenther  <rguenther@suse.de>
3987
3988         * configure: Regenerate with autoconf 2.13.
3989
3990 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3991
3992         * MAINTAINERS: Use my work address.
3993
3994         * MAINTAINERS: Update my E-mail address.
3995
3996 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3997
3998         * configure.in: Handle --disable-<component> generically.
3999         * configure: Regenerate.
4000
4001 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4002
4003         PR libgcj/17311
4004         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4005
4006 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4007
4008         * MAINTAINERS (Write After Approval):  Remove myself.
4009         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4010
4011 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4012
4013         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4014         (TARGET_CONFIGDIRS): Remove.
4015         * configure.in: Remove AC_SUBST(target_configdirs).
4016         * Makefile.in, configure: Regenerated.
4017
4018 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4019
4020         * MAINTAINERS (Write After Approval):  Remove myself.
4021         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4022
4023 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4024
4025         PR bootstrap/25670
4026
4027         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4028
4029         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4030         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4031         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4032         BUILD_PREFIX, BUILD_PREFIX_1.
4033         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4034
4035         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4036         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4037
4038         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4039         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4040         of `cat stage_current`.  Always provide the `r' and `s' variables.
4041         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4042         a single shell execution.
4043         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4044         bootstrapped modules, make the stage1 module if the build was not
4045         started yet, else build the current stage.
4046         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4047         (all-build, all-host, all-target, [+make_target+]-host,
4048         [+make_target+]-target): Do not use \-continued lines.
4049         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4050         (current_stage, restrap, stage_last): New.
4051
4052         * Makefile.in: Regenerate.
4053         * configure: Regenerate.
4054
4055 2006-02-19  Bud Davis  <jmdavis@link.com>
4056
4057         * MAINTAINERS (Write After Approval):  Remove myself.
4058         (Language Front End Maintainers):  Add myself as fortran 95
4059         maintainer and update e-mail address.
4060
4061 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4062
4063         * MAINTAINERS (Write After Approval):  Remove myself.
4064         (Language Front End Maintainers):  Add myself as fortran 95
4065         maintainer.
4066
4067 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4068
4069         * MAINTAINERS (Write After Approval): Add myself.
4070
4071 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4072
4073         * MAINTAINERS (Write After Approval):  Remove myself.
4074         (Language Front End Maintainers):  Add myself as
4075         fortran 95 maintainer.
4076
4077 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4078
4079         Sync from src:
4080
4081         2005-12-27  Leif Ekblad  <leif@rdos.net>
4082
4083         * configure.in: Add support for RDOS target.
4084         * configure: Regenerate.
4085
4086 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4087             Andreas Schwab  <schwab@suse.de>
4088
4089         * configure: Regenerate.
4090
4091 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4092
4093         * configure.in (enable_libgomp): Add AIX.
4094         * configure: Regenerate.
4095
4096 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4097
4098         * MAINTAINERS (Write After Approval): Add myself.
4099
4100 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4101
4102         * MAINTAINERS (Write After Approval): Add myself.
4103
4104 2006-01-31  Richard Guenther  <rguenther@suse.de>
4105         Paolo Bonzini  <bonzini@gnu.org>
4106
4107         * Makefile.def (target_modules): Add libgcc-math target module.
4108         * configure.in (target_libraries): Add libgcc-math target library.
4109         (--enable-libgcc-math): New configure switch.
4110         * Makefile.in: Re-generate.
4111         * configure: Re-generate.
4112         * libgcc-math: New toplevel directory.
4113
4114 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4115
4116         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4117         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4118         the assembler, linker and binutils.
4119         * configure: Regenerate.
4120
4121 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4122
4123         * MAINTAINERS (Write After Approval): Add myself.
4124
4125 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4126
4127         * configure: Regenerate.
4128
4129 2006-01-18  Richard Henderson  <rth@redhat.com>
4130             Jakub Jelinek  <jakub@redhat.com>
4131             Diego Novillo  <dnovillo@redhat.com>
4132
4133         * libgomp: New directory.
4134         * Makefile.def: Add target_module libgomp.
4135         * Makefile.in: Regenerate.
4136         * configure.in (target_libraries): Add target-libgomp.
4137         * configure: Regenerate.
4138
4139 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4140
4141         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4142         @ from continuation.
4143         * Makefile.in: Rebuilt.
4144
4145 2006-01-04  Chris Lattner  <sabre@gnu.org>
4146
4147         * MAINTAINERS (Write After Approval): Add myself.
4148
4149 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4150
4151         PR bootstrap/24252
4152
4153         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4154         * Makefile.tpl (OBJDUMP): New.
4155         (EXTRA_HOST_FLAGS): Add it.
4156         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4157
4158         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4159         to use symbolic links between directories.  Avoid race conditions
4160         or make them harmless.
4161         * configure.in: Do not try to use symbolic links between directories.
4162
4163         * Makefile.def (LEAN): Pass.
4164         * Makefile.tpl (LEAN): Define.
4165         (stage[+id+]-start): Accept that the previous directory does not
4166         exist, if the bootstrap is lean.
4167         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4168         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4169         configure substitution.
4170         ([+compare-target+]): Likewise.
4171         ([+bootstrap-target+]-lean): New.
4172         * configure.in: Remove lean bootstrap support from here.
4173
4174         * Makefile.in: Regenerate.
4175         * configure: Regenerate.
4176
4177 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4178
4179         * MAINTAINERS (libdecnumber): Add myself.
4180
4181 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4182
4183         * libtool-ldflags: New script.
4184
4185 2006-01-02  Andreas Schwab  <schwab@suse.de>
4186
4187         * configure.in: When reconfiguring remove Makefile in
4188         all stage directories.
4189         * configure: Regenerate.
4190
4191 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4192
4193         * MAINTAINERS: Update my email address.
4194
4195 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4196
4197         Revert Ada-related part of the previous change.
4198
4199         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4200         Do not pass.
4201         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4202         * Makefile.in: Regenerate.
4203         * configure.in: Do not include mt-ppc-aix target fragment.
4204         * configure: Regenerate.
4205
4206 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4207
4208         * configure.in: Select appropriate fragments for PowerPC/AIX.
4209         * configure: Regenerate.
4210
4211         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4212         BOOT_CFLAGS, BOOT_LDFLAGS.
4213         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4214         BOOT_CFLAGS, BOOT_LDFLAGS.
4215         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4216         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4217         (stage): Fail if we cannot complete the work.
4218         * Makefile.in: Regenerate.
4219
4220 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4221
4222         * configure.in: Replace ms1 with mt.
4223         * configure: Rebuilt.
4224
4225 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4226
4227         * MAINTAINERS: Update my email address.
4228
4229 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4230
4231         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4232         install-host-nogcc): Don't invoke $(stage) at the end.
4233         * Makefile.in: Regenerate.
4234
4235 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4236
4237         * configure.in: Flip the top-level bootstrap switch.
4238         * configure: Regenerate.
4239
4240 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4241
4242         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4243         $(stage) and $(unstage).
4244         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4245         (all): Remove stray semicolon.
4246         (local-distclean): Don't handle multilib.tmp and multilib.out.
4247         (install.all): Set $s for consistency.
4248         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4249         check_multilibs setting.  Always make the install directory.
4250         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4251         Correct @if/@endif.
4252         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4253         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4254         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4255         (multilib.out): Remove.
4256         * Makefile.in: Regenerated.
4257
4258 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4259
4260         * MAINTAINERS (Write After Approval): Add myself.
4261
4262 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4263
4264         * MAINTAINERS: Add myself as mt maintainer.
4265
4266         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4267
4268 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4269
4270         * MAINTAINERS: Change email address.
4271
4272 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4273
4274         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4275         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4276         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4277         Find in-tree tools if available.
4278         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4279         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4280         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4281         (COMPILER_*_FOR_TARGET): New.
4282         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4283         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4284         (CONFIGURED_*, USUAL_*): Remove.
4285         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4286         STRIP): Use autoconf substitutions.
4287         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4288         COMPILER_NM_FOR_TARGET): New.
4289         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4290
4291         (all): Make all-host and all-target in parallel.
4292         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4293         that $$r and $$s are set before invoking a recursive make.
4294         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4295         ([+bootstrap-target+]): Inline most of the `all' target.
4296
4297 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4298
4299         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4300         from the gcc build directory.
4301         * Makefile.in: Regenerate.
4302
4303 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4304
4305         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4306         depend on all-libdecnumber.
4307         * configure.in (host_libs): Include libdecnumber.
4308         * Makefile.in: Regenerate.
4309         * configure: Likewise.
4310
4311 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4312
4313         * libdecnumber: Import decNumber sources from the dfp-branch.
4314
4315 2005-11-21  Kean Johnston  <jkj@sco.com>
4316
4317         * config.sub, config.guess: Sync from upstream sources.
4318
4319 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4320
4321         Import from Autoconf sources:
4322
4323         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4324         * config/move-if-change: Don't output "$2 is unchanged";
4325         suggested by Ben Elliston.  Handle weird characters correctly.
4326
4327 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4328
4329         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4330         to match upstream libtool for darwin.
4331
4332 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4333
4334         * Makefile.def: Remove gdb dependencies for gdbtk.
4335         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4336         (configure-gdb, install-gdb): New rules.
4337         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4338         * Makefile.in, configure: Regenerated.
4339
4340 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4341
4342         * MAINTAINERS (Write After Approval): Add myself.
4343
4344 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4345
4346         * MAINTAINERS (Write After Approval): Add myself.
4347
4348 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4349
4350         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4351         Diego Novillo.
4352
4353 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4354
4355         PR bootstrap/24297
4356         * Makefile.tpl (do-[+make-target+], do-check, install,
4357         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4358         are set before recursing.
4359         * Makefile.in: Regenerate.
4360
4361 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4362
4363         PR bootstrap/18939
4364         * Makefile.def (gcc) <target>: Fix thinko.
4365         * Makefile.in: Regenerate.
4366
4367 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4368
4369         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4370         * configure: Regenerate.
4371
4372 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4373
4374         * MAINTAINERS (Write After Approval): Add self.
4375
4376 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4377
4378         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4379         target-libffi, target-qthreads, target-libjava, and
4380         targetlibobjc.
4381         * configure: Regenerate.
4382
4383 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4384
4385         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4386         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4387         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4388         (USUAL_OBJDUMP_FOR_TARGET): New.
4389         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4390         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4391         * configure, Makefile.in: Regenerated.
4392
4393 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4394
4395         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4396         before other host packages.
4397
4398 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4399
4400         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4401
4402 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4403
4404         PR bootstrap/22340
4405
4406         * configure.in (default_target): Remove.
4407         * Makefile.tpl (all): Do not use prerequisites as subroutines
4408         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4409         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4410         use prerequisites as subroutines.
4411         (check-host, check-target): New.
4412         (bootstrap configure & all targets): Do not use stage*-start
4413         if the directory layout is already ok.
4414         (non-bootstrap configure & all targets): Prepend a $(unstage).
4415         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4416         (NOTPARALLEL): Remove.
4417         (unstage, stage variables): New variables.
4418         (unstage, stage targets): Simply expand to those variables.
4419
4420         * configure: Regenerate.
4421         * Makefile.in: Regenerate.
4422
4423 2005-10-04  James E Wilson  <wilson@specifix.com>
4424
4425         * Makefile.def (lang_env_dependencies): Add libmudflap.
4426         * Makefile.in: Regenerate.
4427
4428 2005-10-03  Andreas Schwab  <schwab@suse.de>
4429
4430         Backport from libtool CVS:
4431         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4432
4433         * ltmain.sh: add support for installing into temporary
4434         staging area (e.g. 'make install DESTDIR=...')
4435
4436 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4437
4438         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4439         * configure: Regenerated.
4440
4441 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4442
4443         * configure: Regenerate with the correct
4444         autoconf version.
4445
4446 2005-09-30  Catherine Moore  <clm@cm00re.com>
4447
4448         * configure.in (bfin-*-*): New.
4449         * configure: Regenerated.
4450
4451 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4452
4453         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4454         (LIPO_FOR_TARGET): New.
4455         (CONFIGURED_LIPO_FOR_TARGET): New.
4456         (USUAL_LIPO_FOR_TARGET): New.
4457         (STRIP_FOR_TARGET): New.
4458         (CONFIGURED_STRIP_FOR_TARGET): New.
4459         (USUAL_STRIP_FOR_TARGET): New.
4460         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4461         STRIP_FOR_TARGET.
4462         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4463         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4464         * Makefile.in: Regenerate.
4465         * configure: Regenerate.
4466
4467 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4468
4469         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4470         (rs6000-*-aix*): Same.
4471         * configure: Regenerate.
4472
4473 2005-09-16  Tom Tromey  <tromey@redhat.com>
4474
4475         * MAINTAINERS: Add self as java maintainer.
4476
4477 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4478
4479         * configure.in: Recognize f95 in the --enable-languages option,
4480         and substitute it for fortran, issuing a warning.
4481         * configure: Regenerate.
4482
4483 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4484
4485         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4486         * configure:  Regenerated.
4487
4488 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4489
4490         * MAINTAINERS: Add self as ms1 maintainer.
4491
4492 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4493
4494         * Makefile.def (libssp): Add to lang_env_dependencies.
4495         * Makefile.in: Regenerate.
4496
4497 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4498
4499         * MAINTAINERS: Add myself as middle-end maintainer.
4500
4501 2005-08-17  Christian Groessler  <chris@groessler.org>
4502
4503         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4504         * Makefile.in: Regenerate.
4505
4506 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4507
4508         * MAINTAINERS (write after approval): Added myself.
4509
4510 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4511
4512         * MAINTAINERS (Write After Approval): Add myself.
4513
4514 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4515
4516         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4517         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4518         Look for alternate names of the target cc and c++
4519         * configure: Regenerate.
4520
4521 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4522
4523         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4524         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4525         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4526         tools; remove code to manually set them.
4527         (Target tools): Look in the environment for them.
4528         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4529         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4530         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4531         build directory.
4532         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4533         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4534         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4535         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4536         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4537         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4538         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4539         * configure: Regenerate.
4540         * Makefile.in: Regenerate.
4541
4542 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4543
4544         * MAINTAINERS: Update for removed CPU targets.
4545
4546 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4547
4548         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4549         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4550         * Makefile.in: Regenerated.
4551
4552 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4553
4554         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4555         (CFLAGS_FOR_TARGET): Use it.
4556         (CXXFLAGS_FOR_TARGET): Likewise.
4557         * Makefile.in: Regenerated.
4558         * configure.in (--with-build-sysroot): New option.
4559         * configure: Regenerated.
4560
4561 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4562
4563         * Makefile.tpl: Wrap install between unstage and stage
4564         * Makefile.in: Regenerate.
4565
4566 2005-07-21  Eric Christopher  <echristo@apple.com>
4567
4568         * MAINTAINERS: Update affiliation.
4569
4570 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4571
4572         * MAINTAINERS: Add self as crx port maintainer.
4573
4574 2005-07-20  DJ Delorie  <dj@redhat.com>
4575
4576         * MAINTAINERS: Add self as m32c maintainer.
4577
4578 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4579
4580         * all files: Update FSF address.
4581
4582 2005-07-15  Eric Christopher  <echristo@redhat.com>
4583
4584         * MAINTAINERS: Change affiliation.
4585
4586 2005-07-14  Jim Blandy  <jimb@redhat.com>
4587
4588         * configure.in: Add cases for Renesas m32c.
4589         * configure: Regenerated.
4590
4591 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4592
4593         * COPYING.LIB: Update from fsf.org.
4594
4595 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4596
4597         * COPYING, compile, config.guess,
4598         config.sub, install-sh, missing, mkinstalldirs,
4599         symlink-tree, ylwrap: Sync from upstream sources.
4600         * config-ml.in: Update FSF address.
4601
4602 2005-07-13  Eric Christopher  <echristo@redhat.com>
4603
4604         * configure.in: Add toplevel noconfigdir support for tpf.
4605         * configure: Regenerate.
4606
4607 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4608
4609         PR ada/22340
4610
4611         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4612         * Makefile.in: Regenerate.
4613
4614 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4615
4616         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4617         Brolley to write-after-approval.
4618
4619 2005-07-07  Andreas Schwab  <schwab@suse.de>
4620
4621         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4622         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4623         * Makefile.in: Regenerated.
4624
4625 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4626
4627         * configure.in: Don't build sim or rda when targetting darwin.
4628         * configure: Regenerate.
4629
4630 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4631
4632         * configure.in: Add --enable-libssp and --disable-libssp.
4633         * configure: Regenerate with autoconf-2.13.
4634
4635 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4636
4637         * Makefile.def (target_modules): Add libssp.
4638         * configure.in (target_libraries): Add target-libssp.
4639         * configure: Rebuilt.
4640         * Makefile.in: Rebuilt.
4641
4642 2005-07-01  Zack Weinberg  <zackw@panix.com>
4643
4644         * MAINTAINERS: Change email address.  Resign from maintainership.
4645
4646 2005-07-01  Richard Guenther  <rguenther@suse.de>
4647
4648         * MAINTAINERS: Change my e-mail address and affiliation.
4649
4650 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4651
4652         * Makefile.def (stagefeedback): Come after profile.
4653         Define profiledbootstrap target.
4654         * Makefile.tpl (profiledbootstrap): Remove.
4655         (stageprofile-end): Zap stagefeedback.
4656         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4657         * Makefile.in: Regenerate.
4658
4659 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4660
4661         * MAINTAINERS: Update my email address.
4662
4663 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4664
4665         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4666         In 'cpp' stanza, support '#line' as well as '# '.
4667
4668 2005-06-08  Andreas Schwab  <schwab@suse.de>
4669
4670         * MAINTAINERS: Move myself from 'Write After Approval' to
4671         'CPU Port Maintainers' section as m68k maintainer.
4672
4673 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4674
4675         * configure.in (unsupported_languages): New macro.
4676         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4677         non-ported target libraries in noconfigdirs.
4678         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4679         non-linux-gnu.  Remove libgcj_ex_libffi.
4680         <lang_frag loop>: Set add_this_lang=no if the language is in
4681         unsupported_languages.
4682         * configure: Regenerate.
4683
4684 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4685
4686         * configure.in: Fix typo in handling of --with-mpfr-dir.
4687         * configure: Regenerate.
4688
4689 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4690
4691         * MAINTAINERS: Update my email address.
4692
4693 2005-06-02  Jim Blandy  <jimb@redhat.com>
4694
4695         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4696         accepted into the master sources.)
4697
4698 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4699             Michael Snyder  <msnyder@redhat.com>
4700             Stan Cox  <scox@redhat.com>
4701
4702         * configure.in: Set noconfigdirs for ms1.
4703
4704         * configure: Regenerate.
4705
4706 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4707
4708         * MAINTAINERS (Write After Approval): Add self.
4709
4710 2005-06-01  Josh Conner  <jconner@apple.com>
4711
4712         * MAINTAINERS (Write After Approval): Add self.
4713
4714 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4715
4716         * MAINTAINERS: Update my email address.
4717
4718 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4719
4720         * MAINTAINERS (Write After Approval): Add self.
4721
4722 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4723
4724         * MAINTAINERS (Write After Approval): Remove self.
4725
4726 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4727
4728         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4729         (Dependencies): Consider target modules for bootstrap dependencies.
4730         Make target bootstrap modules depend on each stage's gcc.
4731         * Makefile.in: Regenerate.
4732
4733 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4734
4735         * Makefile.def (configure-gcc): Depend on binutils having been built.
4736         (all-gcc): No need to do it here.
4737         * Makefile.in: Regenerate.
4738
4739 2005-05-19  Paul Brook  <paul@codesourcery.com>
4740
4741         * configure.in: Rewrite misleading error message when requested
4742         language cannot be built.
4743         * configure: Regenerate.
4744
4745 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4746
4747         * ylwrap: Import from Automake 1.9.5.
4748
4749 2005-05-13  David Ung  <davidu@mips.com>
4750
4751         * MAINTAINERS (Write After Approval): Add self.
4752
4753 2005-05-09  Mike Stump  <mrs@apple.com>
4754
4755         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4756         lt_cv_sys_max_cmd_len for now.
4757
4758 2005-05-09  Stan Cox  <scox@redhat.com>
4759
4760         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4761
4762 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4763
4764         * README.SCO: Update the URL.
4765
4766 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4767
4768         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4769         with_gnu_ld to libtool.
4770         * ltcf-c.sh (aix[45]): Define file_list_spec.
4771         * ltcf-cxx.sh (aix[45]): Same.
4772         * ltcf-gcj.sh (aix[45]): Same.
4773         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4774         exists, write list of input files to temporary file.
4775
4776 2005-05-04  Mike Stump  <mrs@apple.com>
4777
4778         * configure.in: Always pass --target to target configures as
4779         otherwise rebuilds that do --recheck will fail.
4780         * confiugure: Rebuilt.
4781
4782 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4783
4784         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4785         STAGE_HOST_EXPORTS.
4786         (configure, all): Add bootstrap support.
4787         (Host modules, target modules): Pass post-stage1 flags and exports.
4788         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4789         * Makefile.in: Regenerate.
4790
4791 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4792
4793         * configure: Regenerate.
4794
4795 2005-04-27  Mike Stump  <mrs@apple.com>
4796
4797         * MAINTAINERS: Add self as darwin maintainer.
4798
4799 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4800
4801         * config.sub: Update from master copy.
4802
4803 2005-04-21  Mike Stump  <mrs@apple.com>
4804
4805         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4806         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4807
4808 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4809
4810         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4811         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4812         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4813         "*-*-elf" and "*-*-linux*".
4814         * configure: Regenerate.
4815
4816 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4817
4818         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4819
4820 2005-04-12  Mike Stump  <mrs@apple.com>
4821
4822         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4823
4824 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4825
4826         * MAINTAINERS (Write After Approval): Add myself.
4827
4828 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4829
4830         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4831
4832 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4833
4834         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4835         (TARGET_CONFIGARGS): Include --with-target-subdir.
4836         (configure, all): New macros.  Use them throughout.
4837         * Makefile.in: Regenerate.
4838
4839 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4840
4841         * MAINTAINERS (Write After Approval): Add myself.
4842
4843 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4844
4845         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4846
4847 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4848
4849         * MAINTAINERS: Move John Carr to Write After Approval.
4850
4851 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4852
4853         * config/mh-mingw32: Delete.
4854         * configure.in: Don't use it.
4855         * configure: Regenerate.
4856
4857 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4858
4859         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4860         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4861         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4862         (HOST_LIB_PATH): Generate from Makefile.def.
4863         (TARGET_LIB_PATH): Likewise.
4864         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4865         * Makefile.in: Regenerate.
4866         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4867         (RPATH_ENVVAR): Include Darwin case.
4868         * configure: Regenerate.
4869
4870 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4871
4872         * MAINTAINERS (Various Maintainers): Remove self.
4873         (Write After Approval): Add self.
4874
4875 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4876
4877         * MAINTAINERS (Various Maintainers): Add self.
4878
4879 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4880
4881         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4882         * configure: Regenerate.
4883
4884 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4885
4886         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4887         gcc_version, and gcc_version_trigger from set of flags to pass.
4888         * Makefile.tpl: Remove definitions of above variables.
4889         (config.status): Remove dependency on $(gcc_version_trigger).
4890         * Makefile.in: Regenerate.
4891         * configure.in: Do not reference config/gcc-version.m4 nor
4892         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4893         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4894         * configure: Regenerate.
4895
4896 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4897             Andrew Pinski  <pinskia@physics.uc.edu>
4898
4899         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4900         * Makefile.in: Regenerate.
4901
4902 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4903
4904         * MAINTAINERS (Write After Approval): Add myself.
4905
4906 2005-03-03  David Ayers  <d.ayers@inode.at>
4907
4908         * MAINTAINERS (Write After Approval): Add myself.
4909
4910 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4911
4912         PR libgcj/20160
4913         * ltmain.sh: Avoid creating archives with components that have
4914         duplicate basenames.
4915
4916 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4917
4918         PR bootstrap/20250
4919         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4920         instead of check.
4921         * Makefile.in: Regenerate.
4922
4923 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4924
4925         * Makefile.in: Regenerate to fix conflict between the previous two
4926         patches.
4927
4928 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4929
4930         PR bootstrap/17383
4931         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4932         * Makefile.tpl (HOST_SUBDIR): New substitution.
4933         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4934         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4935         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4936         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4937         (Host modules, Bootstrapped modules): Use it.
4938         (Build modules, Target modules): Do not create symlink trees,
4939         always configure out-of-srcdir.
4940         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4941         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4942         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4943         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4944
4945         * Makefile.in: Regenerate.
4946         * configure: Regenerate.
4947
4948 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4949
4950         Merged from libada-gnattools-branch:
4951         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4952
4953         * gnattools: New directory.
4954         * Makefile.def: Add gnattools as a module, depending on target-libada.
4955         * Makefile.in: Regenerate.
4956         * configure.in: Include gnattools in host_tools; disable it if ada
4957         is disabled.
4958         * configure: Regenerate.
4959
4960 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4961
4962         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4963         treelang maintainer.
4964         (Write After Approval): Remove myself.
4965
4966 2005-02-23  Paul Schlie  <schlie@comcast.net>
4967
4968         * configure.in: Allow darwin targeted ports to build tk, itcl and
4969         libgui.
4970         * configure: Regenerate.
4971
4972 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4973
4974         PR libgcj/10353
4975         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4976         * configure: Regenerate.
4977
4978 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4979
4980         * MAINTAINERS (Write After Approval): Add myself.
4981
4982 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4983
4984         * MAINTAINERS: Update my e-mail address.
4985
4986 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4987
4988         * MAINTAINERS (Write After Approval): Add myself.
4989
4990 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4991
4992         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4993         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4994         target-libgloss when not *-*-elf and *-*-aout.
4995         * configure: Regenerate.
4996
4997 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4998
4999         * MAINTAINERS: Remove obsolete entries.
5000
5001         * MAINTAINERS (Write After Approval): Add Michael Matz.
5002
5003 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5004
5005         * MAINTAINERS: Remove self as cpplib maintainer.
5006
5007 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5008
5009         * install-sh, config.sub: Import from upstream.
5010
5011 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5012
5013         PR bootstrap/18222
5014         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5015         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5016         * Makefile.in: Regenerate.
5017
5018 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5019
5020         * MAINTAINERS: Update my email address.
5021
5022 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5023             Andreas Schwab  <schwab@suse.de>
5024
5025         PR bootstrap/18033
5026         * config-ml.in: Eval option if surrounded by single quotes.
5027
5028 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5029
5030         Revert 2004-12-28 Makefile changes, a better fix will be
5031         applied to mainline and src after GCC 4.0 branches.
5032
5033 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5034
5035         PR bootstrap/17383
5036
5037         * Makefile.def (target_modules): Remove stage parameter,
5038         it is always true now.
5039         * Makefile.tpl (configure-build-[+module+],
5040         configure-target-[+module+]): Always build symlink tree
5041         for the directory and for include.  BUILD_SUBDIR and
5042         TARGET_SUBDIR cannot be . anymore.
5043         * Makefile.in: Regenerate.
5044
5045 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5046
5047         Revert 2004-12-08 Makefile changes.
5048
5049 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5050
5051         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5052         cygwin, mingw.
5053
5054 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5055
5056         * configure.in (sh64-*-*): Reenable gprof.
5057         * configure: Regenerate.
5058
5059 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5060
5061         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5062         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5063         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5064         * Makefile.in: Regenerate.
5065
5066 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5067
5068         * MAINTAINERS: Update my email address.
5069
5070 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5071
5072         * Makefile.tpl: Generate normal dependencies if the LHS module is
5073         not bootstrapped.
5074         * Makefile.in: Regenerate.
5075
5076 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5077
5078         * configure.in: Include config/gxx-include-dir.m4.  Use
5079         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5080         * configure: Regenerate.
5081
5082 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5083
5084         * config.if: Delete.
5085         * configure.in: Set libstdcxx_incdir directly.
5086         * configure: Regenerate.
5087
5088 2004-12-02  Eric Christopher  <echristo@redhat.com>
5089
5090         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5091         * Makefile.in: Regenerate.
5092
5093 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5094
5095         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5096         * configure: Regenerate.
5097
5098 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5099
5100         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5101         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5102         * configure: Regenerate.
5103
5104 2004-12-01  Eric Christopher  <echristo@redhat.com>
5105
5106         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5107         of things to remove.
5108
5109 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5110
5111         * MAINTAINERS (Write After Approval): Update my e-mail address.
5112
5113 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5114
5115         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5116         from CVS libtool to always pass_all.
5117
5118 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5119
5120         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5121         (hppa*64*-*-*): Delete incorrect comment.
5122         * configure: Rebuilt.
5123
5124 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5125
5126         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5127
5128 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5129
5130         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5131         from CVS libtool to always pass_all.
5132
5133 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5134
5135         * install-sh, compile: Import from automake.
5136
5137 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5138
5139         * config.guess, config.sub:  Import from savannnah.
5140
5141 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5142
5143         * MAINTAINERS (Write After Approval): Add myself
5144
5145 2004-11-12  Mike Stump  <mrs@apple.com>
5146
5147         * Makefile.def: Add html support.
5148         * Makefile.tpl: Likewise.
5149         * Makefile.in: Regenerate.
5150
5151 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5152
5153         PR 18423
5154         * configure.in: Remove all instances of build-fixincludes from
5155         noconfigdirs.
5156         (build_configargs): Supply --target to subdirectories.
5157         * configure: Regenerate.
5158
5159         * Makefile.def: Make gcc install depend on fixincludes install.
5160         * Makefile.in: Regenerate.
5161
5162 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5163
5164         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5165
5166 2004-11-11  Paul Brook  <paul@codesourcery.com>
5167
5168         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5169
5170 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5171
5172         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5173         target-libgfortran.
5174         * configure: Regenerate.
5175
5176 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5177
5178         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5179         like CC.
5180
5181 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5182
5183         * Makefile.def (host fixincludes): Specify missing targets.
5184         * Makefile.in: Regenerate.
5185
5186 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5187
5188         * MAINTAINERS: Add myself
5189
5190 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5191
5192         * MAINTAINERS (Write After Approval): Add myself.
5193
5194 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5195
5196         * Makefile.def: Build fixincludes for the host, too.
5197         * Makefile.in: Regenerate.
5198         * configure.in (host_tools): Add fixincludes.
5199         * configure: Regenerate.
5200
5201 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5202
5203         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5204         * configure: Regenerated.
5205
5206 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5207
5208         PR other/17783
5209         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5210         * configure: Regenerated.
5211
5212 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5213
5214         * README.SCO: Update per FSF instructions.
5215
5216 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5217
5218         PR target/18151
5219         * configure.in (case ${target}): Do not build fixincludes for avr.
5220         * configure: Regenerated.
5221
5222 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5223
5224         * configure.in (case ${target}): Do not build fixincludes
5225         on platforms where it is not used.
5226         * configure: Regenerated.
5227
5228 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5229
5230         * configure.in: Use an absolute path to install-sh.
5231         * configure: Regenerated.
5232
5233 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5234
5235         * MAINTAINERS (Write After Approval): Add myself.
5236
5237 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5238
5239         * MAINTAINERS: Remove from Write After Approval those that are
5240         already maintainers.
5241
5242 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5243
5244         * MAINTAINERS:  Update my email address.
5245
5246 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5247
5248         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5249         * configure: Regenerate.
5250
5251 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5252
5253         * MAINTAINERS:  Update my email address.
5254
5255 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5256
5257         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5258         entries belonging to this category.
5259
5260 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5261
5262         * MAINTAINERS: Update my e-mail address.
5263
5264 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5265
5266         Fix wrong conflict resolution in:
5267
5268         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5269
5270         * Makefile.in: Regenerate.
5271         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5272         in the recursive `make', instead of hardwiring `all'.
5273         (Autogenerated TARGET-* variables): New.
5274
5275 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5276
5277         * configure.in: Enable target-libgloss for crx-*-*.
5278         * configure: Regenerate.
5279
5280 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5281
5282         * MAINTAINERS (Various Maintainers): Move the "windows,
5283         cygwin, mingw" maintainer to ...
5284         (OS Port Maintainers): ... here.
5285
5286 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5287
5288         * MAINTAINERS (Write After Approval): Remove those that are
5289         maintainers of some subsystem.
5290
5291 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5292
5293         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5294         * ltcf-cxx.sh (tpf*): Likewise.
5295         * ltconfig (tpf*): Add TPF OS configuration support.
5296
5297 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5298
5299         * MAINTAINERS: Change my email address to my new work account.
5300
5301 2004-09-24  Michael Roth  <mroth@nessie.de>
5302
5303         * configure.in (--without-headers): Add missing double quotes.
5304         * configure: Regenerate.
5305
5306 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5307
5308         * ylwrap: Revert to previous version.
5309
5310 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5311
5312         PR bootstrap/17369
5313         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5314         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5315         SET_GCC_LIB_PATH_CMD.
5316         (BASE_TARGET_EXPORTS): Likewise.
5317         * Makefile.in: Regenerated.
5318
5319         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5320         * configure: Regenerated.
5321
5322 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5323
5324         * config.guess: New upstream version
5325         * compile, depcomp, install-sh, ylwrap: Likewise.
5326
5327 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5328
5329         * config/mh-x86omitfp: New host makefile fragment.  Add
5330         -fomit-frame-pointer to the default BOOT_CFLAGS.
5331         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5332         * configure: Regenerate.
5333
5334 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5335
5336         PR target/11572
5337         * configure.in (*-*-darwin*): Renable libobjc.
5338         * configure: Regenerate.
5339
5340 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5341
5342         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5343
5344 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5345
5346         * Makefile.def: Remove libbanshee.
5347         * Makefile.tpl: Ditto.
5348         * configure.in: Ditto.
5349         * Makefile.in: Regen.
5350         * configure: Ditto.
5351
5352 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5353
5354         * ltmain.sh: Use $pic_object as $non_pic_object if
5355         $non_pic_object=none.
5356
5357 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5358
5359         * missing: Import latest version from master repository.
5360
5361 2004-09-06  Nick Clifton  <nickc@redhat.com>
5362
5363         * config.sub: Import latest version from master repository.
5364         * config.guess: Likewise.
5365         This includes these changes:
5366
5367         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5368
5369         * config.sub: Handle crisv32, alias etraxfs.
5370         * config.guess (crisv32:Linux:*:*): Handle.
5371
5372         2004-08-13  Brad Smith  <brad@comstyle.com>
5373
5374         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5375         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5376
5377         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5378
5379         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5380         assume the processor is a powerpc.  This is because coreutils
5381         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5382         in this case, due to a MacOS X bug that causes
5383         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5384         to return a negative number.
5385         Problem reported by Petter Reinholdtsen in:
5386         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5387
5388         2004-07-19  Ben Elliston  <bje@gnu.org>
5389
5390         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5391
5392         2004-06-24  Ben Elliston  <bje@gnu.org>
5393
5394         * config.guess: Update copyright years.
5395         * config.sub: Likewise.
5396
5397         2004-06-22  Robert Millan  <robertmh@gnu.org>
5398
5399         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5400         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5401
5402         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5403
5404         * config.guess (*:*VMS:*:*): New entry. Replaces
5405         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5406         manufacturer.
5407
5408         2004-06-22  Ben Elliston  <bje@gnu.org>
5409
5410         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5411         * config.sub: Likewise.
5412
5413         2004-06-22  Ben Elliston  <bje@gnu.org>
5414
5415         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5416         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5417
5418         2004-06-11  Ben Elliston  <bje@gnu.org>
5419
5420         * config.guess (pegasos:OpenBSD:*:*): Remove.
5421
5422         2004-06-11  Ben Elliston  <bje@gnu.org>
5423
5424         From Wouter Verhelst <wouter@grep.be>:
5425         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5426
5427         2004-06-11  Ben Elliston  <bje@gnu.org>
5428
5429         * config.guess (luna88k:OpenBSD:*:*): New.
5430
5431         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5432
5433         * config.guess (m32r*:Linux:*:*): New case.
5434         * config.sub: Handle m32rle.
5435
5436         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5437
5438         From Jens Petersen  <petersen@redhat.com>:
5439         * config.sub: Handle sparcv8.
5440
5441         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5442
5443         From Tom Smith <smith@cag.lkg.hp.com>:
5444         * config.guess: Version suffixes are equally significant on Tru64
5445         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5446         prefix of "P" (patched kernel).
5447
5448         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5449
5450         * config.sub: Add support for National Semiconductor CRX target.
5451
5452 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5453
5454         * MAINTAINERS (Various Maintainers): Remove myself as web page
5455         maintainer, add myself as maintainer of build status lists.
5456
5457 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5458
5459         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5460         *-*-netware, but add target-libmudflap.
5461         Consolidate *-*-netware targets (of which really only i?86 exists)
5462         into a single entry.
5463         * configure: Likewise.
5464
5465 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5466
5467         * Makefile.tpl (sorry): Remove.
5468         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5469         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5470         (do-clean): Clean per-stage directories too.
5471         (do-distclean): Run distclean-stage1 too.
5472         (.NOTPARALLEL): Enable during toplevel bootstrap.
5473         (stage[+id+]-bubble): Enable parallel execution during
5474         the recursive invocation.
5475         * Makefile.in: Regenerate.
5476
5477         Fix previous checkin:
5478
5479         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5480         include.
5481         * configure.in: Fix indentation.
5482         * configure: Regenerate.
5483
5484 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5485
5486         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5487         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5488         * configure: regenerate
5489         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5490         -mdynamic-no-pic
5491
5492 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5493
5494         * Makefile.def (build_modules): Add fixincludes.
5495         (dependencies): Make gcc depend on fixincludes.
5496         * configure.in (build_tools): Add fixincludes.
5497         (build_configdirs): Always include build_libs.
5498         * Makefile.in: Regenerate.
5499         * configure: Regenerate.
5500
5501 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5502
5503         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5504         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5505         phony targets; do not generate timestamp files.
5506         (distclean-stageN): Remove references to their timestamp files.
5507         (restageN, touch-stageN): Remove.
5508         (stageN-bubble): Rewritten.
5509         (compare): Support lean bootstraps.
5510         * Makefile.in: Regenerate.
5511
5512         * configure.in: Only warn when bootstrapping but
5513         build != host or build != target.  Support lean bootstraps.
5514         * configure: Regenerate.
5515
5516 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5517
5518         * configure.in:  Give a better error message if GMP/MPFR are missing
5519         and a language needing them has been requested.
5520         * configure:  Regenerated.
5521
5522 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5523
5524         * configure.in:  Print a list of available language front-ends if
5525         a requested one is missing.  Tidy stray tab characters.
5526         * configure:  Regenerated.
5527
5528 2004-08-19  Michael Koch  <konqueror@gmx.de>
5529
5530         * gcc/doc/install.texi: Update entry about automake for libjava.
5531
5532 2004-08-17  Robert Millan  <robertmh@gnu.org>
5533
5534         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5535         (instead of FreeBSD).
5536         * configure: Regenerate.
5537
5538 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5539
5540         * Makefile.in: Regenerate.
5541         * configure: Regenerate.
5542
5543         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5544         stage_*_flags.
5545         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5546         for bootstrapped modules if toplevel bootstrap is going.
5547         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5548         modules.  Adjust for changes in Makefile.def.  Enable several
5549         rules even in non-bootstrap mode, just to avoid peppering the
5550         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5551         (stage-[+prev+]-bubble): Remove.
5552
5553         * Makefile.def (Dependencies): Depend on all-build-bison,
5554         all-build-flex, all-build-byacc, all-build-texinfo, rather
5555         than the host variations.
5556         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5557         with BUILD_SUBDIR.
5558         (BISON): Update for recent Bisons.
5559         (YACC): Fix typo.
5560         (cross): Depend on all-build.
5561         (all): Do not depend on all-build.
5562         (prebootstrap): Remove.
5563         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5564         (Prebootstrap dependencies): Add them to the per-stage targets
5565         and to all-prebootstrap.
5566         * configure.in (build_configdirs): Always enable build_tools.
5567         (BUILD_DIR_PREFIX): Remove.
5568
5569         * Makefile.def (gcc): Add target variable.
5570         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5571         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5572         in the recursive `make', instead of hardwiring `all'.
5573         (Autogenerated TARGET-* variables): New.
5574
5575 2004-08-13  Brian Booth  <bbooth@redhat.com>
5576
5577         * MAINTAINERS: Remove myself from write-after-approval.
5578
5579 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5580
5581         * src-release: Stop distributing mmalloc with gdb (which doesn't
5582         use it).
5583         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5584         * Makefile.in: Regenerate.
5585
5586 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5587
5588         * configure.in (arm*-*-eabi*): New target.
5589         * configure: Regenerate.
5590
5591 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5592
5593         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5594         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5595         (Dependencies): New section.
5596         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5597         (configure-target-[+module+]): Depend on maybe-all-gcc
5598         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5599         (toplevel profiledbootstrap): Fix dependencies.
5600         * Makefile.in: Regenerate.
5601
5602 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5603
5604         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5605         target-libiberty to noconfigdirs.
5606         * configure: Regenerate.
5607
5608 2004-08-03  Paul Brook  <paul@codesourcery.com>
5609
5610         * configure.in: Check for MPFR as well as GMP.
5611         * configure: Regenerate.
5612
5613 2004-08-01  Robert Millan  <robertmh@gnu.org>
5614
5615         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5616         libmudflap for all GNU-based systems (with Glibc).
5617         * configure: Regenerate.
5618
5619 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5620
5621         * Makefile.def (host-modules): Add gcc.
5622         * Makefile.in: Regenerate.
5623         * Makefile.tpl (sorry): New rule.
5624         (configure-host, all-host, [+make_target+]-host, do-check,
5625         install-host): Do not add gcc as a special case.
5626         (host modules): Add a small special-casing for gcc.  Export
5627         extra_make_flags through the environment.
5628         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5629         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5630         other recursive targets for gcc): Remove.
5631
5632         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5633         (stage, unstage): New rules.
5634         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5635         distclean-stage[+id+]): Use stage_current.
5636         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5637         the stage*-start rules.
5638
5639 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5640
5641         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5642         use -all_load flag.
5643
5644 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5645
5646         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5647         * configure: Regenerate.
5648
5649 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5650
5651         * maintainer-scripts/gcc_release: Revert yesterday's change.
5652
5653 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5654
5655         * MAINTAINERS: Add myself to write-after-approval.
5656
5657 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5658
5659         * libf2c: Removed.
5660         * gcc/gccbug.in: Updated because of libf2c removal.
5661         * maintainer-scripts/gcc_release: Ditto.
5662
5663 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5664
5665         * configure.in: Build libmudflap by default on FreeBSD.
5666         * configure: Regenerated.
5667
5668 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5669
5670         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5671         systems.
5672         * configure: Regenerated.
5673
5674 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5675
5676         PR target/16344
5677         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5678         feedback based compiler.
5679         * Makefile.in: Rebuilt.
5680
5681 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5682
5683         * Makefile.def (host_modules): Set bootstrap=true for flex.
5684         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5685         * Makefile.in: Rebuilt.
5686
5687 2004-07-07  Jan Hubicka  <jh@suse.cz>
5688
5689         * MAINTAINERS: Add self as a profile feedback maintainer.
5690
5691 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5692
5693         * configure.in:  Do not prepend $srcdir to /dev/null in
5694         makefile fragments.
5695         * configure:  Regenerate.
5696
5697 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5698
5699         * Makefile.def (build_modules): Add bison, byacc, flex,
5700         m4, texinfo.
5701         (flags_to_pass): Add FLEX.
5702         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5703         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5704         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5705         DEFAULT_MAKEINFO): Remove.
5706         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5707         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5708         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5709         objdir or else use configured tool.
5710         (all-build): New.
5711         (all): Depend on it.
5712         (Build module dependencies): Add.
5713         * Makefile.in: Regenerate.
5714         * configure.in: Better support for multiple build modules,
5715         matching what is done for host/target modules.  Do not look
5716         for "plausible" locations of build tools if Canadian cross.
5717         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5718         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5719         * configure: Regenerate.
5720
5721 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5722
5723         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5724         * Makefile.in: Regenerate.
5725
5726 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5727
5728         * Makefile.tpl (configure-build-[+module+],
5729         configure-[+module+], configure-target-[+module+]): Pass
5730         [+extra_configure_args+].
5731         (all-build-[+module+], all-[+module+], check-[+module+],
5732         install-[+module+], [+make_target+]-[+module+],
5733         all-target-[+module+], check-target-[+module+],
5734         install-target-[+module+], [+make_target+]-target-[+module+]):
5735         Pass [+extra_make_args+].
5736         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5737         (GCC_HOST_EXPORTS): Remove.
5738         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5739         cross, check-gcc, check-gcc-c++, install-gcc,
5740         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5741         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5742         * Makefile.in: Regenerate.
5743
5744 2004-06-21  Matthew Sachs  <msachs@apple.com>
5745
5746         * MAINTAINERS: Added self to write-after-approval.
5747
5748 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5749
5750         * configure.in: Check for srcdir/winsup rather than build directory
5751         winsup.
5752         * configure: Regenerate.
5753
5754 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5755
5756         * configure.in: Don't build Cygwin native newlib if winsup
5757         directory is missing.  Emit warning instead.
5758         * configure: Regenerate.
5759
5760 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5761
5762         * Makefile.tpl (touch-stage[+id+]): New.
5763         (restage[+prev+]): Depend on touch-stage[+id+].
5764
5765         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5766         Use it throughout.
5767
5768         * Makefile.def: Add profile and feedback bootstrap stages.
5769         Remove next field from bootstrap stages.
5770         * Makefile.tpl (LN, LN_S): Substitute.
5771         (stageN-start, stageN-end): Use double-colon rules, to
5772         provide a hook for additional setup commands.
5773         (distclean-stageN-gcc, restageN): Create dependencies from
5774         [+prev+], not from [+next+].
5775         (stageN-bubble): Add commands for successive stages from
5776         [+prev+], using double-colon rules.
5777         (all-stageN-gcc): Fix typo.
5778         (stagefeedback-start, profiledbootstrap): New.
5779         * Makefile.in: Regenerate.
5780         * configure.in: Call ACX_PROG_LN.
5781         * configure: Regenerate.
5782
5783 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5784
5785         * MAINTAINERS (Write After Approval): Add myself.
5786
5787 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5788
5789         * MAINTAINERS (Write After Approval): Add myself.
5790
5791 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5792
5793         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5794         without gcc.
5795         * configure: Regenerate.
5796
5797 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5798
5799         * Makefile.tpl: Fix typo.
5800         * Makefile.in: Regenerate.
5801
5802 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5803
5804         * configure.in: Remove new- prefix from toplevel
5805         bootstrap targets.
5806         * configure: Regenerate.
5807
5808 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5809
5810         * Makefile.tpl (all.normal): Rename to all.
5811         (all): Replace with a rule to pick the default
5812         target from configure.
5813         (all-gcc, configure-gcc): Use conditionals to
5814         do nothing when toplevel bootstrap is going on.
5815         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5816         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5817         * configure.in: Support --enable-bootstrap.
5818
5819         * Makefile.def: Remove new- prefix from toplevel
5820         bootstrap targets.
5821         * Makefile.tpl: Likewise.
5822
5823         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5824         target.
5825
5826         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5827         $(RECURSE_FLAGS) to recursive invocation of make.
5828
5829         * Makefile.in: Regenerate.
5830         * configure: Regenerate.
5831
5832 2004-05-30  Andreas Jaeger  <aj@suse.de>
5833             Jim Wilson  <wilson@specifixinc.com>
5834
5835         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5836         like CC.
5837
5838 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5839
5840         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5841         * configure: Regenerate.
5842
5843 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5844
5845         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5846         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5847         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5848         targets.
5849         * Makefile.in: Regenerate.
5850
5851 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5852
5853         * configure.in: Test the ability to symlink directories.
5854         * configure: Regenerate.
5855
5856         * Makefile.def (bootstrap-stage): New definitions.
5857         * Makefile.tpl (configure-stage1-gcc,
5858         configure-stage2-gcc, configure-stage3-gcc,
5859         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5860         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5861         new-restage3, compare): Autogenerate, see Makefile.in
5862         entry for behavioral changes.
5863         (distclean-stage1, new-stage1-start, new-stage1-end,
5864         new-stage1-bubble, distclean-stage2, new-stage2-start,
5865         new-stage2-end, new-stage2-bubble, distclean-stage3,
5866         new-stage3-start, new-stage3-end): New autogenerated targets.
5867         (objext, prebootstrap, BOOT_CFLAGS,
5868         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5869         targets.
5870
5871         * Makefile.in: Regenerate.
5872         (distclean-stage1, new-stage1-start, new-stage1-end,
5873         new-stage1-bubble, distclean-stage2, new-stage2-start,
5874         new-stage2-end, new-stage2-bubble, distclean-stage3,
5875         new-stage3-start, new-stage3-end): New targets.
5876         (all-stage1-gcc): Move prebootstrap dependency from here...
5877         (configure-stage1-gcc): ...to here.
5878         (new-bootstrap): Use bubble targets.
5879         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5880         Use per-stage distclean targets.
5881         (configure-stage1-gcc, configure-stage2-gcc,
5882         configure-stage3-gcc, all-stage1-gcc,
5883         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5884         Use new-stageN-start to prepare the tree.
5885
5886 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5887
5888         * Makefile.def (host_modules): add libcpp.
5889         * Makefile.tpl: Add dependencies on and for libcpp.
5890         * Makefile.in: Regenerate.
5891         * configure.in: Add libcpp host module.
5892         * configure: Regenerate.
5893
5894 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5895
5896         * Makefile.tpl: Whenever a recursive target is defined, wrap
5897         it in a special @if/@endif block, and prepare its maybe
5898         dependency in the @if/@endif block
5899         * configure.in: Instead of writing maybe dependencies, remove
5900         the @if/@endif statements, and remove the @if/@endif blocks
5901         that remain.
5902         * configure: Regenerate.
5903         * Makefile.in: Regenerate.
5904
5905 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5906
5907         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5908
5909 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5910
5911         PR bootstrap/15120
5912         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5913         * */configure: Rebuilt.
5914
5915 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5916
5917         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5918         of libf2c.
5919         * configure, Makefile.in: Regenerate.
5920
5921 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5922
5923         * MAINTAINERS (Write After Approval): Add myself.
5924
5925 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5926
5927         Merge from tree-ssa-20020619-branch.
5928
5929         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5930         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5931         (HOST_GMPLIBS): Define.
5932         (HOST_GMPINC): Define.
5933         (TARGET_LIB_PATH): Add libmudflap.
5934         (GFORTRAN_FOR_TARGET): Define.
5935         (configure-build*): Export GFORTRAN.
5936         (configure-gcc): Export GMPLIBS and GMPINC.
5937         (all-gcc): Add maybe-all-libbanshee.
5938         (configure-target-libgfortran): Define.
5939         * Makefile.in: Regenerate.
5940         * configure.in (host_libs): Add libbanshee.
5941         (target_libraries): Add target-libmudflap and target-libgfortran.
5942         Add --with-libbanshee.
5943         Handle --disable-libmudflap.
5944         (*-*-freebsd*): Use with_gmp.
5945         Add $(libgcj) to noconfigdirs.
5946         * configure: Regenerate.
5947         * depcomp: New file.
5948         * MAINTAINERS: Add tree-ssa maintainers.
5949
5950 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5951
5952         * MAINTAINERS (Various Maintainers): Add myself.
5953
5954 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5955
5956         * MAINTAINERS (Write After Approval): Add myself.
5957
5958 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5959
5960         * MAINTAINERS (Write After Approval): Add myself.
5961
5962 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5963
5964         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5965         * configure: Regenerate.
5966
5967 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5968
5969         Revert:
5970         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5971
5972         * Makefile.def (flags_to_pass): Remove *dir variables that
5973         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5974         as well as prefix and exec_prefix.
5975         * Makefile.in: Regenerate.
5976
5977 2004-04-26  Robert Millan  <robertmh@gnu.org>
5978
5979         Add patches from libtool CVS.
5980         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5981         * ltconfig: Likewise.
5982         * ltcf-c.sh: Likewise.
5983         * ltcf-cxx.sh: Likewise.
5984         * ltcf-gcj.sh: Likewise.
5985
5986 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5987
5988         * Makefile.def (host_modules): Mark with the bootstrap
5989         flag packages on which gcc depends.
5990         * Makefile.tpl (all-bootstrap): Use it.
5991         * Makefile.in: Regenerate.
5992
5993 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5994
5995         * Makefile.def (flags_to_pass): Remove *dir variables that
5996         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5997         as well as prefix and exec_prefix.
5998         * Makefile.in: Regenerate.
5999
6000 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6001
6002         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6003         * configure: Regenerate.
6004         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6005         * gcc/Makefile.tpl (compare): Use the result of the test.
6006         * gcc/Makefile.in: Regenerate.
6007
6008 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6009
6010         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6011         Always relocate gcc and prev-gcc to the original names, even
6012         if the build fails.
6013         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6014         New targets.
6015
6016 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6017
6018         * MAINTAINERS: Update my email address.
6019
6020 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6021
6022         * configure.in (mips*-*-irix5*): Enable ld.
6023         * configure: Regenerate.
6024
6025 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6026
6027         * configure: Regenerate.
6028
6029 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6030
6031         * Makefile.tpl (configure-[+module+], configure-gcc,
6032         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6033         Set and export LDFLAGS.
6034         * Makefile.in: Regenerate.
6035
6036 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6037
6038         * MAINTAINERS: Add myself to write-after-approval.
6039
6040 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6041
6042         PR bootstrap/14871
6043         * Makefile.tpl: If we don't have built-in-tree target tools,
6044         use the ones found by configure rather than hacking around with
6045         program_transform_name.
6046         * configure.in: Give Makefile.tpl the information necessary
6047         to do that.
6048         * Makefile.in: Regenerate.
6049         * configure: Regenerate.
6050
6051 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6052
6053         PR bootstrap/14760
6054         * configure.in: When computing baseargs, strip *all* copies of
6055         offending options.  Also, don't match/substitute the trailing space,
6056         so that this actually works when two similar options are separated by
6057         only one space.
6058         * configure: Regenerate.
6059
6060 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6061
6062         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6063         (rs6000-*-aix*): Same.
6064         * configure: Regenerate.
6065
6066 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6067
6068         * MAINTAINERS: Add myself to write-after-approval.
6069
6070 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6071
6072         * MAINTAINERS: Add myself to write-after-approval.
6073
6074 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6075
6076         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6077         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6078         * Makefile.in: Regenerate.
6079
6080         * configure.in (top level bootstrap support): Rework --enable-werror
6081         to set @stage2_werror_flag@.
6082         * configure: Regenerate.
6083         * Makefile.tpl (top level bootstrap support): Pass
6084         @stage2_werror_flag@ down to configure in stages 2 and 3.
6085         * Makefile.in: Regenerate.
6086
6087 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6088
6089         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6090         for stages 2 and 3 as well as in make.  As a consequence, remove
6091         OUTPUT_OPTION (now detected by configure) from the flags passed down
6092         to make.
6093         * Makefile.in: Regenerate.
6094
6095         * Makefile.tpl (new-bootstrap): Fix typo.
6096         * Makefile.in: Regenerate.
6097
6098 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6099
6100         * Makefile.tpl: Rearrange by moving recursive_targets rules
6101         into their proper sections.
6102         * Makefile.tpl (top level bootstrap support): Move disabling
6103         of coverage flags from 'make' to 'configure'; improve comments.
6104         * Makefile.in: Regenerate.
6105
6106         * Makefile.tpl (experimental top level bootstrap) Move stage1
6107         language setting from all- target to configure- target; disable
6108         intermodule optimization in stage 1; prevent gratuitous rebuilds
6109         of stage 1.
6110         * Makefile.in: Regenerate.
6111         * configure.in: Comma-separate stage 1 language list for top
6112         level bootstrap.
6113         * configure: Regenerate.
6114
6115         * Makefile.tpl: Clean up experimental top level bootstrap support:
6116         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6117         prev-gcc in configure- targets as well as all- targets.
6118         * Makefile.in: Regenerate.
6119
6120 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6121
6122         * compile: New file imported from automake.
6123
6124 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6125
6126         * configure.in: Remove symbolic link section.
6127         * configure: Regenerate.
6128         * Makefile.tpl (links): Remove.
6129         * Makefile.in: Regenerate.
6130
6131 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6132             Nathanael Nerode  <neroden@gcc.gnu.org>
6133
6134         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6135         Set with AC_CHECK_PROGS.
6136         * configure.in: Fix comment typo from last patch.
6137         * configure: Regenerate.
6138
6139 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6140
6141         * Makefile.tpl: Introduce experimental top level bootstrap support.
6142         * Makefile.in: Regenerate.
6143         * configure.in: Introduce support for top level bootstrap.
6144         * configure: Regenerate.
6145
6146 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6147             Paolo Bonzini  <bonzini@gnu.org>
6148
6149         PR bootstrap/14522
6150         * configure.in: Cope with shells that do not support unquoted ^
6151         * configure: Regenerate.
6152
6153 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6154             Paolo Bonzini  <bonzini@gnu.org>
6155
6156         PR bootstrap/14522
6157         * configure.in: Cope with shells that do not support nesting
6158         quotes inside quoted backquote substitutions.
6159         * configure: Regenerate.
6160
6161 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6162
6163         PR bootstrap/14522
6164         * configure.in: Fix escaping of $.
6165         * configure: Regenerate.
6166
6167 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6168
6169         * configure: Regenerate, since I forgot to while committing Paolo's
6170         changes.
6171
6172 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6173
6174         PR ada/14131
6175         Move language detection to the top level.
6176         * configure.in: Find default values for the tools as
6177         soon as possible.  Disable ada if GNAT is not found.
6178         Emit error message about missing languages.  Expand
6179         --enable-languages=all for the gcc subdirectory.
6180
6181 2004-03-10  Ben Elliston  <bje@gnu.org>
6182
6183         * MAINTAINERS: Update my email address.
6184
6185 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6186
6187         * ltconfig: Disable building static libraries if building shared
6188         libraries on AIX 5L.
6189
6190 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6191
6192         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6193         and disable libgcj.
6194         * configure: Regenerated.
6195
6196 2004-03-01  Brian Booth  <bbooth@redhat.com>
6197
6198         * MAINTAINERS: Add myself to write-after-approval.
6199
6200 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6201
6202         * MAINTAINERS: Add myself to write-after-approval.
6203
6204 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6205
6206         PR bootstrap/7087
6207         * Makefile.tpl: Guard XFOO sed statements better.
6208         * Makefile.tpl: Add dependency for configure-target-libada.
6209         * Makefile.in: Regenerate (incidentally fixes broken
6210         commit when libada-branch was merged).
6211
6212 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6213
6214         * MAINTAINERS: Add myself to write-after-approval.
6215
6216 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6217
6218         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6219         maintainers.
6220
6221 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6222
6223         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6224         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6225
6226 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6227
6228         PR bootstrap/11932
6229         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6230
6231 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6232
6233         * MAINTAINERS: Added myself to write-after-approval.
6234
6235 2004-02-14  Michael Koch  <konqueror@gmx.de>
6236
6237         * MAINTAINERS: Added myself to write-after-approval.
6238
6239 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6240
6241         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6242         some OS port maintainers to OS port maintainers section.
6243
6244 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6245
6246         * MAINTAINERS: Add self.
6247
6248 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6249
6250         * MAINTAINERS: Alphabetize.
6251
6252 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6253
6254         * MAINTAINERS: Remove myself.
6255
6256 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6257
6258         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6259         (rs6000-*-aix*): Same.
6260         * configure: Regenerate.
6261
6262 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6263
6264         * configure.in (host): Add in missing $noconfigdirs to defines.
6265         * configure: Regenerate.
6266
6267 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6268             Nathanael Nerode  <neroden@gcc.gnu.org>
6269
6270         PR ada/6637, PR ada/5911
6271         Merge with libada-branch:
6272         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6273         with appropriate dependencies. Add --enable-libada configure switch.
6274         * configure, Makefile.in: Regenerate.
6275
6276 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6277
6278         * MAINTAINERS: Add myself to write-after-approval.
6279
6280 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6281
6282         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6283         * configure: Regenerate.
6284
6285 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6286
6287         Merge from upstream:
6288
6289         * ltmain.in: When setting IFS to '~', be careful about user
6290         arguments that contain '~'.
6291
6292         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6293
6294         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6295         Also test $base_compile against $CC with escaped arguments. Bug
6296         reported by Geoff Keating <geoffk@apple.com>.
6297
6298 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6299
6300         * MAINTAINERS: Remove i960 port.
6301
6302 2004-01-23  DJ Delorie  <dj@redhat.com>
6303
6304         * Makefile.def (target_modules) [libiberty]: Don't stage.
6305         * Makefile.in: Rebuilt.
6306
6307 2004-01-20  Caroline Tice  <ctice@apple.com>
6308
6309         * MAINTAINERS: Add myself to write-after-approval.
6310
6311 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6312
6313         * MAINTAINERS: Update my email address.
6314
6315 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6316
6317         * MAINTAINERS: Add myself to write-after-approval.
6318
6319 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6320
6321         * MAINTAINERS: Remove entries without email address.
6322
6323 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6324
6325         * MAINTAINERS: Add myself to write-after-approval.
6326
6327 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6328
6329         * MAINTAINERS: Update my email address.
6330
6331 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6332
6333         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6334         * Makefile.tpl (configure-target-[+module+]): Support stage.
6335         * Makefile.in: Rebuilt.
6336
6337 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6338
6339         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6340
6341 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6342
6343         * MAINTAINERS: Add myself as a MIPS maintainer.
6344
6345 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6346
6347         * configure.in: Use ./config.cache, not config.cache.
6348         * configure: Regenerate.
6349         * Makefile.tpl: Special-casing not needed for GCC any more.
6350         * Makefile.in: Regenerate.
6351
6352         * configure.in: Don't share a cache file for host dirs.
6353         * configure: Regenerate.
6354
6355         * config-ml.in: Don't mess with the cache file.
6356
6357 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6358
6359         * MAINTAINERS: Move myself from 'Write After Approval' to
6360         'CPU Port Maintainers' section as SPARC maintainer.
6361
6362 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6363
6364         * Makefile.tpl: Make GCC use a separate config.cache.
6365         * Makefile.in: Regenerate.
6366
6367         PR bootstrap/11932, PR bootstrap/11933
6368         (I don't know if it will fix either of them, but it relates
6369         to them.)
6370         * configure.in: Don't use shared config.cache for target
6371         directories.
6372         * configure: Regenerate.
6373
6374 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6375
6376         * MAINTAINERS: Add myself to 'Write After Approval' section.
6377
6378 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6379
6380         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6381         * configure: Regenerated.
6382
6383 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6384
6385         * MAINTAINERS: Remove the mn10200 maintainer.
6386
6387 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6388
6389         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6390         * configure: Regenerated.
6391
6392 2003-12-16  Jan Hubicka  <jh@suse.cz>
6393
6394         * MAINTAINERS: Add myself as callgraph maintainer.
6395
6396 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6397
6398         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6399         * configure: Regenerate.
6400
6401 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6402
6403         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6404         'Write After Approval' section. Update email.
6405
6406 2003-12-01  James Lemke  <jim@wasabisystems.com>
6407
6408         * MAINTAINERS (Write After Approval): Add myself.
6409
6410 2003-11-20  Matt Thomas  <matt@3am-software.com>
6411
6412         * MAINTAINERS: Add myself as a vax port maintainer.
6413
6414 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6415
6416         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6417         (configure-build-[+module+], configure-[+module+]): Likewise.
6418         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6419         * Makefile.in: Regenerate.
6420
6421 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6422
6423         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6424         shared/dylibed libraries.
6425         * ltmain.sh: Likewise.
6426         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6427         * ltcf-cxx.sh: Likewise.
6428         * ltcf-gcj.sh: Likewise.
6429         * ltconfig: Likewise.
6430
6431 2003-11-17  Stan Cox  <scox@redhat.com>
6432
6433         * MAINTAINERS: Add myself as iq2000 port maintainer.
6434
6435 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6436
6437         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6438         * Makefile.in: Regenerate.
6439
6440 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6441
6442         * config.sub: Update to 2003-11-03 version.
6443
6444 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6445
6446         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6447         * configure:  Regenerate.
6448
6449 2003-10-20  Nicolas Pitre  <nico@cam.org>
6450
6451         * MAINTAINERS: Add myself to 'Write After Approval' section.
6452
6453 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6454
6455         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6456
6457 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6458
6459         * MAINTAINERS: Update my email address.
6460
6461 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6462
6463         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6464
6465 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6466
6467         * MAINTAINERS: Add myself to 'Write After Approval' section.
6468
6469 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6470
6471         * config.guess: Update to 2003-10-16 version.
6472         * config.sub: Update to 2003-10-16 version.
6473
6474 2003-10-15  David Daney  <ddaney@avtrex.com>
6475
6476         * MAINTAINERS: Added myself to 'Write After Approval' section.
6477
6478 2003-10-15  Falk Hueffner  <falk@debian.org>
6479
6480         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6481         'Write After Approval' section. Update email.
6482
6483 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6484
6485         * MAINTAINERS: Move myself from 'Write After Approval' to
6486         'Various Maintainers' section as middle-end maintainer.
6487
6488 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6489
6490         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6491         HOST_FLAGS_TO_PASS.
6492         * Makefile.in: Regenerate.
6493
6494 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6495
6496         * config.guess: Update to 2003-10-07 version.
6497         * config.sub: Update to 2003-10-07 version.
6498
6499 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6500
6501         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6502         * ltconfig (irix5*, irix6*): Don't override version_type.
6503
6504 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6505
6506         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6507         * configure: Rebuilt
6508         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6509         * Makefile.in: Rebuilt
6510
6511 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6512
6513         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6514
6515 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6516
6517         * MAINTAINERS (Write After Approval): Add myself.
6518
6519 2003-09-29  Paul Koning  <ni1d@arrl.net>
6520
6521         * MAINTAINERS: Move myself from "Write After Approval"
6522         to CPU platform maintainers for pdp11 platform.
6523
6524 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6525
6526         * MAINTAINERS: Move myself from 'Write After Approval' to
6527         'Various Maintainers' section as libffi testsuite maintainer.
6528
6529 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6530
6531         * configure.in: Pass a computed --program-transform-name
6532         to subconfigures.
6533         * configure: Regenerated.
6534
6535 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6536
6537         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6538         * Makefile.in: Regenerate.
6539
6540         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6541         * Makefile.in: Regenerate.
6542
6543 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6544
6545         * MAINTAINERS: Move myself from 'Write After Approval'
6546         to 'Various Maintainers' (objective-c) section.
6547
6548 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6549
6550         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6551         quoting.
6552         * configure: Regenerated.
6553
6554 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6555
6556         * MAINTAINERS (Write After Approval): Add myself to write after
6557         approval list.
6558
6559 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6560
6561         * MAINTAINERS (Write After Approval): Add myself.
6562
6563 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6564
6565         * MAINTAINERS: Update my e-mail address.
6566
6567 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6568
6569         * libtool.m4 (LD): Correct powerpc64 host match.
6570
6571 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6572
6573         * MAINTAINTERS: Update my affiliation and email address.
6574
6575 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6576
6577         * MAINTAINERS (Write After Approval): Add myself.
6578
6579 2003-09-04  DJ Delorie  <dj@redhat.com>
6580
6581         * configure: Regenerate.
6582
6583 2003-09-04  Robert Millan  <robertmh@gnu.org>
6584
6585         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6586
6587 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6588
6589         * configure.in: Ensure arguments to sed are properly spaced.
6590         * configure: Regenerate.
6591
6592 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6593
6594         * MAINTAINERS: Update my e-mail address.
6595
6596 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6597
6598         * MAINTAINERS (Write After Approval): Add myself.
6599
6600 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6601
6602         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6603         * configure: Regenerated.
6604
6605 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6606
6607         * MAINTAINERS: Update my email address.
6608
6609 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6610
6611         * configure.in:  Use newline instead of semicolon when assuming
6612         shell arguments in a for loop.
6613         * configure:  Regenerated.
6614
6615 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6616
6617         * MAINTAINERS: Resurrect the i860 maintainer.
6618
6619 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6620
6621         PR 8180
6622         * configure.in: When testing with_libs and with_headers, treat
6623         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6624         * configure: Regenerate.
6625
6626         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6627         make, shell, etc.
6628         (baseargs): Likewise.
6629         * configure: Regenerate.
6630
6631 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6632
6633         * MAINTAINERS (Write After Approval): Add myself.
6634
6635 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6636
6637         * configure.in: Disable libgcj for darwin not on powerpc.
6638         * configure: Rebuild.
6639
6640 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6641
6642         * config-ml.in, symlink-tree: Add license.
6643
6644 2003-08-03  Richard Stallman  <rms@gnu.org>
6645             Eben Moglen  <moglen@columbia.edu>
6646
6647         * README.SCO: New file.
6648
6649 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6650
6651         * Makefile.tpl (check, check-c++): Express dependencies using
6652         dependencies rather than commands.
6653         * Makefile.in: Regenerate.
6654
6655 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6656
6657         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6658         * configure: Ditto.
6659
6660 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6661
6662         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6663         * Makefile.in: Update.
6664
6665 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6666
6667         * configure.in: Enable libgcj for darwin.
6668         * configure: Rebuild.
6669
6670 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6671
6672         * config-ml.in:  Use ac_configure_args directly instead of
6673         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6674         actually seen.
6675
6676 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6677
6678         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6679         creating target and build subdirs to build all parent dirs as needed.
6680         * Makefile.in: Rebuild.
6681         * configure.in: Don't build dirs explicitly here.
6682         * configure: Rebuild.
6683
6684 2003-07-26  Paul Brook  <paul@nowt.org>
6685
6686         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6687
6688 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6689
6690         * Makefile.tpl (all-make): Depend on intl.
6691         * Makefile.in: Rebuilt.
6692
6693 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6694
6695         * install-sh:  Update to newer upstream versions (associated with
6696         aclocal 1.7).
6697         * mkinstalldirs:  Likewise.
6698         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6699
6700 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6701
6702         * MAINTAINERS: Move self from Bug database only accounts
6703         to write-after-approval.
6704
6705 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6706
6707         * config.if: Remove unused libc_interface determination.
6708
6709 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6710
6711         * MAINTAINERS: Move self from write-after-approval to
6712         build machinery (*.in).
6713
6714 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6715
6716         PR bootstrap/11273
6717         PR bootstrap/11408
6718         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6719         unused INSTALL_PROGRAM_ARGS.
6720         * configure.in: Use AC_PROG_INSTALL.
6721         * Makefile.in: Regenerate.
6722         * configure: Regenerate.
6723
6724 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6725
6726         * MAINTAINERS: Alphabetize.
6727
6728 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6729
6730         * configure: Rebuilt.
6731         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6732         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6733         newlib nor libgloss.
6734         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6735         * configure.in (am33_2.0-*-linux*): Added.
6736
6737 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6738
6739         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6740         * configure: Regenerate.
6741
6742 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6743
6744         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6745         * Makefile.in: Regenerate.
6746
6747 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6748
6749         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6750         * Makefile.in: Regenerate.
6751
6752 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6753
6754         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6755         * Makefile.in: Regenerated.
6756
6757         * config-ml.in: Replace PWD with PWD_COMMAND.
6758
6759 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6760
6761         * intl: New directory; see intl/ChangeLog for details.
6762         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6763         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6764         * Makefile.in: Regenerate.
6765
6766 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6767
6768         * configure.in: Clean up config-lang.in handling.  Delete
6769         useless assignment to "subdirs".
6770         * configure: Regenerate.
6771
6772 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6773
6774         * configure.in: Rename 'target_libs' to 'target_libraries'.
6775         Remove useless reference to 'target_libs'.
6776         * configure: Regenerate.
6777
6778 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6779
6780         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6781         * Makefile.in: Regenerate.
6782
6783 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6784
6785         * Makefile.def: Introduce flags_to_pass.
6786         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6787         * Makefile.in: Regenerate.
6788
6789 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6790
6791         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6792         and target-libgloss.
6793         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6794         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6795         * configure: Regenerate.
6796
6797 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6798
6799         * configure.in: Update testsuite_flags to new location.
6800         * configure. Regenerate.
6801
6802 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6803
6804         * Makefile.tpl: Remove BUILD_CC stuff.
6805         * Makefile.in: Regenerate.
6806
6807 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6808
6809         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6810
6811 2003-06-16  Graeme Peterson  <gp@qnx.com>
6812
6813         * MAINTAINERS (Write After Approval): Add myself.
6814
6815 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6816
6817         * config.guess: Update to 2003-06-12 version.
6818         * config.sub: Update to 2003-06-13 version.
6819
6820 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6821
6822         * config.guess: Update to 2003-06-06 version.
6823         * config.sub: Update to 2003-06-06 version.
6824
6825 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6826
6827         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6828         * configure. Regenerate.
6829
6830 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6831
6832         * configure.in: Disable serial configure by default.
6833         * configure: Regenerate.
6834         * Makefile.tpl: Abolish .NOTPARALLEL.
6835         * Makefile.in: Regenerate.
6836
6837         * Makefile.tpl: Replace {build,host,target}_canonical by
6838         {build,host,target}.
6839         * Makefile.in: Regenerate.
6840
6841         * Makefile.tpl: Fix stupid pasto.
6842         * Makefile.in: Regenerate.
6843
6844 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6845
6846         * Makefile.tpl: Remove bogus conditional.
6847         * Makefile.in: Regenerate.
6848
6849 2003-06-05  Jan Hubicka  <jh@suse.cz>
6850
6851         * Makefile.tpl (profiledbootstrap): New target.
6852         * Makefile.in (profiledbootstrap): New target.
6853
6854 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6855
6856         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6857         Pinski. Remove user names from other bugzilla-only maintainers.
6858
6859 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6860
6861         * Makefile.tpl: Make 'recursive targets' using autogen rather
6862         than shell loop.  Remove duplicate 'clean' targets and false
6863         comments.
6864         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6865         Add systematic method of specifying missing targets in subdirs.
6866         Add copyright boilerplate.
6867         * Makefile.in: Regenerate.
6868         * configure.in: Add 'recursive targets' to maybe list.
6869         * configure: Regenerate.
6870
6871         * MAINTAINERS: "GNATS only" -> "Bug database only".
6872
6873         * Makefile.tpl: Rename [+target+] to [+make_target+].
6874         * Makefile.def: Rename 'target' to 'make_target'.
6875
6876 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6877
6878         * MAINTAINERS: Add self as options handling maintainer.
6879
6880 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6881
6882         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6883         been too long since I touched those ports.
6884
6885 2003-05-28  DJ Delorie  <dj@redhat.com>
6886
6887         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6888         * Makefile.in: Regenerate.
6889
6890 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6891
6892         * configure.in: Use curly braces in the definition of tooldir.
6893         * configure: Regenerate.
6894
6895 2003-05-21  DJ Delorie  <dj@redhat.com>
6896
6897         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6898         newlib or libgloss.
6899         * Makefile.in: Regenerate.
6900
6901 2003-05-21  DJ Delorie  <dj@redhat.com>
6902
6903         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6904         * Makefile.in: Regenerate.
6905
6906 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6907
6908         * MAINTAINERS: Update my e-mail address.
6909
6910 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6911
6912         * configure.in: Switch more things to use maybe dependencies.
6913         * Makefile.tpl: Switch more things to use maybe dependencies.
6914         Factor out common code from autogen IF statements.
6915         * configure: Regenerate.
6916         * Makefile.in: Regenerate.
6917
6918 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6919
6920         * configure.in: Accept i[3456789]86 for machine type.
6921         * configure: Regenerate.
6922
6923 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6924
6925         * configure.in: Switch more things to use maybe dependencies.
6926         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6927         * configure: Regenerate.
6928         * Makefile.tpl: Switch more things to use maybe dependencies.
6929         * Makefile.in: Regenerate.
6930
6931 2003-05-16  Andreas Schwab  <schwab@suse.de>
6932
6933         * Makefile.tpl (install-opcodes): Define.
6934         * Makefile.in: Rebuild.
6935
6936 2003-05-13  Andreas Jaeger  <aj@suse.de>
6937
6938         * config.guess: Update to 2003-05-09 version.
6939         * config.sub: Update to 2003-05-09 version.
6940
6941 2003-05-13  Michael Eager  <eager@mvista.com>
6942
6943         * configure.in: Correct sed script so that options in quotes are not
6944         deleted.
6945         * configure: Rebuild.
6946
6947 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6948
6949         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6950         and $$s/newlib/libc/sys/cygwin32 include paths.
6951         * configure: Ditto.
6952
6953 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6954
6955         * MAINTAINERS: Update my email addresses.
6956
6957 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6958
6959         * config-ml.in: Propagate INSTALL variables.
6960
6961 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6962
6963         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6964
6965 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6966
6967         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6968         * Makefile.in: Regenerate.
6969
6970 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6971
6972         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6973
6974 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6975
6976         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6977
6978 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6979
6980         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6981         * Makefile.in: Regenerated.
6982
6983 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6984
6985         * MAINTAINERS (Write After Approval): Upgrade myself from
6986         GNATS only to write-after-approval. Update my mail address.
6987
6988 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6989
6990         (OS Port Maintainers: freebsd): Add myself.
6991
6992 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6993
6994         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6995
6996 2003-04-22  Kean Johnston  <jkj@sco.com>
6997
6998         * MAINTAINERS (SCO ports): Added myself.
6999
7000 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7001
7002         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7003
7004 2003-04-19  Kean Johnston  <jkj@sco.com>
7005
7006         * MAINTAINERS (Write After Approval): Add myself.
7007
7008 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7009
7010         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7011         * Makefile.in: Regenerate.
7012
7013 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7014
7015         * configure.in (powerpc64*-*-linux*): Remove.
7016         * configure: Rebuilt.
7017
7018 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7019
7020         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7021         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7022         and restrap.
7023         * Makefile.in:  Regenerate.
7024
7025 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7026
7027         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7028         * configure: Regenerated.
7029
7030 2003-04-15  DJ Delorie  <dj@redhat.com>
7031
7032         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7033
7034 2003-04-13  Nick Clifton  <nickc@redhat.com>
7035
7036         * config-ml.in: Remove support for --disable-aix removing
7037         call-aix multilibs.
7038
7039 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7040
7041         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7042         * */configure: Rebuilt.
7043
7044 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7045
7046         * MAINTAINERS: Add my email address.
7047
7048 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7049
7050         * MAINTAINERS (Write After Approval): Add myself.
7051
7052 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7053
7054         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7055         * Makefile.in: Regenerate.
7056
7057 2003-03-14  Michael Chastain  <mec@shout.net>
7058
7059         * Makefile.in: Regenerate with correct Makefile.def.
7060
7061 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7062
7063         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7064         Make macro.
7065         * Makefile.in: Regenerate.
7066         * configure.in: Clean up gxx_include_dir logic.
7067         * configure: Regenerate.
7068
7069 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7070
7071         * MAINTAINERS (Write After Approval): Add myself.
7072
7073 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7074
7075         * MAINTAINERS: Update my mail address.
7076
7077 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7078
7079         * configure.in (gxx_include_dir): Fix typo.
7080         * configure: Regenerated.
7081
7082 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7083
7084         * Makefile.tpl: Reindent.
7085         * Makefile.in: Regenerate.
7086         * configure.in: Reindent.  Don't set unused variables.
7087         * configure: Regenerate.
7088
7089 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7090
7091         * configure.in: Include $(build_tooldir)/sys-include in
7092         FLAGS_FOR_TARGET.
7093         * configure: Regenerated.
7094
7095 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7096
7097         * Makefile.tpl: Always pass down RANLIB.
7098         * Makefile.in: Regenerate.
7099
7100         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7101         * Makefile.in: Regenerate.
7102         * configure.in: Remove unused logic relating to --enable-shared
7103         and --enable-threads.  Remove bogus comments.  Remove redundant
7104         noconfigdirs.
7105         * configure: Regenerate.
7106
7107         * configure.in: Replace ${libstdcxx_version} by its value.
7108         Remove reference to mh-dgux.
7109         * configure: Regenerate.
7110
7111 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7112
7113         * MAINTAINERS (Write After Approval): Add myself.
7114
7115 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7116
7117         * Makefile.tpl: Rearrange.
7118         * Makefile.in: Regenerate.
7119
7120 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7121
7122         * configure.in: Add support for kaOS as cross build target system.
7123         * configure: Regenerated.
7124
7125 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7126
7127         * MAINTAINERS (Write after approval): Add myself.
7128
7129 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7130
7131         * MAINTAINERS: Update my email address.
7132
7133 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7134
7135         * MAINTAINERS: Add self to blanket write privs. section.
7136
7137 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7138
7139         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7140         configure-target-* as some target builds may require additional
7141         flags for preprocessor tests.
7142         * Makefile.in: Regenerated.
7143
7144 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7145
7146         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7147         * ltconfig: Handle it.
7148         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7149         auto-detecting it.
7150
7151         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7152         it is used as argument to $CC.
7153         * ltcf-gcj.sh: Likewise.
7154
7155         * configure.in: Introduce --enable-maintainer-mode.
7156         * configure: Rebuilt.
7157         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7158         for maintainer mode.
7159         * Makefile.in: Rebuilt.
7160
7161 2003-02-18  Jason Merrill  <jason@redhat.com>
7162
7163         * Makefile.tpl (check-c++): Allow parallelism.
7164
7165 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7166
7167         * MAINTAINERS: Remove John Carr (who never actually had access to
7168         gcc.gnu.org).
7169
7170 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7171
7172         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7173         don't configure target-libobjc.
7174         * configure: Regenerate.
7175
7176 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7177
7178         * Makefile.tpl (RANLIB): Define.
7179         * Makefile.in: Regenerate.
7180
7181 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7182
7183         * MAINTAINERS: Update my email.
7184
7185 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7186
7187         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7188         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7189         * Makefile.in: Regenerated.
7190         * configure.in: Remove all traces of snavigator, db, and grep.
7191         * configure: Regenerated.
7192
7193 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7194
7195         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7196         After Approval.
7197
7198 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7199
7200         * MAINTAINERS (Write after approval): Add myself.
7201
7202 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7203
7204         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7205         * Makefile.in: Regenerated.
7206
7207 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7208
7209         * config.guess: Updated to 2003-01-30's version.
7210         * config.sub: Updated to 2003-01-28's version.
7211
7212 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7213
7214         * config.if: If gcc_version is already set, just use it.  Don't set
7215         gcc_version_trigger if it's already set, otherwise set it to
7216         gcc/version.c, but only if the file exists.  If it is not set and
7217         gcc/version.c does not exist, try to extract the version number from
7218         $CC.
7219
7220 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7221
7222         * MAINTAINERS: Add myself to write-after-approval list.
7223
7224 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7225
7226         * configure.in:  Revert 24Jan change.
7227         * configure:  Regenerate.
7228
7229 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7230
7231         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7232         entry of HJ Lu.
7233
7234 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7235
7236         * configure.in: Revert previous change.
7237         * configure: Regenerate.
7238
7239 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7240
7241         * configure.in: Make rda native-only.
7242         * configure: Regenerate.
7243
7244 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7245
7246         * MAINTAINERS: Move myself from GNATS-only-accounts to
7247         write-after-approval.
7248
7249 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7250
7251         * configure.in: Add missing \.
7252         * configure: Rebuilt.
7253
7254 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7255
7256         * configure.in (baseargs): Avoid using \| in sed regular
7257         expressions.
7258         * configure: Rebuilt.
7259
7260 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7261
7262         * configure.in (baseargs): Remove all supported forms of
7263         --cache-file, --srcdir, --host, --build and --target options
7264         from argument lists.
7265         * configure: Rebuilt.
7266
7267 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7268
7269         * MAINTAINERS: Add myself to write-after-approval list.
7270
7271 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7272
7273         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7274         * configure: Rebuilt.
7275
7276 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7277
7278         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7279         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7280         * Makefile.in: Regenerate.
7281         * configure: Regenerate.
7282
7283 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7284
7285         * configure.in: Remove Makefile in build, host and target modules
7286         unless configure was run with --no-recursion.
7287         * configure: Rebuilt.
7288
7289 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7290
7291         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7292         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7293         * Makefile.in: Regenerate.
7294
7295 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7296
7297         * config.guess: Update to 2003-01-03 version.
7298         * config.sub: Update to 2003-01-03 version.
7299
7300 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7301
7302         * configure: Regenerate with proper autoconf 2.13.
7303
7304 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7305
7306         * configure.in: Add AC_PREREQ for consistency.
7307         * configure: Regenerate.
7308
7309 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7310
7311         * configure.in (GDB_TK): Add tcl directories conditional on
7312         gdb/gdbtk directory being present.
7313         * configure: Regenerate.
7314
7315 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7316
7317         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7318         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7319         * configure: Rebuilt.
7320
7321 2002-12-31  Tom Tromey  <tromey@redhat.com>
7322
7323         * Makefile.in: Rebuilt.
7324         * Makefile.def (target_modules) [libffi]: Allow installation.
7325
7326 2002-12-31  Andreas Schwab  <schwab@suse.de>
7327
7328         * configure.in: Fix use of $program_transform_name.
7329         * configure: Regenerated.
7330
7331 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7332
7333         * configure.in (baseargs): Don't remove first configure argument.
7334         * configure: Regenerated.
7335
7336 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7337
7338         * Makefile.tpl (local-distclean): Don't remove...
7339         (multilib.ts): ... this.  Moved into...
7340         (multilib.out): ... this.  Don't use sub-make.
7341         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7342         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7343         (configure-build-[+module+], configure-[+module+],
7344         configure-target-[+module+], configure-gcc): ... these.  Test
7345         for Makefile existence.  Drop config.status from dependencies.
7346         * Makefile.in: Rebuilt.
7347         * configure.in: Move gcc-version-trigger to the end of
7348         ac_configure_args.  Add comments to maybedep.tmp and
7349         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7350         nonopt from baseargs, matching and removing corresponding
7351         whitespace while at it.
7352         * configure: Rebuilt.
7353
7354 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7355
7356         * configure.in (host_configargs): Replace reference to
7357         no-longer-defined buildopts with --build=${build_alias}.
7358         * configure: Rebuilt.
7359
7360         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7361         program_transform_name to standard idiom.
7362         (AUTOGEN, AUTOCONF): Define.
7363         (Makefile.in): Use $(AUTOGEN).
7364         (Makefile): Depend on config.status, and use autoconf-style rule to
7365         build it.  Move original commands to...
7366         (config.status): ... this new target.
7367         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7368         $(AUTOCONF).
7369         * Makefile.in: Rebuilt.
7370
7371 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7372
7373         * Makefile.tpl: Fix dramatic bustage due to change in
7374         program_transform_name.
7375         * Makefile.in: Regenerate.
7376
7377         * configure.in: Remove unnecessary PATH setting.
7378         * configure: Regnerate.
7379
7380         * configure.in: Don't default to unprefixed tools unless
7381         the native tools will work.
7382         * configure: Regenerate.
7383
7384         * configure.in: Convert to autoconf script.  Blow away lots
7385         of now-redundant Makefile fragments.
7386         * configure: Generate using Autoconf.
7387         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7388         * Makefile.in: Regenerate.
7389
7390 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7391
7392         * configure: Fix stupid bug where RANLIB was mistakenly included.
7393
7394         * configure.in: Rename (buildargs, hostargs, targargs) to
7395         (build_configargs, host_configargs, target_configargs).
7396
7397         * configure.in: Move logic out of sed statement.
7398
7399         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7400         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7401
7402 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7403
7404         * config.sub: Import from master repository
7405         * config.guess: Ditto
7406
7407 2002-12-24  Andreas Schwab  <schwab@suse.de>
7408
7409         * Makefile.tpl (multilib.out): Fix missing space.
7410         * Makefile.in: Regenerate.
7411
7412 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7413
7414         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7415         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7416         * Makefile.in: Regenerate.
7417         * configure.in: Remove unnecessary leftovers.
7418
7419 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7420
7421         * configure.in (extra_ranlibflags_for_target): New variable.
7422         (*-*-darwin): Add -c to ranlib commands.
7423         * configure (tooldir): Handle extra_ranlibflags_for_target.
7424
7425 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7426
7427         * Makefile.tpl: Revert HJL's change.
7428         * Makefile.in: Regenerated.
7429         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7430         always.
7431
7432 2002-12-19  Andreas Schwab  <schwab@suse.de>
7433
7434         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7435         * Makefile.in: Regenerate.
7436
7437 2002-12-18  H.J. Lu  <hjl@gnu.org>
7438
7439         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7440         * Makefile.in: Regenerated.
7441
7442         * configure.in (build_prefix): New. Substitute.
7443
7444 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7445
7446         * Makefile.tpl: Don't let real targets depend on phony targets.
7447         * Makefile.in: Regenerate.
7448
7449         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7450         * Makefile.in: Regenerate.
7451
7452 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7453
7454         * config.sub: Import from master repository
7455         * config.guess: Ditto
7456
7457 2002-12-16  Jason Merrill  <jason@redhat.com>
7458
7459         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7460         previous 'make bootstrap'.
7461         * Makefile.in: Regenerate.
7462
7463 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7464
7465         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7466
7467 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7468
7469         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7470         * Makefile.in: Regenerate.
7471
7472 2002-12-13  Jason Merrill  <jason@redhat.com>
7473
7474         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7475         library tests.
7476         (check-c++): Just depend on it and check-target-libstdc++-v3.
7477         * Makefile.in: Regenerate.
7478
7479 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7480
7481         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7482         * Makefile.in: Rebuilt.
7483
7484 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7485
7486         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7487
7488 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7489
7490         * configure: Fix bug put in by gremlins.
7491
7492         * Makefile.tpl: Substitute more autoconfily.
7493         * configure: Substitute more autoconfily.
7494         * Makefile.in: Regenerate.
7495
7496 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7497
7498         * config.sub: Import from master repository
7499         * config.guess: Ditto
7500         * MAINTAINERS: Added Svein Seldal under write after approval
7501
7502 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7503
7504         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7505         * Makefile.in (all-sim): Ditto.
7506
7507 2002-12-06  DJ Delorie  <dj@redhat.com>
7508
7509         * Makefile.tpl: Change configure dependencies to not have real
7510         targets depend on phony targets.
7511
7512 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7513
7514         * configure.in: Revert unintentional change.
7515
7516         * Makefile.tpl: Change dependency for */multilib.out so that
7517         it works when gcc isn't in the tree.
7518
7519         * configure.in: Substitute more.
7520         * configure: Run subconfigures from the Makefile.
7521         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7522         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7523
7524 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7525
7526         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7527
7528 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7529
7530         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7531         and corresponding dependencies.
7532         * Makefile.in: Regenerate.
7533
7534         * configure.in (host_tools): Order binutils, gas and ld for
7535         convenience in running the testsuites.
7536
7537         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7538         * Makefile.in: Regenerate.
7539         * configure.in: Introduce rules to serialize subconfigure runs.
7540
7541         * configure.in: Introduce BASE_CC_FOR_TARGET.
7542         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7543         Realize configure-build-* targets.  Realize configure-target-* targets.
7544         * Makefile.in: Regenerate.
7545
7546 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7547
7548         * configure: Move gcc_version_trigger stuff from here...
7549         * configure.in: ...to here.
7550
7551         * configure.in: Separate subconfigure options added by this file from
7552         options given by the user.  Add machinery to put args for host
7553         subconfigures into the Makefile.
7554
7555         * Makefile.tpl: Remove 'vault' targets.
7556         * Makefile.tpl: Reorder and comment dependencies.
7557         * Makefile.in: Regenerate.
7558
7559 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7560         * configure.in: Fix my broken commit of previous patch. (sigh)
7561
7562 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7563
7564         * configure.in: Move host-specific darwin noconfigdirs into
7565         the host-specific section.
7566
7567 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7568
7569         * configure.in: Move host-specific darwin noconfigdirs into
7570         the host-specific section.
7571
7572 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7573
7574         * configure: Remove skip-this-dir support.
7575         * Makefile.tpl: Remove skip-this-dir support.
7576
7577         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7578         subdirectories.
7579         * Makefile.in: Regenerate.
7580
7581         * Makefile.tpl: Strip out useless setting of 'dir'.
7582         * Makefile.in: Regenerate.
7583
7584 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7585
7586         * configure.in: Fix deeply stupid bug.
7587
7588         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7589         shell code in CXX_FOR_TARGET
7590         * Makefile.def: Introduce raw_cxx.
7591         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7592         RAW_CXX_FOR_TARGET.
7593         * Makefile.in: Regenerate.
7594
7595 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7596
7597         * Makefile.tpl: Remove unnecessary ifs.
7598         * Makefile.in: Regenerate.
7599
7600         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7601         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7602         targets for 'no_install' modules.
7603         * configure: Move GDB_TK substitution to configure.in.  Move
7604         build_modules stuff to configure.in.
7605         * configure.in: Implement soft dependency machinery.  Maybe-ize
7606         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7607         * Makefile.in: Regenerate.
7608
7609 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7610
7611         * Makefile.tpl: Make all-target, install-target behave similarly
7612         to all, install (only hitting configured targets).  Eliminate
7613         unused macro defintions.
7614
7615         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7616         build != host.
7617
7618         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7619
7620         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7621
7622         * configure.in: Produce lists of subdir targets we're actually
7623         configuring.  Remove references to "dosrel".
7624         * Makefile.tpl: Let configure set which subdir targets are hit.
7625         Remove install-cross; clean up install; remove ALL.  Remove
7626         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7627         Autogenerate host module targets.  Remove empty dependency lines
7628         and redundant dependency; rearrange slightly.
7629         * Makefile.def: Add host-side libtermcap, utils.
7630
7631         * Makefile.in: Regenerate.
7632
7633 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7634
7635         * ltconfig (osf[345]): Append $major to soname_spec.
7636         Reflect this in library_names_spec.
7637         * ltmain.sh (osf): Prefix $major with . for use as extension.
7638
7639 2002-11-19  Andreas Jaeger  <aj@suse.de>
7640
7641         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7642         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7643         and sparc64 GNU/Linux systems.
7644
7645 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7646
7647         * MAINTAINERS: Update email.
7648
7649 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7650
7651         * MAINTAINERS: Complete James Dennett's entry.
7652
7653 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7654
7655         * MAINTAINERS (Write After Approval): Add myself.
7656
7657 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7658
7659         * Makefile.tpl: syntactic cleanup
7660
7661 2002-11-13  Stuart Hastings  <stuart@apple.com>
7662
7663         * MAINTAINERS: Add myself to write-after-approval list.
7664
7665 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7666
7667         * Makefile.def: Add list of recursive targets to autogenerate.
7668         Add build_modules.
7669         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7670         targets.  Autogenerate *-build-* targets.
7671         * Makefile.in: Regenerate.
7672
7673 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7674
7675         * configure: More autoconf-style substitutions.
7676         * Makefile.tpl: More autoconf-style substitutions.
7677         * Makefile.in: Regenerate.
7678
7679 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7680
7681         * configure: Substitute more variables in a more autoconf-friendly
7682         way.  Simplify slightly.
7683         * Makefile.tpl: Make more variables substitutable in an
7684         autoconf-friendly way.
7685         * Makefile.in: Regenerate.
7686
7687 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7688
7689         * MAINTAINERS (Write After Approval): Add myself.
7690
7691 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7692
7693         * configure.in (v810*): Remove special setting of tools.
7694
7695         * configure: Add support for extra required flags for ar or nm.
7696         * configure.in (aix4.3+): Use above support for target-specific
7697         issues, rather than using config/mt-aix43.
7698
7699 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7700
7701         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7702         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7703         with $srcdir.  Reformat indentation.  Substitute some variables
7704         formerly hard-coded in the Makefile for build=host.
7705         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7706         * Makefile.def: Autogenerate more.
7707         * Makefile.in: Regenerate.
7708
7709 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7710
7711         * MAINTAINERS (Write After Approval): Add myself.
7712
7713 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7714
7715         * Makefile.def (host_modules): Add rda.
7716         * Makefile.in: Regenerate.
7717         * configure.in (target_tool): Add target-rda to list.
7718
7719 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7720
7721         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7722
7723 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7724
7725         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7726         and restrap targets to this rule.
7727         * Makefile.in:  Regenerate.
7728
7729 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7730
7731         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7732         GNATS only accounts.
7733
7734 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7735
7736         * configure.in (i[3456]86-*-linux*): Add check to disable
7737         ${libgcj} for glibc1.
7738
7739 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7740
7741         * MAINTAINERS: Add myself as ip2k port maintainer.
7742
7743 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7744
7745         * configure.in: Add tic4x target.
7746
7747 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7748
7749         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7750         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7751         * Makefile.in: Regenerate.
7752
7753         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7754         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7755         * Makefile.in: Regenerate.
7756
7757 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7758
7759         * MAINTAINERS: Add myself as web pages co-maintainer.
7760
7761 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7762
7763         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7764         * Makefile.in: Regenerate.
7765
7766 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7767
7768         * MAINTAINERS: Add myself and Nathan Sidwell
7769         <nathan@codesourcery.com> as VxWorks maintainers.
7770
7771 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7772
7773         * Makefile.def: Remove order dependency comments.
7774         * Makefile.tpl: Add explicit install-install dependencies.
7775         * Makefile.in: Regenerate.
7776
7777         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7778         * Makefile.in: Regenerate.
7779
7780         * Makefile.tpl: Add configure-target (for src-release in src)
7781         * Makefile.in: Regenerate.
7782
7783 2002-09-30  Nick Clifton  <nickc@redhat.com>
7784
7785         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7786
7787 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7788
7789         * configure.in (s390*-*-linux*): Enable libgcj.
7790
7791 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7792
7793         * configure: Revert accidentally applied changes.
7794
7795         * Makefile.tpl: Make more autoconf-friendly.
7796         * Makefile.in: Regenerate.
7797         * configure: Make substitution more autoconf-like.
7798
7799 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7800
7801         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7802         single entry to handle all these.
7803         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7804         libjava on arm-*-elf.
7805
7806 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7807
7808         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7809         things that depend on them.
7810
7811 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7812
7813         * Makefile.tpl: Make subsituted variables more autoconfy.
7814         * Makefile.in: Regenerate.
7815         * configure: Make seds more autoconfy.
7816
7817 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7818
7819         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7820         * Makefile.in: Regenerate.
7821         * configure.in: Rewrite sed statements to look autoconfy.
7822
7823         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7824         all-target-foo on configure-target-foo.
7825         * Makefile.def: Ditto.
7826         * Makefile.in: Rebuild.
7827
7828 2002-09-25  Andrew Haley  <aph@redhat.com>
7829
7830         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7831
7832 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7833
7834         * Makefile.def: New file.
7835         * Makefile.tpl: New file.
7836         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7837         * contrib/gcc_update: Note that Makefile.in is a generated file.
7838
7839         * configure.in: Minor rearrangement.  Simplify tests.
7840
7841 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7842
7843         * configure.in (with_headers): Skip copy if value is "yes".
7844         (with_libs): Likewise.
7845
7846 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7847
7848         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7849         * configure.in (sh*-*-pe*): Ditto.
7850         * configure.in (mips*-*-pe*): Ditto.
7851         * configure.in (*arm-wince-pe): Ditto.
7852
7853         * configure.in: Rearrange.
7854
7855 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7856
7857         * MAINTAINERS: Update my email address.
7858
7859 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7860
7861         * MAINTAINERS: (Write After Approval): Add myself.
7862
7863 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7864
7865         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7866
7867 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7868
7869         * MAINTAINERS: Change my mailing address.
7870
7871 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7872
7873         * MAINTAINERS (Write After Approval): Remove myself.
7874         (Various Maintainers: c++ runtime libs): Add myself.
7875
7876 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7877
7878         * MAINTAINERS (Write After Approval): Remove myself.
7879         (Various Maintainers: c++ runtime libs): Add myself.
7880
7881 2002-08-15  Eric Christopher  <echristo@redhat.com>
7882
7883         * config.sub: Import from master repository.
7884         * config.guess: Ditto.
7885
7886 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7887
7888         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7889         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7890         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7891
7892 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7893
7894         * MAINTAINERS: Add self to rs6000 vector extensions.
7895
7896 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7897
7898         * libiberty/configure: Reverted unintended yesterday's check in.
7899
7900 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7901
7902         * boehm-gc/configure, libf2c/configure: Rebuilt.
7903         * libffi/configure, libiberty/configure: Ditto.
7904         * libjava/configure, libobjc/configure: Ditto.
7905         * libstdc++-v3/configure, zlib/configure: Ditto.
7906         Merged from binutils:
7907         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7908         From Steve Ellcey <sje@cup.hp.com>:
7909         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7910         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7911         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7912         IA64.
7913         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7914         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7915         soname_spec, sys_lib_search_path_spec): Ditto.
7916
7917 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7918
7919         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7920
7921 2002-08-04  H.J. Lu  (hjl@gnu.org)
7922
7923         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7924
7925 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7926
7927         * MAINTAINERS (Write After Approval): Add myself.
7928
7929 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7930
7931         * configure.in: Move generic linux case to end.  Copy generic
7932         linux noconfigdirs to mips*-*-linux* entry and new
7933         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7934
7935 2002-07-19  Michael Matz  <matz@suse.de>
7936
7937         * MAINTAINERS: Add myself as ra* maintainer.
7938
7939 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7940
7941         * config.guess: Update to 2002-07-09 version.
7942         * config.sub: Update to 2002-07-03 version.
7943
7944 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7945
7946         * MAINTAINERS: Fix typo in a maintainer email address.
7947
7948 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7949
7950         * configure.in: Remove two redundant tests.
7951
7952 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7953
7954         * configure.in (mips*-*-irix6*o32): Enable stabs.
7955
7956 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7957
7958         * configure.in: Don't build grez.
7959         * Makefile.in: Ditto.
7960
7961         * Makefile.in: Remove references to bsp, cygmon, libstub.
7962         * configure.in: Ditto.
7963
7964         * configure.in: Remove leftover reference to gdbtest.
7965
7966 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7967
7968         * configure.in (gxx_include_dir):  Change to match versioned
7969         C++ headers if --enable-version-specific-runtime-libs is used.
7970
7971 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7972
7973         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7974
7975 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7976
7977         * configure.in: Make --without-x work.
7978
7979 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7980
7981         * configure.in: Rearrange target Makefile fragment collection.
7982
7983         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7984         cvs[src].
7985         * configure.in: Ditto.
7986
7987 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7988
7989         * MAINTAINERS (Write After Approval): Update my e-mail address.
7990
7991 2002-06-24  Ben Elliston  <bje@redhat.com>
7992
7993         * configure.in (host_tools): Remove cgen.
7994
7995         * Makefile.in (all-cgen): Remove; runs from its source directory.
7996         (check-cgen, install-cgen, clean-cgen): Likewise.
7997         (all-opcodes): Do not depend on all-cgen.
7998         (all-sim): Likewise.
7999
8000 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8001
8002         * Makefile.in: Eliminate 'apache' targets.
8003         * configure.in: Eliminate 'apache' targets.
8004
8005         * configure.in: Eliminate redundant tests.  Reorganize.
8006
8007         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8008
8009         * config-ml.in: Eliminate references to Cygnus configure.
8010
8011         * Makefile.in: Eliminate references to building emacs.
8012
8013 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8014
8015         * MAINTAINERS: Update my email address.
8016
8017 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8018
8019         * config.if (libstdcxx_incdir): Version C++ headers.
8020         (cxx_incdir): Remove.
8021
8022 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8023
8024         * MAINTAINERS (Write After Approval): Add self.
8025
8026 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8027
8028         * configure.in: Add support for ip2k.
8029
8030 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8031
8032         * configure.in: Fix AIX configury bug.
8033
8034 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8035
8036         * MAINTAINERS (Write After Approval): Add self.
8037
8038 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8039
8040         * configure.in: replace ${topsrcdir} with ${srcdir}
8041
8042         * configure.in: Move definition of libstdcxx_flags
8043         right above usage, rather than waaay earlier.
8044
8045         * configure.in: Pull definition of is_cross_compiler earlier.
8046
8047         * configure.in: Rearrange a little.
8048
8049         * configure.in: Remove references to librx.
8050         * Makefile.in: Remove references to librx.
8051
8052 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8053
8054         * config.sub: Add support for avr target.
8055         Import from master sources, rev 1.255
8056
8057 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8058
8059         * configure, .cvsignore:  Revert previous change...
8060         * Makefile:  ...delete.
8061
8062 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8063
8064         * configure.in: Eliminate ${gasdir} variable.
8065
8066 2002-06-18  Dave Brolley  <brolley@redhat.com>
8067
8068         * configure.in: Add support for frv.
8069         * config.sub: Add support for frv.
8070
8071 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8072
8073         * configure:  Remove garbage from previous commit.
8074
8075 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8076
8077         * configure:  For in-source builds, make a subdir and re-exec there.
8078         * Makefile:  New file.  Pass targets through to build directory.
8079         * .cvsignore:  No longer ignore "Makefile".
8080
8081 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8082
8083         * MAINTAINERS (Write After Approval): Add self.
8084
8085 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8086
8087         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8088
8089 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8090
8091         * configure.in (vax-*-netbsd*): Re-enable gas.
8092
8093 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8094
8095         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8096         BUILD_PREFIX_1, to correct nomenclature.
8097         * configure: Likewise.
8098
8099         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8100         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8101
8102 2002-05-31  Olaf Hering  <olh@suse.de>
8103
8104         * config-ml.in: Propogate DESTDIR also.
8105
8106 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8107
8108         * configure.in (vax-*-netbsd*): Don't build gas for this
8109         platform.
8110
8111 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8112
8113         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8114         and libgcj for AVR.
8115
8116 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8117
8118         * MAINTAINERS (Write After Approval): Add myself.
8119
8120 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8121
8122         * config.guess: Update to 2002-05-22 version.
8123         * config.sub: Likewise.
8124
8125 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8126
8127         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8128         * config-ml.in: Likewise.
8129         * configure: Likewise.
8130         * configure.in: Likewise.
8131
8132 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8133
8134         * MAINTAINERS: Update my email address.
8135
8136 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8137
8138         * configure.in: Simplify makefile fragment collection.
8139
8140         * configure.in: Remove code to build emacs.
8141
8142         * configure.in : Remove --srcdir argument from targargs and buildargs
8143         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8144
8145         * configure: Move some logic to configure.in.
8146         * configure.in: Move some logic from configure.
8147
8148 2002-05-11  Tom Tromey  <tromey@redhat.com>
8149
8150         * MAINTAINERS: Reflect libgcj reality.
8151
8152 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8153
8154         * Makefile.in: Honour DESTDIR.
8155
8156 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8157
8158         * config.guess: Import 2002-03-20 version.
8159         * config.sub: Import 2002-04-26 version.
8160
8161 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8162
8163         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8164
8165 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8166
8167         * MAINTAINERS: Add self.
8168
8169 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8170
8171         * ltmain.sh: Detect and handle object name conflicts
8172         while piecewise linking a static library.
8173
8174 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8175
8176         * configure.in (noconfigdirs): Don't disable libgcj on
8177         sparc64-*-solaris* and sparcv9-*-solaris*.
8178
8179 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8180
8181         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8182
8183 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8184
8185         * configure.in (FLAGS_FOR_TARGET): Do not add
8186         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8187         on i[3456]86-*-linux*.
8188
8189 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8190
8191         * configure.in (noconfigdirs): Replace [ ] with test.
8192
8193         * configure.in (noconfigdirs): Do not add target-newlib if
8194         target == i[3456]86-*-linux*, and host == target.
8195
8196 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8197
8198         * configure.in: delete reference to absent file
8199
8200         * configure.in: replace '[' with 'test'
8201
8202         * configure.in: Eliminate references to gash.
8203         * Makefile.in: Eliminate references to gash.
8204
8205         * configure.in: remove useless references to 'pic' makefile fragments.
8206
8207         * configure.in: (*-*-windows*) Finish removing.
8208
8209         * configure.in: Eliminate redundant test for libgui.
8210
8211 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8212
8213         * MAINTAINERS: Add self and realphabetize.  Update entries
8214         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8215         entry for a29k port maintainer.
8216
8217 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8218
8219         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8220         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8221
8222 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8223
8224         * configure.in: remove references to dead files
8225
8226 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8227
8228         * MAINTAINERS: Add information about purpose of this file.
8229
8230 2002-04-18  Tom Tromey  <tromey@redhat.com>
8231
8232         * configure.in: Disallow configuring libgcj when it is already
8233         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8234         Solaris 2.8 by default.  For PR libgcj/6158.
8235
8236 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8237
8238         * configure.in:  Move default CC setting out of config/mh-* fragments
8239         directly into here.
8240
8241 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8242
8243         * configure.in: don't even try to configure or make a subdirectory
8244         if there's no configure script for it.
8245
8246 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8247
8248         * MAINTAINERS: Remove chill maintainers.
8249         * Makefile.in (CHILLFLAGS): Remove.
8250         (CHILL_LIB): Remove.
8251         (TARGET_CONFIGDIRS): Remove libchill.
8252         (CHILL_FOR_TARGET): Remove.
8253         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8254         CHILL_LIB.
8255         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8256         (CHECK_TARGET_MODULES): Likewise.
8257         (INSTALL_TARGET_MODULES): Likewise.
8258         (CLEAN_TARGET_MODULES): Likewise.
8259         (configure-target-libchill): Remove.
8260         (all-target-libchill): Remove.
8261         * configure.in (target_libs): Remove target-libchill.
8262         Do not compute CHILL_FOR_TARGET.
8263         * libchill: Remove directory.
8264
8265 2002-04-11  DJ Delorie  <dj@redhat.com>
8266
8267         * Makefile.in, configure.in: Sync with binutils, entries
8268         follow...
8269
8270 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8271
8272         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8273         (do-tar, do-bz2): New rules.
8274         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8275         (gdb-tar): New rule.
8276         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8277         (insight_dejagnu.tar): New rule.
8278         (insight.tar): New rule.
8279         (gdb+dejagnu.tar): New rule.
8280         (gdb.tar): New rule.
8281
8282 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8283
8284         * Makefile.in: Add all-tix to deps for all-snavigator
8285         so that tix is built when building snavigator.
8286
8287 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8288
8289         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8290         ld and gdb are not supported.
8291
8292 2002-01-07  Mark Salter  <msalter@redhat.com>
8293
8294         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8295         Allow target-libgloss to be built for arm, strongarm, and xscale.
8296
8297 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8298
8299         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8300         options for i[3456]86-pc-linux* native builds.
8301
8302 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8303
8304         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8305         files from .po files for a distribution.
8306
8307 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8308
8309         * configure.in: Enable libstdc++-v3 for h8300 targets.
8310
8311 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8312
8313         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8314         version from bfd/.
8315
8316 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8317
8318         * Makefile.in (VER): When present, extract the version number from
8319         the file version.in.
8320
8321 2001-05-24  Tom Rix  <trix@redhat.com>
8322
8323         * configure.in : enable ld for aix
8324
8325 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8326
8327         * config.guess: Add linux target for S/390.
8328
8329 2000-11-07  Philip Blundell  <pb@futuretv.com>
8330
8331         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8332
8333 2000-11-03  Philip Blundell  <pb@futuretv.com>
8334
8335         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8336         files.
8337
8338 2001-01-15  Ben Elliston  <bje@redhat.com>
8339
8340         * configure.in (host_tools): Add sid.
8341         Always configure cgen.
8342
8343 2000-11-24  Nick Clifton  <nickc@redhat.com>
8344
8345         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8346
8347
8348 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8349
8350         * Makefile.in (ALL_MODULES): Add all-cgen.
8351         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8352         (all-cgen): New target.
8353         (all-opcodes,all-sim): Depend on all-cgen.
8354         * configure.in (host_tools): Add cgen.
8355         Only configure cgen if --enable-cgen-maint.
8356
8357 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8358
8359         * configure.in: Add *-*-freebsd* configurations.
8360
8361 2002-04-08  Tom Tromey  <tromey@redhat.com>
8362
8363         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8364         Fixes PR libgcj/6068.
8365
8366 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8367
8368         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8369
8370 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8371
8372         * configure.in (alpha*-dec-osf*): Enable libgcj.
8373
8374 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8375
8376         * MAINTAINERS (Write After Approval): Add myself.
8377
8378 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8379
8380         Fix for: PR bootstrap/3591, target/5676
8381         * configure.in (mcore-pe): Disable the configuration of
8382         libstdc++-v3 since exceptions are not supported.
8383
8384 2002-03-20  Anthony Green  <green@redhat.com>
8385
8386         * configure.in: Enable libgcj for xscale-elf target.
8387
8388 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8389
8390         * MAINTAINERS:  Update my email address.
8391
8392 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8393
8394         * ltmain.sh (relink_command): Fix typo in previous change.
8395
8396 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8397
8398         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8399         (relink_command): Added --tag flags.
8400         (mode=install): If relinking fails; error out.
8401
8402 2002-03-12  Richard Henderson  <rth@redhat.com>
8403
8404         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8405         .NOTPARALLEL tag.
8406         (do-check): Rename from check.
8407         (check): Allow parallel check.
8408
8409 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8410
8411         * MAINTAINERS: Add myself as maintainer for xtensa port.
8412         Fix alphabetical order in CPU port maintainer list.
8413         Remove myself from Write After Approval list.
8414
8415 2002-03-11  Richard Henderson  <rth@redhat.com>
8416
8417         * Makefile.in (.NOTPARALLEL): Add fake tag.
8418
8419 2002-03-07  H.J. Lu  (hjl@gnu.org)
8420
8421         * configure.in: Enable gprof for mips*-*-linux*.
8422
8423 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8424
8425         * MAINTAINERS (Write After Approval): Add myself.
8426
8427 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8428
8429         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8430         libjava.
8431         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8432
8433 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8434
8435         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8436         because its Makefile is there; test for the executable instead.
8437
8438 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8439
8440         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8441         libstdc++-v3 and libjava.
8442
8443 2002-02-11  Adam Megacz  <adam@xwt.org>
8444
8445         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8446         boehm-gc
8447
8448 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8449
8450         * config.guess: Updated to 2002-01-30's version.
8451         * config.sub: Updated to 2002-02-01's version.
8452         Contribute sh64-elf.
8453         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8454         * configure.in: Added sh64-*-*.
8455
8456 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8457
8458         * MAINTAINERS: Belatedly add myself to write after approval list.
8459
8460 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8461
8462         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8463         Remove self as Write After Approval.
8464
8465 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8466
8467         * MAINTAINERS: Put self in as maintainer for contrib/regression
8468         directory.
8469
8470 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8471
8472         * MAINTAINERS:  Update my email address.
8473
8474 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8475
8476         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8477         target-libiberty, and target-libgloss.  Skip Java-related
8478         libraries if not supported for NetBSD on target CPU.
8479
8480 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8481
8482         * install-sh: Use _inst.$$_ for temp file name.
8483
8484 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8485
8486         * MAINTAINERS (Write After Approval): Move my contact info
8487         from here...
8488         (OS Port Maintainers): ...to here (netbsd).
8489
8490 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8491
8492         * MAINTAINERS (Write After Approval): Add myself.
8493
8494 2002-01-17  H.J. Lu  <hjl@gnu.org>
8495
8496         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8497         (all-target-fastjar): Also depend on all-target-libiberty.
8498
8499 2002-01-16  H.J. Lu  (hjl@gnu.org)
8500
8501         * config.guess: Import from master sources, rev 1.225.
8502         * config.sub: Import from master sources, rev 1.238.
8503
8504 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8505
8506         * MAINTAINERS (Write After Approval): Remove myself.
8507
8508 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8509
8510         * MAINTAINERS (Write After Approval): Add myself.
8511
8512 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8513
8514         * MAINTAINERS: Add self as docs co-maintainer.
8515
8516 2001-12-11  Matthias Klose  <doko@debian.org>
8517
8518         * MAINTAINERS (Write After Approval): Add myself.
8519
8520 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8521
8522         * MAINTAINERS: Update my email address.
8523
8524 2001-12-07  Turly O'Connor  <turly@apple.com>
8525         * MAINTAINERS (Write After Approval): Add myself.
8526         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8527         (rs6000_initialize_trampoline): Call __trampoline_setup for
8528         ABI_DARWIN too.
8529         * darwin-tramp.asm: New file, implements __trampoline_setup.
8530         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8531
8532 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8533
8534         * MAINTAINERS (Write After Approval): Add myself.
8535
8536 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8537
8538         * configure, configure.in: Use temp file for long sed commands.
8539
8540 2001-12-03  Laurent Guerby  <guerby@acm.org>
8541
8542         * config.sub: Update to version 1.232 on subversion.
8543
8544 2001-12-03  Ben Elliston  <bje@redhat.com>
8545
8546         * MAINTAINERS: Update mail address for config.* patches.
8547
8548 2001-11-27  DJ Delorie  <dj@redhat.com>
8549             Zack Weinberg  <zack@codesourcery.com>
8550
8551         When build != host, create libiberty for the build machine.
8552
8553         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8554         CONFIG_ARGUMENTS.
8555         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8556         New variables.
8557         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8558         and rules.
8559         (all.normal): Depend on ALL_BUILD_MODULES.
8560         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8561         (all-build-libiberty): Depend on configure-build-libiberty.
8562
8563         * configure: Calculate and substitute proper value for
8564         ALL_BUILD_MODULES.
8565         * configure.in: Create the build subdirectory.
8566         Calculate and substitute TARGET_CONFIGARGS (formerly
8567         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8568
8569 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8570
8571         * MAINTAINERS (write-after-approval): Add self.
8572
8573 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8574
8575         * MAINTAINERS (GNATS only accounts): Remove self.
8576
8577 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8578
8579         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8580         libf2c.
8581
8582 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8583
8584         * MAINTAINERS (Write After Approval): Add self.
8585
8586 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8587
8588         * MAINTAINERS: mips and s390 are also CPU ports.
8589
8590 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8591
8592         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8593
8594 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8595
8596         * MAINTAINERS: Alphabetize.
8597
8598 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8599
8600         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8601
8602 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8603
8604         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8605
8606 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8607
8608         * configure.in (--enable-languages): Be more permissive about
8609         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8610
8611 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8612
8613         * config.sub: Import from master sources, rev. 1.230.
8614         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8615
8616 2001-11-07  Laurent Guerby  <guerby@acm.org>
8617
8618         * MAINTAINERS (Write After Approval): Add self.
8619
8620 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8621
8622         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8623
8624 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8625
8626         * config.sub: Import from master sources, rev 1.226.
8627         * config.guess: Import from master sources, rev 1.216.
8628
8629 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8630
8631         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8632         * MAINTAINERS: Add self as maintainer of MMIX port.
8633         Remove old after-approval entry.
8634
8635 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8636
8637         * ChangeLog, configure: Fix spelling errors.
8638
8639 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8640
8641         * MAINTAINERS: Tweak my address.
8642
8643 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8644
8645         * MAINTAINERS: Update my email address.
8646
8647 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8648
8649         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8650         * MAINTAINERS: Add self as maintainer of CRIS port.
8651
8652 2001-10-10  Geert Bosch  <bosch@gnat.com>
8653
8654         * MAINTAINERS (Various maintainers: Ada front end):
8655         Added Robert Dewar.
8656
8657 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8658
8659         * MAINTAINERS (Write After Approval): Added self
8660
8661 2001-10-02  Geert Bosch  <bosch@gnat.com>
8662
8663         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8664
8665 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8666
8667         * configure: Handle temporary files securely using mkdir.
8668
8669 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8670
8671         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8672
8673 2001-09-26  Will Cohen  <wcohen@redhat.com>
8674
8675         * configure.in (*-*-linux*): Disable configuration of target-newlib
8676         and target-libgloss.
8677
8678 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8679
8680         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8681         RANLIB.
8682
8683 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8684
8685         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8686         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8687         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8688         avoid quotes nesting problems.
8689         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8690         (DO_X): Export only variables that are set.
8691
8692 2001-09-19  Ben Elliston  <bje@redhat.com>
8693
8694         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8695         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8696         semantics.  Use the shell built-in "type" command instead.
8697
8698 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8699
8700         Merged from gcc-3_0-branch:
8701         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8702         * ltcf-c.sh: Use $objext, not $ac_objext.
8703         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8704         * ltcf-cxx.sh: Add support for GNU.
8705         2001-07-22  Timothy Wall  <twall@redhat.com>
8706         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8707         default settings if using GNU tools with that configuration.
8708         * ltcf-cxx.sh: Ditto.
8709         * ltcf-gcj.sh: Ditto.
8710         2001-07-21  Michael Chastain  <chastain@redhat.com>
8711         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8712         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8713         * ltmain.sh: Mark as gcc-local.
8714
8715 2001-08-30  Eric Christopher  <echristo@redhat.com>
8716             Jason Eckhardt  <jle@redhat.com>
8717
8718         * config.guess: Merge from master sources.
8719         * config.sub: Merge from master sources, add support for mipsisa32.
8720
8721 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8722         * config.sub: Merge from master sources, rev 1.219.
8723         * MAINTAINERS: Add self as contact for stormy16 port.
8724
8725 2001-08-14  Zack Weinberg  <zackw@panix.com>
8726
8727         * config.sub: Merge from master sources, rev 1.218.
8728         * config.guess: Merge from master sources, rev 1.209.
8729
8730 2001-08-11  Graham Stott  <grahams@redhat.com>
8731
8732         * Makefile.in (check-c++): Add missing semicolon.
8733
8734 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8735
8736         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8737
8738 2001-07-30  Eric Christopher  <echristo@redhat.com>
8739
8740         * MAINTAINERS (Various maintainers: mips port): Added myself.
8741
8742 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8743
8744         * configure.in (sh-*-linux*): New.
8745
8746 2001-07-27  Richard Henderson  <rth@redhat.com>
8747
8748         * .cvsignore: Add LAST_UPDATED.
8749
8750 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8751
8752         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8753
8754 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8755
8756         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8757
8758 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8759
8760         * MAINTAINERS (Write After Approval): Added myself.
8761
8762 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8763
8764         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8765         and libgcj on m68hc11/m68hc12.
8766
8767 2001-06-27  H.J. Lu  (hjl@gnu.org)
8768
8769         * Makefile (CFLAGS_FOR_BUILD): New.
8770         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8771
8772 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8773
8774         * README: Remove version number.
8775
8776 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8777
8778         * INSTALL/README: Update wrt. to the installation instructions now
8779         residing in gcc/doc/install.texi.
8780
8781 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8782
8783         * README: Replace with a cut-down and updated version of gcc/README.
8784
8785 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8786
8787         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8788         multilibs to be disabled.
8789
8790 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8791
8792         * MAINTAINERS (Write After Approval): Add myself.
8793
8794 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8795
8796         * config.guess: Import CVS version 1.195.
8797         * config.sub: Import CVS version 1.212.
8798
8799 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8800
8801         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8802         gcc/xgcc is built, use -print-prog-name to find out the program
8803         name to use.
8804
8805 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8806
8807         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8808         appear to also be in the master copy.
8809         * config.sub:  Import CVS version 1.211.
8810
8811 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8812
8813         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8814         with_gcc]: Use `gcc -shared' to build a shared library.
8815
8816 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8817
8818         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8819         archives.
8820
8821 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8822
8823         * MAINTAINERS (Write After Approval): Add myself.
8824
8825 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8826
8827         * configure.in (libstdcxx_flags): Do not try to execute
8828         libstdc++-v3/testsuite_flags until it exists.
8829
8830 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8831
8832         * MAINTAINERS: Update my email address.
8833
8834 2001-05-31  Graham Stott  <grahams@redhat.com>
8835
8836         * MAINTAINERS (Write After Approval): Add myself.
8837
8838 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8839
8840         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8841         libraries when using g++ with native linker.
8842
8843 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8844
8845         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8846
8847 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8848
8849         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8850         [aix4*|aix5*]: Prepend blank.
8851
8852 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8853
8854         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8855         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8856         of subdir/configure scripts to use the new libtool.m4.
8857
8858 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8859
8860         * MAINTAINERS (Write After Approval): Add myself.
8861
8862 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8863
8864         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8865
8866 2001-05-11  Ben Elliston  <bje@redhat.com>
8867
8868         * Makefile.in (all-sid): New target.
8869         (check-sid, clean-sid, install-sid): Likewise.
8870
8871 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8872
8873         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8874
8875 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8876
8877         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8878         libgcj.
8879
8880 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8881
8882         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8883         gcc/xgcc is built, use -print-prog-name to find out the program
8884         name to use.
8885
8886 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8887
8888         * configure.in (noconfigdirs): Don't reset it from scratch in the
8889         target case; only append to it.
8890
8891         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8892         sparc-*-solaris2.8]: Disable ${libgcj}.
8893
8894 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8895
8896         * configure.in (libgcj_saved): Copy from $libgcj.
8897         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8898         --disable-libgcj.
8899
8900 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8901
8902         * MAINTAINERS: Remove self as MIPS maintainer and
8903         C front end maintainer.
8904
8905 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8906
8907         * configure.in: Move *-chorusos target case to the proper switch.
8908         Disable libgcj.
8909
8910 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8911
8912         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8913         1.641.2.228.
8914
8915 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8916
8917         * Makefile.in (STAGE1_CFLAGS): Pass down.
8918
8919 2001-04-13  Alan Modra  <amodra@one.net.au>
8920
8921         * config.guess: Add hppa64-linux support.  Note for next import that
8922         this is already in the master file.
8923         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8924
8925 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8926
8927         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8928         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8929
8930 2001-04-11  Stan Shebs  <shebs@apple.com>
8931
8932         * MAINTAINERS: Add self as Darwin port maintainer.
8933
8934 2001-04-11  Alan Modra  <amodra@one.net.au>
8935
8936         * MAINTAINERS: Update my email address.
8937
8938 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8939
8940         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8941         recent versions of FreeBSD (release 3 or later).
8942         * ltconfig: On FreeBSD, -lc must not be provided when building
8943         a shared library or else the standard -pthread gcc option is
8944         rendered worthless to later users of the built library.
8945
8946 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8947
8948         * MAINTAINERS: Add self and RTH as C front end maintainers.
8949
8950 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8951
8952         * config.sub: Make sure to match an already-canonicalized
8953         machine name (eg. mn10300-unknown-elf).
8954
8955 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8956
8957         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8958         New macros.
8959         (bootstrap, cross): Use RECURSE_FLAGS.
8960         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8961
8962 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8963
8964         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8965
8966 2001-03-22  Colin Howell  <chowell@redhat.com>
8967
8968         * Makefile.in (DO_X): Do not backslash single-quotes in
8969         backquotes (two places).
8970
8971 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8972
8973         Re-installed:
8974         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8975         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8976         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8977         * ltcf-cxx.sh: Likewise.
8978         * ltcf-gcj.sh: Likewise.
8979
8980 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8981
8982         * MAINTAINERS: Add myself as "documentation co-maintainer".
8983
8984 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8985
8986         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8987         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8988
8989 2001-03-19  Tom Tromey  <tromey@redhat.com>
8990
8991         * config-ml.in: Handle GCJ and GCJFLAGS.
8992
8993 2001-03-21  Michael Chastain  <chastain@redhat.com>
8994
8995         * Makefile.in: all-m4 depends on all-texinfo.
8996
8997 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8998
8999         * MAINTAINERS: Add myself to write after approval list.
9000
9001 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9002
9003         * Makefile.in (DO_X): Quote nested quotes.
9004
9005 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9006
9007         * MAINTAINERS: Add myself to write after approval list.
9008
9009 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9010
9011         * Makefile.in (DO_X): Use double quotes for quoting
9012         "RANLIB=$${RANLIB}".
9013
9014 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9015
9016         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9017
9018 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9019
9020         * configure.in: Only use `lang_requires' for languages athat are
9021         actually enabled.
9022
9023 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9024
9025         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9026
9027 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9028
9029         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9030
9031 2001-03-07  Tom Tromey  <tromey@redhat.com>
9032
9033         * configure.in: Allow config-lang.in to set `lang_requires' to list
9034         of other required languages.
9035
9036 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9037
9038         * Makefile.in: Remove RANLIB definition. Use RANLIB
9039         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9040         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9041
9042 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9043             Alexandre Oliva  <aoliva@redhat.com>
9044
9045         * Makefile.in (check-c++): Use tabs, not spaces.
9046
9047 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9048
9049         * MAINTAINERS: add myself to Write After Approval list.
9050
9051 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9052
9053         * Makefile.in (check-c++): New rule.
9054
9055         * configure.in (target_libs): Remove libg++.
9056         (noconfigdirs): Remove libg++.
9057         (noconfigdirs): Same.
9058         (noconfigdirs): Same.
9059         (noconfigdirs): Same.
9060
9061         * config-ml.in: Remove libg++ references.
9062
9063         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9064         (ALL_TARGET_MODULES): Same.
9065         (configure-target-libg++): Remove.
9066         (all-target-libg++): Remove.
9067         (configure-target-libio): Remove.
9068         (all-target-libio): Remove.
9069         (check-target-libio): Remove.
9070         (.PHONY): Remove.
9071         (libg++.tar.bz2): Remove.
9072         (all-target-cygmon): Remove libio.
9073         (all-target-libstdc++): Remove.
9074         (configure-target-libstdc++): Remove.
9075         (TARGET_LIB_PATH): Remove libstdc++.
9076         (ALL_GCC_CXX): Remove libstdc++.
9077         (all-target-gperf): Correct.
9078
9079 2001-02-16  Nick Clifton  <nickc@redhat.com>
9080
9081         * configure.in (noconfigdirs): Allow configuration of texinfo
9082         for Cygwin hosts.
9083
9084 2001-02-15  Anthony Green  <green@redhat.com>
9085
9086         * configure: Introduce GCJ_FOR_TARGET.
9087         * configure.in: Ditto.
9088         * Makefile.in: Ditto.
9089
9090 2001-02-13  Andreas Schwab  <schwab@suse.de>
9091
9092         * MAINTAINERS: Update mail address.
9093
9094 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9095
9096         * config.guess: Add linux target for S/390.
9097         * config.sub: Likewise.
9098
9099 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9100
9101         * configure.in: for *-chorusos, don't config target-newlib and
9102         target-libgloss.
9103
9104 2001-02-06  Ben Elliston  <bje@redhat.com>
9105
9106         * configure: Output host type to stdout, not stderr.
9107
9108 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9109
9110         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9111         * ltcf-cxx.sh: Likewise.
9112
9113         * config.if: Assume enable_libstdcxx_v3 is defined.
9114
9115 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9116
9117         Remove V2 C++ library.
9118         * configure.in: Remove --enable-libstdcxx_v3 support.
9119
9120 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9121
9122         * include/demangle.h: Add prototype for java_demangle_v3.
9123
9124 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9125
9126         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9127
9128 2001-01-27  Richard Henderson  <rth@redhat.com>
9129
9130         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9131
9132 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9133
9134         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9135         Don't unset, it's non-portable and no longer necessary, set to empty
9136         instead.
9137
9138 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9139
9140         * ltconfig: Shell portability fix for the tagname validity check.
9141
9142 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9143
9144         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9145         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9146
9147 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9148
9149         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9150
9151 2001-01-26  Tom Tromey  <tromey@redhat.com>
9152
9153         * configure.in: Allow libgcj to be built on Sparc Solaris.
9154
9155 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9156
9157         * ltcf-c.sh: Add aix5 case.
9158         * ltcf-cxx.sh: Likewise.
9159         * ltconfig: Likewise.
9160
9161 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9162
9163         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9164         keep at least one of build_libtool_libs or build_old_libs set to
9165         yes.
9166
9167         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9168         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9169
9170 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9171
9172         * configure.in: Enable libgcj on several additional platforms.
9173
9174 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9175
9176         * configure.in: Enable libgcj for linux targets.
9177
9178 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9179
9180         * MAINTAINERS (Write After Approval): Add myself.
9181
9182 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9183
9184         * MAINTAINERS: Add myself as vax port maintainer.
9185
9186 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9187
9188         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9189
9190 2001-01-09  Mike Stump  <mrs@wrs.com>
9191
9192         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9193         failures of subdirectories.
9194
9195 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9196
9197         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9198         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9199         * ltcf-cxx.sh: Likewise.
9200         * ltcf-gcj.sh: Likewise.
9201         * ltconfig.sh: Fix typo.
9202
9203 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9204
9205         * configure: handle DOS-style absolute paths.
9206
9207 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9208
9209         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9210
9211 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9212
9213         * MAINTAINERS: Add myself as avr port co-maintainer.
9214
9215 2000-12-28  Ben Elliston  <bje@redhat.com>
9216
9217         * MAINTAINERS: Add myself under ``Write After Approval''.
9218
9219 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9220
9221         * texinfo: Remove directory from GCC.
9222
9223 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9224
9225         * COPYING: Update to current
9226         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9227         to 19yy as example year in copyright notice).
9228
9229 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9230
9231         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9232         (libstdcxx_incdir): Pass down.
9233         * config.if: Remove expired bits for cxx_interface, add stub.
9234         (libstdcxx_incdir): Add variable for g++ include directory.
9235         * configure.in (gxx_include_dir): Use it.
9236
9237 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9238
9239         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9240         with old-email address from ``Write After Approval''.
9241
9242 2000-12-15  Andreas Jaeger  <aj@suse.de>
9243
9244         * configure.in: Handle lang_dirs.
9245
9246 2000-12-14  Tom Tromey  <tromey@redhat.com>
9247
9248         * MAINTAINERS: Removed brads.
9249
9250         * MAINTAINERS: Added gcj developers.
9251
9252 2000-12-13  Anthony Green  <green@redhat.com>
9253
9254         * configure.in: Disable libgcj for any target not specifically
9255         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9256         with g++ abi.
9257
9258 2000-12-13  Mike Stump  <mrs@wrs.com>
9259
9260         * Makefile.in (local-distclean): Also remove fastjar.
9261
9262 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9263
9264         * contrib/gcc_update: Add fastjar --touch entries.
9265
9266 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9267
9268         * configure.in: Disable language-specific target libraries for
9269         languages that aren't enabled.
9270
9271 2000-12-10  Anthony Green  <green@redhat.com>
9272
9273         * configure.in: Define libgcj.  Disable libgcj target libraries for
9274         most targets.
9275
9276 2000-12-10  Neil Booth  <neilb@earthling.net>
9277
9278         * MAINTAINERS: Update mail address, remove from WAA list.
9279
9280 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9281
9282         * libjava: Imported from /cvs/java.
9283         * libffi: Likewise.
9284         * Boehm-gc: Likewise.
9285
9286 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9287
9288         * configure.in (target_libs): Revert 2000-12-08 patch.
9289         (noconfigdirs): Added target-libjava.
9290
9291 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9292
9293         * djunpack.bat: removed.
9294
9295 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9296
9297         * Makefile.in: handle DOS-style absolute paths.
9298         * config-ml.in: likewise.
9299         * symlink-tree: likewise.
9300
9301 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9302
9303         * fastjar: Imported.
9304
9305 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9306
9307         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9308         libjava.
9309         * configure.in (target_libs): Removed `target-libjava'.
9310
9311 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9312
9313         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9314         (ALL_MODULES): Added fastjar.
9315         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9316         (all-target-libjava): all-fastjar replaces all-zip.
9317         (all-fastjar): Added.
9318         (configure-target-fastjar, all-target-fastjar): Likewise.
9319         * configure.in (host_tools): Added fastjar.
9320
9321 2000-12-07  Mike Stump  <mrs@wrs.com>
9322
9323         * Makefile.in (local-distclean): Remove leftover built files.
9324
9325 2000-11-24  Nick Clifton  <nickc@redhat.com>
9326
9327         * configure.in (xscale-elf): Add target.
9328         (xscale-coff): Add target.
9329
9330 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9331
9332         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9333         recent versions of FreeBSD (release 3 or later).
9334         * ltconfig: On FreeBSD, -lc must not be provided when building
9335         a shared library or else the standard -pthread gcc option is
9336         rendered worthless to later users of the built library.
9337
9338 2000-11-16  Fred Fish  <fnf@be.com>
9339
9340         * configure.in (enable_libstdcxx_v3): Fix typo,
9341         libstd++ -> libstdc++.
9342
9343 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9344
9345         * MAINTAINERS: Add self to Write After Approval list.
9346
9347 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9348
9349         * MAINTAINERS: Update my email address.  Add myself to global write
9350         privs list.
9351
9352 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9353
9354         * Makefile.in: Merge with src and libgcj.
9355         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9356         configure-target-<library> when their configure scripts need the C
9357         or C++ library to have already been built to work properly.
9358         (do_proto_toplev): Set them to an empty string.
9359
9360         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9361         (REALLY_SET_LIB_PATH): Use them.
9362
9363 2000-11-17  Stan Shebs  <shebs@apple.com>
9364
9365         * MAINTAINERS: Add self to Write After Approval list.
9366
9367 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9368
9369         * configure: Provide the original toplevel configure arguments
9370         (including $0) to subprocesses in the environment rather than
9371         through gcc/configargs.h.
9372
9373 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9374
9375         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9376         C99.  Alphabetise "Write After Approval" list.
9377
9378 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9379
9380         * configure: Turn on libstdc++ V3 by default.
9381
9382         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9383         if we've got GCC.
9384
9385 2000-11-11  Philip Blundell  <philb@gnu.org>
9386
9387         * MAINTAINERS: Add self to Write After Approval list.
9388
9389 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9390
9391         * ltcf-c.sh (aix4): Improve shared library configuration; require
9392         exporting symbols.
9393         * ltcf-cxx.sh (aix4): Define.
9394         * ltconfig (aix4): Define library and soname specs appropriate for
9395         AIX.  Define command to create export symbols list.
9396
9397 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9398
9399         * config.sub: Add support for Sun Chorus
9400
9401 2000-10-31  Nick Clifton  <nickc@redhat.com>
9402
9403         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9404         <name>@redhat.com.  Also installed new email address for Clint
9405         Popetz.
9406
9407 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9408
9409         * etc: Remove directory from GCC.
9410
9411 2000-10-16  Michael Meissner  <meissner@redhat.com>
9412
9413         * configure (gcc/configargs.h): Only create if there is a build GCC
9414         directory created.
9415
9416 2000-10-16  Matthias Klose  <doko@debian.org>
9417
9418         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9419         when configured for libstdc++-v3.
9420
9421 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9422
9423         * configure: Save configure arguments to gcc/configargs.h.
9424
9425 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9426
9427         * config.guess: Import CVS version 1.157.
9428         * config.sub: Import CVS version 1.181.
9429
9430 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9431
9432         * Makefile.in (bootstrap): avoid recursion if subdir missing
9433         (cross): ditto
9434         (do-proto-toplev): ditto
9435
9436 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9437
9438         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9439         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9440
9441         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9442         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9443         all affected `configure' scripts.
9444
9445 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9446
9447         * MAINTAINERS: Add self as cpplib co-maintainer.
9448
9449 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9450
9451         * MAINTAINERS: Add self to Write After Approval list.
9452
9453 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9454
9455         * INSTALL/README: egcs -> GCC update.
9456
9457 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9458
9459         * MAINTAINERS: Add myself to Write After Approval list.
9460
9461 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9462
9463         * MAINTAINERS: Add myself to Write After Approval list.
9464
9465 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9466
9467         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9468         X11 libraries for hppa64.
9469
9470 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9471
9472         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9473
9474 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9475
9476         * Makefile.in (all-zlib): Added dummy target.
9477
9478         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9479         ltcf-gcj.sh: Updated from libtool multi-language branch.
9480
9481 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9482
9483         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9484         (bootstrap*): Depend on all-bootstrap.
9485
9486 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9487
9488         * config.guess: Import CVS version 1.156.
9489         * config.sub: Import CVS version 1.179.
9490
9491 2000-09-02  Anthony Green  <green@cygnus.com>
9492
9493         * Makefile.in (all-gcc): Depend on all-zlib.
9494         (CLEAN_MODULES): Add clean-zlib.
9495         (ALL_MODULES): Add all-zlib.
9496         * configure.in (host_libs): Add zlib.
9497
9498 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9499
9500         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9501         crosses, but add gcc/include to the header search path for them.
9502
9503 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9504
9505         * MAINTAINERS: Add self to Write After Approval list.
9506
9507 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9508
9509         * config.guess: Import CVS version 1.152.
9510         * config.sub: Import CVS version 1.177.
9511
9512 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9513
9514         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9515         $targargs to tell whether newlib is going to be built.
9516
9517         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9518         $$r/TARGET_SUBDIR/libio for _G_config.h.
9519
9520 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9521
9522         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9523
9524 2000-08-22  DJ Delorie  <dj@redhat.com>
9525
9526         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9527
9528 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9529
9530         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9531         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9532         sub-configures.
9533
9534 2000-08-21  DJ Delorie  <dj@redhat.com>
9535
9536         * MAINTAINERS: Add self as a libiberty maintainer
9537
9538 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9539
9540         * configure.in (libstdcxx_flags): Use
9541         libstdc++-v3/src/libstdc++.INC.
9542
9543 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9544
9545         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9546
9547 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9548
9549         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9550
9551         * configure: Make enable_threads and enable_shared defaults
9552         explicit.  Substitute enable_threads into generated Makefiles.
9553         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9554         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9555
9556 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9557
9558         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9559
9560 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9561
9562         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9563         previous delta.
9564
9565 2000-08-11  Jason Merrill  <jason@redhat.com>
9566
9567         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9568         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9569         (FLAGS_FOR_TARGET): Not here.
9570         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9571
9572 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9573
9574         * config-ml.in (CC, CXX): Don't introduce a leading space.
9575
9576 2000-08-07  DJ Delorie  <dj@delorie.com>
9577
9578         * MAINTAINERS: Add self as a DJGPP maintainer
9579
9580 2000-08-07  DJ Delorie  <dj@redhat.com>
9581
9582         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9583         "if we're also building gcc, and it's a gcc that will run on the
9584         build machine, we want to use its includes instead of the system's
9585         default includes".
9586
9587 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9588
9589         * MAINTAINERS: Add self to Write After Approval list.
9590
9591 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9592
9593         * configure.in (libstdcxx_flags): Don't use `"'.
9594
9595         * config-ml.in: Adjust multilib search paths to the
9596         appropriate multilib tree.
9597
9598 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9599
9600         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9601         commas in $LANGUAGES.
9602
9603 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9604
9605         * configure.in: Re-enable all references to libg++ and librx.
9606
9607 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9608
9609         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9610         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9611         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9612         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9613
9614         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9615
9616 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9617
9618         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9619         CXX_FOR_TARGET for sed.
9620
9621 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9622
9623         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9624         Do not override if already set in the environment or in configure.
9625         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9626         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9627
9628 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9629
9630         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9631         the libtool CVS tree multi-language branch.
9632         * ltconfig, ltmain.sh: Updated.
9633
9634 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9635
9636         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9637         (clean-target): Depend on it.
9638
9639         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9640         (GCC_FOR_TARGET): Use it.
9641         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9642         * configure.in: ... here.
9643         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9644         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9645
9646 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9647
9648         * MAINTAINERS: Add self to Write After Approval list.
9649
9650 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9651
9652         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9653         (configure-target-libchill, configure-target-libobjc): Likewise.
9654
9655         * configure.in: Use the same cache file for all target libs.
9656         * config-ml.in: But different cache files per multilib variant.
9657
9658 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9659
9660         * configure (topsrcdir): Don't use dirname.
9661
9662 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9663
9664         * MAINTAINERS: Add self to Write After Approval list.
9665
9666 2000-07-20  Jason Merrill  <jason@redhat.com>
9667
9668         * configure.in: Remove all references to libg++ and librx.
9669
9670         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9671
9672 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9673
9674         * config.sub: Update to subversions version 2000-07-06.
9675
9676 2000-07-12  Andrew Haley  <aph@cygnus.com>
9677
9678         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9679         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9680
9681 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9682
9683         * symlink-tree:  Check number of arguments.
9684
9685 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9686
9687         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9688         search path for a g++ extracted from the build tree.  This
9689         will allow link tests run by configure scripts in
9690         subdirectories to succeed.
9691
9692 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9693
9694         * ltconfig: Add support for mips-dde-sysv4.2MP
9695
9696 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9697
9698         * MAINTAINERS: Add myself as loop discovery maintainer.
9699
9700 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9701
9702         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9703         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9704
9705 2000-06-19  Timothy Wall  <twall@cygnus.com>
9706
9707         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9708         * config.sub: Add tic54x target.
9709
9710 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9711
9712         * MAINTAINERS: Add self as Fortran maintainer,
9713         remove Craig Burley.
9714
9715 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9716
9717         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9718         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9719
9720 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9721
9722         * MAINTAINERS: Add self as i18n maintainer
9723
9724 20000-05-21  H.J. Lu  (hjl@gnu.org)
9725
9726         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9727         directory are used if they exist. Make sure
9728         $(build_tooldir)/include is searched for header files,
9729         $(build_tooldir)/lib/ for library files.
9730         (GCC_FOR_TARGET): Likewise.
9731         (CXX_FOR_TARGET): Likewise.
9732
9733 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9734
9735         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9736
9737 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9738
9739         * Makefile.in (configure-target-libiberty): Depend on
9740         configure-target-newlib.
9741
9742 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9743
9744         * configure.in, Makefile.in: Merge all libffi-related
9745         configury stuff from the libgcj tree.
9746
9747 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9748
9749         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9750         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9751
9752 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9753
9754         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9755         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9756         current version information.  Add to proto-toplev directory.
9757         (gdb-taz): Build do-djunpack.
9758
9759 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9760
9761         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9762
9763 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9764
9765         * MAINTAINERS: Add self to Write After Approval list.
9766
9767 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9768
9769         * ltmain.sh: Preserve in relink_command any environment
9770         variables that may affect the linker behavior.
9771
9772 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9773
9774         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9775
9776 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9777
9778         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9779
9780 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9781
9782         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9783         with the version name.
9784
9785 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9786
9787         * MAINTAINERS: Add self as bb-reorder maintainer.
9788
9789 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9790
9791         * config.if: Tweak.
9792
9793 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9794
9795         * djunpack.bat: New file.
9796
9797 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9798
9799         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9800         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9801         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9802         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9803
9804 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9805
9806         * config.sub (case $basic_machine): Change default for "ibm-*"
9807         to "openedition".
9808
9809 2000-04-13  Andreas Jaeger  <aj@suse.de>
9810
9811         * MAINTAINERS: Added myself.
9812
9813 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9814
9815         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9816         (do-md5sum): New target.
9817         (MD5PROG): Define.
9818         (PACKAGE): Default to TOOL.
9819         (VER): Default to a shell script.
9820         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9821         md5 checksum generation.
9822         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9823         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9824         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9825         insight.tar.bz2): Use gdb-taz to create archive.
9826
9827 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9828
9829         * configure (warn_cflags): Delete.
9830
9831 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9832
9833         * MAINTAINERS: Added myself.
9834
9835 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9836             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9837
9838         * configure.in (enable_libstdcxx_v3): Add.
9839         (target_libs): Add bits here to switch between libstdc++-v2 and
9840         libstdc++-v3.
9841         * config.if: And this file too.
9842         * Makefile.in: Add libstdc++-v3 targets.
9843
9844 2000-04-05  Michael Meissner  <meissner@redhat.com>
9845
9846         * config.sub (d30v): Add d30v as a basic machine type.
9847
9848 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9849
9850         * configure.in: -linux-gnu*, not -linux-gnu.
9851
9852 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9853
9854         * MAINTAINERS: Add self in write-after-approval section.
9855
9856 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9857
9858         * MAINTAINERS: Add self as ia64 port maintainer.
9859
9860 2000-03-08  Neil Booth  <NeilB@earthling.net>
9861
9862         * MAINTAINERS: Add self in write-after-approval section.
9863
9864 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9865
9866         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9867         (do-tar-bz2): Replace TOOL with PACKAGE.
9868         (gdb.tar.bz2): Remove GDBTK from GDB package.
9869         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9870         dejagnu.tar.bz2): New packages.
9871
9872 2000-02-27  Andreas Jaeger  <aj@suse.de>
9873
9874         * configure.in: Add entry for mips*-*-linux*, move catch all
9875         *-*-*linux* entry below this one.
9876
9877 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9878
9879         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9880
9881 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9882
9883         * config.sub: Support an OS of "wince".
9884
9885 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9886
9887         * config.guess, config.sub: Updated to match config's 2000-02-15
9888         version.
9889
9890 2000-02-23  Linas Vepstas  <linas@linas.org>
9891
9892         * config.sub: Add support for Linux/IBM 370.
9893         * configure.in: Likewise.
9894
9895 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9896
9897         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9898
9899 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9900
9901         * config.guess: Guess "cygwin" rather than "cygwin32".
9902
9903 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9904
9905         * configure (gcc_version): When setting, narrow search to
9906         lines containing `version_string'.
9907
9908 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9909
9910         * config.sub: Add support for avr target.
9911
9912 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9913
9914         * MAINTAINERS: Add maintainers for MCore port.
9915
9916 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9917
9918         * config.sub: Add mmix-knuth-mmixware.
9919
9920 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9921
9922         * MAINTAINERS: Pair cccp with cpplib maintainership.
9923
9924 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9925
9926         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9927         structure stuff to -L library search.
9928         (CXX_FOR_TARGET): Ditto.
9929         (CROSS_CHECK_MODULES): Fix spelling mistake.
9930
9931 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9932
9933         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9934         the C++ compiler.
9935
9936 2000-01-12  Richard Henderson  <rth@cygnus.com>
9937
9938         * configure.in: Don't build some bits for beos.
9939
9940 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9941
9942         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9943         as include files.
9944
9945 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9946
9947         * Add self as cpplib maintainer, as requested by Jason
9948         Merrill.  Correct my e-mail address.
9949
9950 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9951
9952         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9953         not mh-aix43.
9954
9955 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9956
9957         * MAINTAINERS: Add myself to "write after approval" list.
9958
9959 1999-12-14  Richard Henderson  <rth@cygnus.com>
9960
9961         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9962         * config.sub: Accept alphaev[78], alphaev8.
9963
9964 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9965
9966         * config.guess, config.sub: Update from autoconf.
9967
9968 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9969
9970         * MAINTAINERS:  update my playtime e-address.
9971
9972 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9973
9974         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9975         necessary libraries are missing.
9976
9977 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9978
9979         * MAINTAINERS: Add new 'write after approval' maintainer.
9980
9981 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9982
9983         * MAINTAINERS: Add new Java maintainer.
9984
9985 1999-10-25  Andreas Schwab  <schwab@suse.de>
9986
9987         * configure: Fix quoting inside arguments of eval.
9988
9989 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9990
9991         * config-ml.in: Allow suppression of some ARM multilibs.
9992
9993 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9994
9995         * config.guess: Add OS/390 match pattern.
9996         * config.sub: Add mvs, openedition targets.
9997         * configure.in (i370-ibm-opened*): New.
9998
9999 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10000
10001         * config.sub: Add support for configuring for pj.
10002
10003 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10004
10005         * config.sub (maybe_os): Add support for configuring for fr30.
10006
10007 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10008
10009         * configure.in: Do not configure or build ld for AIX
10010         platforms.  ld is known to be broken on these platforms.
10011
10012 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10013
10014         * config-ml.in: Pass compiler flag corresponding to multidirs to
10015         subdir configures.
10016
10017 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10018
10019         * Makefile.in (LDFLAGS): Define.
10020
10021 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10022
10023         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10024         noconfigdirs.
10025         (*-*-cygwin*): Likewise.
10026
10027 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10028
10029         * mkdep: New file.
10030         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10031         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10032
10033         From Eli Zaretskii <eliz@is.elta.co.il>:
10034         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10035         long file name when using DJGPP on MS-DOS.
10036
10037 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10038
10039         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10040
10041 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10042
10043         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10044         dependency as this causes "make check" to globally "make all"
10045
10046 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10047
10048         * configure.in (target_libs): Added target-zlib.
10049         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10050         (CONFIGURE_TARGET_MODULES): Likewise.
10051         (CHECK_TARGET_MODULES): Likewise.
10052         (INSTALL_TARGET_MODULES): Likewise.
10053         (CLEAN_TARGET_MODULES): Likewise.
10054         (configure-target-zlib): New target.
10055         (all-target-zlib): Likewise.
10056         (all-target-libjava): Depend on all-target-zlib.
10057         (configure-target-libjava): Depend on configure-target-zlib.
10058
10059         * Makefile.in (configure-target-libjava): Depend on
10060         configure-target-newlib.
10061         (configure-target-boehm-gc): New target.
10062         (configure-target-qthreads): New target.
10063
10064         * configure.in (target_libs): Added target-qthreads.
10065         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10066         (CONFIGURE_TARGET_MODULES): Likewise.
10067         (CHECK_TARGET_MODULES): Likewise.
10068         (INSTALL_TARGET_MODULES): Likewise.
10069         (CLEAN_TARGET_MODULES): Likewise.
10070         (all-target-qthreads): New target.
10071         (configure-target-libjava): Depend on configure-target-qthreads.
10072         (all-target-libjava): Depend on all-target-qthreads.
10073
10074         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10075         (CONFIGURE_TARGET_MODULES): Likewise.
10076         (CHECK_TARGET_MODULES): Likewise.
10077         (INSTALL_TARGET_MODULES): Likewise.
10078         (CLEAN_TARGET_MODULES): Likewise.
10079         (all-target-libjava): New target.
10080         (all-target-boehm-gc): Likewise.
10081         * configure.in (target_libs): Added libjava, boehm-gc.
10082
10083 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10084
10085         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10086         configure.bat in SUPPORT_FILES.
10087         (gas+binutils.tar.bz2): Likewise.
10088
10089         * makeall.bat: Remove; obsolete.
10090
10091 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10092
10093         From Mark Elbrecht:
10094         * configure.bat: Remove; obsolete.
10095
10096 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10097
10098         * configure: Add -W -Wall to the default CFLAGS when compiling with
10099         gcc.
10100
10101 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10102
10103         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10104
10105 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10106
10107         * configure.in: Build ld on IRIX6.
10108
10109 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10110
10111         * Makefile.in: Change distribution targets to use bzip2 instead of
10112         gzip.
10113         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10114         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10115
10116 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10117
10118         * config.sub: Add mcore target.
10119
10120 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10121
10122         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10123
10124 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10125
10126         * config.guess (dummy): Changed to $dummy.
10127
10128 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10129
10130         * config.sub: Tidied up case statements.
10131
10132 1999-05-22  Ben Elliston  <bje@cygnus.com>
10133
10134         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10135         <jiro@din.or.jp>.
10136
10137         * config.guess: Merge with FSF version. Future changes will be
10138         more accurately recorded in this ChangeLog.
10139         * config.sub: Likewise.
10140
10141 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10142
10143          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10144
10145 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10146
10147         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10148
10149 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10150
10151         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10152
10153 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10154
10155         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10156         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10157         Bad merge removed these two changes.
10158
10159 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10160                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10161
10162         * config.guess (interix Alpha): Add.
10163
10164 1999-04-11  Richard Henderson  <rth@cygnus.com>
10165
10166         * configure.in (i?86-*-beos*): Do config gperf; don't config
10167         gdb, newlib, or libgloss.
10168
10169 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10170
10171         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10172         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10173         from multidirs.
10174
10175 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10176
10177         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10178
10179 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10180
10181         * config.sub: Add support for mcore targets.
10182
10183 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10184
10185         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10186         not mt-ospace, in order to shut up assembler warning about using
10187         symbols that are named the same as registers.
10188
10189 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10190
10191         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10192         dependency list for all-target-cygmon.
10193
10194 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10195
10196         * config-ml.in: Check $host, not $target, for selective multilibs.
10197         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10198         thumb interworking, and underscore prefix multilibs.
10199
10200 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10201
10202         * missing: Update to version from current automake.
10203
10204 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10205
10206         * configure (gxx_include_dir): Removed.
10207
10208         * configure.in (gxx_include_dir): Handle it.
10209         * Makefile.in: Likewise.
10210
10211 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10212
10213         * config.sub (mips64vr4111,mips64vr4111el) Add.
10214
10215 1999-03-21  Ben Elliston  <bje@cygnus.com>
10216
10217         * config.guess: Correct typo for detecting ELF on FreeBSD.
10218
10219 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10220
10221         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10222         config/mh-djgpp.
10223
10224 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10225
10226         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10227         all-target-newlib to dependency list for all-target-bsp.
10228
10229 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10230
10231         * config.sub: Add i386-uwin support.
10232         * config.guess: Likewise.
10233
10234 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10235
10236         * configure.in: cleanup, add mh-*pic handling for arm, special
10237         case powerpc*-*-aix*
10238
10239 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10240
10241         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10242         can be built.
10243
10244 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10245
10246         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10247         targets.
10248
10249 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10250
10251         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10252
10253 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10254
10255         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10256
10257 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10258
10259         * config.sub: Fix typo in arm recognition.
10260
10261 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10262
10263         * configure.in (noconfigdirs): Changed target_configdirs to
10264         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10265         rather than m68k-*-* since it is not known to work on
10266         m68k-aout. Ditto for arm-*-*oabi.
10267
10268 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10269
10270         * configure.in (*-*-windows*): Remove, no longer used.
10271
10272 1999-02-19  Ben Elliston <bje@cygnus.com>
10273
10274         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10275         Smart and improved by Andrew Cagney.
10276
10277 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10278
10279         * config.guess: Recognize openbsd-*-hppa.
10280
10281 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10282
10283         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10284         only if it is not empty.
10285
10286 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10287
10288         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10289
10290         * config.guess: Modified to recognize uname's armv* syntax.
10291
10292         * config.sub: Modified to recognize uname's armv* syntax.
10293
10294 1999-02-17  Mark Salter  <msalter@cygnus.com>
10295
10296         * configure.in: Added target-bsp for sparclite.
10297
10298 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10299
10300         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10301
10302 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10303
10304         * configure.in: Add support for strongarm port.
10305         * config.sub: Add support for strongarm target.
10306
10307 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10308
10309         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10310         the old name config/mh-cygwin32.
10311         Enable texinfo.
10312
10313 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10314
10315         * configure.in: Do build ld for ix86 Solaris.
10316
10317 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10318
10319         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10320         $AR_FOR_TARGET.  Likewise for RANLIB.
10321
10322 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10323
10324         * config.sub (oabi):  Recognize.
10325         * configure.in (arm-*-oabi):  Handle.
10326
10327 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10328
10329         * config.guess: Improve detection of i686 on UnixWare 7.
10330
10331 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10332
10333         * config.guess: Add support for i386-pc-interix.
10334         * config.sub: Likewise.
10335         * configure.in: Likewise.
10336
10337 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10338
10339         * Makefile.in: Remove unneeded all-target-libio from
10340         from all-target-winsup target since it is now unneeded.
10341         Add all-target-libtermcap in its place since it is now
10342         needed.
10343
10344 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10345
10346         * configure.in: makefile stub for cygwin target is probably
10347         unnecessary.  Remove it for now.
10348
10349 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10350
10351         * configure.in: libtermcap.a should be built when cygwin is the
10352         target as well as the host.
10353         * config.guess: Allow mixed case in cygwin uname output.
10354         * Makefile.in: Add libtermcap target.
10355
10356 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10357
10358         * config.sub: Clean up handling of hppa2.0.
10359
10360 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10361
10362         * config.guess: Use C code to identify more HP machines.
10363
10364 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10365
10366         * config.sub: Handle hppa2.0.
10367
10368 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10369
10370         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10371         cygmon for all sparclite targets, regardless of object format.
10372
10373 1998-12-15  Mark Salter  <msalter@cygnus.com>
10374
10375         * configure.in: Added target-bsp for several target architectures.
10376
10377         * Makefile.in: Added rules for bsp.
10378
10379 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10380
10381         * config.guess: Improve detection of hppa2.0 processors.
10382
10383 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10384
10385         * config.guess: Recognize FreeBSD using ELF automatically.
10386
10387 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10388
10389         * configure (skip-this-dir): Add handling for new shell script, which
10390         might be created by a sub-directory's configure to indicate, this particular
10391         directory is "unwanted".
10392         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10393
10394 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10395
10396         * ltconfig: import from libtool, after changing libtool to
10397         account for the cygwin name change.
10398
10399 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10400
10401         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10402         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10403
10404 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10405
10406         * configure.in: Add libtermcap to list of cygwin dependencies.
10407
10408 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10409
10410         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10411         they include winsup/include when it's a cygwin target.
10412
10413 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10414
10415         * configure.in (host_tools): Added zip.
10416         * Makefile.in (all-target-libjava): Depend on all-zip.
10417         (all-zip): New target.
10418         (ALL_MODULES): Added all-zip.
10419         (NATIVE_CHECK_MODULES): Added check-zip.
10420         (INSTALL_MODULES): Added install-zip.
10421         (CLEAN_MODULES): Added clean-zip.
10422
10423 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10424
10425         * Makefile.in: lose "32" from comment about cygwin.
10426
10427 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10428
10429         * configure.in: Use -Os to build target libraries for the fr30.
10430
10431 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10432
10433         * config.sub: Add fr30.
10434
10435 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10436
10437         * configure.in: drop "32" from config/mh-cygwin32.  Check
10438         cygwin* instead of cygwin32*.
10439         * config.sub: Check cygwin* instead of cygwin32*.
10440
10441 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10442
10443         * config.guess: Match any version of Unixware7.
10444
10445 1998-10-20  Syd Polk  <spolk@cygnus.com>
10446
10447         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10448         if desired.
10449
10450 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10451
10452         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10453         these if the appropriate directories and files to not exist.
10454
10455 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10456
10457         * Makefile.in (DEVO_SUPPORT): Add config.if.
10458
10459 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10460
10461         * configure: Add pattern to replace "build_tooldir"'s
10462         definition in the generated Makefile with "tooldir"'s
10463         actual value.
10464
10465 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10466
10467         * config.sub: Bring back lost sparcv9.
10468
10469         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10470
10471 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10472
10473         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10474         CC_FOR_TARGET and friends.
10475
10476 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10477
10478         * Makefile.in (build_tooldir): New variable, same as tooldir.
10479         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10480         -B$(build_tooldir)/bin/.
10481         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10482
10483 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10484
10485         * README: Remove installation instructions and refer to the
10486         INSTALL directory instead.
10487
10488 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10489
10490         * config.sub: Add support for i[34567]86-pc-udk.
10491         * configure.in: Likewise.
10492
10493 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10494
10495         * Makefile.in: add bzip2 package building bits for user
10496         tools module
10497         * configure.in: ditto
10498
10499 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10500
10501         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10502         (ALL_TARGET_MODULES): Add all-target-libobjc.
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 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10509
10510         * configure.in (target_subdir): Remove duplicate line.
10511
10512 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10513
10514         * Makefile.in (all-automake): fix dependencies.
10515
10516 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10517
10518         * configure.in: Minor cleanups for building in the $(target_alias)
10519         subdir.
10520
10521 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10522
10523         * Makefile.in (bootstrap): Set r and s before make all.  Use
10524         BASE_FLAGS_TO_PASS in make all.
10525         (cross): Likewise.
10526
10527 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10528
10529         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10530
10531 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10532
10533         * config.sub: Fix typo in last change.
10534
10535 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10536
10537         * config.sub: Add support for C4x target.
10538         * configure.in: Likewise.
10539
10540 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10541
10542         * config.sub: Recognize sparcv9 just like sparc64.
10543
10544 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10545
10546         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10547
10548 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10549
10550         * config.guess: Correctly identify Pentium II sco boxes.
10551
10552         * config.guess: Fix "tr" code.  From Weiwen Liu.
10553
10554 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10555
10556         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10557         stabs.
10558
10559 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10560
10561         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10562         (ALL_TARGET_MODULES): Add all-target-libchill.
10563         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10564         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10565         (all-target-libchill): Add dependencies.
10566         * configure.in (target_libs): Add libchill.
10567
10568 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10569
10570         * config.guess: Avoid assumptions about "tr" behaves when
10571         LANG is set to something other than English.
10572
10573 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10574
10575         * configure (gxx_include_dir): Changed to
10576         '${prefix}/include/g++'-${libstdcxx_interface}.
10577
10578         * config.if: New to determine the interfaces.
10579
10580 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10581
10582         * config.guess: Detect and handle MPE/IX.
10583         * config.sub: Deal with MPE/IX.
10584
10585 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10586
10587         * configure.in: Use mh-aix43.
10588
10589 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10590
10591         * configure: Fix --without/--disable cases for gxx-include-dir.
10592
10593 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10594
10595         * mdata-sh:  Imported.  Needed for automake support.
10596
10597 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10598
10599         * Makefile.in (taz): Try "chmod -R og=u ." before
10600         "chmod og=u `find . -print`".
10601
10602 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10603
10604         * configure.in: Add arm-elf and thumb-elf support.
10605
10606 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10607
10608         * Makefile.in: Undo previous patch.
10609
10610 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10611
10612         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10613         to here ...
10614         (install-no-fixedincludes): and here
10615         (INSTALL_MODULES): ... from here.
10616
10617 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10618
10619         * config.sub: Merge with FSF.
10620
10621         * config.guess: Merge with FSF.
10622
10623 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10624
10625         * configure (extraconfigdirs): New variable.
10626         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10627         * Makefile.in (all): Move higher in file.
10628         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10629         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10630         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10631         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10632         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10633
10634 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10635
10636         * Makefile.in (all-target-libjava): Depend on all-gcc and
10637         all-target-newlib.
10638         (configure-target-libjava): Depend on $(ALL_GCC).
10639
10640 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10641
10642         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10643         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10644
10645 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10646
10647         * INSTALL/README: Fix typo.
10648
10649 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10650
10651         * ylwrap: Change absolute path checks to check for DOS style path
10652         names.
10653
10654         * ylwrap: Don't use a full path name if the source file is in the
10655         same directory.  From hjl@lucon.org (H.J. Lu).
10656
10657         * config-ml.in: Default to being verbose, to match Feb 18 change to
10658         configure.
10659
10660 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10661
10662         Brought over from egcs:
10663
10664         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10665
10666         * configure.in (target_subdir): Set to ${target_alias} instead
10667         of "libraries".
10668
10669         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10670
10671         * configure.in (target_subdir): Set to libraries if enable_multilib.
10672
10673 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10674
10675         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10676         multilibs, force reconfiguration the first time we create
10677         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10678
10679 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10680
10681         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10682         avoid confusion with --no-recursion.
10683
10684 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10685
10686         * configure.in: Win32 hosts shouldn't use install -x
10687         * install-sh: remove -x option, and special .exe-handling
10688         hack.
10689
10690 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10691
10692         * config.guess: Recognize i586-pc-beos.
10693         * configure.in: Don't build some bits for beos.
10694
10695 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10696
10697         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10698         CFLAGS default to -O2.
10699
10700         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10701         when using GNU ld.
10702
10703 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10704
10705         * ltmain.sh: Correct install when using a different shell.
10706
10707 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10708
10709         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10710
10711 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10712
10713         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10714         target.
10715
10716 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10717
10718         * ltconfig: Update to correct AIX handling.
10719
10720 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10721
10722         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10723
10724         * configure.in (target_subdir): Set to ${target_alias} instead
10725         of "libraries".
10726
10727 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10728
10729         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10730         (Makefile): Depend on $(gcc_version_trigger).
10731
10732         * configure (gcc_version): Change default initializer to empty
10733         string.
10734         (gcc_version_trigger): New variable; pass this variable down
10735         to subdir configures to enable them checking gcc's version
10736         themselves. Emit make macros for both gcc_version vars.
10737         (topsrcdir): Initialize reliably.
10738         (recursion line): Remove --with-gcc-version=${gcc_version}.
10739
10740 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10741
10742         * configure (enable_version_specific_runtime_libs): Implement new flag
10743         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10744         in $(libsubdir); emit definition in each generated Makefile.
10745         (gxx_include_dir): Initialize depending on
10746         $enable_version_specific_runtime_libs.
10747
10748 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10749
10750         * configure (gcc_version): Initialize properly depending on
10751         how and where configure is started.
10752         (recursion line): Pass a --with-gcc-version=${gcc_version}
10753         to configures in subdirs.
10754
10755 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10756
10757         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10758         cygmon
10759
10760 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10761
10762         * configure.in: Add cygmon and libstub support for mn10200.
10763
10764 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10765
10766         * configure (gcc_version): Add new variable describing the
10767         particular gcc version we're building.
10768         * Makefile.in (libsubdir): Add new macro for the directory
10769         in which the compiler finds executables, libraries, etc.
10770         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10771         and libsubdir.
10772
10773 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10774
10775         * Makefile.in (local-clean): Remove *.log.
10776         (warning.log): Built with warn_summary from build.log.
10777         (mail-report.log): Run test_summary.
10778         (mail-report-with-warnings.log): Run test_summary including
10779         warning.log in the report.
10780
10781 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10782
10783         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10784
10785 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10786
10787         * Makefile.in (grep): Grep no longer depends on libiberty.
10788
10789 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10790
10791         * Makefile.in: all-snavigator needs all-libgui.
10792
10793 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10794
10795         * configure.in: Add cygmon and libstub support for mn10300.
10796
10797 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10798
10799         * missing: Update to version from automake 1.3.
10800
10801         * ltmain.sh: On installation, don't get confused if the same name
10802         appears more than once in the list of library names.
10803
10804 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10805
10806         * config.sub: Accept m68060 and m5200 as CPU names.
10807
10808 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10809
10810         * configure: Use && rather than using -a in test, because odd
10811         strings can confuse test.
10812         * configure.in: Likewise.
10813
10814 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10815
10816         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10817
10818 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10819
10820         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10821         bootstrap4-lean): New targets.
10822
10823 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10824
10825         * mpw-* Delete.  Not used.
10826
10827 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10828
10829         * COPYING.LIB: Update FSF address.
10830
10831 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10832
10833         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10834
10835         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10836         GAS_SUPPORT_DIRS.
10837
10838 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10839
10840         * ltconfig, ltmain.sh: Avoid producing a version number if
10841         -version-info was not used.
10842
10843 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10844
10845         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10846         building with newlib.
10847
10848 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10849
10850         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10851         Solaris `make' causes it to continue to next definition.
10852
10853 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10854
10855         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10856         the right GUI libraries and files are installed along with GDB.
10857
10858 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10859
10860         * configure.in: Change alpha to alpha* in several places.
10861
10862 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10863
10864         * config.sub: Recognize sparc86x.
10865
10866 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10867
10868         * configure.in (--enable-target-optspace): Remove debug echo.
10869
10870 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10871
10872         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10873
10874 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10875
10876         * ltconfig: Update cygwin32 support.
10877
10878         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10879         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10880         (GDB_SUPPORT_DIRS): Likewise.
10881
10882 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10883
10884         * configure.in (target_makefile_frag): If --enable-target-optspace,
10885         use -Os to compile target libraries rather than -O2.  Default to
10886         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10887         not used.
10888         * configure.in (target_cflags): Ditto for d30v.
10889
10890 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10891
10892         * Makefile.in (all-bfd): Depend on all-intl.
10893         (all-binutils): Likewise.
10894         (all-gas): Likewise.
10895         (all-gprof): Likewise.
10896         (all-ld): Likewise.
10897
10898 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10899
10900         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10901
10902 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10903
10904         * Makefile.in (all-bfd): Depend upon all-libiberty.
10905
10906         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10907
10908 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10909
10910         * Makefile.in: Add libstub.
10911
10912         * configure.in: Ditto. Build libstub for targets that have cygmon
10913         support.
10914
10915 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10916
10917         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10918
10919 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10920
10921         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10922         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10923
10924 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10925
10926         * configure: Define DEFAULT_M4 by searching PATH.
10927         * Makfile.in: Use DEFAULT_M4.
10928
10929 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10930
10931         * ltconfig: Add cygwin32 support.
10932
10933         * Makefile.in, configure.in: Add libtool as a native only directory
10934         to configure and build.
10935
10936 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10937
10938         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10939
10940 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10941
10942         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10943
10944 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10945
10946         * Makefile.in: add ash make rules
10947         * configure.in: add ash to native_only and host_tools lists
10948
10949 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10950
10951         * Makefile.in (all-gettext, all-intl): New targets.
10952         (ALL_MODULES): Added all-gettext, all-intl.
10953         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10954         (INSTALL_MODULES): Added install-gettext, install-intl.
10955         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10956
10957         * configure.in (host_tools): Added gettext.
10958         (native_only): Likewise.
10959         (noconfigdirs) [various cases]: Likewise.
10960         (host_libs): Added intl.
10961
10962 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10963
10964         * configure: Do not disable building gdbtk for cygwin32 hosts.
10965
10966 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10967
10968         * configure.in: Add thumb-coff target.
10969         * config.sub: Add thumb-coff target.
10970
10971 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10972
10973         * Makefile.in: Revert yesterday's change.
10974         (all-target-winsup):  all-target-librx stays out of here.
10975
10976 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10977
10978         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10979         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10980         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10981         Remove references to librx and libg++.
10982
10983 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10984
10985         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10986         recursive makes
10987
10988 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10989
10990         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10991         for newlib directory.
10992         (CXX_FOR_TARGET): Likewise.
10993
10994 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10995
10996         * ltconfig: Update after libtool/ltconfig.in change for
10997         hpux11.
10998
10999 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11000
11001         * ltconfig, ltmain.sh: Update to libtool 1.2.
11002
11003 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11004
11005         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11006         (install-gcc-cross): Instead, override LANGUAGES here.
11007
11008 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11009
11010         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11011         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11012
11013 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11014
11015         * configure.in: Add Thumb-pe target.
11016
11017 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11018
11019         * Makefile.in - changed sn targets to snavigator
11020         * configure.in - changed sn targets to snavigator
11021
11022 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11023
11024         * config-ml.in: After building symlink tree call make distclean
11025         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11026         to be the case for libiberty.
11027
11028 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11029
11030         * configure: When making link, also check the current
11031         directory. The configure scripts may create one.
11032
11033 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11034
11035         * config.sub: Accept alphapca56 and alphaev6 properly.
11036
11037 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11038
11039         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11040
11041 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11042
11043         * config.sub (sco5): Fix typo.
11044
11045 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11046
11047         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11048         install-itcl.
11049         (install-itcl): Remove dependency on install-tcl.
11050
11051 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11052
11053         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11054
11055 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11056
11057         * configure.in: Don't build libgui for a cygwin32 target when not on
11058         a cygwin32 host.
11059
11060 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11061
11062         * configure (redirect): Set to null, so default behavior of
11063         configure is now --verbose.
11064
11065 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11066
11067         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11068         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11069
11070 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11071
11072         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11073         this change to sync Makefile.in with its ChangeLog entries.
11074
11075 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11076
11077         * ltmain.sh (mkdir): Check that the directory doesn't exist
11078         before we exit with error, so that we don't get races during
11079         parallel builds.
11080
11081 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11082
11083         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11084
11085 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11086
11087         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11088         PICFLAG_FOR_TARGET.
11089         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11090
11091         * configure: Emit a definition for the new macro enable_shared
11092         into each Makefile.
11093
11094 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11095
11096         * configure.in (host_tools, native_only): Add libtool.
11097
11098 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11099
11100         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11101         Fix typo in ming config comment.
11102
11103 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11104
11105         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11106
11107 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11108
11109         * config.sub: Add tic30 cases, and map c30 to tic30.
11110
11111 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11112
11113         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11114         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11115         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11116         (CLEAN_TARGET_MODULES): Similarly
11117         (all-target-libf2c): Add dependences.
11118         * configure.in (target_libs): Add libf2c.
11119
11120 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11121
11122         * configure.in: Remove expect from noconfigdirs when target
11123         is cygwin32.  OK to build expect and dejagnu with Canadian
11124         Cross.
11125
11126 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11127
11128         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11129         host.
11130
11131         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11132         and mingw32.
11133
11134 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11135
11136         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11137         here as it is not defined in the toplevel Makefile.
11138
11139 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11140
11141         * configure (package_makefile_rules_frag): New variable, which names
11142         a file with generic rules, ...
11143         Change comment to mention we now have FIVE parts.
11144         * configure: Undo last change.
11145
11146 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11147
11148         * config.guess: More accurate determination of HP processor types.
11149         * config.sub: More accurate determination of HP processor types.
11150
11151 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11152
11153         * configure (package_makefile_frag): Move inserting the
11154         ${package_makefile_frag} to where it should be according
11155         to the comment.
11156
11157 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11158
11159         * config.guess: Add support for Linux/ARM.
11160
11161 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11162
11163         * .cvsignore: Remove *-info and *-install since they match
11164         release-info and mpw-install, which we don't want to just ignore.
11165
11166 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11167
11168         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11169
11170 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11171
11172         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11173         local_prefix to sub-make invocations.
11174
11175 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11176
11177         * configure.in: Check makefile fragments in the source
11178         directory.
11179
11180 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11181
11182         * configure.in: Check whether host and target makefile
11183         fragments exist before adding them to *_makefile_frag.
11184
11185 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11186
11187         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11188
11189 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11190
11191         * configure.in: Make sure we only replace RPATH_ENVVAR on
11192         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11193         regexp to sed.
11194
11195         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11196         to sub-makes.
11197
11198 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11199
11200         * config-ml.in (multi-do): LDFLAGS must include multilib
11201         designator.
11202
11203 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11204
11205         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11206
11207 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11208
11209         * config.sub: Add mingw32 support.
11210         * configure.in: Likewise.
11211
11212 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11213
11214         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11215
11216 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11217
11218         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11219         * configure (gxx_include_dir): Provide a definition for subdirs
11220         which do not use autoconf.
11221
11222 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11223
11224         * config.guess: Sync with egcs.  Picks up new alpha support,
11225         BeOS & some additional linux support.
11226
11227 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11228
11229         * config.guess: HP 9000/803 is a PA1.1 machine.
11230
11231 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11232
11233         * configure.in: It's alpha*-...
11234
11235 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11236
11237         * configure.in (host_makefile_frag, target_makefile_frag):
11238         Handle multiple config files.
11239         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11240         alpha-*-*.
11241
11242 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11243
11244         * mkdep: New file.
11245
11246 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11247
11248         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11249
11250 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11251
11252         * Makefile.in: Add libgui directory.
11253         (GDB_TK): Add all-libgui.
11254         * configure.in: Add libgui directory.
11255         * configure: Add all-libgui to GDB_TK.
11256
11257 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11258
11259         * config-ml.in (multidirs): Add m32r to multilib list.
11260
11261 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11262
11263         * Makefile.in (all-target-gperf): Change dependency to
11264         all-target-libstdc++.
11265
11266 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11267
11268         * config.guess: Add BeOS support.
11269
11270 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11271
11272         Source directory cvs renamed to cvssrc:
11273         * configure.in (host_tools): Change cvs to cvssrc.
11274         (native_only): Likewise.
11275         (noconfigdirs) [various cases]: Likewise.
11276         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11277         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11278         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11279         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11280         (all-cvssrc): Rename target from all-cvs.
11281
11282 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11283
11284         * configure (gxx_include_dir): Fix thinko.
11285
11286 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11287
11288         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11289         (install-cross, install-gcc-cross): New targets.
11290
11291 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11292
11293         * configure.in (noconfigdirs): Add support for Thumb target.
11294
11295         * config.sub (maybe_os): Add support for Thumb target.
11296
11297 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11298
11299         * Makefile.in: Add rules for cygmon.
11300
11301         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11302
11303 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11304
11305         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11306         * configure (gxx_include_dir): Provide a definition for subdirs
11307         which do not use autoconf.
11308
11309 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11310
11311         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11312         11/18/97 build
11313
11314 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11315
11316         * From Franz Sirl.
11317         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11318         found on RedHat Linux systems.
11319
11320 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11321
11322         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11323         guesses.
11324
11325 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11326
11327         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11328
11329 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11330
11331         * ltmain.sh: If mkdir fails, check whether the directory was created
11332         anyhow by some other process.
11333
11334 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11335
11336         * configure.in (d30v-*-*): Configure all directories.
11337
11338 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11339
11340         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11341         for the D30V.
11342
11343 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11344
11345         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11346
11347 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11348
11349         * include/libiberty.h: Add extern "C" { so it can be used with C++
11350         progrms.
11351         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11352         programs.
11353
11354 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11355
11356         * configure.in (d30v-*-*): Configure GCC now.
11357
11358 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11359
11360         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11361         is no longer needed.
11362
11363 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11364
11365         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11366
11367 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11368
11369         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11370         targets using "$@" to provide support for similar but not identical
11371         targets without having to duplicate code.
11372
11373 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11374
11375         * makefile.vms: Fix to work with DEC C.
11376
11377 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11378
11379         * config.sub: Add mips-tx39-elf to marketing names.
11380
11381 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11382
11383         * ltmain.sh: Handle symlinks in generated script.
11384
11385 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11386
11387         * configure: Handle autoconf style directory options: --bindir,
11388         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11389         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11390         --sysconfdir.
11391         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11392         (sharedstatedir, localstatedir, oldincludedir): New variables.
11393         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11394         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11395         sbindir, sharedstatedir, and sysconfdir.
11396
11397 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11398
11399         * Makefile.in (bootstrap-lean): New target.
11400
11401 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11402
11403         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11404         sn, and gnuserv from noconfigdirs.
11405
11406 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11407
11408         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11409
11410 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11411
11412         * Makefile.in (cross): New target.
11413
11414 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11415                           Jeff Law         <law@cygnus.com>
11416
11417         * Makefile.in (bootstrap2, bootstrap3): New targets.
11418         (all-bootstrap): Remove outdated and confusing target.
11419         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11420
11421 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11422
11423         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11424         windows.  Consistent with gdb/configure.
11425
11426 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11427
11428         * configure.in: Name Linux target fragment.
11429
11430         * configure: Rewrite so that project Makefile fragment is inserted
11431         first and appears last in the resulting Makefile.
11432
11433 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11434
11435         * Makefile.in (install-itcl): Install tcl first.
11436
11437 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11438
11439         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11440
11441 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11442
11443         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11444
11445         * configure.in (skipdirs): Add target-librx for Linux.
11446         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11447
11448 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11449
11450         * Makefile.in (bootstrap): New target.
11451
11452 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11453
11454         * config.sub: Accept 'amigados' for backward compatibility.
11455
11456 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11457
11458         * config.guess: Merge with FSF.
11459
11460 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11461
11462         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11463
11464 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11465
11466         * config.sub: Add "marketing-names" patch.
11467
11468 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11469
11470         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11471
11472 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11473
11474         * config.sub: Handle v850-elf.
11475
11476 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11477
11478         * .cvsignore (*-install): Remove.
11479
11480 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11481
11482         * ltconfig: Set CONFIG_SHELL in libtool.
11483         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11484
11485 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11486
11487         * configure.in (target_subdir): Set to libraries if enable_multilib.
11488
11489 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11490
11491         * config.guess: Update from gcc directory.
11492
11493 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11494
11495         * Makefile.in (all-sim): Depends on all-readline.
11496
11497 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11498
11499         * Makefile.in (BISON, YACC): Use $$s.
11500         (all-bison): Depend on all-texinfo.
11501
11502 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11503
11504         * Makefile.in (BISON): Add -L flag.
11505         (YACC): Likewise.
11506
11507 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11508
11509         * configure.in (noconfigdirs): Add support for v850e target.
11510
11511         * config.sub (maybe_os): Add support for v850e target.
11512
11513 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11514
11515         * configure.in (noconfigdirs): Add support for v850ea target.
11516
11517         * config.sub (maybe_os): Add support for v850ea target.
11518
11519 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11520
11521         * config.sub: Add mipstx39.  Delete r3900.
11522
11523 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11524
11525         * Makefile.in (all-autoconf): Depends on all-texinfo.
11526
11527 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11528
11529         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11530         eabi targets.
11531
11532 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11533
11534         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11535
11536         * configure: When handling a Canadian Cross, handle YACC as well as
11537         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11538         * Makefile.in (all-bison): Depend upon all-texinfo.
11539
11540 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11541
11542         * Makefile.in (BISON): bison, not byacc or bison -y.
11543         (YACC): bison -y or byacc or yacc.
11544         (various): Add *-bison as appropriate.
11545         (taz): No need to mess with BISON anymore.
11546
11547 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11548
11549         * configure: If OSTYPE matches *win32*, try to find a good value for
11550         CONFIG_SHELL.
11551
11552 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11553
11554         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11555         configure.in if it is present.
11556
11557 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11558
11559         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11560
11561 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11562
11563         * config.sub: Recognize `arc' cpu.
11564         * configure.in: Likewise.
11565         * config-ml.in: Likewise.
11566
11567 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11568
11569         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11570
11571 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11572
11573         * configure: Changed sed delimiter from ':' to '|' when
11574         attempting to substitute ${config_shell} for SHELL. On
11575         NT ${config_shell} may contain a ':' in it.
11576
11577 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11578
11579         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11580
11581 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11582
11583         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11584
11585 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11586
11587         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11588
11589         * ylwrap: If the program is a relative path, force it to be
11590         absolute.
11591
11592 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11593
11594         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11595
11596 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11597
11598         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11599         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11600         for libraries.
11601
11602 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11603
11604         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11605         separated by spaces.
11606
11607 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11608
11609         * ylwrap: New file.
11610         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11611
11612         * ltmain.sh: Handle /bin/sh at start of install program.
11613
11614         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11615
11616         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11617         * missing: New file, from automake 1.2.
11618
11619 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11620
11621         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11622         check-tk to CHECK_X11_MODULES.
11623
11624 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11625
11626         * config.sub: Merge with FSF.
11627
11628 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11629
11630         * config.guess: Merge with FSF.
11631
11632 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11633
11634         * configure: Treat msdosdjgpp like go32.
11635         * configure.in: Likewise.  Don't remove gprof for go32.
11636
11637         * configure: Change Makefile.tem2 to Makefile.tm2.
11638
11639 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11640
11641         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11642
11643 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11644
11645         * install-sh (chmodcmd): Set to null if the DST directory already
11646         exists.  Same as Nov 11th change.
11647
11648 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11649
11650         * configure (GDB_TK): Needs itcl and tix.
11651
11652 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11653
11654         * config.guess: Update from FSF.
11655
11656 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11657
11658         * Makefile.in (GDB_TK): Depend on itcl and tix.
11659
11660 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11661
11662         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11663         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11664         (INSTALL_SCRIPT): New variable.
11665         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11666         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11667         to -x.
11668         * install-sh: Add support for -x option.
11669
11670 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11671
11672         * configure.in, Makefile.in: Treat tix like itcl.
11673
11674 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11675
11676         * Makefile.in (WINDRES): New variable.
11677         (WINDRES_FOR_TARGET): New variable.
11678         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11679         (EXTRA_HOST_FLAGS): Add WINDRES.
11680         (EXTRA_TARGET_FLAGS): Add WINDRES.
11681         (EXTRA_GCC_FLAGS): Add WINDRES.
11682         ($(DO_X)): Pass down WINDRES.
11683         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11684         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11685         DLLTOOL_FOR_TARGET.
11686
11687 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11688
11689         * configure.in: configure sim before gdb for win32-x-ppc
11690
11691 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11692
11693         Move gperf into the toplevel, from libg++.
11694         * configure.in (target_tools): Add target-gperf.
11695         (native_only): Add target-gperf.
11696         * Makefile.in (all-target-gperf): New target, depend on
11697         all-target-libg++.
11698         (configure-target-gperf): Empty rule.
11699         (ALL_TARGET_MODULES): Add all-target-gperf.
11700         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11701         (CHECK_TARGET_MODULES): Add check-target-gperf.
11702         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11703         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11704
11705 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11706
11707         * config.sub (mn10200): Recognize new basic machine.
11708
11709 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11710
11711         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11712         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11713
11714 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11715
11716         * configure.in: If we're building mips-sgi-irix6* native, turn on
11717         ENABLE_MULTILIB and set TARGET_SUBDIR.
11718
11719 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11720
11721         * Makefile.in (all-sn): Depend on all-grep.
11722
11723 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11724
11725         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11726
11727         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11728         Makefile.  From Jeff Makey <jeff@cts.com>.
11729         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11730
11731         * Makefile.in (DISTBISONFILES): Remove.
11732         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11733         $(DEFAULT_YACC).
11734
11735         * configure.in: Build itl, db, sn, etc., when building for native
11736         cygwin32.
11737
11738         * Makefile.in (LD): New variable.
11739         (EXTRA_HOST_FLAGS): Pass down LD.
11740         ($(DO_X)): Likewise.
11741
11742 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11743
11744         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11745
11746 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11747
11748         * configure.in (targargs): Strip out any supplied --build argument
11749         before adding our own. Always add --build.
11750
11751 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11752
11753         * configure.in (targargs): Pass --build if we're doing
11754         a cross-compile.
11755
11756 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11757
11758         * configure: Use '|' instead of ":" as the separator in
11759         sed. Otherwise sed chokes on NT path names with drive
11760         designators. Also look for "?:*" as the leading characters in an
11761         absolute pathname.
11762
11763 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11764
11765         * config.sub: Support for r3900.
11766
11767 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11768
11769         * configure.in: Use install-sh, not install.sh.
11770
11771 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11772
11773         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11774         apply it twice.
11775
11776 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11777
11778         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11779         install-binutils.
11780
11781 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11782
11783         * Makefile.in: Add automake targets.
11784         * configure.in (host_tools): Add automake.
11785
11786 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11787
11788         * configure: Default CXX to c++, not gcc.
11789         * Makefile.in (CXX): Set to c++, not gcc.
11790         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11791
11792 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11793
11794         * install-sh: try appending a .exe if source file doesn't
11795         exist
11796
11797 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11798
11799         * configure.in: Turn on multilib by default.
11800         (cross_only): Remove target-libiberty.
11801
11802         * Makefile.in (all-gcc): Don't depend on libiberty.
11803
11804 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11805
11806         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11807
11808 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11809
11810         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11811         (DISTBISONFILES): Add ld/Makefile.in
11812
11813 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11814
11815         * configure.in: if target is cygwin32 but host isn't cygwin32,
11816         don't configure gdb tcl tk expect, not just gdb.
11817
11818 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11819
11820         * configure.in: Added gnuserv everywhere sn appears.
11821
11822         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11823         (CROSS_CHECK_MODULES): Added check-gnuserv.
11824         (INSTALL_MODULES): Added install-gnuserv.
11825         (CLEAN_MODULES): Added clean-gnuserv.
11826         (all-gnuserv): New target.
11827
11828 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11829
11830         * config.guess: Fixes for MIPS OpenBSD systems.
11831
11832 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11833
11834         * Makefile.in (INSTALL_XFORM): Remove.
11835         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11836
11837         * mkinstalldirs: New file, copied from automake.
11838         * Makefile.in (installdirs): Rename from install-dirs.  Use
11839         mkinstalldirs.  Change all users.
11840         (DEVO_SUPPORT): Add mkinstalldirs.
11841
11842 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11843
11844         * install-sh: Rename from install.sh.
11845         * Makefile.in (INSTALL): Change install.sh to install-sh.
11846         (DEVO_SUPPORT): Likewise.
11847
11848         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11849         Graichen <graichen@rzpd.de>.
11850
11851 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11852
11853         * config.guess: Recognize OpenBSD systems correctly.
11854
11855 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11856
11857         * README, Makefile.in (ETC_SUPPORT): Remove references to
11858         cfg-paper*, configure.{texi,man,info*}._
11859
11860 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11861
11862         * Makefile.in (all.normal): Ensure that gcc is built after all
11863         the x11 - ie gdb - targets.
11864
11865 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11866
11867         * makefile.vms: Don't run conf-a-gas.
11868
11869 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11870
11871         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11872
11873 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11874
11875         * configure.in: Remove noconfigdirs case since gdb also
11876         configures and builds for tic80-coff.
11877
11878 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11879
11880         * configure: Set cache_file to config.cache.
11881         * Makefile.in (local-distclean): Remove config.cache.
11882
11883 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11884
11885         * COPYING: Update FSF address.
11886
11887 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11888
11889         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11890         noconfigdirs.
11891
11892 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11893
11894         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11895         MAKEDIRS, is empty.
11896
11897 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11898
11899         * config.sub: Tweak mn10300 entry.
11900
11901 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11902
11903         * configure.in (host_tools): Put sim before gdb, so gdb's
11904         configure.tgt can determine if the simulator was configured.
11905
11906 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11907
11908         * config.sub: Move BeOS $os case to be with other Cygnus
11909         local cases.
11910
11911 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11912
11913         * config.sub: Remove misplaced comment that broke Linux.
11914
11915 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11916
11917         * config.sub: Add BeOS support.
11918
11919 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11920
11921         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11922
11923 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11924
11925         * configure.in (noconfigdirs): Remove tcl and tk from
11926         noconfigdirs for cygwin32 builds.
11927
11928 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11929
11930         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11931
11932 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11933
11934         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11935         make-all.com, use makefile.vms instead.
11936
11937 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11938
11939         * config.sub: Accept -lnews*.
11940
11941 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11942
11943         * configure.in (noconfigdirs): Disable target-newlib,
11944         target-examples and target-libiberty for d30v.
11945
11946 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11947
11948         * configure.in (noconfigdirs): Enable ld for d30v.
11949
11950 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11951
11952         * configure.in (tic80-*-*): Build compiler.
11953
11954 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11955
11956         * configure.in (d30v-*): Remove sim directory from list of
11957         unsupported d30v directories
11958
11959 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11960
11961         * config.sub, configure.in: Add d30v target cpu.
11962
11963 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11964
11965         * makefile.vms: New file.
11966         * make-all.com: Remove.
11967
11968 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11969
11970         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11971
11972 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11973
11974         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11975
11976 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11977
11978         * Makefile.in (ALL_MODULES): Added all-db.
11979         (CROSS_CHECK_MODULES): Addec check-db.
11980         (INSTALL_MODULES): Added install-db.
11981         (CLEAN_MODULES): Added clean-db.
11982
11983 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11984
11985         * config.guess: Merge with latest FSF sources.
11986
11987 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11988
11989         * Makefile.in (ALL_MODULES): Added all-itcl.
11990         (CROSS_CHECK_MODULES): Added check-itcl.
11991         (INSTALL_MODULES): Added install-itcl.
11992         (CLEAN_MODULES): Added clean-itcl.
11993
11994 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11995
11996         * configure.in: build gdb for mn10200
11997
11998 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11999
12000         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12001
12002 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12003
12004         * configure.in (tic80-*-*): Turn off most targets right now.
12005
12006 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12007
12008         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12009         rather than the makeinfo program.
12010         (do-info): Depend upon all-texinfo.
12011
12012 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12013
12014         * configure.in: Remove uses of config/mh-linux.
12015
12016         * config.sub, config.guess: Merge with latest FSF sources.
12017
12018 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12019
12020         * config.sub (case $basic_machine): Add tic80 entries.
12021
12022 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12023
12024         * config.sub, config.guess: Merge with latest FSF sources.
12025
12026 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12027
12028         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12029         * mpw-config.in: Test for NewFolderRecursive.
12030         * mpw-install: Use symbolic name for startup filename.
12031         * mpw-README: Add various additional details.
12032
12033 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12034
12035         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12036
12037 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12038
12039         * configure.in: Do build gcc and the target libraries for
12040         the mn10200.
12041
12042 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12043
12044         * configure.in: don't avoid building gdb for mn10300 any more
12045         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12046         instead of single-quoting it.
12047
12048 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12049
12050         * configure.in: Don't use --with-stabs on IRIX 6.
12051
12052 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12053
12054         * configure.in (m32r): Build gdb, libg++ now.
12055
12056 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12057
12058         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12059         directories from noconfigdirs.
12060
12061 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12062
12063         * config.sub (basic_machine): added mips16 configuration
12064
12065 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12066
12067         * config.sub: Handle d10v-unknown.
12068
12069 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12070
12071         * config.sub: Handle v850-unknown.
12072
12073 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12074
12075         * Makefile.in: add findutils
12076         * configure.in: add findutils to list of host_tools
12077
12078 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12079
12080         * config.sub: Handle mn10200 and mn10300.
12081
12082 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12083
12084         * configure.in (d10v-*): Do not build librx.
12085
12086 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12087
12088         * configure.in (mn10300): Build everything except gdb & libgloss.
12089
12090 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12091
12092         * config.guess:  Patch for Dansk Data Elektronik servers,
12093         from Niels Skou Olsen <nso@dde.dk>.
12094
12095         For ncr, use /bin/uname rather than uname, since GNU uname does not
12096         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12097
12098         Patch for MIPS R4000 running System V,
12099         from Eric S. Raymond <esr@snark.thyrsus.com>.
12100
12101         Fix thinko for nextstep.
12102
12103         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12104
12105         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12106         * config.guess: Guess mips-dec-mach_bsd4.3.
12107
12108         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12109         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12110         release numbers.
12111         * config.guess (mips-mips-riscos*):  Emit just enough of the
12112         release number.
12113
12114         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12115         * config.guess (sparc-auspex-sunos*):  Added.
12116         (f300-fujitsu-*): Added.
12117
12118         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12119         * config.guess:  Recognize a Tadpole as a sparc.
12120
12121 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12122
12123         * config.guess: Don't assume that NextStep version is either 2 or
12124         3.  NextStep 4 (aka OpenStep 4) has come out now.
12125
12126 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12127
12128         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12129         From Rik Faith <faith@cs.unc.edu>.
12130
12131 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12132
12133         * config.sub: Contributions from bug-gnu-utils to:
12134         Support plain "hppa" (no version given) architecture, reported by
12135         OpenStep.
12136         OpenBSD like NetBSD.
12137         LynxOs is not a hardware supplier.
12138
12139         * config.guess: Contributions from bug-gnu-utils to add support for:
12140         OpenBSD like NetBSD.
12141         Stratus systems.
12142         More Pyramid systems.
12143         i[n>4]86 Intel chips.
12144         M680[n>4]0 Motorola chips.
12145         Use unknown instead of lynx for hardware manufacturer.
12146
12147 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12148
12149         * install.sh (chmodcmd): Set to null if the DST directory already
12150         exists.
12151
12152 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12153
12154         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12155         not use mt-ppc target Makefile fragment any more.
12156
12157 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12158
12159         * configure.in (*-*-windows):  Exclude everything but those dirs
12160         needed to build windows.
12161
12162 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12163
12164         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12165
12166 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12167
12168         * configure.in:  Exclude mmalloc from i386-windows.
12169
12170 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12171
12172         * Undo my previous change.
12173
12174 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12175
12176         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12177         unconditionally.
12178         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12179
12180 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12181
12182         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12183         host to add it's own flags.
12184
12185 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12186
12187         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12188
12189 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12190
12191         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12192         (CXX_FOR_TARGET): Likewise.
12193         (GCC_FOR_TARGET): Define.
12194         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12195         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12196         CC_FOR_TARGET was specified on the command line.
12197         (MAKEOVERRIDES): Don't define.
12198
12199 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12200
12201         * configure.in (m32r): Fix spelling of libg++ libs.
12202
12203 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12204
12205         * config.sub (-apple*): Remove, now redundant.
12206
12207 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12208
12209         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12210
12211         * configure: Rework yesterday's sed script patch.
12212
12213         * config.sub: Merge with FSF.
12214
12215 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12216
12217         * config.guess:  Merge from FSF.
12218
12219         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12220         * config.guess: Use pc instead of unknown, for pc clone systems.
12221         Change linux to linux-gnu.
12222
12223         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12224         * config.guess: Avoid non-portable tr syntax.
12225
12226 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12227
12228         * test-build.mk (HOLES): Add "xargs" for gdb.
12229
12230         * configure: Avoid hpux10.20 sed bug.
12231
12232 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12233
12234         * configure.in:  Add support for windows host
12235         (that is a build done under the Microsoft build environment).
12236
12237 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12238
12239         * Makefile.in: Replace all uses of srcroot with s, to shrink
12240         command line lengths.
12241
12242         Patches from Geoffrey Noer <noer@cygnus.com>:
12243         * configure.in: If configuring for newlib, pass --with-newlib to
12244         subdirectories.
12245         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12246         -Bnewlib/ and -Lwinsup to gcc.
12247         (CXX_FOR_TARGET): Likewise.
12248
12249 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12250
12251         * Makefile.in (ETC_SUPPORT): Add configure.
12252
12253 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12254
12255         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12256         host configuration file.
12257
12258 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12259
12260         * configure.in: Break mn10x00 support into separate
12261         mn10200 and mn10300 configurations.
12262         * config.sub: Likewise.
12263
12264 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12265
12266         * configure.in: Add lots of stuff to noconfigdirs for
12267         the mn10x00 targets.
12268
12269         * config.sub, configure.in: Add mn10x00 support.
12270
12271 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12272
12273         * make-all.com: Call conf-a-gas, not config-a-gas.
12274
12275 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12276
12277         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12278         targets.
12279
12280 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12281
12282         * mpw-README: Add much more detail for native PowerMac.
12283         * mpw-install: New file.
12284         * mpw-configure: Add --norecursion and --help options.
12285         * mpw-config.in: Translate readme and install files when
12286         copying to objdir.
12287         * mpw-build.in: Don't always depend on byacc and flex.
12288         (install-only-top): New action.
12289
12290 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12291
12292         * configure.in:  You can now configure GDB for the v850.
12293
12294 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12295
12296         * configure.in (noconfigdirs): Don't configure any C++ dirs
12297         if targeting D10V.
12298
12299 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12300
12301         * config.sub: Recognize mips64vr5000.
12302
12303 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12304
12305         * configure.in: Use a single line for host_tools and native_only.
12306
12307 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12308
12309         * config.sub, configure.in: Add entries for m32r.
12310
12311 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12312
12313         * Makefile.in (inet-install): Don't run install-gzip.
12314
12315 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12316
12317         * configure.in:  Don't config lots of things for *-*-windows*.
12318
12319 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12320
12321         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12322         (host_libs, host_tools): Copy from configure.in.
12323         * mpw-configure: Don't complain about directories not found.
12324
12325 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12326
12327         * configure.in (i[345]86): Recognize i686 for pentium pro.
12328         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12329         file.
12330
12331         * config.guess (i[345]86): Ditto.
12332
12333 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12334
12335         * configure.in (noconfigdirs): Removed gdb for D10V.
12336
12337 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12338
12339         * configure.in: Remove ld, target-libio, target-libg++, and
12340         target-libstdc++ from noconfigdirs.
12341
12342 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12343
12344         * configure: Fix three locations where shell scripts were
12345         being run directly rather than with config_shell.
12346
12347 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12348
12349         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12350         * config.sub (basic_machine): Recognize v850.
12351
12352 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12353
12354         * mpw-configure: Handle multiple enable/disable options and
12355         pass them down recursively, handle -c and -s flags appropriately
12356         depending on choice of compiler, add escape mechanism for
12357         quoted arguments to gC.
12358
12359 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12360
12361         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12362         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12363         so that -mrelocatable-lib and -mno-eabi are used.
12364
12365         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12366         not support --print-multi-lib, don't abort.
12367
12368 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12369
12370         * make-all.com: Run config-a-gas.
12371         * setup.com: Don't copy subdirectory files around.
12372
12373 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12374
12375         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12376         target, it now compiles correctly.
12377
12378 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12379
12380         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12381
12382 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12383
12384         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12385
12386 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12387
12388         * configure.in (native_only): Add prms.
12389
12390 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12391
12392         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12393         (BINUTILS_SUPPORT_DIRS): Likewise.
12394
12395 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12396
12397         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12398         d10v support is added.
12399
12400 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12401
12402         * configure.in (d10v-*-*): New target.
12403
12404 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12405
12406         * config.guess (HP 9000/811): Recognize this as a PA1.1
12407         machine.
12408
12409 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12410
12411         * Makefile.in (do-tar-gz): New target, split out from tail end of
12412         taz target.  Run each command separately, don't use pipes.
12413         (taz): Use it.
12414
12415 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12416
12417         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12418         * mpw-build.in: No builds should depend on building byacc or flex,
12419         they are assumed to be installed already.
12420
12421 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12422
12423         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12424         variable that CC_FOR_TARGET needs.
12425
12426 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12427
12428         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12429         options have changed since the last time the subdirectory was
12430         configured, and if it has, reconfigure.
12431         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12432         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12433
12434 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12435
12436         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12437         CLEAN_MODULES): Add bash.
12438         (all-bash): New target.
12439
12440 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12441
12442         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12443
12444 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12445
12446         * config.sub (basic_machine): Recognize d10v as a valid processor.
12447
12448 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12449
12450         * mpw-configure: Add support for --bindir.
12451         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12452
12453 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12454
12455         * configure.in: add bash, time, gawk to list of hosttools and things
12456         to only build for native toolchains
12457
12458 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12459
12460         * Makefile.in (docdir): Remove.
12461
12462 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12463
12464         * Makefile.in (datadir): Set to $(prefix)/share.
12465
12466 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12467
12468         * configure.in: build diff and patch for cygwin32-hosted
12469         toolchains.
12470
12471 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12472
12473         * config.sub: Accept -rtems*.
12474
12475 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12476
12477         * configure.in: enable dosrel for cygwin32-hosted builds,
12478                 remove diff from the list of things not buildable
12479                 via Canadian Cross
12480
12481 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12482
12483         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12484         don't get ". ".
12485
12486 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12487
12488         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12489
12490 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12491
12492         * Makefile.in (taz): Handle case where tex3patch didn't even get
12493         checked out.  Also, if it was found, put the symlink in a new util
12494         subdirectory.
12495
12496 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12497
12498         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12499
12500 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12501
12502         * config.sub: Recognize -openvms.
12503         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12504         * make-all.com, setup.com: New files.
12505
12506 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12507
12508         * Makefile.in (taz): tex3patch moved to texinfo/util.
12509
12510 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12511
12512         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12513         * configure.in: remove make from disable-if-Can-Cross list
12514                 enable gdb if ${host} and ${target} are cygwin32
12515
12516 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12517
12518         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12519         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12520
12521 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12522
12523         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12524         distinguish sysv/svr4/bsd variants.
12525         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12526
12527 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12528
12529         * configure.in: Added copyright notice.
12530         * move-if-change: Added copyright notice.
12531
12532 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12533
12534         * configure.in (powerpcle-*-solaris*): Until we get shared
12535         libraries working, don't build gdb, sim, make, tcl, tk, or
12536         expect.
12537
12538 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12539
12540         * config.guess:  Merge with FSF:
12541
12542         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12543         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12544
12545         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12546         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12547
12548         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12549         * config.guess:  Combine two OSF1 rules.
12550         Also recognize field test versions.  From mjr@zk3.dec.com.
12551         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12552         because GNU uname does not support -p.  From pmr@pajato.com.
12553
12554 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12555
12556         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12557
12558 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12559
12560         * mpw-README: Document GCCIncludes.
12561
12562 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12563
12564         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12565
12566 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12567
12568         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12569
12570 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12571
12572         * configure.in (*-*-cygwin32): Configure make.
12573
12574 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12575
12576         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12577
12578 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12579
12580         * Makefile.in (all-inet): Depend on all-perl.
12581
12582         * Makefile.in (inet-install): New target.
12583
12584         * Makefile.in (all-inet): Depend on all-tcl.
12585         (all-inet): Depend on all-send-pr.
12586
12587 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12588
12589         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12590         temporarily.
12591
12592 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12593
12594         * configure.in: Don't configure --with-gnu-ld on AIX.
12595
12596 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12597
12598         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12599
12600 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12601
12602         * Makefile.in (ALL_MODULES): Added all-inet.
12603         (CROSS_CHECK_MODULES): Added check-inet.
12604         (INSTALL_MODULES): Added install-inet.
12605         (CLEAN_MODULES): Added clean-inet.
12606         (all-indent): New target.
12607
12608         * configure.in (host_tools): Added inet.
12609         (native_only): Added inet.
12610         (noconfigdirs): Added inet.
12611
12612 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12613
12614         * configure.in: Don't configure libgloss if we are not configuring
12615         newlib.
12616
12617 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12618
12619         * configure.in: Don't configure libgloss for unsupported
12620         architectures.
12621
12622 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12623
12624         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12625
12626 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12627
12628         * Makefile.in (ALL_MODULES): Include all-apache.
12629         (CROSS_CHECK_MODULES): Include check-apache.
12630         (INSTALL_MODULES): Include install-apache.
12631         (all-apache): New target.
12632
12633         * configure.in: Added apache everywhere perl is seen.
12634
12635 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12636
12637         * Makefile.in: Add support for clean-{module} and
12638         clean-target-{module} rules.
12639
12640 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12641
12642         * configure.in (*-*-ose) do not build libgloss.
12643
12644 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12645
12646         * config.guess (prep*:SunOS:5.*:*): Turn into
12647         powerpele-unknown-solaris2.
12648
12649 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12650
12651         * configure.in: Permit --enable-shared to specify a list of
12652         directories.
12653
12654 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12655
12656         * configure.in (host==solaris): Pass only the first word of $CC
12657         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12658
12659 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12660
12661         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12662
12663 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12664
12665         * Makefile.in (ALL_MODULES): Include all-perl.
12666         (CROSS_CHECK_MODULES): Include check-perl.
12667         (INSTALL_MODULES): Include install-perl.
12668         (ALL_X11_MODULES): Include all-guile.
12669         (CHECK_X11_MODULES): Include check-guile.
12670         (INSTALL_X11_MODULES): Include install-guile.
12671         (all-perl): New target.
12672         (all-guile): New target.
12673
12674         * configure.in (host_tools): Include perl and guile.
12675         (native_only): Include perl and guile.
12676         (noconfigdirs): Don't build guile and perl; no ports have been
12677         done.
12678
12679 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12680
12681         * configure (--enable-*): Handle quoted option lists such as
12682         --enable-sim-cflags='-g0 -O' better.
12683
12684 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12685
12686         * Makefile.in ({,inst}all-target): New rule so we can make and
12687         install all of the target directories easily.
12688
12689 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12690
12691         * configure.in: Add missing global flag in sed substitution when
12692         deleting `target-' from ${configdirs}.
12693
12694 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12695
12696         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12697         option.
12698
12699         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12700         config/mh-necv4.
12701
12702         * install.sh: Correct misspelling of transformbasename.
12703
12704         * config.guess: Recognize mips-*-sysv*.
12705
12706 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12707
12708         * config.sub: Recognize mon960.
12709
12710 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12711
12712         * configure: Restore Canadian Cross handling of BISON and LEX,
12713         removed in Feb 20 change.
12714
12715 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12716
12717         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12718         Mention make install.  Remove the old copyright date as well the
12719         clumsy and rather pointless copyright on the README file.
12720
12721 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12722
12723         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12724         Makefile after running symlink-tree, then run `make distclean' to
12725         avoid clobbering any generated files in srcdir.
12726
12727 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12728
12729         * configure.in (m68k-*-netbsd*): Build everything now.
12730
12731 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12732
12733         * Makefile.in (taz): Fix quoting.
12734
12735 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12736
12737         * configure.in (sparclet-*-*): Build everything now.
12738
12739 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12740
12741         * configure.in (m68k-*-linux*): New host.
12742
12743 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12744
12745         * configure: Check for bison before byacc.
12746
12747 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12748
12749         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12750         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12751         searching PATH.  These are used as fallbacks by Makefile.in if
12752         flex/bison/byacc aren't in objdir.
12753
12754 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12755
12756         * Makefile.in: Make everything which depends upon all-bfd also
12757         depend upon all-opcodes, in case --with-commonbfdlib is used.
12758
12759 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12760
12761         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12762         building NT native compilers on Unix.
12763
12764 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12765
12766         * configure.in: Don't get CC from the host Makefile fragment if we
12767         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12768         Solaris test for /usr/ucb/cc to the post target script, just after
12769         the compiler sanity test.
12770
12771 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12772
12773         * config.sub: Merge with FSF.
12774
12775 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12776
12777         * Makefile.in (RPATH_ENVVAR): New variable.
12778         (REALLY_SET_LIB_PATH): Use it.
12779         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12780
12781 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12782
12783         * config.sub, configure.in: Recognize sparclet cpu.
12784
12785 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12786
12787         * config.guess:  Support m68k-cbm-sysv4.
12788
12789 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12790
12791         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12792         m68k-unknown-linuxaout from linker help string.  Put quotes around
12793         $ld_help_string.
12794
12795 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12796
12797         * config.guess (powerpc-harris-powerunix): Add guess for port
12798         to new target.
12799
12800 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12801
12802         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12803
12804 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12805
12806         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12807         $(REALLY_SET_LIB_PATH) in Makefile.
12808         * Makefile.in (SET_LIB_PATH): New variable.
12809         (REALLY_SET_LIB_PATH): New variable.
12810         ($(DO_X)): Use $(SET_LIB_PATH).
12811         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12812         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12813         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12814         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12815         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12816         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12817         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12818         (install-dosrel): Likewise.
12819         (all-opcodes): Depend upon all-libiberty.
12820
12821 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12822
12823         * config.guess (*:CYGWIN*): New
12824
12825 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12826
12827         * Makefile.in (all-target-winsup): All all-target-libiberty.
12828
12829 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12830
12831         * configure.in (noconfigdirs): Add missing # in front of comment.
12832
12833 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12834
12835         * configure.in: add second pass to things added to noconfigdirs
12836         so *-gm-magic can exclude libgloss properly.
12837
12838 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12839
12840         * mpw-configure (extralibs_name, rez_name): Set correctly
12841         for MWC68K compiler.
12842
12843         * mpw-README: Add more info on the necessary build tools.
12844
12845 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12846
12847         * configure.in, config.sub: Recognize cygwin32.
12848
12849 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12850
12851         * config.guess, config.sub: Recognize A/UX.
12852
12853 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12854
12855         * config.sub: Merge with gcc/config.sub.
12856
12857 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12858
12859         * mpw-build.in (do-binutils): Add build of stamps.
12860
12861 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12862
12863         * config.sub: Add recognition for mips64vr4100*-* targets.
12864
12865 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12866
12867         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12868         Add creation of gconfigargs with `--enable-shared' turned on.
12869         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12870         ($(host)-stamp-stage3-configured): Likewise.
12871         (HOLES): Add chatr and ldd.
12872         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12873
12874 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12875
12876         * configure: Pass --nfp to recursive configures.
12877
12878 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12879
12880         * Makefile.in (DLLTOOL): New.
12881         (DLLTOOL_FOR_TARGET): New.
12882         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12883         (EXTRA_TARGET_FLAGS): Ditto.
12884         (EXTRA_GCC_FLAGS): Ditto.
12885         (CONFIGURE_TARGET_MODULES): Ditto.
12886         (DO_X): Ditto.
12887         * configure: Add DLLTOOL.
12888
12889 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12890
12891         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12892         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12893         mh-sco, since old workarounds no longer needed, and don't
12894         build ld, since libraries have weak symbols in COFF.
12895
12896 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12897
12898         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12899
12900 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12901
12902         * configure.in: Make sure that ${CC} can be used to compile an
12903         executable.
12904
12905 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12906
12907         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12908         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12909         nothing depending on whether gdbtk is being built.
12910
12911 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12912
12913         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12914
12915 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12916
12917         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12918         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12919
12920 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12921
12922         * config-ml.in: Add support for
12923         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12924         Simplify setting of multidirs from --disable-foo.
12925
12926 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12927
12928         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12929         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12930         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12931         non-empty, pass them on to the  GCC make.
12932         (all-bootstrap): New rule that is like all-gcc, except it executes
12933         the GCC bootstrap rule instead of the GCC all rule.
12934
12935 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12936
12937         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12938
12939 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12940
12941         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12942         DG/UX support.
12943
12944 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12945
12946         * config.sub (i*86*) Change [345] to [3456]
12947
12948 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12949
12950         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12951         --with-gnu-ld=no.
12952
12953 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12954
12955         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12956         AIX multilibs get built.
12957
12958 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12959
12960         * configure.in (i386-win32): Don't build expect if we're not
12961         building the tcl subdir.
12962
12963 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12964
12965         * Makefile.in: (configure-target-examples, all-target-examples):
12966         New targets, configure and build example programs.
12967
12968 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12969
12970         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12971         use it as input to sedit the generated MPW makefile.
12972         * mpw-README: Add a suggestion about Gestalt.h.
12973
12974 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12975
12976         * config.sub: Accept *-*-ieee*.
12977
12978 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12979
12980         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12981         Ronald F. Guilmette <rfg@monkeys.com>.
12982
12983 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12984
12985         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12986         for powerpc-pe native.
12987         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12988         (target==powerpc-pe): duplicate i386-win32 entry.
12989
12990 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12991
12992         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12993         of vxworks, not just vxworks5.1.
12994
12995 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12996
12997         * mpw-configure: Add support for exec-prefix.
12998
12999 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13000
13001         * config.guess: Recognize HP model 816 machines as having
13002         a PA1.1 processor.
13003
13004 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13005
13006         * configure: Ignore new autoconf configure options.
13007
13008 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13009
13010         * config.guess:  Recognize Pentium under SCO.
13011         From Robert Lipe <robertl@arnet.com>.
13012
13013 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13014
13015         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13016
13017 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13018
13019         * configure.in: Don't configure gas for alpha-dec-osf*.
13020
13021 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13022
13023         * configure.in: Default to --with-stabs for some targets for which
13024         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13025         i[345]86*-*-unixware*.
13026
13027 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13028
13029         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13030         rather than basing it on the target.  Simplify handling of options
13031         controlling which directories to configure.  Remove extraneous
13032         slash in multi-clean target.
13033
13034 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13035
13036         * config-ml.in: Prefix more variables with ml_ so they don't collide
13037         with configure's.
13038
13039 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13040
13041         * configure: Don't turn -v into --v.
13042
13043 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13044
13045         * configure.in (targargs): Fix typo.
13046
13047         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13048
13049 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13050
13051         * configure.in: Strip --host and --target options from
13052         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13053         --with-cross-host option when building with a cross-compiler.
13054         * configure: Canonicalize the arguments put into config.status by
13055         always using `=' for an option with an argument.  Pass a presumed
13056         --host or --target explicitly.
13057
13058 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13059
13060         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13061         into general OS recognition case.
13062
13063 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13064
13065         * configure.in (target_configdirs): add target-winsup only
13066         for win32 target systems.
13067
13068 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13069
13070         * Makefile.in (all-target-libgloss): Depend upon
13071         configure-target-newlib, since when libgloss is built it looks to
13072         see if the newlib directory exists.
13073
13074 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13075
13076         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13077         cfg-ml-*.in.
13078
13079 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13080
13081         * configure: Handle LD and LD_FOR_TARGET when configuring a
13082         Canadian Cross.
13083
13084 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13085
13086         * configure.in (target_libs): add target-winsup.
13087         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13088         (target==ppcle-pe): remove ld from $noconfigdirs.
13089
13090 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13091
13092         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13093         Preserve relative path names in $srcdir.  Build symlink tree if
13094         configuring cross target dir and srcdir=. (= no VPATH support).
13095         (configure-target-libg++): Depend on configure-target-librx.
13096         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13097         * config-ml.in: New file.
13098         * symlink-tree: New file.
13099         * configure: Ensure srcdir="." if that's what it is.
13100
13101 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13102
13103         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13104         includes and FLEX_SKELETON setting.
13105         * mpw-configure (--with-gnu-ld): New option, controls whether
13106         to use PPCLink or ld with PowerMac GCC.
13107         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13108         * mpw-config.in: Configure grez if targeting Mac.
13109
13110         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13111         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13112         just macos.
13113         * configure.in: Configure grez resource compiler if targeting Mac.
13114         * Makefile.in (all-grez, install-grez): New targets.
13115
13116 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13117
13118         * configure: CXX defaults to gcc, not g++.  If we find
13119         gcc in the path, set CC to gcc -O2.
13120
13121 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13122
13123         * configure: Default ${build} correctly.  Avoid picking up extra
13124         spaces when reading CC and CXX from Makefile.  When doing a
13125         Canadian Cross, use plausible default values for numerous
13126         variables.
13127         * configure.in: When doing a Canadian Cross, don't try to
13128         configure tools whose configure script can't handle it.
13129
13130 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13131
13132         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13133
13134 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13135
13136         * configure:  Remove dubious bug reporting address.
13137
13138 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13139
13140         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13141         configure script, run that instead of this directory's configure.
13142         In either case, print a message that we're configuring the sub-dir.
13143
13144 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13145
13146         * configure.in: Before checking for the existence of various files,
13147         use sed to filter out "target-".
13148
13149 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13150
13151         * Makefile.in (DO_X): Split rule to decrease command line length
13152         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13153         (Philippe De Muyter).
13154
13155 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13156
13157         * Makefile.in (all-patch): depend on all-libiberty.
13158
13159 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13160
13161         * configure.in: If the only directory in target_configdirs which
13162         actually exists is libiberty, then set target_configdirs to empty,
13163         to avoid trying to build a target libiberty in a gas or gdb
13164         distribution.
13165
13166 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13167
13168         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13169         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13170         systems.
13171
13172 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13173
13174         * configure.in (copy_dirs): Use sys-include instead of include
13175         for --with-headers option.
13176
13177 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13178
13179         * Makefile.in, configure.in: Make winsup builds work with
13180         new scheme.
13181
13182 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13183
13184         * configure.in: Build the linker on AIX.
13185
13186 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13187
13188         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13189         where needed.
13190
13191 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13192
13193         * Makefile.in (all-gcc): Fix typo.
13194
13195 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13196
13197         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13198
13199 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13200
13201         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13202         to target-xiberty, to provide more flexibility.
13203         (target_subdir):  Define.  Create if cross.
13204         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13205         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13206         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13207         check-libFOO -> check-target-libFOO, etc.
13208         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13209         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13210         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13211         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13212         allow ALL_GCC="" to only configure.
13213         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13214         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13215         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13216
13217 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13218
13219         * Makefile.in (taz): Build "info" in etc explicitly.
13220
13221 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13222
13223         * configure.in:  Make sure that CC is undefined (as opposed to
13224         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13225         problem with autoconf trying to configure on a host without GCC.
13226
13227 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13228
13229         * mpw-configure: Set host alias from choice of host compiler,
13230         only use generic MPW Makefile sed if present, edit a file
13231         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13232         * mpw-README: Add problem notes about CW6 and CW7.
13233
13234 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13235
13236         * Makefile.in (taz): Use ";" instead of ";;".
13237
13238 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13239
13240         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13241         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13242         DISTDOCDIRS.
13243         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13244         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13245
13246 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13247
13248         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13249         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13250         Move bfd to DISTSTUFFDIRS.
13251
13252 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13253
13254         * Makefile.in (X11_LIB): Removed.
13255         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13256
13257         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13258
13259 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13260
13261         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13262         names.
13263
13264 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13265
13266         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13267
13268 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13269
13270         * configure.in (i[345]86-*-win32): Always build newlib.
13271         Don't configure cvs, autoconf or texinfo.
13272         * Makefile.in (LD_FOR_TARGET): New.
13273         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13274         Pass down LD_FOR_TARGET.
13275
13276 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13277
13278         * winsup: New directory.
13279         * Makefile.in: Build winsup.
13280         * configure.in: Winsup is configured when target is win32.
13281         Can only build win32 target GDB when native.
13282
13283 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13284
13285         * config.guess: Recognize HP model 819 machines as having
13286         a PA 1.1 processor.
13287
13288 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13289
13290         * configure: Fix sed loop which substitutes for CC and CXX to
13291         avoid bug found in various sed implementations.
13292
13293 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13294
13295         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13296         simulator.  Use standard powerpc-*-eabi*.
13297
13298 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13299
13300         * configure.in: Stop putting gas and binutils in noconfigdirs for
13301         powerpc-*-aix* and rs6000-*-*.
13302
13303 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13304
13305         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13306         -mcall-aixdesc libraries.
13307
13308 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13309
13310         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13311
13312         * config.sub (arm | armel | armeb): Fix shell syntax.
13313
13314 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13315
13316         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13317         -msoft-float and -mcpu=common support.
13318         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13319         libraries.
13320
13321 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13322
13323         * configure.in: Allow configuration and build of emacs19 for the alpha.
13324
13325 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13326
13327         * configure.in (CC): Get ^CC, not just any old CC, from
13328         ${host_makefile_frag}.
13329
13330 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13331
13332         * configure.in (CC): Try to get CC from
13333         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13334
13335 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13336
13337         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13338         only if it exists in $(srcdir).
13339
13340 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13341
13342         * configure: If CC and CXX are not set in the environment, set
13343         them, based on either an existing Makefile or on searching for gcc
13344         in PATH.  Substitute for CC and CXX in Makefile.
13345         * configure.in: Remove libm from target_libs.  Separate
13346         target_configdirs from configdirs.  If CC is not set in
13347         environment, try to get it from a host Makefile fragment.  Rewrite
13348         changes of configdirs to use skipdirs instead.  A few minor
13349         tweaks.  Take directories out of target_configdirs as they are
13350         taken out of configdirs.  Remove existing Makefile files from
13351         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13352         CONFIG_ARGUMENTS in Makefile.
13353         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13354         by configure.in.
13355         (CONFIG_ARGUMENTS): Likewise.
13356         (CONFIGURE_TARGET_MODULES): New variable.
13357         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13358         ($(CONFIGURE_TARGET_MODULES)): New target.
13359         (configure-libg++, configure-libio): New targets.
13360         (all-libg++): Depend upon configure-libg++.
13361         (all-libio): Depend upon configure-libio.
13362         (configure-libgloss, all-libgloss): New targets.
13363         (configure-libstdc++): New target.
13364         (all-libstdc++): Depend upon configure-libstdc++.
13365         (configure-librx, all-librx): New targets.
13366         (configure-newlib): New target.
13367         (all-newlib): Depend upon configure-newlib
13368         (configure-xiberty): New target.
13369         (all-xiberty): Depend upon configure-xiberty.
13370
13371 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13372
13373         * configure.in (host i[345]86-*-win32):  Expand the
13374         noconfigdirs again.
13375
13376 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13377
13378         * mpw-configure: Fix sed command file name.
13379
13380 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13381
13382         * configure.in (host i[345]86-*-win32): Reduce the
13383         noconfigdirs again.
13384
13385 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13386
13387         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13388         or powerpc*-*-pe*, since they are not yet supported.
13389
13390 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13391
13392         Add PowerMac support and many other enhancements.
13393         * mpw-configure: New option --cc to select compiler to use,
13394         paste options set according to --cc into the generated
13395         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13396         if mpw-make.sed is present.
13397         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13398         add forward includes for PowerPC include files.
13399         * mpw-build.in: Build using Makefile.PPC if present.
13400         (do-byacc, etc): Remove separate version resource builds.
13401         (do-gas): Build "stamps" before "all".
13402         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13403         * mpw-README: Update to reflect --cc option, PowerMac support,
13404         and recently-reported compatibility problems.
13405
13406 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13407
13408         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13409         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13410         (--with-multilib-top): Pass to recursive invocations.
13411
13412 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13413
13414         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13415         v810-*-*.
13416
13417 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13418
13419         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13420         gdb, ld and opcodes on v810-*-*.
13421
13422 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13423
13424         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13425         (local-maintainer-clean): New target.
13426         (maintainer-clean): New target.
13427         (realclean): Just depend upon maintainer-clean.
13428
13429 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13430
13431         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13432
13433 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13434
13435         * configure.in: Build ld in mips*-*-bsd* case.
13436
13437 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13438
13439         * config.sub: Accept -lites* OS.  From Ian Dall.
13440
13441 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13442
13443         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13444         targets.
13445
13446 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13447
13448         * configure.in: treat i386-win32 canadian cross the same as
13449         i386-go32 canadian cross.
13450
13451 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13452
13453         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13454         running under the simulator to build a reduced set of libraries.
13455         (powerpc-*-eabiaix): Add fine grained multilib support added to
13456         other powerpc targets yesterday.
13457
13458 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13459
13460         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13461         -disable-softfloat, -disable-relocatable, -disable-aix, and
13462         -disable-sysv to control which multilib libraries get built.
13463
13464 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13465
13466         * configure: Add Makefile.tem to list of files to remove in trap
13467         handler.
13468
13469 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13470
13471         * config.guess (*Linux*):  Add missing "exit"s.
13472         Also, need specific check for alpha-unknown-linux (uses COFF).
13473
13474 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13475
13476         * config.guess:  Merge with FSF:
13477
13478         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13479         * config.guess (AIX4): More robust release numbering discovery.
13480
13481         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13482         * config.guess (i386-sequent-ptx): Properly get version number.
13483
13484         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13485         * config.guess (mips:*:4*:UMIPS): New case.
13486
13487 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13488
13489         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13490         (i386-win32 host): Likewise.  Don't build readline.
13491
13492 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13493
13494         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13495         SUPPORT_FILES to submakes.
13496
13497 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13498
13499         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13500         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13501         mpw-configure.
13502
13503 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13504
13505         * configure.in (appdirs): Use =, not ==, in test expression when
13506         trying to build the text to print in the warning message for
13507         Solaris users.
13508
13509 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13510
13511         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13512
13513 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13514
13515         * config.guess: Recognize lynx-2.3.
13516
13517 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13518
13519         * config.sub (z8ksim): Deleted
13520         (z8k-*-coff): New, this is the one true name of the target.
13521
13522 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13523
13524         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13525
13526 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13527
13528         * config.guess (*:Linux:*:*): First try asking the linker what the
13529         default object file format is (elf, aout, or coff).  Then if this
13530         fails, try previous methods.
13531
13532 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13533
13534         * configure.in: Don't build newlib for *-*-vxworks5.1.
13535
13536 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13537
13538         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13539         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13540
13541 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13542
13543         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13544
13545 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13546
13547         * cfg-ml-com.in: New file.
13548         * cfg-ml-pos.in: New file.
13549
13550 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13551
13552         * COPYING.NEWLIB: Add HP free copyright to list.
13553
13554 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13555
13556         * config.sub: Recognize -eabi* for the system, not just -eabi.
13557
13558 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13559
13560         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13561         * config.sub, configure.in (win32): New target and host.
13562
13563 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13564
13565         * configure.in: Add i386-pe configuration.
13566
13567 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13568
13569         * mpw-build.in (install): Install GDB after LD.
13570
13571 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13572
13573         * mpw-config.in (elf/mips.h): Always forward-include, needed
13574         for GDB to build.
13575
13576 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13577
13578         * testsuite: New directory for customer acceptance and whole tool
13579         chain tests.
13580
13581 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13582
13583         * configure: If per-host line isn't found, but AC_OUTPUT is found
13584         and a configure script exists, run it instead.
13585
13586 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13587
13588         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13589
13590 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13591
13592         * configure: Set build_{cpu,vendor,os,alias} to host values when
13593         --build isn't specified.
13594
13595 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13596
13597         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13598         (FLAGS_TO_PASS): Pass them.
13599         (EXTRA_TARGET_FLAGS): Ditto.
13600
13601 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13602
13603         * Makefile.in (all-libg++): Depend on all-libstdc++.
13604
13605 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13606
13607         * configure.in (noconfigdirs): Enable all packages for
13608           i386-unknown-netbsd.
13609
13610 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13611
13612         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13613         hosted builds (DOS builds)
13614
13615 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13616
13617         Changes for ARM based on patches from Richard Earnshaw:
13618         * config.sub: Handle armeb and armel.
13619         * configure.in: Omit arm linker only for riscix.
13620
13621 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13622
13623         * config.guess:  Update from FSF.
13624
13625 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13626
13627         * config.sub: Recognize powerpcle as the little endian variant of
13628         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13629         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13630         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13631         temporarily.
13632
13633 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13634
13635         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13636
13637 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13638
13639         * config.sub: Accept -lites* as a basic system type.
13640
13641 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13642
13643         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13644         installed, and if so return linuxoldld as the system name.
13645
13646 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13647
13648         * config.guess: Add hppa1.1-hp-lites support.
13649
13650 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13651
13652         * configure.in: Don't build newlib for m68k-vxworks5.1.
13653
13654 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13655
13656         * configure.in (mips-sgi-irix6): Use mh-irix5.
13657
13658 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13659
13660         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13661
13662 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13663
13664         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13665         OSF/1.  Fix compiler flags.
13666         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13667
13668 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13669
13670         * configure.in: Recognize --with-newlib.
13671         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13672
13673 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13674
13675         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13676         to *_X11_MODULES due to gdbtk needing X include files et al.
13677
13678 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13679
13680         Merge in support for Mac MPW as a host.
13681         (Old change descriptions retained for informational value.)
13682
13683         * mpw-config.in: Add generic include forwards for cpu-specific
13684         include files in aout and elf directories.
13685
13686         * mpw-configure: Added copyright.
13687         * mpw-config.in: Check for presence of required build tools.
13688         (target_libs): Add newlib.
13689         (target_tools): Add examples.
13690         (Read Me): Generate as "Read Me for MPW" instead.
13691         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13692         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13693         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13694
13695         * mpw-configure: Remove subdir-specific makefile hackery,
13696         delete mk.tmp after using it.
13697
13698         * mpw-build.in (all): Display start and end times.
13699
13700         * mpw-configure (host_canonical): Set.
13701         (target_cpu): Always add to makefiles.
13702         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13703         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13704         (mpw-mh-mpw): Look for in srcdir and srcroot.
13705         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13706
13707         * mpw-build.in: (install-only): New target.
13708
13709         * mpw-configure (host_alias, target_alias): Rename from hostalias
13710         and targetalias, add into generated Makefile.
13711         (mk.tmp): If present, add into generated Makefile.
13712         * mpw-build.in (all-gas): Build config.h first before gas proper.
13713
13714         * mpw-configure (config.status): Write only if changed.
13715         * mpw-config.in (readline): Configure it (not built, just used for
13716         definitions).
13717
13718         * mpw-config.in (elf/mips.h): Add a forward include.
13719
13720         * mpw-config.in: Forward-include most .h files in include into
13721         extra-include.
13722         (readline): Don't build.
13723         mpw-build.in (install): Install GDB.
13724
13725         * mpw-configure (prefix, mpw_prefix): Handle it.
13726         * mpw-config.in (mmalloc, readline): Don't configure.
13727         * mpw-build.in (thisscript): Rename to ThisScript.
13728         Use mpw-build instead of BuildProgram everywhere.
13729         (mmalloc, readline): Don't build.
13730         * mpw-README: New file, basic documentation about the MPW port.
13731
13732         * mpw-config.in: Use forward-include to create include files.
13733
13734         * mpw-configure: Add more things to the top of each configured
13735         Makefile, including contents of config/mpw-mh-mpw.
13736         * mpw-config.in (extra-include): Create this directory and fill it
13737         with Posix-like include files when configuring.
13738
13739         * config.sub (apple, mac, mpw): Add various aliases.
13740
13741         * mpw-build.in: New file, top-level build script fragment for MPW.
13742         * mpw-configure: New file, configure script for MPW.
13743         * mpw-config.in: New file, config fragment for MPW.
13744
13745 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13746
13747         * configure.in (host_libs): Remove glob, since it is gone from the
13748         sources.
13749
13750 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13751
13752         * Makefile.in: define empty GDB_NLM_DEPS var.
13753
13754         * configure.in(target_makefile_frag): use config/mt-netware
13755         for netware targets.
13756
13757 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13758
13759         * config.sub: Merge in recent FSF changes.  Remove linux special
13760         cases.
13761
13762 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13763
13764         Revert this change:
13765
13766         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13767
13768                 * build-all.mk: Use CC=cc -Xs on Solaris.
13769
13770 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13771
13772         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13773         stop using it.
13774         * Makefile.in: Nuke all references to glob subdirectory.
13775
13776 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13777
13778         * configure.in: Fix --enable-shared logic in per-host.
13779
13780 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13781
13782         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13783
13784 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13785
13786         * configure.in (noconfigdirs): Don't build gas on AIX, for
13787         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13788
13789 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13790
13791         * configure: Fix --cache-file to work if the file argument is a
13792         relative path.
13793
13794 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13795
13796         * configure: If the --cache-file is used, pass it down to
13797         configure in subdirectories.
13798
13799 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13800
13801         * config.sub: add vxworks29k configuration.
13802
13803 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13804
13805         * Makefile.in (taz): Do "diststuff" part quietly.
13806
13807 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13808
13809         * config.sub: Mini-merge with gcc/config.sub.
13810
13811 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13812
13813         * config.guess (IRIX): Sed - to _.
13814
13815 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13816
13817         * Makefile.in (source-vault, binary-vault): New targets.
13818
13819 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13820
13821         * config.sub: Recognize -eabi as a basic system type.
13822
13823 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13824
13825         * configure.in (enable_shared stuff): Fix typo.
13826
13827 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13828
13829         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13830
13831 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13832
13833         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13834
13835 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13836
13837         * configure.in (rs6000-*-*): Don't build gas.
13838
13839 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13840
13841         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13842         reduce command line length.
13843         (AS_FOR_TARGET): Check for as.new, not Makefile.
13844         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13845
13846 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13847
13848         * config.guess:  Merge from FSF.
13849
13850 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13851
13852         * configure: Don't use $ when handling program_suffix.
13853
13854 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13855
13856         * configure.in:  Configure tk for hppa/hpux.
13857
13858 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13859
13860         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13861
13862 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13863
13864         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13865         to LIBCXXFLAGS.  Tests are better run without it.
13866
13867 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13868
13869         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13870
13871 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13872
13873         * configure.in (*-*-netware*): Don't configure xiberty.
13874
13875 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13876
13877         * configure.in:  Remove tk from native_only list.
13878
13879 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13880
13881         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13882           for special NCD build.
13883
13884 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13885
13886         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13887         makeall.bat, they're only useful for binutils snapshots.
13888         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13889         makeall.bat to specified SUPPORT_FILES.
13890
13891 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13892
13893         * build-all.mk: Add Ericsson targets to sun4 and solaris
13894           hosts.  Add  BNR's sun4 target to solaris host, so their
13895           build-from-source will be tested in-house first.
13896
13897 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13898
13899         * Makefile.in (LIBCFLAGS): New variable.
13900         (CFLAGS_FOR_TARGET): Ditto.
13901         (LIBCFLAGS_FOR_TARGET): Ditto.
13902         (LIBCXXFLAGS): Ditto.
13903         (CXXFLAGS_FOR_TARGET): Ditto.
13904         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13905         (BASE_FLAGS_TO_PASS): Pass them.
13906         (EXTRA_TARGET_FLAGS): Ditto.
13907
13908         * configure.in: Support --enable-shared.
13909
13910 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13911
13912         * configure.in (target_libs):  Include libstdc++ again.
13913         * config.guess:  Update from FSF (for FreeBSD).
13914
13915 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13916
13917         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13918         makeall.bat.
13919         (DISTDOCDIRS): Add `etc'.
13920         (ETC_SUPPORT_PFX): New variable.
13921         (taz): Include anything from etc starting with a word in
13922         ETC_SUPPORT_PFX.
13923
13924 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13925
13926         * config.sub: Update for recent FSF changes.  Remove obsolete
13927         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13928         spacing changes.
13929
13930 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13931
13932         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13933
13934         * config.guess:  Merge with FSF.
13935         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13936
13937 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13938
13939         * configure: Since the "trap 0" handler will override the exit
13940         status on many systems, only use it for "exit 1", and make it set
13941         a non-zero exit status; reset it before "exit 0".  Also, check
13942         exit status of config.sub, and error out if it failed.
13943
13944 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13945
13946         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13947         and install libgloss.
13948
13949 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13950
13951         * Makefile.in (all-binutils): Depend upon all-byacc.
13952
13953         * configure.in: Don't build emacs on Irix 5.
13954
13955 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13956
13957         * configure.in (*-*-netware*): Add libio.
13958
13959 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13960
13961         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13962         (CHECK_TARGET_MODULES): Ditto.
13963         (INSTALL_TARGET_MODULES): Ditto.
13964         (TARGET_LIBS): Ditto.
13965         (all-libstdc++): Note dependencies.
13966
13967 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13968
13969         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13970
13971 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13972
13973         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13974         -fexternal-templates.
13975
13976         * configure.in (target_libs): Add libstdc++.
13977         (noconfigdirs): Add libstdc++ as appropriate.
13978
13979 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13980
13981         * config.guess:  Update from FSF.
13982
13983 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13984
13985         * configure: Use ${config_shell} when running ${configsub}.
13986
13987 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13988
13989         * config.sub: No longer recognize h8300h.
13990
13991 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13992
13993         * config.sub: Remove extraneous differences between config.sub and
13994         gcc/config.sub.
13995
13996 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13997
13998         * Makefile.in (DISTSTUFFDIRS): Add gas.
13999
14000 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14001
14002         * COPYING.NEWLIB: New file.
14003
14004 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14005
14006         * config.guess (HP-UX):  Patch from Harlan Stenn
14007         <harlan@landmark.com> to also emit release level.
14008
14009 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14010
14011         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14012
14013 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14014
14015         * config.sub:  Merge nextstep cleanup from FSF.
14016
14017 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14018
14019         * configure.in (arm-*-*): Don't configure ld for this target.
14020
14021 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14022
14023         * configure.in (*-*-netware): don't configure libg++, libio,
14024           librx, or newlib.
14025
14026 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14027
14028         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14029         configure ld--it works, but it doesn't support shared libraries.
14030
14031 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14032
14033         * config.guess (*-unknown-freebsd*):  Get rid of possible
14034         trailing "(Release)" in version string.
14035         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14036
14037 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14038
14039         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14040         Fix type: *-next-neststep -> *-next-nextstep.
14041
14042         * config.guess:  Merge from FSF:
14043
14044         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14045
14046         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14047
14048         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14049
14050         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14051         instead of UNIX_SV for UnixWare 1.0).
14052
14053 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14054
14055         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14056         to make gdb/nlm/* build after the compiler and linker.
14057
14058 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14059
14060         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14061         not just i[34]86.
14062         (m68k-atari-sysv4):  Relocate to match FSF version.
14063
14064         * config.guess:  More merges from the FSF:
14065
14066         Add a space before function call or macro invocation.
14067
14068         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14069
14070         * config.guess: Add trap cmd to remove dummy.c and dummy when
14071         interrupted.
14072
14073         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14074
14075         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14076         (dummy): Redirect stderr from compilation of dummy.c.
14077
14078         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14079
14080         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14081
14082 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14083
14084         * configure: Accept and ignore --cache*, for compatibility with
14085         new autoconf.
14086
14087 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14088
14089         * config.guess:  Merge from FSF:
14090
14091         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14092
14093         * config.guess (Pyramid*:OSx*:*:*): New case.
14094         (PATH): Add /.attbin at end for finding uname.
14095         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14096
14097         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14098
14099         * config.guess (M88*:DolphinOS:*:*): New case.
14100
14101         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14102
14103         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14104         to select whether to use ELF or COFF.
14105
14106         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14107
14108         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14109
14110         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14111
14112         * config.guess: Guess the OS version for HPUX.
14113
14114         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14115
14116         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14117
14118 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14119
14120         * configure.in: Recognize --with-headers, --with-libs, and
14121         --without-newlib.
14122         * Makefile.in (all-xiberty): Depend upon all-ld.
14123
14124 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14125
14126         * configure.in: Change i[34]86 to i[345]86.
14127
14128 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14129
14130         * configure (version): A few more tweaks to help message.
14131
14132 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14133
14134         * Makefile.in:  Remove (for now) librx as a host library,
14135         now that we're building it for target.
14136
14137 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14138
14139         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14140         (Karl Berry).
14141
14142 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14143
14144         * configure.in:  Also configure librx.
14145
14146 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14147
14148         * Makefile.in:  Update various rules to reflect that librx
14149         is now needed for libg++.
14150
14151 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14152
14153         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14154
14155 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14156
14157         * configure.in: Configure the examples directory.
14158
14159 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14160
14161         * configure: Simplify Jun 2 1994 change.
14162
14163 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14164
14165         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14166         /bin/gcc isn't good enough to build gcc.
14167
14168 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14169
14170         * Makefile.in (GDB_SUPPORT_FILES): Remove
14171         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14172         (gdb.tar.gz): Add new rule to use standard distribution building
14173         mechanism.
14174
14175 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14176
14177         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14178         Bill Cox <bill@cygnus.com>.
14179
14180 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14181
14182         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14183
14184 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14185
14186         * configure:  Search current dir first in .gdbinit.
14187
14188 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14189
14190         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14191
14192 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14193
14194         * config.sub:  Refer to NeXT's operating system as nextstep.
14195
14196         * config.sub (case $basic_machine):  Re-order the cases, to match
14197         the order in the FSF version (which is mostly alphabethical).
14198         Merge in some additions and changes from the FSF.
14199
14200 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14201
14202         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14203         * config.sub: Recognize cxux7.
14204         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14205
14206 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14207
14208         * config.sub:  Fix typo powerpc -> powerpc-*.
14209
14210 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14211
14212         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14213
14214         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14215         parallel with all-emacs and install-emacs).  Top-level command
14216         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14217
14218 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14219
14220         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14221         $(relbindir)/make before doing ``make install'', and use
14222         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14223         installing over running make binary.
14224         ($(host)-stamp-stage3-installed): Likewise.
14225
14226 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14227
14228         * config.guess: Recognize Mach.
14229
14230 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14231
14232         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14233         see whether --exec-prefix was used.
14234
14235 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14236
14237         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14238
14239 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14240
14241         * Makefile.in: Add all-librx target similar to all-libproc.
14242
14243 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14244
14245         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14246         with post 1.2 uname bogosity.
14247
14248 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14249
14250         * configure: Remove temporary files on receipt of a signal.
14251
14252 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14253
14254         * configure: If there is a package_makefile_frag, remove
14255         ${subdir}/Makefile.tem after copying it in.
14256
14257 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14258
14259         * build_all.mk: support rs6000 lynx identifies itself as
14260         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14261         since /bin/gcc is too feeble to compile a modern gcc.
14262
14263 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14264
14265         * brought devo/test-build.mk update-to-date with progressive/
14266           test-build.mk. Add lynx targets and hppa flag info.
14267
14268 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14269
14270         * configure.in:  Use mh-ncrsvr43.  Patch from
14271         Tom McConnell <tmcconne@sedona.intel.com>.
14272
14273 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14274
14275         * config.guess (i386-unknown-bsdi):  No longer need to
14276         check #if defined(__bsdi__) && defined(__i386__).
14277
14278 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14279
14280         * configure: Set program_transform_nameoption correctly.
14281
14282 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14283
14284         * brought build-all.mk update-to-date with progressive build-all.mk,
14285           added new targets and hppa info.
14286
14287 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14288
14289         * configure: If config.guess result is a prefix of the user
14290         specified target, assume a native build and use the user specified
14291         target as the host alias.  Remove SunOS patch suffix removal hack.
14292         * configure.in: Remove SunOS patch suffix removal hack.
14293
14294         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14295         in NATIVE_CHECK_MODULES.
14296
14297 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14298
14299         * Makefile.in: Rename HOST_ONLY to NATIVE.
14300         * configure: Delete SunOs patch suffix from host_canonical
14301           and build_canonical variables that are prepended to Makefiles.
14302         * configure.in: Add comments for easier maintenance.
14303
14304 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14305
14306         * Makefile.in: Add all-libproc target similar to all-gui.
14307
14308 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14309
14310         * Makefile.in (CHECK_MODULES): split into
14311         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14312
14313 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14314
14315         * config.guess (i386-unknown-bsdi): New system to guess.
14316
14317 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14318
14319         * Makefile.in: Add all-gui target (but not yet build by "all").
14320
14321 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14322
14323         * config.sub: Move deletion of patch suffix from here...
14324         * configure.in: To here, at Ian's suggestion.  The top-
14325           level scripts might need to know of a patch level.
14326
14327 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14328
14329         * config.sub: Strip off patch suffix so rtl is recognized
14330           as a sunos4.1.3 machine, even though it's been patched.
14331
14332 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14333
14334         * Makefile.in (INSTALL_LAST): Delete.
14335         (INSTALL_DOSREL): New.
14336
14337 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14338
14339         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14340         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14341         whether we pass down --with-gnu-ld anyhow.
14342
14343 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14344
14345         * Makefile.in (INSTALL_LAST): Change operation so it works
14346         on more flavors of make.
14347         * configure.in (go32): Don't build libg++ or libio.
14348
14349 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14350
14351         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14352         they can be overriden by templates.
14353
14354 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14355
14356         * configure.in (target==go32): Don't build gdb.
14357         * dosrel: New directory.
14358
14359 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14360
14361         * configure.in (host==go32): Configure dosrel too.
14362         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14363         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14364         be set by incoming names or templates.
14365         (INSTALL_LAST): New rule.
14366
14367 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14368
14369         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14370
14371 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14372
14373         * configure.in (appdirs): New variable.  Currently empty, but will
14374         be used in gas distribution.  If nonempty, lists a set of
14375         directories at least one of which must get configured, or top
14376         level configuration is considered to have failed.
14377         (rs6000-*-lynxos*): Use new file name.
14378
14379 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14380
14381         Eliminate XTRAFLAGS.
14382         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14383         newlib include files using -idirafter, and also use -nostdinc.
14384         (CXX_FOR_TARGET): Likewise.
14385         (XTRAFLAGS): Removed.
14386         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14387         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14388         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14389         ($(DO_X)): Don't pass down XTRAFLAGS.
14390
14391 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14392
14393         * configure.in (mips*-dec-bsd*): New target; do build linker.
14394         (mips*-*-bsd*): New target; don't build linker.
14395
14396 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14397
14398         * configure.in: support rs6000-*-lynxos* configuration.
14399         support sunos4 as a cross target.
14400
14401         * config.sub: look for lynx*, not lynx since the OS version may
14402         legitimately be part of the name.
14403
14404 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14405
14406         * configure.in (i[34]86-*-sco*): Move to be with other i386
14407         targets.
14408         (romp-*-*): New target.  Skip various binary utilities.
14409         (vax-*-*): New target.  Don't build newlib.
14410         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14411
14412 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14413
14414         * configure.in: Only set host_makefile_frag if config
14415         directory exists.
14416
14417 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14418
14419         * install.sh: If $dstdir exists, don't check whether each
14420         component does.
14421
14422 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14423
14424         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14425
14426 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14427
14428         * configure.in (*-*-lynxos*): Don't configure newlib for either
14429         native or cross Lynx.
14430
14431 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14432
14433         * config.sub (sparc64-elf): Fix os.
14434         (z8k): Remove duplicate.
14435
14436 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14437
14438         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14439         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14440
14441 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14442
14443         * configure: Make file links cleanly even if Lynx fails on
14444           an NFS symlink (at least fail cleanly).
14445
14446 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14447
14448         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14449         -XNh2000.
14450
14451 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14452
14453         * configure: Unknown options are fatal again.
14454
14455 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14456
14457         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14458         compatibility.
14459
14460 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14461
14462         * build-all.mk: Add `clean' target.
14463
14464 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14465
14466         * config.guess:  Add SINIX support.
14467         * configure.in:  Add mips-*-sysv4* support.
14468
14469 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14470
14471         * build-all.mk: Document all useful targets.
14472         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14473         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14474
14475 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14476
14477         * configure: Support --silent, --quiet.
14478
14479 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14480
14481         * configure: Support --disable-FEATURE.
14482
14483 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14484
14485         * config.guess: Recognize NCR running SVR4.3.
14486
14487 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14488
14489         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14490         Patch from Paul Eggert <eggert@twinsun.com>.
14491
14492 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14493
14494         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14495
14496 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14497
14498         * configure: Make unrecognized options give nonfatal warnings
14499         instead of fatal errors, and pass them to any subdirectory
14500         configures in case they recognize them.
14501         Make --x equivalent to --with-x.
14502
14503 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14504
14505         * configure: Add --enable-* options.  Clean up usage message and
14506         some comments.
14507
14508 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14509
14510         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14511
14512 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14513
14514         * configure.in (hppa*-*-*): Enable binutils.
14515
14516 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14517
14518         * config.sub: Recognize cisco.
14519
14520 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14521
14522         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14523
14524 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14525
14526         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14527         than one configuration name.  Add comment.
14528
14529 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14530
14531         * config.guess: about target *-hitachi-hiuxwe2, fixed
14532         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14533         macro is incorrect.]
14534
14535 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14536
14537         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14538         than the "make ls" stuff which used to be here.
14539
14540 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14541
14542         * config.guess:  Recognize i[34]86-unknown-freebsd.
14543         From Shawn M Carey <smcarey@rodan.syr.edu>.
14544
14545 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14546
14547         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14548
14549 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14550
14551         * config.guess: Check for ptx.
14552
14553 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14554
14555         * config.sub: Add os9k checking.
14556
14557 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14558
14559         * config.guess: Handle OSF1 running on HPPA processors
14560
14561 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14562
14563         * configure: If subdir configure fails, print out a message with
14564         subdirectory name, in case subdir's configure code didn't identify
14565         itself.
14566
14567 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14568
14569         * configure.in: Remove embedded newlines from configdirs.
14570         Avoid mismatches of substrings.  Fix matching strings at end
14571         of configdirs.
14572
14573 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14574
14575         * config.guess:  Add Lynx/rs6000 config support.
14576
14577 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14578
14579         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14580
14581 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14582
14583         * configure.in (hppa*-*-osf*): Treat this just like most other
14584         PA configurations (eg no binutils or ld).
14585         (hppa*-*-*elf*): These configurations have binutils and ld.
14586
14587 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14588
14589         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14590
14591 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14592
14593         * configure.in (rs6000-*-*): Build gas.
14594
14595 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14596
14597         * Makefile.in:  Avoid bug in losing hpux sed.
14598
14599 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14600
14601         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14602         for GDB and GDB has been fixed to not need it.
14603
14604 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14605
14606         * config.guess: Recognize vax hosts.
14607
14608 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14609
14610         * configure (while loop): Don't use "break 2" inside case
14611         statement -- the case statement isn't an enclosing loop.
14612
14613 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14614
14615         * config.guess:  Clean up NeXT support, to allow nextstep
14616         on Intel machines.  Make OS be nextstep.
14617
14618 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14619
14620         * config.guess: Add alternate forms for Convex.
14621
14622 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14623
14624         * configure:  Completely rewrite option processing.  Take
14625         advantage of pattern-matching to avoid invoking test frequently.
14626         Also clean up host and target defaulting logic.
14627
14628 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14629
14630         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14631         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14632         commands (plus user environment) will fit SCO limits.
14633
14634 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14635
14636         * configure.in: Don't issue warnings about directories which are
14637         not being configured if -norecursion is set.  Correct test for
14638         --with-gnu-as and --with-gnu-ld to not get confused by substring
14639         matches.
14640
14641         * configure.in: Don't build gas for alpha-dec-osf1*.
14642
14643 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14644
14645         * configure:  Back out Per's change of 12/19/1993.  It changes the
14646         behavior of configure in unexpected and confusing ways.
14647
14648         Also, use different delim char when calculating
14649         program_transform_name so that the name can contain slashes.
14650
14651 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14652
14653         * configure.in, config.sub: Add support for VSTa micro-kernel.
14654
14655 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14656
14657         * configure.in: Nuke hacks which were used to get a special
14658         version of GAS for HPPA configurations.
14659
14660 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14661
14662         * configure:  If only ${target_alias} is given, use that
14663         as the default for ${host_alias}.
14664         * configure:  Add missing back-slashes before nested quotes.
14665
14666 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14667
14668         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14669
14670 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14671
14672         * config.guess:  Recognize some Tektronix configurations.
14673         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14674
14675 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14676
14677         * config.sub: Match any flavor of SH.
14678
14679 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14680
14681         * configure.in: Don't try to configure newlib for Alpha.
14682
14683 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14684
14685         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14686         libg++ or libio for any Alpha target.
14687
14688         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14689
14690 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14691
14692         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14693         default arguments -- so it tried to compress itself.
14694
14695 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14696
14697         * configure.in (notsupp): ensure that a space is always at the end
14698           of the configdirs list, since the grep checks for an explicit space
14699
14700 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14701
14702         * configure.in (target i386-sysv4.2): don't build ld, since static
14703           versions of many libraries are not available.
14704
14705 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14706
14707         * config.guess: Recognize Apollos (using environment variables).
14708         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14709
14710 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14711
14712         * config.guess: Recognize Sony news mips running newsos.
14713
14714 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14715
14716         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14717         "fi ; else" for bash.
14718
14719 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14720
14721         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14722
14723 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14724
14725         * config.sub: accept unixware as an alias for svr4.2.
14726         Fix some inconsistancies with the gcc version.
14727
14728 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14729
14730         * Makefile.in (DISTDOCDIRS):  Add gdb.
14731
14732 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14733
14734         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14735
14736 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14737
14738         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14739         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14740         this now.
14741
14742 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14743
14744         * config.sub: Accept hiux* as an OS name.
14745
14746         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14747         etc/make-stds.texi.  The underscore came from gcc, and dje now
14748         agrees that RUNTESTFLAGS is the correct name.
14749
14750 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14751
14752         * install.sh:  Remove 'set -e'.  It makes any conditionals
14753         in the script useless.
14754
14755         * config.guess: Automatically recognize arm-acorn-riscix
14756         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14757
14758 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14759
14760         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14761
14762 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14763
14764         * Makefile.in (DISTDOCDIRS): New variable.
14765         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14766         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14767
14768 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14769
14770         * configure.in (hppa target): check the source directory for the
14771           pagas sub-directory
14772
14773 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14774
14775         * config.sub: Allow -aout* and -elf*.
14776
14777 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14778
14779         * configure.in: Don't build ld on i386-solaris2, same as for
14780         sparc-solaris2.
14781
14782 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14783
14784         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14785
14786 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14787
14788         * configure.in:  Configure gdb for alpha.
14789
14790 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14791
14792         * Makefile.in (CXXFLAGS): Add -O.
14793
14794 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14795
14796         * config.guess: added support for DG Aviion
14797
14798 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14799
14800         * configure.in: Produce warning message for subdirectories not
14801         configurable for this host/target combination.  Don't try to
14802         configure gdb for vms.
14803
14804 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14805
14806         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14807         appropriate files before making "diststuff".
14808         (DISTBISONFILES): New var: list of files to be edited.
14809         (DISTSTUFFDIRS): Add binutils.
14810
14811 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14812
14813         * config.sub: also handle mipsel and mips64el (for little endian mips)
14814
14815 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14816
14817         * configure.in: Add * to end of all OS names.
14818
14819 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14820
14821         * configure.in: Build newlib for LynxOS native.
14822
14823 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14824
14825         * config.guess: Add support for delta 88k running SVR3.
14826
14827         * configure.in: Add comment about HP compiler vs. emacs.
14828
14829 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14830
14831         * configure.in: don't build ld on solaris2 (not a viable option
14832           due to bugs in getpwnam & getpwuid)
14833
14834 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14835
14836         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14837         config.guess will produce a full version number.
14838
14839 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14840
14841         * configure.in: Build linker and binutils for alpha-dec-osf1.
14842
14843 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14844
14845         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14846         and gdb/testsuite/Makefile.in.
14847
14848 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14849
14850         * configure.in: recognize mips*- instead of mips-
14851
14852 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14853
14854         * config.sub: Accept linux*coff and linux*elf as operating
14855         systems.
14856
14857 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14858
14859         * config.sub: Recognize mips64, and mips3 as an alias for it.
14860
14861 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14862
14863         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14864         gdb knows how to handle OSF/1 shared libraries.
14865
14866 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14867
14868         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14869         * config.guess: Recognize Hitachi's HIUX.
14870         * config.sub: Recognize h3050r* and hppahitachi.
14871         Remove redundant cases for hp9k[23]*.
14872
14873 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14874
14875         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14876         if gas and ld are in the source tree and are in ${configdirs}.
14877         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14878         --with options (but still pass them down on the command line,
14879         if they were explicitly specified).
14880
14881 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14882
14883         * configure: substitute SHELL value in Makefile.in with
14884         ${CONFIG_SHELL}
14885
14886 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14887
14888         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14889         *-*-solaris2* targets.
14890
14891 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14892
14893         * Makefile.in: define M4, and pass it down to sub-makes;
14894         all-autoconf now depends on all-m4
14895
14896 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14897
14898         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14899         presence of {ar,ranlib} instead of a configured directory
14900
14901 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14902
14903         * config.guess: Accept 34?? as well as 33?? for NCR.
14904
14905 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14906
14907         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14908         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14909
14910 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14911
14912         * configure: grab values for $(CC) and $(CXX) from the
14913         environment, so that someone can do "CC=gcc configure; make" and
14914         have it work right (matching the way that autoconf works now)
14915
14916         * configure.in, Makefile.in: add support for gash, the tcl
14917         interface to Galaxy
14918
14919         * config.guess: add NetBSD variants (hp300, x86)
14920
14921 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14922
14923         * install.sh: Support -d option (in the manner of SunOS 4 install,
14924         as it is more deterministic than that of GNU install)
14925         (chmodcmd): Set file to mode 755 by default (should also do default
14926         chgrp and chown, but I don't feel like dealing with that now)
14927
14928 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14929
14930         * config.sub: Remove h8300hhms alias.
14931
14932 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14933
14934         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14935
14936 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14937
14938         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14939         as stmp-fixinc
14940
14941 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14942
14943         * config.sub: recognize m88110-bug-coff.
14944
14945 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14946
14947         * Makefile.in (all-libio): all dependencies on the toolchain used
14948         to build this (gcc, gas, ld, etc)
14949
14950 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14951
14952         * config.guess: Deal with OSF/1 1.3 on alpha.
14953
14954 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14955
14956         * install.sh: add some 'else true' clauses for portability
14957
14958         * configure.in: don't build libio for h8[35]00-*-* targets
14959
14960 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14961
14962         * Makefile.in:  Add support for new libio.
14963
14964 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14965
14966         * install.sh: If one command fails, don't try the rest.  Don't try
14967         to remove $dsttmp (via trap) unless we have already created it.
14968         If $src doesn't exist, detect it and exit with an error.
14969
14970         * config.guess: Recognize BSD on hp300.
14971
14972 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14973
14974         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14975         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14976
14977 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14978
14979         * Makefile.in (all-send-pr): depends on all-prms
14980
14981 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14982
14983         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14984
14985 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14986
14987         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14988         Added test for mips-mips-riscos5.
14989
14990 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14991
14992         * configure.in: use mh-hp300 for 68k HP hosts
14993
14994 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14995
14996         * configure: add support for CONFIG_SHELL, so that you can use
14997         some alternate shell for evaluating configure scripts
14998
14999 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15000
15001         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15002         in configure script to bug-gdb@prep.ai.mit.edu when building
15003         distribution archive.
15004         * Makefile.in (COMPRESS):  Remove def.
15005         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15006         gdb.tar.Z and make-gdb.tar.Z respectively.
15007         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15008         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15009         to convergence with 'taz' target in Makefile.in.
15010
15011 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15012
15013         * install.sh (dsttmp): use trap to ensure that tmp files go
15014         away on error conditions
15015
15016 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15017
15018         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15019
15020 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15021
15022         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15023         its parent is '/' not ''.
15024
15025         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15026
15027 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15028
15029         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15030         that ${newsrcdir}/configure.in does.
15031
15032 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15033
15034         * test-build.mk: support for CONFIG_SHELL
15035
15036 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15037
15038         * config.sub (netware):  Add as a basic system type.
15039
15040 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15041
15042         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15043           $(srcdir)/ from the dependency on Makefile.in.
15044
15045 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15046
15047         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15048         (h8300hhms is temporary until multi-libraries are implemented).
15049         * configure.in: Handle h8300h too.
15050
15051 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15052
15053         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15054
15055 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15056
15057         * configure:  Remove extraneous output when guessing host type.
15058         * config.guess:  Remove extraneous output when guessing using C
15059         compiler rather than uname, or when guessing fails.
15060
15061 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15062
15063         * Makefile.in: remove all.cross and install.cross targets
15064
15065         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15066           definitions
15067
15068 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15069
15070         * configure.in (target sh): Build gprof.
15071
15072 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15073
15074         * config.sub: change -solaris to -solaris2
15075
15076 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15077
15078         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15079
15080 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15081
15082         * configure: Correct error message for missing Makefile.in to
15083         print correct directory.
15084
15085 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15086
15087         * install.sh: kludge around 386BSD shell bug
15088
15089 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15090
15091         * config.guess:  Recognize NeXT.
15092         * config.guess:  Recognize i486-ncr-sysv4.
15093         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15094
15095 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15096
15097         * Makefile.in (MAKEINFOFLAGS): New variable.
15098         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15099         * build-all.mk, test-build.mk: Pass down --no-split as
15100         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15101
15102 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15103
15104         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15105
15106 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15107
15108         * Makefile.in (libg++.tar.z):  New rule.
15109         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15110         * Makefile.in (taz):  Only do a single chmod.
15111
15112 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15113
15114         * install.sh: don't use dirname anymore (replaced with sed usage)
15115
15116 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15117
15118         * Makefile.in:  Change extension for gzip'd files from '.z' to
15119         '.gz' per new FSF standard usage.
15120
15121 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15122
15123         * configure: put quotes around the final value of program_transform_name
15124
15125 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15126
15127         * Makefile.in: new install.sh support; update install-info rules
15128
15129 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15130
15131         * configure.in: Build diff for crosses, but not for go32 host.
15132
15133         * configure.in: Build gprof only for native, and don't build it
15134         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15135
15136 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15137
15138         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15139
15140 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15141
15142         * configure.in (host_tools): Add prms.
15143
15144 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15145
15146         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15147         with $(FLAGS_TO_PASS) on the command line
15148
15149         * config.sub: Recognize lynx and lynxos
15150
15151 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15152
15153         * config.sub: Accept -ecoff*, not just -ecoff.
15154
15155 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15156
15157         * Makefile.in (taz): Use .gz suffix instead of .z.
15158         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15159         names.
15160
15161 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15162
15163         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15164
15165 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15166
15167         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15168         that rebuilds that might happen during 'make install' don't get
15169         bogus gcc include files
15170
15171 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15172
15173         Change from Utah for HPPA support:
15174         * config.guess: Recognize hppa1.x-hp-bsd.
15175
15176 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15177
15178         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15179         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15180
15181 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15182
15183         * config.sub: Add support for rom68k and bug boot monitors.
15184
15185 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15186
15187         * Makefile.in: Make all-opcodes depend on all-bfd.
15188
15189 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15190
15191         * config.guess: Added special check for i[34]86-univel-sysv4*.
15192
15193 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15194
15195         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15196         the processor rather than assuming i486.
15197
15198 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15199
15200         * config.guess: Recognize SunOS6 as Solaris3.
15201
15202 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15203
15204         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15205         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15206
15207 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15208
15209         * build-all.mk (all-cross): New target for Canadian Cross.
15210         Added Q2 go32 targets.
15211         * test-build.mk: Configure go32 cross sparclite-aout and
15212         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15213         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15214
15215 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15216
15217         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15218         GO32 hosted toolchains
15219
15220 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15221
15222         * configure: change  so "-exec-prefix" gets passed down rather
15223         than "-exec_prefix" so autoconf generated Makefiles get the
15224         exec_prefix set right.
15225
15226 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15227
15228         * config.guess: get the Solaris2 minor version number
15229
15230         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15231
15232 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15233
15234         * config.guess: Recognize some Sequent platforms.
15235
15236 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15237
15238         * Makefile.in: added the vault-install target
15239
15240         * configure.in: actually use the Sun3 makefile fragment that's in
15241         config, also added the release dir to configdirs
15242
15243 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15244
15245         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15246
15247 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15248
15249         * configure.in: remove some program from Alpha targetted toolchains
15250
15251 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15252
15253         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15254         gprof.
15255         (taz): Run "make diststuff" in those directories instead of "make
15256         proto-dir".  Look for "VERSION=" only at start of line in subdir
15257         Makefile.  Use "gzip -9" for compression.
15258         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15259         (binutils.tar.z): New target.
15260
15261 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15262
15263         * Makefile.in (taz): Include gpl.texinfo.
15264
15265 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15266
15267         * Makefile.in (setup-dirs): Merged into "taz" target.
15268         (taz): Only do `proto-dir' stuff if a directory is actually needed
15269         for this target.
15270
15271 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15272
15273         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15274         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15275         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15276         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15277         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15278
15279 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15280
15281         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15282         config.sub, and move-if-change to gdb testsuite distribution
15283         archive, so the testsuite can be extracted, configured, and
15284         run separately from the gdb distribution.  Blow away the Chill
15285         tests that require a Chill compiled executable, since GNU Chill
15286         is not yet publically available.
15287
15288 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15289
15290         * test-build.mk: set environment variables in a single command,
15291         instead of a list of assignments and exports
15292
15293         * config.guess: recognize Alpha/OSF1 systems
15294
15295 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15296
15297         * configure: Change help message to prefer --options rather than
15298           -options.
15299
15300 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15301
15302         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15303         zippy@ecst.csuchico.edu.
15304         * config.guess: Recognize miniframe.
15305
15306 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15307
15308         * Makefile.in: Use srcroot to find runtest rather than rootme.
15309         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15310
15311 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15312
15313         * test-build.mk: Extensive additions to support building on a
15314         machine other than the host.
15315
15316 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15317
15318         * configure (tooldir): Fix for i386-aix again.
15319
15320 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15321
15322         * configure, Makefile.in:  Change definition of $(tooldir)
15323         to match the FSF.
15324
15325 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15326
15327         * config.guess:  Recognize i[34]86/SVR4.
15328
15329 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15330
15331         * Makefile.in (all-gdb): gdb depends on sim.
15332
15333 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15334
15335         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15336         at the same time we make the prototype gdb directory.
15337         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15338         files at the same time as the gdb base release distribution.
15339
15340 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15341
15342         * Makefile.in (check): Use individual check targets rather than
15343         DO_X rule.
15344         (check-gcc): Added.
15345
15346 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15347
15348         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15349         for System V release 3.2.
15350
15351 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15352
15353         * config.sub: Recognize hppaosf.
15354         * configure.in: Do configure ld/binutils/gas for it.
15355
15356 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15357
15358         * configure (tooldir): Alter syntax used to set this, for systems
15359         where "\$" isn't handled right, like i386-aix.
15360
15361 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15362
15363         * configure: Pass program-transform-name, not
15364         program_transform_name, to recursive configures.
15365
15366 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15367
15368         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15369         of gas+ld+binutils.
15370
15371 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15372
15373         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15374
15375 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15376
15377         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15378
15379 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15380
15381         * Makefile.in (PRMS): Set back to all-prms.
15382
15383 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15384
15385         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15386         targets, rather than for MIPS hosts.
15387
15388 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15389
15390         * configure.in: add comment for --with-x default values
15391
15392         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15393
15394         * Makefile.in: add check-* targets for each of the directories in
15395         the tree.  Add a definition of RUNTEST that will use the one we
15396         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15397
15398 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15399
15400         * configure.in: Removed obsolete references to bfd_target and
15401         target_makefile_frag.
15402
15403         * build-all.mk: Set assorted targets for Q2.
15404         * config.sub: Recognize z8k-sim and h8300-hms.
15405         * test-build.mk: Really don't pass host to configure.
15406         (HOLES): Added uname.
15407
15408 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15409
15410         * configure: Handle an empty program-prefix, program-suffix or
15411         program-transform-name correctly.
15412
15413 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15414
15415         * build-all.mk: -G 8 no longer required for MIPS targets.
15416         * test-build.mk: Don't pass host argument to configure; make it
15417         guess.
15418
15419 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15420
15421         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15422         * Makefile.in (COMPRESS):  New macro, like GZIP.
15423
15424 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15425
15426         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15427
15428         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15429         with gas currently defaults to -G 0.
15430
15431 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15432
15433         * Makefile.in (all-flex): flex depends on byacc.
15434
15435         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15436         to test-build.mk as RELEASE_TAG.
15437         * test-build.mk (configargs): New variable containing arguments to
15438         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15439         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15440
15441         * config.guess: Use /bin/uname when checking -X argument on SCO,
15442         to avoid invoking GNU uname which doesn't understand -X.
15443
15444         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15445
15446         * configure.in: Build gas for mips-*-*.
15447
15448 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15449
15450         * Makefile.in (all.normal): insert missing backslash.
15451
15452 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15453
15454         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15455
15456         * Makefile.in: Complete overhaul to merge many almost identical
15457         targets.
15458
15459 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15460
15461         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15462         (gdb.tar.Z): Adjusted.
15463
15464         * Makefile.in (setup-dirs, taz): New targets; should be general
15465         enough to adapt for gdb sometime.  Build only .z file.
15466         (gas.tar.z): New target.
15467
15468 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15469
15470         * build-all.mk: Use CC=cc -Xs on Solaris.
15471
15472 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15473
15474         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15475         for handling BISON for FSF releases.
15476
15477 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15478
15479         * configure: Actually implement the change zoo just documented.
15480
15481 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15482
15483         * configure: when using config.guess, only set target_alias when
15484         it's not already been set (ie, on the command line)
15485
15486 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15487
15488         * Makefile.in: add installcheck target, set PRMS to install-prms
15489
15490 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15491
15492         * configure: add support for package_makefile_fragment, handle the
15493         case where a directory has a configure.in file but no Makefile.in
15494         more gracefully (with an actual understandable error message, even);
15495         add support for --without (and add this to the usage message); also
15496         explicitly add a --host=${host_alias} to the command line when
15497         config.guess is used
15498
15499 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15500
15501         * configure: Must use both --host and --target in recursive calls.
15502
15503 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15504
15505         * Makefile.in: Change deja-gnu to dejagnu.
15506
15507 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15508
15509         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15510
15511 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15512
15513         * configure.in: canonicalize all instances to *-*-solaris2*,
15514         also strip out a number of tools to not build for go32 host
15515
15516 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15517
15518         * config.guess: add GPL.
15519
15520         * Makefile.in, config.guess, config.sub, configure: bump
15521           copyrights to 93.
15522
15523 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15524
15525         * Makefile.in (do-info): Removed obsolete check for existence of
15526         localenv file.
15527
15528         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15529
15530 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15531
15532         * Makefile.in: a couple of 'else true' for decstation,
15533         support for TclX
15534
15535         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15536
15537 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15538
15539         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15540
15541 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15542
15543         * config.guess: Recognize i386-ibm-aix (PS/2).
15544         * configure.in: Use config/mh-aix386 file for it.
15545
15546 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15547
15548         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15549         CC_FOR_TARGET instead.
15550         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15551
15552 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15553
15554         * Makefile.in: Add sim to list of directories sent with gdb
15555
15556 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15557
15558         * configure.in: Put back mips-dec-bsd* case.
15559
15560 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15561
15562         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15563         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15564         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15565
15566 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15567
15568         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15569
15570         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15571         (install-info): install dir.info only if it exists,
15572         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15573
15574 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15575
15576         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15577         gas for mips-dec-bsd.
15578
15579 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15580
15581         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15582         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15583
15584 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15585
15586         * configure.in: Added "dejagnu" to hosttools list.
15587
15588 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15589
15590         * config.sub, configure.in, config.guess:  Add support
15591         for Bosx, an AIX variant from Bull.
15592         Patches from F.Pierresteguy@frcl.bull.fr.
15593
15594 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15595
15596         * devo/dejagnu: Initial creation of devo/dejagnu.
15597         Migrated dejagnu testcases and support files for testing software
15598         tools to reside as subdirectories, currently called "testsuite",
15599         within the directory of the software tool.  Migrated all programs,
15600         support libraries, etc. beloging to dejagnu proper from
15601         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15602         with no modifications.  The changes to these files which will
15603         allow them to configure, build, and execute properly will be made
15604         in a future update.
15605
15606 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15607
15608         * Makefile.in: Change send_pr to send-pr.
15609         * configure.in: Likewise.
15610         * send_pr: Renamed directory to send-pr.
15611
15612 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15613
15614         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15615
15616 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15617
15618         * README:  Update for gdb-4.8 release.
15619         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15620         gdb-xxx.tar.z (gzip'd) file also.
15621
15622 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15623
15624         * Makefile.in: make all-diff depend on all-libiberty
15625
15626 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15627
15628         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15629
15630 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15631
15632         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15633
15634 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15635
15636         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15637         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15638         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15639
15640 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15641
15642         * Makefile.in:  makeinfo binary is in a new location
15643
15644 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15645
15646         * config.sub: Accept -ecoff as an OS.
15647
15648         * Makefile.in: Various changes to eliminate a level of make
15649         recursion and reduce the required command line length.
15650         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15651         sub-makes.
15652         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15653         variables holding settings for specific sub-makes.
15654         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15655         in terms of BASE_FLAGS_TO_PASS.
15656         (TARGET_LIBS): New variable listing directories which use
15657         TARGET_FLAGS_TO_PASS.
15658         (subdir_do): Eliminated.
15659         (do-*): New set of targets to replace subdir_do.
15660         (various): All targets which used subdir_do now depend on do-*.
15661         (local-clean): Renamed from do_clean.
15662         (local-distclean): New target, dependency of distclean and
15663         realclean.
15664         (install-info): Don't create directories.  Depend on dir.info
15665         rather than calling make recursively.
15666         (install-dir.info): Eliminated.
15667         (install-info-dirs): Create all info directories here.
15668         (dir.info): Depend upon do-install-info.
15669
15670         * test-build.mk (HOLES): Added false.
15671
15672 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15673
15674         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15675
15676 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15677
15678         * Makefile.in (info): remove dependency on all-texinfo.  The
15679         problem was really in texinfo/C, not at this level.
15680
15681 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15682
15683         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15684
15685 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15686
15687         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15688         GDB releases.
15689
15690 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15691
15692         * configure: Include srcdir in message about target of link not
15693         being found.  Don't convert `-' to `_' in `with' options being
15694         passed to subdirs.
15695
15696 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15697
15698         * configure.in: add uudecode to host_tools
15699
15700         * Makefile.in: added {all,install}-uudecode targets, added them to
15701         the appropriate lists
15702
15703 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15704
15705         * Makefile.in (all-gcc): Added dependency on all-gas.
15706
15707         * configure.in (mips-*-*): Build ld and binutils.
15708
15709 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15710
15711         * configure: check return code from mkdir, print error message and
15712           exit on failure.
15713
15714 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15715
15716         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15717
15718 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15719
15720         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15721
15722 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15723
15724         * config.sub (h8500):  Recognize this as a cpu type.
15725
15726 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15727
15728         * configure: source directory missing is no longer a warning
15729
15730         * configure.in: recognize irix[34]* instead of irix[34]
15731
15732         * Makefile.in: define and pass down X11_LIB
15733
15734 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15735
15736         * guess-systype: Renamed to ...
15737         * config.guess:  ... by popular request.
15738         * configure.in, Makefile.in:  Update accordingly.
15739
15740 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15741
15742         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15743         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15744         + Execute ./dummy instead of assuming . is in PATH.
15745
15746 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15747
15748         * guess-systype:  New shell script.  Attempts to guess the
15749         canonical host name of the executing host.
15750         Only a few hosts are supported so far.
15751         * configure:  Call guess-systype if no host is specified.
15752
15753 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15754
15755         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15756         gcc Makefile.
15757
15758
15759 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15760
15761         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15762         (all-gcc, install-gcc, subdir_do): Use it.
15763
15764 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15765
15766         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15767
15768 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15769
15770         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15771           set exclusively by configure, using configure.in .
15772
15773 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15774
15775         * test-build.mk: set $PATH for all builds
15776
15777         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15778
15779 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15780
15781         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15782         the one used in gcc/Makefile.in, so that a null expansion doesn't
15783         override the one needed to build gcc with a native cc.
15784
15785
15786 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15787
15788         * configure: Accept -with arguments.
15789
15790 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15791
15792         * Makefile.in: added h8300sim
15793
15794 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15795
15796         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15797         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15798         (all-cygnus, native, build-cygnus): Make
15799         $(canonhost)-stamp-3stage-done, not $(host)....
15800         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15801         i386-sco3.2v4.  Added else true to if command.
15802
15803 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15804
15805         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15806
15807 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15808
15809         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15810
15811 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15812
15813         * configure.in: don't remove binutils from Solaris builds
15814
15815 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15816
15817         * Makefile.in: get rid of earlier definitions for *clean,
15818         also handle the recursive info rule better
15819
15820 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15821
15822         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15823         do more-or-less the right thing.
15824
15825 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15826
15827         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15828         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15829
15830 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15831
15832         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15833         $(host_canonical).
15834
15835         * configure.in: split the configdirs list into 4 categories (native
15836         v. cross, library v. tool) and handle the cross-only and native-
15837         only in more reasonable (and correct!) way.
15838
15839 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15840
15841         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15842         configdirs anymore.
15843
15844 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15845
15846         * Makefile.in: extensive cleanup::  removed all of the explicit
15847         clean-* targets, collapsed many wrappers around subdir_do into
15848         one, added additional targets to satisfy standards.texi, deleted
15849         some old targets, some changes for consistency
15850
15851 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15852
15853         * configure.in: handle some programs as cross-only, and others as
15854         native only
15855
15856         * test-build.mk: handle partial holes in a more generic manner
15857
15858         * Makefile.in: m4 depends on libiberty
15859
15860 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15861
15862         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15863         time, wdiff, and find to configdirs
15864
15865         * Makefile.in: all, clean, and install rules for the new programs
15866         added to configure.in
15867
15868 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15869
15870         * configure.in: use mh-sun for all *-sun-* hosts
15871
15872 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15873
15874         * Makefile.in: define flags for X11 include files and library file
15875         locations, pass them down to the programs that need this info
15876
15877         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15878
15879 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15880
15881         * configure.in: start building libg++ for HP-UX targets
15882
15883 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15884
15885         * README:  Update references to files moved into etc/.
15886
15887 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15888
15889         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15890         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15891
15892 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15893
15894         * configure: accept dash as well as underscore in long option
15895         names for FSF compatibility.
15896
15897 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15898
15899         * config.sub: added -sco3.2v4 support from FSF.
15900
15901 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15902
15903         * configure.in: expand the section that adds or removes
15904         directories from the list of programs to build, to handle native
15905         vs. cross in addition to host v. native
15906
15907 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15908
15909         * Makefile.in:  Replace C++ in macro names with CXX.
15910         This is less likely to break ...
15911
15912 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15913
15914         * test-build.mk: add -w to GNU_MAKE
15915
15916 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15917
15918         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15919         add 'sparc' to list of recognized cpus.  This needed to make
15920         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15921         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15922         then changes that into $CPU-wrs-vxworks.
15923
15924         * configure.in: remove most references to gdbtest, regularize
15925         target based program removal
15926
15927         * test-build.mk: import from p3 tree (many fixes and changes)
15928
15929 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15930
15931         * Makefile.in: added rules to handle tcl, tk, and expect
15932
15933         * configure.in: handle those directories if they exist
15934
15935 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15936
15937         * config.sub: removed bogus hppabsd and hppahpux names, since
15938         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15939
15940 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15941
15942         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15943         depends upon all-xiberty
15944
15945         * Makefile.in: changes from p3, including:
15946
15947         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15948
15949         * Makefile.in (XTRAFLAGS): include newlib directories if
15950         newlib/Makefile exists, rather than if host != target.
15951
15952         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15953
15954         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15955         from the same source tree and not building a cross-compiler.  This
15956         matters for the libg++ configuration if reconfiguring a tree that
15957         has already been installed.
15958
15959         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15960
15961         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15962         pick up the machine and system specific header files.
15963
15964         * Makefile.in: added AS_FOR_TARGET, passed down in
15965         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15966         the C compiler to use to create programs which are run in the
15967         build environment, set it to default to $(CC), and passed it down
15968         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15969
15970         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15971
15972         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15973         We need them for unusual native builds, like systems without
15974         ranlib.
15975
15976         * configure: also define $(host_canonical) and
15977         $(target_canonical), which are the full, canonical names for the
15978         given host and target
15979
15980 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15981
15982         * Makefile.in:  Added separate definitions for C++.
15983
15984 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15985
15986         * configure.in (configdirs):  Add deja-gnu.
15987
15988 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15989
15990         * README:  Update for configure.texi and gdb-4.7 release.
15991
15992 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15993
15994         * Makefile.in:  Move "all" target to top of file.
15995         Previously, first target was ".PHONY" which caused BSD4.4 make
15996         to build .PHONY when make was run without arguments.
15997
15998 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15999
16000         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16001         Library-copylefted code in libiberty.
16002
16003 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16004
16005         * config.sub:  Replace m68kmote with plain old m68k.
16006
16007 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16008
16009         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16010
16011 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16012
16013         * config.sub: Complain if no argument is given.  Added support for
16014         386bsd as OS and target alias.
16015
16016 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16017
16018         * Makefile.in (XTRAFLAGS): include newlib directories if
16019         newlib/Makefile exists, rather than if host != target.
16020
16021 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16022
16023         * config.sub: recognize sparclite-wrs-vxworks.
16024
16025         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16026         p3.) Added clean-xiberty to clean.
16027
16028 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16029
16030         * configure.in: use *-*-* instead of nested cases for host and target
16031
16032 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16033
16034         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16035         from the same source tree and not building a cross-compiler.  This
16036         matters for the libg++ configuration if reconfiguring a tree that
16037         has already been installed.
16038
16039 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16040
16041         * config.sub (i486v/i486v4):  Merge in from FSF version.
16042
16043 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16044
16045         * configure: only set PWD if it is already set.
16046
16047 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16048
16049         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16050         doesn't have unset and all success paths (and most error paths)
16051         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16052         to just ${PWD} to avoid confusion.)
16053
16054 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16055
16056         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16057         even for a native compilation.
16058
16059 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16060
16061         Changes to make the gdb.tar.Z rule work better.
16062
16063         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16064         (DEVO_SUPPORT):  Add configure.texi.
16065         (bfd-ilrt.tar.Z):  Remove ancient rule.
16066
16067 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16068
16069         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16070         pick up the machine and system specific header files.
16071
16072         * configure.in, config.sub: added new target m68010-adobe-scout,
16073         with alias of adobe68k.  Changed configure.in to check for
16074         -scout before -sco* to avoid a false match.
16075
16076         * Makefile.in: added AS_FOR_TARGET, passed down in
16077         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16078         the C compiler to use to create programs which are run in the
16079         build environment, set it to default to $(CC), and passed it down
16080         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16081
16082 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16083
16084         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16085         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16086         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16087         FOR_TARGET variants, to newlib and libg++.
16088
16089 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16090
16091         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16092         first.
16093
16094 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16095
16096         * config.sub:  Accept `elf' as an environment.
16097
16098 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16099
16100         * Makefile.in (all-opcodes):  cd into the right directory
16101
16102 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16103
16104         * configure: added -program_transform_name option, used as
16105         argument to sed when installing programs.
16106         configure.texi: added documentation for -program_prefix,
16107         -program_suffix and -program_transform_name.
16108
16109 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16110
16111         * config.sub:  Accept i486 where i386 ok.
16112
16113 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16114
16115         * config.sub: accept we32k
16116
16117 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16118
16119         * config.sub, configure.in: accept OSE68000 and OSE68k.
16120
16121         * Makefile.in: don't create all directories for ``make install'';
16122         let the subdirectories create the ones they need.
16123
16124 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16125
16126         * COPYING: new file, GPL v2
16127
16128 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16129
16130         * Makefile.in: use the new gen-info-dir, which needs a template
16131         argument (which also lives in texinfo)
16132
16133         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16134
16135 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16136
16137         * config.sub (ncr3000):  Change i386 to i486.
16138
16139 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16140
16141         * Makefile.in: add install-rcs, install-grep to
16142         install-no-fixedincludes, removed install-bison and install-libgcc
16143
16144 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16145
16146         * configure.in: grab the HPUX makefile fragment if on HPUX
16147
16148 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16149
16150         * Makefile.in: eradicate bison spoor (ditto libgcc).
16151          configure.in: recognise m68{k,000}-ericsson-OSE.
16152          es1800 is alias for m68k-ericsson-OSE
16153
16154 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16155
16156         * configure.in: rearrange the parts that remove programs from
16157         configdirs, based now on HOST==TARGET or by canonical triple.
16158
16159 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16160
16161         * test-build.mk: recurse explicitly with -f test-build.mk when
16162           appropriate.  predicate stage3 and comparison on the existence
16163           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16164           On very clean, also remove ...stamp-co.  Build in-place before
16165           doing other builds.
16166
16167 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16168
16169         * Makefile.in, configure.in: add tgas
16170
16171 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16172
16173         * Makefile.in: a number of changes merged in from progressive.
16174
16175         * configure.in: add libm.
16176
16177         * .cvsignore: ignore some stuff that comes from test-build.mk.
16178
16179 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16180
16181         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16182
16183 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16184
16185         * configure: Add program_suffix (parallel to program_prefix)
16186         * Makefile.in: adjust directory-creating script for losing decstation
16187
16188 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16189
16190         * configure:  Minor $subdir-related fixes.
16191
16192 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16193
16194         * configure: fix various problems with propogating
16195         makefile_target_frag in subdirs.
16196         * configure.in: config libgcc if its there
16197
16198 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16199
16200         * config.sub:  HPPA merge.
16201
16202 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16203
16204         * Makefile.in:  Replace all-bison with all-byacc in all
16205         dependency lines for other tools (which now use byacc).
16206
16207 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16208
16209         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16210
16211 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16212
16213         * Makefile.in: make gprof rules similar to byacc rules (instead of
16214         vestigal $(unsubdir) that didn't work...)
16215
16216 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16217
16218         * config.sub:  Add support for Linux.
16219         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16220         (at least for libg++).
16221
16222 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16223
16224         * configure.texi: fix doc for the -nfp option to configure
16225
16226 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16227
16228         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16229
16230 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16231
16232         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16233         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16234         * configure.in: added solaris* host_makefile_frag hook.
16235
16236 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16237
16238         * config.sub: changed recognition of m68000 so that various
16239         m68k types can be specified via m680[01234]0
16240
16241 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16242
16243         * config.sub (basic_machine): fix sed so that '-foo' isn't
16244         completely substituted out while .+'-foo' loses the '-foo'
16245
16246 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16247
16248         * config.sub ($os): Add -aout.
16249
16250 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16251
16252         * configure:  If host_makefile_frag is absolute, don't
16253         prefix ${invsubdir} (relevant to libg++ auto-configure).
16254
16255 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16256
16257         * Makefile.in (tooldir): Define it.
16258         (all-ld): Depend on all-flex.
16259
16260 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16261
16262         * Makefile.in (check):  Fix libg++ special case.
16263
16264 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16265
16266         * configure: do not bury `pwd` into config.status, thus do fewer
16267           pwd's.
16268
16269         * configure: print the "Building in" message only when building in
16270           other than "." AND verbose.
16271
16272         * configure: remove -s, rework -v to better accommodate guested
16273           configures.
16274
16275         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16276
16277 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16278
16279         * Makefile.in: macroize flags passed on recursion.  remove
16280           fileutils.
16281
16282 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16283
16284         * configure: get makesrcdir right for subdirs deeper than 1.
16285
16286         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16287           install.
16288
16289 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16290
16291         * Makefile.in: don't print subdir_do or recursion lines.
16292
16293 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16294
16295         * standards.texi: added menu item.
16296
16297         * Makefile.in: build and install standards.info.
16298
16299         * standards.texi: new file.
16300
16301 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16302
16303         * configure: test for and move config.status pieces from
16304           ${subdir}/.
16305
16306 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16307
16308         * configure:  Test for existance of files before trying to mv
16309         them, to avoid numerous non-existance messages.
16310
16311 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16312
16313         * configure: correct final line of config.status.
16314
16315         * configure: patch from eggert.  Avoids a protection problem if
16316           the original Makefile.in is read only.
16317
16318         * configure: use move-if-change from gcc to create config.status.
16319           Some makefiles depend on config.status to tell if a directory
16320           has been reconfigured for a different host.  This change
16321           prevents those directories from remaking everything in the case
16322           where the reconfig was only intended to rebuild a Makefile.
16323
16324         * configure: test for config.sub with "config.sub sun4" rather
16325           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16326           host alias from a missing config.sub.
16327
16328 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16329
16330         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16331           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16332
16333 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16334
16335         * configure: mkdir ${subdir} as needed.
16336
16337 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16338
16339         * Makefile.in,configure.in: added autoconf.
16340
16341 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16342
16343         * Makefile.in: no longer pass against on recursion.
16344
16345         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16346           definitions are not inherited.
16347
16348         * configure: correct makesrcdir when subdir is .
16349
16350 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16351
16352         * configure:  Add support for 'subdirs' variable, which is
16353         like 'configdirs', except that configure doesn't re-invoke
16354         itself for subdirs, it just creates a Makefile for each subdir.
16355         * configure.texi:  Document subdirs.
16356
16357 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16358
16359         * configure.in: added flex to configdirs
16360
16361 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16362
16363         * Makefile.in: remove clean-stamps from clean.
16364
16365 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16366
16367         * configure.in:  Add gdbtest to configdirs.
16368
16369 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16370
16371         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16372         to recursive makes.
16373         * configure.in:  Recognize new ncr3000 config.
16374
16375 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16376
16377         * Makefile.in, configure.in: removed references to gdbm.
16378
16379 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16380
16381         * config.sub:  Don't canonicalize os value
16382         newsos* to bsd (readline needs to check for newsos).
16383         (This fix was earlier made Jan 31, but got re-broken.)
16384
16385 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16386
16387         * configure.in:  sco is an os, not a vendor!
16388
16389         * configure:  Quote $( better.  Keep various shells happy.
16390
16391 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16392
16393         * Makefile.in: eliminate stamp-files.
16394
16395 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16396
16397         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16398           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16399
16400 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16401
16402         * config.sub:  fix iris/iris3.
16403
16404 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16405
16406         * configure: re-add -rm.
16407
16408 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16409
16410         * Maskefile.in: add .stmp-rcs to all.
16411
16412         * configure.in: remove gas from rs6000 build, use aix host fragment.
16413
16414 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16415
16416         * configure: pass down site_option during recursion.
16417
16418 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16419
16420         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16421
16422 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16423
16424         * configure: Change exec_prefix so that it really defaults to prefix.
16425
16426 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16427
16428         * Makefile.in, configure.in:  Add support for mmalloc library.
16429
16430 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16431
16432         * Makefile.in: add stmp dependencies for a few more things.
16433
16434 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16435
16436         * configure: adjusted error message on objdir/srcdir configure
16437           collision, per john's suggestion.
16438
16439         * Makefile.in: add libiberty stmp to all and all.cross.
16440
16441 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16442
16443         * Makefile.in: remove force dependencies, add grep to all.
16444
16445 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16446
16447         * Makefile.in: drop flex.  make stamp files work.
16448
16449         * configure: added test for conflicting configuration in srcdir,
16450           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16451           gets cranky.  use relative paths for configure and srcdir
16452           whenever possible.  Send some error messages to stderr that were
16453           going to stdout.
16454
16455 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16456
16457         * Makefile.in:  Fix libg++ rule to check for gcc directory
16458         before using gcc/gcc.  Also pass XTRAFLAGS.
16459
16460 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16461
16462         * Makefile.in: added stmp-files so that directories aren't polled
16463           when they are already built.
16464
16465         * configure.texi: fixed a node pointer problem.
16466
16467 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16468
16469         * config.sub configure.in gdb/configure.in
16470         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16471         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16472         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16473
16474 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16475
16476         * configure: -recurring becomes -silent.  corrected help message
16477           for -site= option.
16478
16479         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16480
16481 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16482
16483         * configure: when building Makefile for crosses, replace
16484           tooldir and program_prefix.  default srcdir from location of
16485           config.sub.  remove "for host in hosts" and "for target in
16486           targets" loops.
16487
16488 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16489
16490         * Makefile.in: Do not pass bindir or mandir to cvs.
16491
16492 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16493
16494         * Makefile.in, configure.in: removed traces of namesubdir,
16495           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16496           copyrights to '92, changed some from Cygnus to FSF.
16497
16498         * configure.texi: remove most references to multiple hosts,
16499           multiple targets, subdirs, etc.
16500
16501         * configure.man: removed rcsid. reference config.sub not
16502           config.subr.
16503
16504         * Makefile.in: mkdir $(infodir) on install-info.
16505
16506 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16507
16508         * configure.texi:  Explain better about .gdbinit and about
16509         the environment that configure.in sections run in.
16510
16511 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16512
16513         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16514
16515 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16516
16517         * README:  DOC.configure => cfg-paper.texi.
16518
16519 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16520
16521         * config.sub (near case $os):  Don't convert newsos* to bsd!
16522
16523 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16524
16525         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16526         the number of copies of COPYING that go into the GDB tar file.
16527
16528 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16529
16530         * bfd/configure.in, gdb/config/mh-i386sco,
16531         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16532         Fix SCO configuration stuff.
16533
16534 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16535
16536         * Makefile.in:  For libg++, make sure the -I pointing
16537         to the gcc directory goes *after* all the libg++-local -I flags.
16538         Also, move just-gcc dependency from just-libg++ to all-libg++.
16539
16540 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16541
16542         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16543
16544 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16545
16546         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16547
16548 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16549
16550         * config.sub:  Add stratus configuration frags.  Also
16551         submitted to FSF.
16552
16553 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16554
16555         * Makefile.in (DEV_SUPPORT):  add configure.man.
16556
16557         * config.sub(Decode manufacturer-specific):  add -none*.
16558
16559 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16560
16561         * Makefile.in:  remove form feeds to make Sun's make happy.
16562         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16563
16564 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16565
16566         * Makefile.in (AR_FLAGS):  Make quieter.
16567
16568 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16569
16570         * configure.in:  Add libg++.
16571         * configure:  When verbose, don't output the command line at each
16572         level; it will be unremarkably the same as the previous version,
16573         which will be the same as what the user typed.
16574
16575 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16576
16577         * configure.in, Makefile.in: fix clean-info, add flex.  add
16578           fileutils.
16579
16580         * configure: be less sensitive to spaces in Makefile.in.  Do not
16581           look for sources in "..".  Doing so breaks subdirectories that
16582           might have their own configure.  If a subdir has it's own
16583           configure script, use it.
16584
16585 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16586
16587         * cfg-paper.texi: some changes suggested by rms.
16588
16589 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16590
16591         * config.sub:  Merge in some small additions from the FSF version,
16592         taken from the gcc distribution, to bring the Cygnus and FSF
16593         versions into closer sync.
16594
16595 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16596
16597         * configure.in:  Changed svr4 references to sysv4.
16598
16599 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16600
16601         * configure: added -V for version number option.
16602
16603 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16604
16605         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16606           renamed from DOC.configure to cfg-paper.texi.
16607
16608 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16609
16610         * configure, config.subr, config.sub: config.subr is now
16611           config.sub again.
16612
16613 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16614
16615         * configure.texi: new file, in progress.
16616
16617         * Makefile.in: build info file and install the man page for
16618           configure.
16619
16620         * configure.man: new file, first cut.
16621
16622         * configure: find config.subr again now that configuration "none"
16623           has gone.  removed all traces of the -ansi option.  removed all
16624           traces of the -languages option.
16625
16626         * config.subr: resync from rms.
16627
16628 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16629
16630         * configure, config.sub, config.subr: merge config.sub into
16631           config.subr, call the result config.subr, remove config.sub, use
16632           config.subr.
16633
16634         * Makefile.in: revised install for dir.info.
16635
16636 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16637
16638         * configure.in: add decstation host makefile frag.
16639
16640         * Makefile.in: BISON now bison -y again.  also install-gcc on
16641           install.  clean-gdbm on clean.  infodir belongs in datadir.
16642           Make directories for info install.  Build dir.info here then
16643           install it.
16644
16645 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16646
16647         * Makefile.in: fix for bad directory tests.
16648
16649 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16650
16651         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16652           regexp.  -srcdir relative was being handled incorrectly.
16653
16654         * Makefile.in: unwrapped some for loops so that parallel makes
16655           work again and so one can focus one's attention on a particular
16656           package.
16657
16658 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16659
16660         * configure: added PWD as a stand in for `pwd` (for speed). use
16661           elif wherever possible.  make -srcdir work without -objdir.
16662           -objdir= commented out.
16663
16664 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16665
16666         * configure: +options become --options.  -subdirs commented out.
16667           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16668           Makefile now at top of generated Makefile.  Removed cvs log
16669           entries.  added -srcdir.  create .gdbinit only if there is one
16670           in ${srcdir}.
16671
16672         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16673           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16674           and mandir now keyed off datadir by default.
16675
16676 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16677
16678         * Freshly created ChangeLog.
16679
16680 \f
16681 Local Variables:
16682 mode: change-log
16683 left-margin: 8
16684 fill-column: 76
16685 version-control: never
16686 End: