2011-10-08 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / ChangeLog
blob69c10e7f241609cd33cc57af1fbf7198443e6597
1 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
3         * MAINTAINERS (sparc port): Remove myself.
5 2011-09-14  Tom de Vries  <tom@codesourcery.com>
7         * MAINTAINERS (Write After Approval): Add myself.
9 2011-08-14  Yao Qi  <yao@codesourcery.com>
11         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
12         * configure: Regenerate.
14 2011-07-26  Ian Lance Taylor  <iant@google.com>
16         * configure.ac: Set have_compiler based on whether gcc directory
17         exists, rather than on whether gcc is in configdirs.
18         * configure: Rebuild.
20 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
22         * MAINTAINERS (Global Reviewers): Add self.
24 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
26         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
27         link directories.
28         * Makefile.in: Rebuild.
30 2011-07-20  Ian Lance Taylor  <iant@google.com>
32         PR bootstrap/49787
33         * configure.ac: Move --enable-bootstrap handling earlier in file.
34         If --enable-bootstrap and either --enable-build-with-cxx or
35         --enable-build-poststage1-with-cxx, enable C++ automatically.
36         * configure: Rebuild.
38 2011-07-19  Ian Lance Taylor  <iant@google.com>
40         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
41         make C++ a boot_language.  Set and substitute
42         POSTSTAGE1_CONFIGURE_FLAGS.
43         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
44         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
45         * configure, Makefile.in: Rebuild.
47 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
49         * MAINTAINERS (Register Allocation): Move myself from reviewers to
50         maintainers.
52 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
54         * MAINTAINERS (Global Reviewers): Add myself.
56 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
58         * configure: Regenerate.
60 2011-07-16  Jason Merrill  <jason@redhat.com>
62         * Makefile.def (language=c++): Add check-c++0x and
63         check-target-libmudflap-c++.
64         * Makefile.tpl (check-target-libmudflap-c++): New.
65         * Makefile.in: Regenerate.
67 2011-07-16  Matthias Klose  <doko@ubuntu.com>
69         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
70         * Makefile.def (target_modules/libjava): Pass
71         $(EXTRA_CONFIGARGS_LIBJAVA).
72         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
73         if not configured with --enable-static-libjava.
74         * Makefile.in: Regenerate.
75         * configure: Likewise.
77 2011-07-15  Jason Merrill  <jason@redhat.com>
79         * Makefile.in (check-c++): Move check-gcc-c++0x after
80         check-target-libstdc++-v3.
82 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
84         * MAINTAINERS (c6x port): New entry.
86 2011-07-13  Jason Merrill  <jason@redhat.com>
88         * Makefile.in (check-gcc-c++0x): New.
89         (check-c++): Depend on it.
91 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
93         PR target/39150
94         * configure.ac (i[3456789]86-*-solaris2*): Also accept
95         x86_64-*-solaris2.1[0-9]*.
96         * configure: Regenerate.
98 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
100         * MAINTAINERS (RTL optimizers): Add self.
102 2011-06-27  Gabriel Charette  <gchare@google.com>
104         * MAINTAINERS (Write After Approval): Add myself.
106 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
108         PR regression/47836
109         PR bootstrap/23656
110         PR other/47733
111         PR bootstrap/49247
112         PR c/48825
113         * configure.ac (target_libraries): Remove target-libiberty.
114         Remove case-statement setting skipdirs=target-libiberty for
115         multiple targets.  Remove checking target_configdirs and
116         removing target-libiberty but keeping target-libgcc if
117         otherwise empty.
118         * Makefile.def (target_modules): Don't add libiberty.
119         (dependencies): Remove all traces of target-libiberty.
120         * configure, Makefile.in: Regenerate.
122 2011-06-13  Walter Lee <walt@tilera.com>
124         * configure.ac (tilepro-*-*) New case.
125         (tilegx-*-*): Likewise.
126         * configure: Regenerate.
128 2011-06-06  Jing Yu  <jingyu@google.com>
130         * configure.ac: Skip target-libiberty for
131         arm*-*-linux-androideabi.
132         * configure: Regenerated.
134 2011-06-06  Nick Clifton  <nickc@redhat.com>
136         * config.sub: Sync from upstream.
138 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
140         * MAINTAINERS (Write After Approval): Add myself.
142 2011-06-01  Daniel Jacobowitz  <drow@false.org>
144         * MAINTAINERS: Update my email address.
146 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
148         * MAINTAINERS (Write After Approval): Update my email address.
150 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
152         * MAINTAINERS (Write After Approval): Add myself.
154 2011-05-08  Doug Kwan  <dougkwan@google.com>
156         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
157         * configure: Regenerated.
158         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
159         value from configure.
160         * Makefile.in: Regenerated.
162 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
164         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
165         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
166         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
167         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
168         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
169         *-*-vxworks*): Disable newlib and libgloss in separate case
170         statement.
171         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
172         to separate case statement.
173         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
174         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
175         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
176         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
177         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
178         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
179         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
180         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
181         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
182         i[[3456789]]86-*-rdos*, m32r-*-*,
183         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
184         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
185         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
186         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
187         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
188         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
189         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
190         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
191         and libgloss in main case over targets.  Remove most empty cases
192         in main case over targets.
193         * configure: Regenerate.
195 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
197         * MAINTAINERS (Write After Approval): Add myself.
199 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
201         * configure.ac: Remove code setting special library locations for
202         hppa*64*-*-hpux11*.  Remove code setting compiler for
203         sparc-sun-solaris2*.
204         * configure: Regenerate.
206 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
208         * configure.ac: Separate libgloss_dir settings from general case
209         over targets.
210         * configure: Regenerate.
212 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
214         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
215         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
216         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
217         cases in libgcj-disabling case statement.
218         (hppa*64*-*-linux*): Set unsupported_languages instead of
219         disabling target-zlib.
220         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
221         to hppa*64*-*-hpux*.
222         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
223         hppa*-*-hpux*.
224         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
225         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
226         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
227         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
228         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
229         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
230         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
231         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
232         libgcj-disabling case statement.
233         * configure: Regenerate.
235 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
237         * configure.ac: Disable Java for targets not supporting libffi.
238         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
239         Remove cases in Java-disabling statement.
240         (*arm-wince-pe): Change to arm-wince-pe.
241         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
242         cases in Java-disabling statement.
243         (bfin-*-*): Don't disable Java again.
244         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
245         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
246         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
247         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
248         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
249         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
250         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
251         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
252         Java-disabling statement.
253         (mmix-*-*): Don't disable Java again.
254         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
255         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
256         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
257         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
258         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
259         statement.
260         * configure: Regenerate.
262 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
264         * configure.ac: Separate cases disabling Java and Java libraries
265         from general case over targets.
266         * configure: Regenerate.
268 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
270         * MAINTAINERS: Update my email address.
272 2011-04-20  Easwaran Raman  <eraman@google.com>
274         * MAINTAINERS (Write After Approval): Add myself.
276 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
278         PR lto/48086
279         * configure.ac: Re-enable LTO on *-apple-darwin9*.
280         * configure: Regenerate.
282 2011-04-16  Jim Meyering  <meyering@redhat.com>
284         * MAINTAINERS (Write After Approval): Add myself.
286 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
288         * MAINTAINERS: Update my email address.
290 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
292         * MAINTAINERS (Write After Approval): Add myself.
294 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
296         * MAINTAINERS (Write After Approval): Add myself.
298 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
300         * MAINTAINERS (Write After Approval): Add myself.
302 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
304         * configure.ac (build_tools): Remove build-byacc.
305         (host_libs): Remove mmalloc.
306         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
307         autoconf automake libtool diff rcs fileutils shellutils time
308         textutils wdiff find uudecode hello tar gzip indent recode release
309         sed perl gawk findutils gettext zip.
310         (libgcj): Remove target-qthreads.
311         (target_tools): Remove target-examples target-gperf.
312         (YACC): Don't handle building byacc.
313         * configure: Regenerate.
314         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
315         dosutils, examples, fileutils, find, findutils, gawk, gettext,
316         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
317         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
318         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
319         handle building components.
320         * Makefile.in: Regenerate.
322 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
324         * MAINTAINERS: Update my email address as Xtensa maintainer.
326 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
328         * config.sub: Sync from upstream.
330 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
332         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
333         (microblaze*): Don't disable libssp.
334         * configure: Regenerate.
336 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
338         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
339         moveifchange.
340         * configure: Regenerate.
341         * Makefile.tpl: Use @SHELL@ not @config_shell@.
342         * Makefile.in: Regenerate.
344 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
346         * configure.ac (*-*-sysv4*): Don't enable libgomp.
347         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
348         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
349         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
350         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
351         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
352         md_exec_prefix cases.
353         * configure: Regenerate.
355 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
357         * configure.ac: Separate cases disabling target-libssp,
358         target-libiberty, target-libstdc++-v3 and Fortran from general
359         case over targets.
360         * configure: Regenerate.
362 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
364         * configure.ac (*-*-chorusos): Don't disable libgcj.
365         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
366         Remove case.
367         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
368         (arm-*-coff): Don't disable libgcj.
369         (arm*-*-linux-gnueabi): Remove useless assignment.
370         (arm-*-riscix*): Don't disable libgcj.
371         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
372         configuration.
373         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
374         (c54x*-*-*): Remove case.
375         (tic54x-*-*): Don't disable GCC or GCC libraries.
376         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
377         to *.
378         (d10v-*-*): Don't disable GCC libraries.
379         (d30v-*-*): Don't disable libgcj.
380         (h8500-*-*): Don't disable GCC libraries.
381         (i960-*-*): Don't disable libgcj.
382         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
383         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
384         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
385         libgcj.
386         (m68k-*-coff*): Remove case.
387         (mmix-*-*): Don't disable libgloss on host.
388         (mn10200-*-*, mn10300-*-*): Remove cases.
389         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
390         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
391         Don't disable libgcj.
392         (romp-*-*): Remove case.
393         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
394         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
395         case.
396         (v810-*-*): Don't disable GCC libraries.
397         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
398         (ip2k-*-*): Don't disable GCC libraries.
399         * configure: Regenerate.
401 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
403         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
404         libffi on host.
405         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
406         on host.
407         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
408         * configure: Regenerate.
410 2011-03-26  John Marino  <binutils@marino.st>
412         * configure.ac: Add support for *-*-dragonfly*
413         * configure: Regenerate.
415 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
417         * configure.ac (native_only): Remove.
418         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
419         send-pr uudecode guile gnuserv on host.
420         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
421         send-pr rcs guile perl texinfo libtool on host.
422         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
423         automake send-pr rcs guile perl texinfo libtool on host.
424         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
425         (*-*-kaos*): Don't disable target-examples target-gperf on target.
426         (alpha*-dec-osf*): Don't disable fileutils on target.
427         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
428         texinfo send-pr expect dejagnu on target.
429         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
430         target-qthreads on target.
431         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
432         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
433         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
434         x86_64-*-mingw*): Don't disable expect on target.
435         (*-*-cygwin*): Don't disable target-gperf on target.
436         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
437         gnuserv on target.
438         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
439         target.
440         * configure: Regenerate.
442 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
444         * configure.ac (target_tools): Remove target-groff.
445         (native_only): Remove target-groff.
446         (hppa*64*-*-*): Don't disable byacc.
447         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
448         setting.
449         (*-*-kaos*): Don't skip target-librx and target-groff.
450         (*-*-netware*): Don't skip target-libmudflap.
451         (*-*-tpf*): Don't skip target-libmudflap.
452         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
453         directories on the host.
454         (ia64*-*-*vms*): Don't skip tix.
455         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
456         host.
457         * configure: Regenerate.
459 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
461         * configure.ac: Remove references to mt-mep, mt-netware,
462         mt-wince.
463         * Makefile.def: Add all-utils soft dependencies.
464         * Makefile.tpl: Remove GDB_NLM_DEPS.
465         * configure: Regenerate.
466         * Makefile.in: Regenerate.
468 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
470         * configure.ac: Do not include mh-x86omitfp.
471         * configure: Regenerate.
473 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
475         * configure.ac: Remove empty cases.
476         * configure: Regenerate.
478 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
480         * Makefile.def: Add dependency from termcap to gdb.
481         * Makefile.in: Regenerate.
483 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
485         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
486         * configure: Regenerate.
487         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
488         * Makefile.tpl: Likewise.
489         * Makefile.in: Regenerate.
491 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
493         * configure.ac: Remove all mentions of tentative_cc.
494         * configure: Regenerate.
496 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
498         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
499         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
500         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
501         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
502         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
503         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
504         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
505         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
506         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
507         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
508         *-*-rhapsody*): Remove host cases.
509         * configure: Regenerate.
511 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
513         * configure.ac (ppc*-*-pe): Remove host case.
514         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
515         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
516         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
517         cases.
518         * configure: Regenerate.
520 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
522         * config.sub: Update to version 2011-03-23.
524 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
526         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
527         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
528         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
529         * configure: Regenerate.
531 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
533         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
534         to Write After Approval.
535         * config-ml.in: Don't handle arc-*-elf*.
536         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
537         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
538         handle GCC libraries.
539         * configure: Regenerate.
541 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
543         PR bootstrap/48120:
544         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
545         Add -lstdc++ -lm to LIBS.
546         * configure: Regenerate.
548 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
550         * config.guess: Update to version 2011-02-02
551         * config.sub: Update to version 2011-02-24
553 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
555         PR lto/48086
556         * configure.ac: Re-enable LTO on *-apple-darwin9.
557         * configure: Regenerate.
559 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
561         PR lto/48086
562         * configure.ac: Disable LTO on darwin due to an assembler change in
563         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
564         under 256.
565         * configure: Regenerate.
567 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
569         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
571 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
573         * MAINTAINERS: Update my e-mail address.
575 2011-03-06  Joey Ye  <joey.ye@arm.com>
577         * MAINTAINERS: Update my e-mail address.
579 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
581         * configure.ac: Adjust test of with_ppl.
582         * configure: Regenerated.
584 2011-03-02  Kai Tietz  <ktietz@redhat.com>
586         * MAINTAINERS: Adjust my e-mail address.
588 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
590         * configure.ac: Add -lpwl to ppllibs.
591         * configure: Regenerated.
593 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
595         * config/cloog.m4: Add -lisl to clooglibs.
596         * configure: Regenerated.
598 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
600         * MAINTAINERS (CPU Port maintainers): Add self.
602 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
604         * MAINTAINERS: Add myself as testsuite maintainer.
606 2011-02-15  Mike Stump  <mikestump@comcast.net>
608         * MAINTAINERS: Add myself as testsuite maintainer.
610 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
612         Import from Libtool and gnulib:
614         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
616         Prepare for supporting FreeBSD 10.
617         * config.rpath: Remove handling of freebsd1* which soon would
618         match FreeBSD 10.0.
620         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
622         Remove support for FreeBSD 1.x.
623         * libtool.m4 (_LT_LINKER_SHLIBS)
624         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
625         soon would incorrectly match FreeBSD 10.0.
627 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
629         PR binutils/12283
630         * move-if-change: Import version from gnulib.
632 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
634         PR lto/47225
635         * Makefile.def (lto-plugin): Double dash for enable-shared.
636         (configure-gcc): Depend on all-lto-plugin.
637         * Makefile.in: Rebuilt.
639 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
641         * configure.ac: Remove extra bracket.
642         * configure: Regenerate.
644 2011-02-08  Tobias Burnus  <burnus@net-b.de>
646         * MAINTAINERS: Add myself as libquadmath maintainer.
648 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
650         * MAINTAINERS: Update my email address.
652 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
654         * MAINTAINERS (option handling): Add self.
656 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
658         PR lto/47225
659         * Makefile.def: Add dependency for install-gcc
660         on install-lto-plugin.
661         * Makfile.in: Regenerated
663 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
665         * MAINTAINERS (CPU Port Maintainers): Add myself.
667 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
669         PR libgcj/44341
670         * configure.ac: Discard --with-* flags for host when configuring
671         target libraries for cross build.
672         * configure: Rebuilt.
674 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
676         * MAINTAINERS (linear loop transforms): Removed.
678 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
680         * configure.ac: If with_ppl is no, move setting with_cloog=no
681         after CLOOG_REQUESTED check.
682         * configure: Regenerated.
684 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
686         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
687         CLooG has been requested.
688         * configure: Regenerated.
690 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
692         * configure: Regenerated.
693         * configure.ac: Check for version 0.11 (or later revision) of PPL.
695 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
697         * configure: Regenerated.
698         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
700 2011-01-21  Andreas Schwab  <schwab@redhat.com>
702         * configure.ac: Use AS_HELP_STRING throughout.
703         * configure: Regenerate.
705 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
707         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
708         * configure: Regenerate.
710 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
712         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
714 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
716         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
717         for ia64-hpux.
718         * configure: Regenerate.
720 2011-01-07  Jan Hubicka  <jh@suse.cz>
722         PR lto/47225
723         * Makefile.in: Regenerate.
724         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
725         configure.
727 2011-01-07  Jan Hubicka  <jh@suse.cz>
729         * Makefile.in: Regenerate.
730         * Makefile.def (gcc host module) and soft dependency on lto-plugin
731         and configure dependency on lto-plugin configure.
732         (lto-plugin module): Remove dependency on GCC; add dependency on
733         liniberty.
735 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
737         * MAINTAINERS (Write After Approval): Add myself.
739 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
741         * configure: Regenerate.
743 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
745         * configure.ac: (picochip): Disable libiberty.
747 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
749         * MAINTAINERS (Write After Approval): Add myself.
751 2010-12-10  Ian Lance Taylor  <iant@google.com>
753         PR bootstrap/46819
754         * configure.ac: For --disable-libgcj clear libgcj_saved.
755         * configure: Rebuild.
757 2010-12-10  Tobias Burnus  <burnus@net-b.de>
759         PR fortran/46540
760         * configure.ac: Add --disable-libquadmath and
761         --disable-libquadmath-support.
762         * configure: Regenerate.
764 2010-12-03  Ian Lance Taylor  <iant@google.com>
766         * MAINTAINERS: Add myself as libgo maintainer.
768 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
770         PR libffi/46792
771         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
772         * configure: Regenerate.
774 2010-12-02  Ian Lance Taylor  <iant@google.com>
776         * configure.ac: Always set default for poststage1_ldflags to
777         -static-libstdc++ -static-libgcc.
779 2010-11-29  Andreas Schwab  <schwab@redhat.com>
781         * configure.ac: Move comment to remove extra space in last argument
782         of GCC_TARGET_TOOL.
784 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
786         PR other/46026
787         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
788         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
789         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
790         (BASE_FLAGS_TO_PASS): Use it.
791         * configure: Rebuilt.
792         * Makefile.in: Rebuilt.
794 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
796         PR binutils/12258
797         * configure.ac: Correct comments for --enable-gold/--enable-ld.
798         Properly check default linker.
799         * configure: Regnerated.
801 2010-11-23  Matthias Klose  <doko@ubuntu.com>
803         * configure.ac: For --enable-gold, handle value `default' instead of
804         `both*'.   New configure option --{en,dis}able-ld.
805         * configure: Regenerate.
807 2010-11-20  Ian Lance Taylor  <iant@google.com>
809         * configure.ac: Only disable a language library if no language needs
810         it.  Don't let --disable-libgcj uncondtionally disable libffi.
811         * configure: Rebuild.
813 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
815         * Makefile.in: Regenerate.
817         PR other/46202
818         * configure.ac: Fix just-built in-tree STRIP name to be
819         binutils/strip-new.
820         * configure: Regenerate.
821         * Makefile.def (install-strip-gcc, install-strip-binutils)
822         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
823         (install-strip-sid): Mirror dependencies on non-strip variants
824         of these targets on the respective -strip prerequisites.
825         * Makefile.tpl (install-strip, install-strip-host)
826         (install-strip-target): New targets.
827         (install-strip-[+module+], install-strip-target-[+module+]):
828         New targets.
829         * Makefile.in: Regenerate.
831 2010-11-19  Ian Lance Taylor  <iant@google.com>
832             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
834         * configure.ac: Add target-libgo to target_libraries.  Set
835         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
836         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
837         (HOST_EXPORTS): Add GOC.
838         (BASE_TARGET_EXPORTS): Add GOC.
839         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
840         (GOCFLAGS_FOR_TARGET): New variable.
841         (EXTRA_HOST_FLAGS): Add GOC.
842         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
843         * Makefile.def (target_modules): Add libgo.
844         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
845         (dependencies): Add dependency from configure-target-libgo to
846         configure-target-libffi and all-target-libstdc++-v3.  Add
847         dependencies from all-target-libgo to all-target-libffi.
848         (languages): Add go.
849         * configure: Rebuild.
850         * Makefile.in: Rebuild.
852 2010-11-19  Ian Lance Taylor  <iant@google.com>
854         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
855         compiler/flag environment variables.
857 2010-11-18  Ian Lance Taylor  <iant@google.com>
859         * configure.ac: Check for lang_requires_boot_languages in
860         config-lang.in files.
861         * configure: Rebuild.
863 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
864             Tobias Burnus  <burnus@net-b.de>
866         PR fortran/32049
867         * Makefile.def: Add libquadmath; build it with language=fortran.
868         * configure.ac: Add libquadmath.
869         * Makefile.tpl: Handle multiple libs in check-[+language+].
870         * Makefile.in: Regenerate.
871         * configure: Regenerate.
873 2010-11-16  Tom Tromey  <tromey@redhat.com>
875         * MAINTAINERS: Moved myself to reviewers section.
877 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
879         * MAINTAINERS: Moved myself to reviewers section.
881 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
883         * MAINTAINERS (Various Maintainers): Add self for build machinery.
884         (Write After Approval): Remove self.
886 2010-11-15  Andreas Schwab  <schwab@redhat.com>
888         * configure.ac: Fix spelling in option names.
889         * configure: Regenerated.
891 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
893         PR bootstrap/39622
894         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
895         * configure: Regenerated.
897 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
899         * MAINTAINERS: Update my email address.
901 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
903         * configure: Regenerate.
905 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
907         * configure: Regenerate.
909 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
911         * configure: Regenerate.
913 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
915         * configure: Regenerate.
917 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
919         * configure.ac: Support official CLooG.org versions.
920         * configure: Regenerate.
921         * config/cloog.m4: New.
923 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
925         * MAINTAINERS (Write After Approval): Add myself.
927 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
929         * MAINTAINERS: Update my email address.
931 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
933         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
934         * configure: Regenerate.
936 2010-11-03  Ian Lance Taylor  <iant@google.com>
937             Dave Korn  <dave.korn.cygwin@gmail.com>
939         PR lto/46273
940         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
941         and on other supported platforms whenever LTO is enabled.
942         * configure: Rebuild.
944 2010-11-02  Alan Modra  <amodra@gmail.com>
946         PR binutils/12110
947         * configure.ac: Error when source path contains spaces.
948         * configure: Regenerate.
950 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
952         * MAINTAINERS: Update my email address.
954 2010-10-20  Ian Lance Taylor  <iant@google.com>
956         * Makefile.def (target_modules): Set lib_path to src/.libs for
957         libstdc++-v3 module.
958         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
959         * Makefile.in: Rebuild.
961 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
963         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
964         (Write After Approval): Remove myself.
966 2010-10-15  Tristan Gingold  <gingold@adacore.com>
968         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
970 2010-10-14  Douglas Rupp  <rupp@gnat.com>
972         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
974 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
976         * configure.ac (build_lto_plugin): New shell variable.
977         (--enable-lto): Turn on by default for all non-ELF platforms that
978         have had LTO support added so far.  Set build_lto_plugin appropriately
979         for both ELF and non-ELF.
980         (configdirs): Add lto-plugin or not based on build_lto_plugin.
981         * configure: Regenerate.
983 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
985         Sync from src:
986         * configure.ac (v850 support): Remove target-libgloss from
987         noconfigdirs.
988         * configure: Regenerate.
990 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
992         PR bootstrap/45326
993         PR bootstrap/45174
994         * configure.ac: Honor initial values of $build_configargs,
995         $host_configargs, $target_configargs.  Mark the precious, so
996         environment settings get recorded.
997         * configure: Regenerate.
999 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1001         PR bootstrap/45796
1002         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1003         Depend on all-build-libiberty.
1004         * Makefile.in: Regenerate.
1006 2010-09-30  Michael Eager  <eager@eagercon.com>
1008         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1009         * configure: Regenerate.
1011 2010-09-28  Michael Eager  <eager@eagercon.com>
1013         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1015 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1017         PR bootstrap/44621
1018         * configure.ac: Fix unportable shell quoting.
1019         * configure: Regenerate.
1021 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1023         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1024         targets and amend comment.
1025         * configure: Regenerate.
1027 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1029         * MAINTAINERS (Write After Approval): Add myself.
1031 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1033         * configure.ac: Enable LTO by default on Darwin.
1034         * configure: Regenerate.
1036 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1038         * MAINTAINERS (Write After Approval): Add myself.
1040 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1042         * MAINTAINERS (Write After Approval): Add myself.
1044 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1046         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1047         ports
1049 2010-07-28  David Yuste  <david.yuste@gmail.com>
1051         * MAINTAINERS (Write After Approval): Add myself.
1053 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1055         * configure.ac: Support all v850 targets.
1056         * configure: Regenerate.
1058 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1060         PR bootstrap/44455
1061         * configure.ac (extra_mpfr_configure_flags): Copy from
1062         extra_mpc_gmp_configure_flags.
1063         * configure: Re-generated.
1065 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1067         * MAINTAINERS (Write After Approval): Add myself.
1069 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1071         * MAINTAINERS (Write After Approval): Add myself.
1073 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1075         * MAINTAINERS (Write After Approval): Add myself.
1077 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1079         PR target/44862
1080         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1081         Provide -B option to allow for link spec %s substitutions for
1082         libstdc++.a on darwin.
1083         * Makefile.in: Regenerate.
1085 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1087         * MAINTAINERS (Reviewers): Update my e-mail address
1089 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1091         * Makefile.def (configure-gcc): Depend on all-libelf.
1092         * Makefile.in: Rebuild.
1094 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1096         * MAINTAINERS (Write After Approval): Add myself in the right place.
1098 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1100         * MAINTAINERS (Write After Approval): Add myself.
1102 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1104         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1106 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1108         * config.sub: Update to version 2010-05-21.
1109         * config.guess: Update to version 2010-04-03.
1111 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1113         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1114         * configure: Regenerate.
1116 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1118         * MAINTAINERS (Write After Approval): Add myself.
1120 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1122         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1123         a platform that supports LTO.
1124         * configure: Regenerate.
1126 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1128         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1129         * configure: Regenerated.
1131 2010-04-27  Roland McGrath  <roland@redhat.com>
1132             H.J. Lu  <hongjiu.lu@intel.com>
1134         * configure.ac (--enable-gold): Support both, both/gold and
1135         both/bfd to add gold to configdirs without removing ld.
1136         * configure: Regenerated.
1138         * Makefile.def: Add install-gold dependency to install-ld.
1139         * Makefile.in: Regenerated.
1141 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1143         PR lto/42776
1144         * configure.ac (--enable-lto): Refactor handling so libelf tests
1145         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1146         and allow LTO to be explicitly enabled on non-ELF platforms that
1147         are known to support it inside else-clause.
1148         * configure: Regenerate.
1150 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1152         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1153         * configure: Regenerate.
1155 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1157         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1158         * configure: Regenerate.
1160 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1162         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1163         separately.
1164         * configure: Regenerate.
1166 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1168         * MAINTAINERS (Write After Approval): Add myself.
1170 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1172         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1173         * configure: Regenerate.
1175 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1177         * configure: Regenerate after change to elf.m4.
1179 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1181         * MAINTAINERS (Write After Approval): Add myself.
1183 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1185         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1186         * configure: Regenerated.
1188 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1190         * configure.ac: Print "buggy but acceptable" when CLooG
1191         revision is less than 9.
1192         * configure: Regenerated.
1194 2010-04-01  Diego Novillo  <dnovillo@google.com>
1196         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1198 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1200         PR bootstrap/43615
1201         PR bootstrap/43328
1203         Revert:
1205         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1207         * configure.ac: Do not pass --enable-multilib nor
1208         --disable-multilib in baseargs.  Accept explicitly passed
1209         --enable_multilib.
1210         * configure: Regenerate.
1212 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1214         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1216 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1218         * MAINTAINERS: Remove myself.
1220 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1222         PR bootstrap/43328
1223         * configure.ac: Do not pass --enable-multilib nor
1224         --disable-multilib in baseargs.  Accept explicitly passed
1225         --enable_multilib.
1226         * configure: Regenerate.
1228 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1230         * MAINTAINERS (spu port): Remove me.
1232 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1234         * configure.ac (tic6x-*-*): New case.
1235         * configure: Regenerate.
1237 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1239         * config.sub: Update to version 2010-03-22.
1240         * config.guess: Update to version 2009-12-30.
1242 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1244         PR ada/42554
1245         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1246         * configure: Regenerate.
1248 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1250         * MAINTAINERS: Update my email address.
1252 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1254         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1255         (ghassan.shobaki@amd.com): Removed.
1257 2010-03-17  Alan Modra  <amodra@gmail.com>
1259         * MAINTAINERS: Update my email address.
1261 2010-03-16  Diego Novillo  <dnovillo@google.com>
1263         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1264         Matthews.
1266 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1268         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1269         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1271 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1273         * MAINTAINERS: Update my email address.
1275 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1277         * MAINTAINERS: Update my email address.
1279 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1281         * MAINTAINERS: Update my email address.
1283 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1285         * MAINTAINERS: Update my email address.
1287 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1289         PR libstdc++/32499
1290         * configure.ac (RANLIB): Default to true.
1291         (STRIP): Likewise.
1292         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1293         * configure: Regenerate.
1295 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1297         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1298         (Write After Approval): Update my email address.
1300 2010-02-17  Nick Clifton  <nickc@redhat.com>
1302         PR 11238
1303         * Makefile.tpl (local-distclean): Also remove config.cache files in
1304         sub-directories as there may not be Makefiles present in the
1305         sub-directories.
1306         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1307         the config.cache files found by the find command.
1309         * Makefile.in: Regenerate.
1310         * configure.ac: Revert previous delta.
1311         * configure: Regenerate.
1313 2010-02-15  Nick Clifton  <nickc@redhat.com>
1315         PR 11238
1316         * configure.ac: Delete config.cache files in sub-directories when
1317         deleting Makefiles.
1318         * configure: Regenerate.
1320 2010-02-12  Ben Elliston  <bje@gnu.org>
1322         * MAINTAINERS: Update my email address.
1324 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1326         * MAINTAINERS (spu port): Update my email address.
1328 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1330         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1332 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1334         * configure.ac: Add "recommended" version checks for GMP/MPC.
1335         Update recommended GMP/MPFR/MPC versions.
1336         * configure: Regenerate.
1338 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1340         * MAINTAINERS: Move my Embecosm email address into the
1341         write-after-approval section.
1343 2010-01-26  Ian Lance Taylor  <iant@google.com>
1345         * MAINTAINERS: Add myself as Go frontend maintainer.
1347 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1349         PR libstdc++/36101, PR libstdc++/42813
1350         * configure.ac (bootstrap_target_libs): Make inclusion of
1351         target-libgomp conditional on libgomb being in target_configdirs.
1352         * configure: Regenerate.
1354 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1356         PR libstdc++/36101, PR libstdc++/42813
1357         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1358         * configure: Regenerate.
1360 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1362         PR libstdc++/36101, PR libstdc++/42813
1363         * configure.ac (target_configdirs): Substitute.
1364         * Makefile.def: Bootstrap target module libgomp.
1365         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1366         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1367         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1368         * configure, Makefile.in: Regenerate.
1370 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1372         * MAINTAINERS: Adjust my details.
1374 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1376         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1378 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1380         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1382 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1384         * MAINTAINERS (Write After Approval): Add myself.
1386 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1388         * MAINTAINERS (Write After Approval): Add myself.
1390 2010-01-11  Richard Guenther  <rguenther@suse.de>
1392         PR lto/41569
1393         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1394         * Makefile.in: Regenerated.
1396 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1398         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1399         * configure: Regenerate.
1401 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1402             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1404         PR bootstrap/42424
1405         * configure.ac: Include libtool m4 files.
1406         (_LT_CHECK_OBJDIR): Call it.
1407         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1408         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1410         * configure: Regenerate.
1412 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1414         PR bootstrap/41818
1415         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1416         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1417         * Makefile.in: Regenerate.
1419 2010-01-02  Richard Guenther  <rguenther@suse.de>
1421         PR lto/41529
1422         * configure.ac: Include config/elf.m4.  Disable LTO if not
1423         builting for an elf target.
1424         * configure: Regenerate.
1426 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1428         * MAINTAINERS: Change my email address.
1430 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1432         * config.sub, config.guess: Update from upstream sources.
1434 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1436         * MAINTAINERS (Write After Approval): Add myself.
1438 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1440         PR middle-end/30447
1441         PR middle-end/30789
1442         PR other/40302
1444         * configure.ac: Require MPC.
1445         * configure: Regenerate.
1447 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1449         PR target/38384
1450         PR bootstrap/40972
1451         * libtool.m4: Sync from git Libtool.
1452         * ltoptions.m4: Likewise.
1453         * ltversion.m4: Likewise.
1454         * lt~obsolete.m4: Likewise.
1455         * ltmain.sh: Likewise.
1457 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1459         * configure.ac: Update minimum MPC version to 0.8.
1460         * configure: Regenerate.
1462 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1464         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1465         * configure: Regenerated.
1467 2009-11-21  Ian Lance Taylor  <iant@google.com>
1469         * configure.ac: Change default of poststage1_ldflags to be empty if
1470         poststage1_libs is set.  When poststage1_libs is empty, and
1471         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1472         * configure: Rebuild.
1474 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1476         * MAINTAINERS (Write After Approval): Update my email address.
1478 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1480         * config.guess: Update from upstream sources.
1482 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1484         * Makefile.def: Restore host and target settings for gmp.
1485         * Makefile.in: Rebuild.
1487 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1489         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1490         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1491         Fix portability of test of C++ as bootstrap language.  Add
1492         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1493         * configure: Rebuild.
1494         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1495         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1496         in-tree building.
1497         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1498         (POSTSTAGE1_HOST_EXPORTS): Use it.
1499         (STAGE[+id+]_CXXFLAGS): New.
1500         (BASE_FLAGS_TO_PASS): Pass it down.
1501         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1502         extra_exports.
1503         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1504         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1505         extra_exports.
1506         * Makefile.in: Rebuild.
1508 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1510         * config.sub, config.guess: Update from upstream sources.
1512 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1514         * MAINTAINERS (Write After Approval): Add myself.
1516 2009-11-09  Jon Beniston  <jon@beniston.com>
1518         * MAINTAINERS (Write After Approval): Add myself.
1520 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1522         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1523         paths for *-w64-mingw* and x86_64-*mingw*.
1524         * configure: Regenerated.
1526 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1528         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1530 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1532         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1533         Phil Edwards to Write-After Approval.
1535 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1537         * configure.ac: Disable target-winsup & co for
1538         x86_64-*-mingw* and *-w64-mingw* targets.
1539         * configure: Regenerated.
1541 2009-10-16  Nick Clifton  <nickc@redhat.com>
1543         * MAINTAINERS: Add myself as a maintainer for the RX port.
1545 2009-10-26  Johannes Singler  <singler@kit.edu>
1547         * MAINTAINERS (Write After Approval): Update my e-mail address.
1549 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1551         * configure.ac (CLooG test): Use = with test.
1552         * configure: Regenerate.
1554 2009-10-22  Richard Guenther  <rguenther@suse.de>
1556         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1557         cloog if the ppl version check failed.  Move flags saving
1558         before setting in libelf check.
1559         * configure: Regenerate.
1561 2009-10-21  Richard Guenther  <rguenther@suse.de>
1563         * configure.ac: Adjust the ppl and cloog configure to work as
1564         documented.  Disable cloog if ppl was disabled.  Omit the version
1565         checks if they were disabled.
1566         * configure: Re-generate.
1568 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1570         * configure.ac: Add 'lto' to enable_languages, not
1571         new_enable_languages, and only if not already present.
1572         * configure: Regenerate.
1574 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1576         * README: Refer to the various COPYING* files instead of just
1577         COPYING.
1578         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1580 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1582         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1583         
1584 2009-10-07  Richard Guenther  <rguenther@suse.de>
1586         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1587         and Richard Guenther as reviewers.
1588         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1589         as reviewers.
1591 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1593         * config.sub: Update from upstream sources.
1595 2009-10-06  Ian Lance Taylor  <iant@google.com>
1597         * Makefile.def: check-gold depends upon all-gas.
1598         * Makefile.in: Rebuild.
1600 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1602         * MAINTAINERS (Write After Approval): Add myself.
1604 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1606         * Makefile.def: all-lto-plugin depends on all-libiberty.
1607         set bootstrap=true for lto-plugin.
1608         Add lto-plugin.
1609         * Makefile.in: Regenerate.
1610         * configure.ac (host_libs): Add lto-plugin.
1611         * configure: Regenerate.
1613 2009-10-03  Diego Novillo  <dnovillo@google.com>
1615         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1616         (HOST_LIBELFLIBS): Define.
1617         (HOST_LIBELFINC): Define.
1618         * Makefile.in: Regenerate.
1619         * configure.ac: Add --enable-lto.
1620         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1621         If --enable-lto is used, add 'lto' to new_enable_languages.
1622         If --enable-lto is used and gold is enabled, add
1623         lto-plugin to configdirs.
1624         * configure: Regenerate.
1626 2009-10-03  Simon Baldwin  <simonb@google.com>
1628         * configure.ac: If --with-system-zlib, suppress local zlib and
1629         pass --with-system-zlib to subdir configure scripts.
1630         * configure: Regenerate.
1632 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1633             Paolo Bonzini  <bonzini@gnu.org>
1635         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1636         $(srcdir).
1637         * Makefile.in: Rebuilt.
1639 2009-09-26  Gary Funck  <gary@intrepid.com>
1641         * MAINTAINERS (Write After Approval): Add myself.
1643 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1645         * configure.ac: Update minimum MPC version to 0.7.
1646         * configure: Regenerate.
1648 2009-09-25  Nick Clifton  <nickc@redhat.com>
1650         * configure.ac: Pass any --cache-file=/dev/null option on to
1651         subconfigures.
1652         * configure: Regenerate.
1654 2009-09-23  Nick Clifton  <nickc@redhat.com>
1656         * config.sub, config.guess: Update from upstream sources.
1658 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1660         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1661         * Makefile.in: Rebuilt.
1663 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1665         PR bootstrap/32272
1666         * configure.ac: Error out if $srcdir isn't '.' but contains
1667         host-${host_noncanonical}.
1668         * configure: Regenerate.
1670 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1672         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1673         maintainer.
1675 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1677         * configure.ac: If bootstrapping a combined tree with
1678         --enable-gold, require c++ in stage1_languages.
1679         * configure: Regenerate.
1681         * configure.ac: Also add target_libs of stage1_languages to
1682         bootstrap_target_libs.
1683         * configure: Regenerate.
1685         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1686         with --enable-languages not containing c++.
1687         * configure: Regenerate.
1689 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1691         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1692         * configure: Regenerate.
1694 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1696         * MAINTAINERS (Write After Approval): Update my e-mail address,
1697         and move from from here...
1698         (Waiting for paperwork): To here.
1700 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1702         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1704 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1706         * configure.ac: Do not use $extrasub for replacing @if/@endif
1707         parts in Makefile; instead, use additional arguments to
1708         AC_CONFIG_COMMANDS to do the replacement manually, with several
1709         sed invocations, to avoid HP-UX sed command limits.
1710         * configure: Regenerate.
1712 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1714         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1715         blank before -L.
1717 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1719         * configure.ac (with-build-config): Document.  Handle without.
1720         Handle missing argument.
1721         * configure: Rebuilt.
1723 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1725         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1726         Default to bootstrap-debug only if compare-debug works.
1727         * configure: Rebuilt.
1728         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1729         * Makefile.in: Rebuilt.
1731 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1733         * MAINTAINERS (OS Port Maintainers): Update my email address.
1735 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1737         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1738         * Makefile.in: Rebuilt.
1740 2009-09-01  Chris Demetriou  <cgd@google.com>
1742         * MAINTAINERS (Write After Approval): Add myself.
1744 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1746         PR debug/30161
1747         * include/dwarf2.h (enum dwarf_tag): Added
1748         DW_TAG_GNU_template_template_param
1749         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1751 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1753         * Makefile.tpl (AWK): Fix typo.
1754         * Makefile.in: Regenerate.
1756 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1758         * configure.ac: Detect awk and sed.
1759         * Makefile.def (flags_to_pass): Add AWK and SED.
1760         * Makefile.tpl (AWK, SED): New.
1761         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1762         * configure: Regenerate.
1763         * Makefile.in: Regenerate.
1765 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1767         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1768         (collapseslashes): Likewise.
1770 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1772         * configure.ac (AC_PREREQ): Bump to 2.64.
1774 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1776         * configure.ac: Remove --with-datarootdir, --with-docdir,
1777         --with-pdfdir, --with-htmldir switches.
1778         * configure: Regenerate.
1780         * configure: Regenerate.
1782         * compile: Sync from Automake 1.11.
1783         * depcomp: Likewise.
1784         * install-sh: Likewise.
1785         * missing: Likewise.
1786         * mkinstalldirs: Likewise.
1787         * ylwrap: Likewise.
1789 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1791         * ltmain.sh (func_normal_abspath): New function.
1792         (func_relative_path): Likewise.
1793         (func_mode_help): Document new -bindir option for link mode.
1794         (func_mode_link): Add new -bindir option, and use it to place
1795         output DLL if specified.
1797 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1799         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1800         (baseargs): Add --disable-option-checking.
1801         * configure: Regenerate.
1803         * Makefile.def (configure-target-libiberty): Depend on
1804         all-binutils and all-ld.
1805         (configure-target-newlib): Likewise.
1806         * Makefile.in: Regenerate.
1808 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1810         * config.sub, config.guess: Update from upstream sources.
1812 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1814         Sync from src, merge:
1816         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1818         * configure.ac: Do not exclude gas for i386-*-darwin.
1819         Add a case for x86_64-*-darwin.
1820         * configure: Regenerate.
1822 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1824         * MAINTAINERS: Add my name to Write After Approval list.
1826 2009-08-06  Michael Eager  <eager@eagercon.com>
1828         * configure.ac: Add Microblaze target.
1829         * configure: Regenerate.
1831 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1833         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1834         * configure: Regenerate.
1835         
1836 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1838         * MAINTAINERS (Write After Approval): Update my e-mail address.
1840 2009-07-06  Ian Lance Taylor  <iant@google.com>
1842         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1843         * configure: Rebuild.
1845 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1847         * MAINTAINERS: Move myself to the Graphite Reviewers.
1849 2009-06-30  Wei Guozhi  <carrot@google.com>
1851         * MAINTAINERS: Add my name to Write After Approval list.
1853 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1855         PR bootstrap/40338
1856         * configure.ac (comparestring): Create new variable.
1857         * Makefile.tpl (comparestring): Use to skip some comparisions.
1858         * configure: Regenerate.
1859         * Makefile.in: Regenerate.
1861 2009-06-26  Doug Evans  <dje@sebabeach.org>
1863         * Makefile.def (host_modules): Add cgen.
1864         * Makefile.in: Regenerate.
1865         * configure.ac (host_tools): Add cgen.
1866         * configure: Regenerate.
1868 2009-06-23  DJ Delorie  <dj@redhat.com>
1870         * MAINTAINERS: Add myself as mep maintainer.
1872 2009-06-23  Ian Lance Taylor  <iant@google.com>
1874         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1875         boot_languages.  Only bootstrap target libraries listed in
1876         target_libs for some boot language.  Add --with-stage1-ldflags,
1877         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1878         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1879         if not building with C++.
1880         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1881         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1882         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1883         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1884         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1885         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1886         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1887         * configure, Makefile.in: Rebuild.
1889 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1891         * MAINTAINERS: Added my name to write-after-approval list.
1893 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1895         * configure.ac: Define is_elf for QNX Neutrino targets.
1896         * configure: Regenerate.
1898 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1900         * MAINTAINERS: Added my name to the write-after-approval list
1902 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1904         * configure.ac: Detect MPC in default directory.
1905         * configure: Regenerate.
1907 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1908             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1910         * Makefile.tpl (all): Avoid a trailing backslash.
1911         * Makefile.in: Regenerate.
1913 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1915         * config.sub, config.guess: Update from upstream sources.
1917 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1919         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1920         to noconfdirs.
1921         * configure: Regenerate.
1923 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1925         * Makefile.tpl ([+compare-target+]): Compare all stage
1926         directories, rather than just gcc.
1927         * Makefile.in: Rebuilt.
1929 2009-06-01  Doug Kwan  <dougkwan@google.com>
1931         * configure.ac: Support gold for target arm*-*-*.
1932         * configure: Regenerate.
1934 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1936         * Makefile.def: Add MPC support and dependencies.
1937         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1939         * Makefile.in, configure: Regenerate.
1941 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1943         * Makefile.tpl (all): Avoid harmless warning in make all when
1944         gcc-bootstrap is enabled but stage_last does not exist.
1945         * Makefile.in: Rebuilt.
1947 2009-05-24  Nicolas Roche  <roche@adacore.com>
1949         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1950         * Makefile.in: Regenerate.
1952 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1954         * MAINTAINERS: Update my e-mail address.
1956 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1958         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1959         * configure:  Regenerate.
1961 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1963         PR other/40159
1964         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1965         gcc-no-bootstrap are mutually exclusive.
1966         * Makefile.in: Rebuilt.
1968 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1970         PR other/40159
1971         * Makefile.tpl (all): Don't end with unconditional success.
1972         * Makefile.in: Rebuilt.
1974 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1976         PR target/37137
1977         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1978         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1979         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1980         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1981         stage_configureflags, stage_cflags and stage_libcflags into
1982         explicit Makefile macros.
1983         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1984         GFORTRAN.
1985         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1986         CC.  Set CC_FOR_BUILD from CC.
1987         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1988         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1989         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1990         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1991         and GFORTRAN.
1992         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1993         (_LIBCFLAGS): Renamed to _TFLAGS.
1994         (do-compare-debug, do-compare3-debug): Drop.
1995         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1996         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1997         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1998         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1999         (XGCC_FLAGS_FOR_TARGET): New.
2000         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2001         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2002         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2003         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2004         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2005         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2006         TFLAGS.
2007         (BUILD_CONFIG): Include if requested.
2008         (all): Set TFLAGS on bootstrap.
2009         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2010         (all-stageid-prefixmodule): Likewise.
2011         (do-clean, distclean-stageid): Set TFLAGS.
2012         (restrap): Fix whitespace.
2013         * Makefile.in: Rebuilt.
2015 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2017         * config.guess: Sync with src.
2019 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2021         * configure.ac ($with_ppl):  Default to no if not supplied.
2022         ($with_cloog):  Likewise.
2023         configure:  Regenerate.
2025 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2027         * MAINTAINERS: Update my e-mail address.
2029 2009-04-27  Nick Clifton  <nickc@redhat.com>
2031         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2033 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2035         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2036         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2037         * Makefile.in: Regenerate.
2039 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2041         PR bootstrap/39739
2042         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2043         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2045         * configure, Makefile.in: Regenerate.
2047 2009-04-21  Taras Glek  <tglek@mozilla.com>
2049         * include/hashtab.h: Update GTY annotations to new syntax
2050         * include/splay-tree.h: Likewise
2052 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2054         * config.sub, config.guess: Update from upstream sources.
2056 2009-04-15  Anthony Green  <green@moxielogic.com>
2058         * configure.ac: Add moxie support.
2059         * configure: Rebuilt.
2061 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2063         * configure.ac: Change copyright header to refer to version
2064         3 of the GNU General Public License and to point readers at the
2065         COPYING3 file and the FSF's license web page.
2066         * Makefile.def: Likewise.
2067         * Makefile.tpl: Likewise.
2068         * Makefile.in: Regenerate.
2070 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2072         * configure.ac: Restore match for darwin9 or later. Use double
2073         brackets since regeneration eats one pair.
2074         * configure: Regenerate.
2076 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2078         PR gas/10039
2079         * configure.ac: Require texinfo 4.7.
2080         * configure: Regenerated.
2082 2009-04-09  Nick Clifton  <nickc@redhat.com>
2084         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2085         the GCC Runtime Library Exception.
2087 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2089         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2090         * configure: Regenerate.
2092 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2094         * Makefil.def (languages): New entries.
2095         * Makefile.tpl (check-gcc-*): New generic target.
2096         * Makefile.in: Regenerate.
2098 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2100         * MAINTAINERS:  Update my email address.
2102 2009-03-18  Tom Tromey  <tromey@redhat.com>
2104         * configure: Rebuild.
2105         * configure.ac (host_libs): Add libiconv.
2106         * Makefile.in: Rebuild.
2107         * Makefile.def (host_modules): Add libiconv.
2108         (configure-gdb, all-gdb): Depend on libiconv.
2110 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2112         * configure.ac: Treat gdb as supported on x86_64-darwin.
2113         * configure: Regenerate.
2115 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2117         * configure.ac (--with-host-libstdcxx): New option.
2118         * configure: Regenerate.
2120 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2122         * MAINTAINERS:  Move myself into the write after approval list.
2124 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2126         * MAINTAINERS: Update e-mail address.
2127         
2128 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2130         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2132 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2134         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2136 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2138         Backport from git Libtool:
2140         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2141         Support GNU/kOpenSolaris.
2142         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2143         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2144         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2145         GNU/kOpenSolaris.
2147 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2149         * MAINTAINERS: Update e-mail address.
2151 2009-02-24  Michael Eager  <eager@eagercon.com>
2153         * MAINTAINERS (Write After Approval): Add self.
2155 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2157         * MAINTAINERS (Write After Approval): Add myself.
2159 2009-02-05  Andreas Schwab  <schwab@suse.de>
2161         * Makefile.tpl (stage_last): Define $r and $s before using
2162         $(RECURSE_FLAGS_TO_PASS).
2163         * Makefile.in: Regenerate
2165 2009-01-30  Ian Lance Taylor  <iant@google.com>
2167         * MAINTAINERS: Move myself to the Global Reviewers list.
2169 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2171         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2172         * configure: Regenerate.
2174 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2176         * MAINTAINERS: Make whitespace consistent.
2177         Remove Robert Millan from Write After Approval.
2179 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2181         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2182         (all-opcodes): Depend on all-libiberty.
2183         * Makefile.in: Regenerate.
2185 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2187         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2188         * configure: Regenerate.
2190 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2192         * MAINTAINERS (Write After Approval): Add myself.
2194 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2196         * MAINTAINERS: Add myself to reviewers (Fortran).
2198 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2200         PR tree-optimization/38515
2201         * configure.ac (cloog-polylib): Removed.
2202         (with_ppl, with_cloog): Test for "no".
2203         * configure: Regenerated.
2205 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2207         * MAINTAINERS: Moved myself to reviewers (Fortran).
2209 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2211         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2212         (Write After Approval): Remove myself.
2214 2009-01-03  Diego Novillo  <dnovillo@google.com>
2216         * MAINTAINERS: Remove myself from alias maintainership.
2218 2009-01-02  David Ayers  <ayers@fsfe.org>
2220         * MAINTAINERS: Update e-mail address.
2222 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2224         * MAINTAINERS: Make whitespace consistent.
2226 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2228         Backport from upstream Libtool:
2229         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2230         Add cache variables to tests that require the linker to work.
2231         For shlibpath_overrides_runpath, this also changes the semantics
2232         to let the result from the C compiler take precedence.
2234 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2236         * config.sub, config.guess: Update from upstream sources.
2238 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2240         * configure.ac (ppllibs): Add by default the lib flags.
2241         * configure: Regenerate.
2243 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2245         * MAINTAINERS:  Add myself to the write after approval list.
2247 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2249         * configure.ac: Add double brackets on darwin[912].
2250         * configure: Regenerate.
2252 2008-12-03  Daniel Kraft  <d@domob.eu>
2254         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2255         Approval to Reviewer section (for Fortran front-end).
2257 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2259         * configure.ac: Expand to darwin10 and later.
2260         * configure: Regenerate.
2262 2008-12-02  Andreas Schwab  <schwab@suse.de>
2264         * Makefile.def: configure-target-boehm-gc depends on
2265         all-target-libstdc++-v3.
2266         * Makefile.in: Regenerate.
2268 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2270         * MAINTAINERS:  Add myself as mingw maintainer.
2272 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2274         * config.sub, config.guess: Update from upstream sources.
2276 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2278         * README.SCO: Remove.
2280 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2282         * MAINTAINERS:  Add myself to the write after approval list.
2284 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2286         * MAINTAINERS:  Update my email address in WAA section.
2288 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2290         * MAINTAINERS: Update e-mail address.
2292 2008-11-27  Toon Moene  <toon@moene.org>
2294         * MAINTAINERS: Change e-mail address.
2296 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2298         * configure.ac: Build gdb for i?86-*-darwin*
2299         * configure: Regenerated.
2301 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2303         * MAINTAINERS: Added my full name.
2305 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2307         PR bootstrap/38014
2308         PR bootstrap/37923
2310         Revert:
2312         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2314         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2315         * Makefile.in: Regenerated.
2317         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2319         PR gdb/921
2320         PR gdb/1646
2321         PR gdb/2175
2322         PR gdb/2176
2324         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2325         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2326         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2327         (HOST_EXPORTS): Pass CPPFLAGS.
2328         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2329         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2330         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2331         * Makefile.in, configure: Regenerated.
2332         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2333         and CPPFLAGS_FOR_BUILD.
2335 2008-11-06  Jeff Law  <law@redhat.com>
2337         * MAINTAINERS: Add myself as middle end maintainer.
2339 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2341         * MAINTAINERS (Write after approval): Add myself.
2343 2008-11-05  Diego Novillo  <dnovillo@google.com>
2345         * MAINTAINERS (Global Reviewers): Add myself.
2346         (Non-Algorithmic Maintainers): Remove myself.
2348 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2350         * MAINTAINERS (Write after approval): Add myself.
2352 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2354         * MAINTAINERS (Write after approval): Add myself.
2356 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2358         * configure.ac (spu-*-*): Remove special case.
2359         * configure: Regenerate.
2361 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2363         * MAINTAINERS (Write after approval): Update my email address.
2365 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2367         * configure.ac [spu-*-*]: Do not set skipdirs.
2368         * configure: Re-generate.
2370 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2372         * MAINTAINERS (Various Maintainers): Add myself to reload.
2374 2008-10-25  Richard Guenther  <rguenther@suse.de>
2376         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2377         maintainer.  Remove myself as libgcc-math maintainer.
2378         (Non-Algorithmic Maintainers): Remove myself.
2380 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2382         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2383         * Makefile.in: Regenerated.
2385 2008-10-23  Cary Coutant  <ccoutant@google.com>
2387         * MAINTAINERS (Write after approval): Add myself.
2389 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2391         PR gdb/921
2392         PR gdb/1646
2393         PR gdb/2175
2394         PR gdb/2176
2396         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2397         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2398         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2399         (HOST_EXPORTS): Pass CPPFLAGS.
2400         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2401         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2402         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2403         * Makefile.in, configure: Regenerated.
2404         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2405         and CPPFLAGS_FOR_BUILD.
2407 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2409         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2410         Sebastian Pop.
2412 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2414         * MAINTAINERS (Write After Approval): Added myself.
2416 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2418         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2419         recommended version to 2.3.2.
2421         * configure: Regenerate.
2423 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2425         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2427 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2429         * MAINTAINERS (Write After Approval): Update e-mail address.
2431 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2433         * libtool.m4: Update to libtool 2.2.6.
2434         * lt~obsolete.m4: Update to libtool 2.2.6.
2435         * ltmain.sh: Update to libtool 2.2.6.
2436         * ltsugar.m4: Update to libtool 2.2.6.
2437         * ltversion.m4: Update to libtool 2.2.6.
2438         * ltoptions.m4: Update to libtool 2.2.6.
2439         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2441 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2443         * MAINTAINERS (Write After Approval): Add myself.
2445 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2447         * MAINTAINERS (Write After Approval): Update my name.
2449 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2451         * MAINTAINERS: Add myself in "Write After Approval".
2453 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2455         * MAINTAINERS: Add myself as ia64 maintainer.
2457 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2459         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2460         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2461         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2462         and Michael Tiemann from Write After Approval since they do not
2463         actually have access.
2465 2008-09-05  Richard Guenther  <rguenther@suse.de>
2467         * configure.ac: Initialize clooglibs to -lcloog.
2468         * configure: Re-generate.
2470 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2472         * MAINTAINERS (Write After Approval): Add myself.
2474 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2476         * configure.ac (--with-cloog-polylib): New.
2477         (--disable-cloog-version-check): New.
2478         (--disable-ppl-version-check): New.
2479         * configure: Re-generate.
2481 2008-09-03  Richard Guenther  <rguenther@suse.de>
2483         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2484         cloog test.
2485         * configure: Re-generate.
2487 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2489         Add picoChip port.
2490         * MAINTAINERS: Add picoChip maintainers.
2492 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2493             Tobias Grosser  <grosser@fim.uni-passau.de>
2494             Jan Sjodin  <jan.sjodin@amd.com>
2495             Harsha Jagasia  <harsha.jagasia@amd.com>
2496             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2497             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2498             Adrien Eliche  <aeliche@isty.uvsq.fr>
2500         Merge from graphite branch.
2501         * configure: Regenerate.
2502         * Makefile.in: Regenerate.
2503         * configure.ac (host_libs): Add ppl and cloog.
2504         Add checks for PPL and CLooG.
2505         * Makefile.def (ppl, cloog): Added modules and dependences.
2506         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2507         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2509 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2511         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2512         (GCC_SHLIB_SUBDIR): New.
2513         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2514         * configure: Regenerate.
2515         * Makefile.in: Regenerate.
2517 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2519         * MAINTAINERS: Consistently use tabs to separate columns.
2521 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2523         * MAINTAINERS (Write after Approval): Add myself.
2525 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2527         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2528         Enable bfd, binutils and opcodes.
2529         * configure: Regenerate.
2531 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2533         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2535 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2537         * MAINTAINERS:  Use correct Umlaut for last name.
2539 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2541         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2543 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2545         * MAINTAINERS: Update my email address.
2547 2008-08-16  Nicolas Roche  <roche@adacore.com>
2549         * Makefile.tpl: Add BOOT_ADAFLAGS.
2550         * Makefile.in: Regenerate.
2552 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2554         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2555         * configure: Regenerate.
2557 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2559         * configure.ac: Add makefile fragments for hpux.
2560         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2561         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2562         * configure: Regenerate.
2563         * Makefile.in: Regenerate.
2565 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2567         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2569 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2571         * MAINTAINERS (Write after Approval): Add myself.
2573 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2575         * MAINTAINERS (Write After Approval):  Add myself.
2577 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2579         * MAINTAINERS (Write After Approval):  Add myself.
2581 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2583         * MAINTAINERS: Update my email address.
2585 2008-06-25  Joey Ye  <joey.ye@intel.com>
2587         * MAINTAINERS (Write After Approval):  Add myself.
2589 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2591         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2592         * Makefile.in: Regenerate.
2593         * configure: Regenerate.
2595 2008-06-17  Daniel Kraft  <d@domob.eu>
2597         * MAINTAINERS (Write After Approval):  Add myself.
2599 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2601         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2602         "$@" is still intact with both Autoconf 2.59 and 2.62.
2603         * configure: Regenerate.
2605 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2607         * Makefile.tpl: Fix comment errors.
2608         * Makefile.in: Regenerate.
2610 2008-06-12  David S. Miller  <davem@davemloft.net>
2611             David Edelsohn  <edelsohn@gnu.org>
2613         * configure.ac: Add powerpc*-*-* to gold supported targets.
2614         * configure: Regenerate.
2616 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2618         PR tree-optimization/36218
2619         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2620         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2621         (all prefix="build-"): Pass them to build-system sub-makes.
2622         * Makefile.in: Regenerate.
2624 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2626         * MAINTAINERS (mt port): Remove.
2627         (sco5, unixware, sco udk): Remove.
2628         (Kean Johnston): Add to Write After Approval.
2630 2008-05-30  Julian Brown  <julian@codesourcery.com>
2632         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2633         of libobjc for ARM EABI Linux.
2634         * configure: Regenerate.
2636 2008-05-18  Xinliang David Li   <davidxl@google.com>
2638         * ChangeLog: Remove wrong ChangeLog entry.
2640 2008-05-17  Xinliang David Li   <davidxl@google.com>
2642         * MAINTAINERS (Write After Approval): Add myself.
2644 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2646         * MAINTAINERS (Write After Approval): Add myself.
2648 2008-05-14  Rafael Espíndola  <espindola@google.com>
2650         * config-ml.in: don't handle --enable-shared and --enable-static.
2652 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2654         * MAINTAINERS: Update my email address.
2656 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2658         * MAINTAINERS: Update my email address.
2660 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2662         * MAINTAINERS (Write After Approval): Add myself.
2664 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2666         * MAINTAINERS (Write After Approval): Add myself.
2668 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2670         * MAINTAINERS (crx): Add myself.
2672 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2674         Sync with src:
2675         2008-04-14  David S. Miller  <davem@davemloft.net>
2677         * configure.ac: Add sparc*-*-* to gold supported targets.
2678         * configure: Regenerate.
2680 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2682         PR bootstrap/35457
2683         * configure.ac: Include override.m4.
2684         * configure: Regenerate.
2686 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2688         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2689         * Makefile.in: Regenerate.
2691 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2693         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2694         as nonconfigurable directories list.
2695         * configure: Regenerate.
2697 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2699         * config.sub, config.guess: Update from upstream sources.
2701 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2703         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2704         * Makefile.in: Regenerate.
2706 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2708         * configure.ac: Do not build libssp for the AVR.
2709         * configure: Regenerate.
2711 2008-04-07  Ian Lance Taylor  <iant@google.com>
2713         * Makefile.def: check-gold depends upon all-binutils.
2714         * Makefile.in: Regenerate.
2716 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2718         * MAINTAINERS (Write After Approval): Add myself.
2720 2008-04-04  Nick Clifton  <nickc@redhat.com>
2722         PR binutils/4334
2723         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2724         builds.
2725         * configure: Regenerate.
2727 2008-04-04  NightStrike  <NightStrike@gmail.com>
2729         PR other/35151
2730         * configure.ac: Combine rules for mingw32 and mingw64.
2731         * configure: Regenerate.
2733 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2735         * MAINTAINERS (Write After Approval): Add myself.
2737 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2739         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2740         * Makefile.in (.NOTPARALLEL): Ditto.
2742 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2744         * MAINTAINERS (Write After Approval): Add myself.
2746 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2748         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2749         * Makefile.in (.NOTPARALLEL): Regenerate.
2751 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2753         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2754         * Makefile.in: Regenerate.
2756 2008-03-26  Jakub Staszak  <kuba@et.pl>
2758         * MAINTAINERS (Write After Approval): Add myself.
2760 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2762         * MAINTAINERS:  Update e-mail address.
2764 2008-03-20  Ian Lance Taylor  <iant@google.com>
2766         * configure.ac: Add support for --enable-gold.
2767         * Makefile.def: Add gold as a directory like ld.
2768         * configure, Makefile.in: Regenerate.
2770 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2772         * configure.ac: m4_include config/proginstall.m4.
2773         * configure: Regenerate.
2775         Backport from upstream Libtool:
2777         2007-10-12  Eric Blake  <ebb9@byu.net>
2779         Deal with Autoconf 2.62's semantic change in m4_append.
2780         * ltsugar.m4 (lt_append): Replace broken versions of
2781         m4_append.
2782         (lt_if_append_uniq): Don't require separator to be overquoted,
2783         and avoid broken m4_append.
2784         (lt_dict_add): Fix typo.
2785         * libtool.m4 (_LT_DECL): Don't overquote separator.
2787 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2789         * config.rpath: Add AIX 6 support.
2791 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2793         * Makefile.def (stageprofile).  Remove -fprofile-generate
2794         from stage_libcflags.
2795         * Makefile.in: Regenerate.
2797 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2799         * config.sub, config.guess: Update from upstream sources.
2801 2008-03-06  Tom Tromey  <tromey@redhat.com>
2803         * MAINTAINERS: Update for treelang deletion.
2805 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2807         * MAINTAINERS: Update my email address.
2809 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2811         * MAINTAINERS (darwin port): Add myself as a maintainer.
2812         (objective-c/c++): Add myself as a maintainer.
2814 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2816         * MAINTAINERS (Write After Approval): Update my email address.
2818 2008-02-25  Tomas Bily  <tbily@suse.cz>
2820         * MAINTAINERS (Write After Approval): Add myself.
2822 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2824         * MAINTAINERS (OpenMP): Add myself.
2826 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2828         PR bootstrap/32009
2829         PR bootstrap/32161
2831         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2832         * configure: Regenerate.
2834         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2835         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2836         STAGE4_LIBCFLAGS): New.
2837         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2838         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2839         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2840         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2841         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2842         for target modules.  Don't export LIBCFLAGS.
2843         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2844         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2845         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2846         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2847         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2848         * Makefile.in: Regenerate.
2850 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2852         PR libgcj/33085
2853         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2854         Do not use -DDLL_EXPORT.  Backport from upstream.
2856 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2858         * MAINTAINERS (Write After Approval): Add myself.
2860 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2862         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2863         * configure: Regenerate.
2865 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2867         * configure.ac (xtensa*-*-*): Recognize processor variants.
2868         * configure: Regenerate.
2870 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2872         PR bootstrap/34922
2873         * configure.ac (PARSE_ARGS): Push suitable setting of
2874         ac_subdirs_all, for `./configure --help=recursive'.
2875         Handle `+' in generic toplevel directory disabling.
2876         * configure: Regenerate.
2878 2008-01-28  Nick Clifton  <nickc@redhat.com>
2880         * MAINTAINERS (xstormy16): Take over maintainership.
2882 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2884         * MAINTAINERS (c4x port): Remove.
2886 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2888         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2890 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2892         * config.sub, config.guess: Update from upstream sources.
2894 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2896         * MAINTAINERS (Write After Approval): Add myself.
2898 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2900         * MAINTAINERS: Update my email address.
2902 2008-01-09  Raksit Ashok  <raksit@google.com>
2904         * MAINTAINERS (Write After Approval): Add myself.
2906 2008-01-09  Raksit Ashok  <raksit@google.com>
2908         * MAINTAINERS (Write After Approval): Add myself.
2910 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2912         * config.sub, config.guess: Update from upstream sources.
2914 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2916         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2917         Change recommended MPFR from 2.2.1 -> 2.3.0.
2918         * configure: Regenerate.
2920 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2922         * MAINTAINERS: Update my email address.
2924 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2926         * MAINTAINERS: Update my email address.
2928 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2930         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2931         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2932         * Makefile.in: Regenerate.
2934 2007-12-10  Mark Heffernan  <meheff@google.com>
2936         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2937         misplaced entries.
2939 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2941         * configure.ac: Enable libjava for x86_64-*-darwin9.
2942         * configure: Regenerate.
2944 2007-12-07  Bill Maddox  <maddox@google.com>
2946         * MAINTAINERS (Write After Approval): Add myself.
2948 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2950         * config.sub, config.guess: Update from upstream sources.
2952 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2954         * config-ml.in: Remove 64bit configure tests.
2956 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2958         * config-ml.in: Robustify against white space in absolute file
2959         names.
2961         * config-ml.in (multi-clean): Substitute ${Makefile}.
2962         Remove superfluous ${Makefile} in list.
2964 2007-11-19  Thiemo Seufer  <ths@mips.com>
2966         * config-ml.in: Don't hardcode the Makefile name.
2968 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2970         * MAINTAINERS (Write After Approval): Add myself.
2972 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2974         * MAINTAINERS (Write After Approval): Add myself.
2976 2007-11-06  Doug Kwan  <dougkwan@google.com>
2978         * MAINTAINERS (Write After Approval): Add myself.
2980 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2982         * MAINTAINERS (mercury): Remove entry.
2983         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2985 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2987         * Makefile.def (dependencies): Make configure-gdb depend on
2988         all-intl.
2989         * Makefile.in: Regenerated.
2991 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2993         * MAINTAINERS (Fortran maintainer): Remove myself.
2995 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2997         * Makefile.def: To avoid problems running with parallel makes,
2998         build newlib before libgloss so that target specific header
2999         files are availble.
3000         * Makefile.in: Regenerate
3002 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3004         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3005         * Makefile.in: Regenerate.
3007 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3009         * MAINTAINERS (Register allocation reviewer): Add myself.
3011 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3013         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3014         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3015         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3016         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3017         * configure: Regenerate.
3019 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3021         * MAINTAINERS (Register allocation reviewer): Add myself.
3023 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3025         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3026         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3027         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3028         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3029         * configure.ac: Default them to host tools for $host = $build.
3030         Subst them.
3032         * configure: Regenerate.
3033         * Makefile.in: Regenerate.
3035 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3037         * MAINTAINERS (Register allocation reviewer): Add myself.
3039 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3041         * MAINTAINERS (Register allocation reviewer): Add myself.
3043 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3045         * MAINTAINERS (Write After Approval): Fix typo.
3047 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3049         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3050         * configure: Regenerate.
3052 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3054         PR bootstrap/31906
3055         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3056         they're already prefixed.
3058 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3060         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3061         libstdc++.
3062         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3063         * configure: Regenerate.
3064         * Makefile.in: Regenerate.
3066 2007-09-17  Andreas Schwab  <schwab@suse.de>
3068         * configure.ac: Raise minimum makeinfo version to 4.6.
3069         * configure: Regenerate.
3071 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3073         * MAINTAINERS (write-after-approval) add myself
3075 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3077         * configure.ac: Correct makeinfo version check.
3078         * configure: Regenerate.
3080 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3082         * MAINTAINERS: Update my email address.
3084 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3086         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3087         to $skipdirs and only disable gprof for newlib.  Use the normal
3088         mips*-elf* handling in other respects.
3089         * configure: Regnerate.
3091 2007-09-12  David Daney  <ddaney@avtrex.com>
3093         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3094         enabling libgcj.
3095         * configure: Regenerate.
3097 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3099         PR other/32154
3100         * configure.ac: For libgloss targets, point the linker to the linker
3101         script, startup code and simulator library.
3102         * configure: Regenerate.
3104 2007-09-07  Andrew Haley  <aph@redhat.com>
3106         * configure.ac (noconfigdirs): Remove target-libffi and
3107         target-libjava.
3108         * configure: Regenerate.
3110 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3112         PR target/33281
3113         * configure.ac: Use config/mh-mingw on mingw.
3114         * configure: Regenerate.
3116 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3118         * MAINTAINERS (Write After Approval): Add myself.
3120 2007-09-05  Richard Guenther  <rguenther@suse.de>
3122         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3123         nor --disable-checking is provided also turn on yes and types
3124         checking for stage1.
3125         * configure: Re-generate.
3127 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3129         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3130         (Write After Approval): Remove myself.
3132 2007-08-29  Nick Clifton  <nickc@redhat.com>
3134         * config.sub, config.guess: Update from upstream sources.
3136 2007-08-22  Bud Davis  <jmdavis@link.com>
3138         * MAINTAINERS (Write After Approval): Added myself.
3139         * MAINTAINERS (Reviewers): Removed myself.
3141 2007-08-18  Paul Brook  <paul@codesourcery.com>
3142             Joseph Myers  <joseph@codesourcery.com>
3144         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3145         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3146         * Makefile.in: Regenerate.
3147         * configure.ac (--with-debug-prefix-map): New.
3148         * configure: Regenerate.
3150 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3151             Nigel Stephens  <nigel@mips.com>
3153         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3154         as target_makefile_frag.
3155         * configure: Regenerate.
3157 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3159         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3160         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3161         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3162         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3163         (do-compare, do-compare3, do-compare-debug): New.
3164         ([+compare-target+]): Use them.
3166 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3168         * MAINTAINERS (Write After Approval): Change my email address.
3170 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3171             Ben Elliston  <bje@au.ibm.com>
3173         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3174         --silent if $silent.
3175         * configure: Regenerate.
3177 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3179         * MAINTAINERS (Various Maintainers): Add myself as
3180         loop infrastructure maintainer.  Update my e-mail
3181         address.
3183 2007-07-31  Diego Novillo  <dnovillo@google.com>
3185         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3186         Adjust description.
3188 2007-07-26  Richard Guenther  <rguenther@suse.de>
3190         * configure.ac: Add types checking to stage1 checking flags.
3191         * configure: Regenerate.
3193 2007-07-17  Nick Clifton  <nickc@redhat.com>
3195         * COPYING3: New file.  Contains version 3 of the GNU General
3196         Public License.
3197         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3198         Lesser General Public License.
3200 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3202         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3204 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3206         * MAINTAINERS (S/390 co-maintainer): Add myself.
3207         (Write After Approval): Remove myself.
3209 2007-07-13  Dan Hipschman  <dsh@google.com>
3211         * MAINTAINERS (Write After Approval): Add myself.
3213 2007-07-11  Nick Clifton  <nickc@redhat.com>
3215         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3216         WINDRES export.
3217         * Makefile.in: Regenerate.
3219 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3221         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3222         maintainer.
3224 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3226         * lt~obsolete.m4: New. Import from 20070318 libtool.
3228 2007-07-03  Julian Brown  <julian@codesourcery.com>
3230         * MAINTAINERS (Write After Approval): Add myself.
3232 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3234         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3235         * configure: Regenerate.
3237 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3239         * configure.ac: Add some missing m4 quotation.
3240         * configure: Regenerate.
3242 2007-07-02  Simon Baldwin  <simonb@google.com>
3244         * MAINTAINERS (Write After Approval): Add myself.
3246 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3248         * configure: Regenerate.
3250 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3252         * Makefile.def: Add windmc tool to build.
3253         * Makefile.tpl: Likewise.
3254         * configure.ac: Likewise.
3255         * Makefile.in: Regenerate.
3256         * configure: Regenerate.
3258 2007-06-28  DJ Delorie  <dj@redhat.com>
3260         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3261         not building newlib.
3262         * configure: Regenerated.
3264 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3266         * MAINTAINERS (Write After Approval): Add myself.
3268 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3270         * MAINTAINERS (Write After Approval): Add myself.
3272 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3274         * MAINTAINERS (Write After Approval): Add myself.
3276 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3278         * MAINTAINERS (Write After Approval): Add myself.
3280 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3282         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3283         * Makefile.in: Regenerated.
3285 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3287         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3288         bfin*-*-uclinux* targets.
3289         * configure: Regenerate.
3291 2007-06-14  Ian Lance Taylor  <iant@google.com>
3293         * MAINTAINERS: Add myself as non-algorithmic global write
3294         maintainer.
3296 2007-06-14  Diego Novillo  <dnovillo@google.com>
3298         * MAINTAINERS: Add self as middle-end maintainer and
3299         non-algorithmic global write maintainer.
3301 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3303         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3304         Move all Fortran maintainers except Paul Brook into the
3305         Non-Autopoiesis section.
3307 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3309         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3310         (distclean-stage[+id+]): Possibly delete stage_last.
3311         * Makefile.in: Regenerate.
3313 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3315         * MAINTAINERS (Various Maintainer): Fix typo.
3317 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3319         * MAINTAINERS (Various Maintainer): Add myself as
3320         dataflow maintainer.
3322 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3324         * config.sub, config.guess: Update from upstream sources.
3326 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3328         * Makefile.tpl: Fix spelling error.
3329         * Makefile.in: Regenerate.
3331 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3333         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3334         lt_cv_sys_max_cmd_len.
3336 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3338         * MAINTAINERS (Various Maintainers): Add myself as
3339         auto-vectorizer maintainer.
3341 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3343         PR libjava/32098
3344         * libtool.m4: Revert previous change.
3345         * ltgcc.m4: Put it here.
3347 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3349         * MAINTAINERS (Various Maintainers): Add myself as
3350         auto-vectorizer maintainer.
3352 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3354         PR libjava/32098
3355         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3357 2007-05-30  Richard Guenther  <rguenther@suse.de>
3359         * MAINTAINERS (Various Maintainers): Add myself as
3360         auto-vectorizer maintainer.
3362 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3364         PR bootstrap/29382
3365         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3366         * configure: Rebuilt.
3368 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3370         * MAINTAINERS (Write After Approval): Removed my name.
3372 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3374         * MAINTAINERS (Write After Approval): Remove myself.
3376 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3378         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3380 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3382         * ltmain.sh: Update from ToT Libtool.
3383         * libtool.m4: Update from ToT Libtool.
3384         * ltsugar.m4: New. Update from ToT Libtool.
3385         * ltversion.m4: New. Update from ToT Libtool.
3386         * ltoptions.m4: New. Update from ToT Libtool.
3387         * ltconfig: Remove.
3388         * ltcf-c.sh: Remove.
3389         * ltcf-cxx.sh: Remove.
3390         * ltcf-gcj.sh: Remove.
3392 2007-05-22  Ollie Wild  <aaw@google.com>
3394         * MAINTAINERS (Write After Approval): Add myself.
3396 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3398         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3399         stage_cflags.
3400         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3401         Remove CFLAGS/LIBCFLAGS.
3402         (configure-stage[+id+]-[+prefix+][+module+],
3403         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3404         * Makefile.in: Regenerate.
3406 2007-05-15  Diego Novillo  <dnovillo@google.com>
3408         * MAINTAINERS: Update e-mail address.
3410 2007-05-15  Revital Eres  <eres@il.ibm.com>
3412         * MAINTAINERS (Write After Approval): Add myself.
3414 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3416         * MAINTAINERS (Write After Approval): Updated my address.
3418 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3420         * MAINTAINERS (Write After Approval): Add myself.
3422 2007-05-11  Silvius Rus  <rus@google.com>
3424         * MAINTAINERS (Write After Approval): Add myself.
3426 2007-04-23  Tom Tromey  <tromey@redhat.com>
3428         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3430 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3432         * MAINTAINERS (cpplib): Rename to ...
3433         (libcpp): ... this.  Add C/C++ front end maintainers.
3435 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3437         * config-ml.in: Pass ${ml_config_env} to configure calls.
3439 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3441         * MAINTAINERS (Write After Approval): Add myself.
3443 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3445         * MAINTAINERS (Write After Approval): Add myself.
3447 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3449         * MAINTAINERS (fortran 95 front end): Add myself.
3451 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3453         * MAINTAINERS (Write After Approval): Add myself.
3455 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3457         * MAINTAINERS (Modulo Scheduler): Add myself.
3459 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3461         * MAINTAINERS (fortran 95 front end): Add myself.
3462         (c++ front end): whitespace fix.
3464 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3466         * MAINTAINERS (Write After Approval): Add myself.
3468 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3470         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3471         of glob.  Quote arguments with single quotes too.
3472         * configure: Regenerate.
3474 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3476         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3477         * Makefile.in: Regenerate
3479 2007-03-07  Andreas Schwab  <schwab@suse.de>
3481         * configure: Regenerate.
3483 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3485         * configure.ac: Add "--with-pdfdir" configure option,
3486         which defines pdfdir variable.
3487         * Makefile.def (target=fixincludes): Add install-pdf to
3488         missing targets.
3489         (recursive_targets): Add install-pdf target.
3490         (flags_to_pass): Add pdfdir.
3491         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3492         target.
3493         * configure: Regenerate
3494         * Makefile.in: Regenerate
3496 2007-02-28  Eric Christopher  <echristo@apple.com>
3498         Revert:
3499         2006-12-07  Mike Stump  <mrs@apple.com>
3501         * Makefile.def (dependencies): Add dependency for
3502         install-target-libssp and install-target-libgomp on
3503         install-gcc.
3504         * Makefile.in: Regenerate.
3506 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3508         * configure: Regenerate.
3509         * configure.ac: Move statements after variable declarations.
3511 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3513         * MAINTAINERS: Add myself as sh maintainer.
3515 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3517         * configure.ac: Adjust for loop syntax.
3518         * configure: Regenerate.
3520 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3522         * configure: Rebuilt.
3524 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3526         * configure.ac: Drop multiple occurrences of --enable-languages,
3527         and fix its quoting.
3528         * configure: Rebuilt.
3530 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3531             Nathan Sidwell  <nathan@codesourcery.com>
3532             Vladimir Prus  <vladimir@codesourcery.com>
3533             Joseph Myers  <joseph@codesourcery.com>
3535         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3536         * configure: Regenerate.
3538 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3540         * ltconfig (freebsd*): Default to elf.
3542 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3544         * configure.ac (target_libraries): Move libgcc before libiberty.
3545         * configure: Regenerated.
3547 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3548             Paolo Bonzini  <bonzini@gnu.org>
3550         PR bootstrap/30753
3551         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3552         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3553         * configure: Regenerated.
3555 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3557         * MAINTAINERS (Language Front End Maintainers): Update my mail
3558         address.
3560 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3562         PR bootstrap/30748
3563         * configure.ac: Correct syntax for Solaris ksh.
3564         * configure: Regenerated.
3566 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3568         * configure.ac: Sync with src.
3569         * configure: Regenerate.
3571 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3573         * Makefile.in: Regenerate.
3575 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3577         * config.sub: Sync with src.
3579 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3581         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3582         noncanonical equivalents.
3583         * configure.in: Rename to...
3584         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3585         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3586         target_noncanonical.  Use them.  Rewrite removal of configure
3587         arguments for autoconf 2.59.  Discard variable settings.  Force
3588         program_transform_name for native tools.
3590         * Makefile.in: Regenerated.
3591         * configure: Regenerated with autoconf 2.59.
3593 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3595         * MAINTAINERS (Write After Approval): Add myself.
3597 2007-01-31  Andreas Schwab  <schwab@suse.de>
3599         * Makefile.tpl (LDFLAGS): Substitute it.
3600         * Makefile.in: Regenerate.
3602 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3604         * MAINTAINERS (Write After Approval): Add myself.
3606 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3608         * MAINTAINERS (spu port): Add myself.
3610 2007-01-23  Richard Guenther  <rguenther@suse.de>
3612         PR bootstrap/30541
3613         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3614         * Makefile.tpl (GNATBIND): Substitute it.
3615         (GNATMAKE): Likewise.
3616         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3617         of STAGE_PREFIX.
3618         * Makefile.in: Regenerate.
3619         * configure: Regenerate.
3621 2007-01-18  Mike Stump  <mrs@apple.com>
3623         * configure.in: Re-enable -Werror for gcc builds.
3625 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3627         * MAINTAINERS (Write After Approval): Add myself.
3629 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3631         * configure.in: Change == to = in test command.
3632         * configure: Regenerate.
3634 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3635             Nick Clifton  <nickc@redhat.com>
3636             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3638         * configure.in (build_configargs, host_configargs, target_configargs):
3639         Remove build/host/target parameters.
3640         (host_libs): Add gmp and mpfr.
3641         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3642         * Makefile.def (gmp, mpfr): New.
3643         (gcc): Remove target.
3644         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3645         target_os, target_vendor): New.
3646         (configure): Add host_alias/target_alias arguments; adjust invocations.
3647         * configure: Regenerate.
3648         * Makefile.in: Regenerate.
3650 2007-01-11  Matt Fago  <fago@earthlink.net>
3652         * configure.in: Try to link to functions only in mpfr 2.2.x
3653         to improve robustness of configure tests.
3654         * configure: Regenerate.
3656 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3658         * MAINTAINERS: Add myself as i386 maintainer.
3660 2007-01-08  Jan Hubicka  <jh@suse.cz>
3662         * MAINTAINERS: Add myself as i386 maintainer.
3664 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3666         * configure.in: Add support for an x86_64-mingw* target.
3667         * configure: Regenerate.
3669 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3671         * Makefile.tpl (all-target): Correct @if conditional for target
3672         modules.
3673         * configure.in: Omit libiberty if building only target libgcc.
3674         * configure, Makefile.in: Regenerated.
3676 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3678         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3679         * configure: Regenerate.
3681 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3683         * Makefile.def (target_modules): Add libgcc.
3684         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3685         * Makefile.tpl (clean-target-libgcc): Delete.
3686         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3687         on gcc even for bootstrapped modules.  Rewrite handling of
3688         lang_env_dependencies to loop over target_modules.
3689         * configure.in (target_libraries): Add target-libgcc.
3690         * Makefile.in, configure: Regenerated.
3692 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3694         * configure.in: Reorganize recognition of languages.  Add
3695         --enable-stage1-languages.  Show supported languages for the chosen
3696         target rather than all recognized languages.
3697         * configure: Regenerate.
3699 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3701         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3702         * Makefile.in: Regenerate.
3704 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3706         * configure.in: Warn that MPFR 2.2.0 is buggy.
3707         * configure: Regenerate.
3709 2006-12-27  Ian Lance Taylor  <iant@google.com>
3711         * configure.in: When removing Makefiles to force a reconfigure, also
3712         remove prev-DIR*/Makefile.
3713         * configure: Regenerate.
3715 2006-12-22  Andreas Schwab  <schwab@suse.de>
3717         * configure: Regenerate with correct autoconf version.
3719 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3721         * configure.in: add AC_SUBST for *_FOR_TARGET.
3722         * configure: Regenerate.
3724 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3726         * configure.in: Simplify logic for rejecting languages that cannot
3727         be built.  Separate the case when a language is unsupported,
3728         from the case when the user chooses not to build a language.
3730 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3732         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3733         it only affects bootstrap and could be tested on "$host" as well.
3734         * configure: Regenerate.
3735         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3737 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3739         PR bootstrap/29544
3740         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3741         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3742         move here comment from Makefile.tpl.
3743         * Makefile.tpl: Move some definitions higher in the file.
3744         (STAGE1_CHECKING): New.
3745         * configure.in: Add --enable-stage1-checking.
3746         * configure: Regenerate.
3747         * Makefile.in: Regenerate.
3749 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3751         * MAINTAINERS: Add myself as build system maintainer.
3753 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3755         * MAINTAINERS (Write After Approval): Add myself.
3757 2006-12-13  Eric Christopher  <echristo@apple.com>
3759         * MAINTAINERS: Add myself as darwin maintainer.
3761 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3763         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3765 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3767         MAINTAINERS: Update my entry.
3769 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3771         * configure.in:  Handle spu makefile frag.
3772         * Makefile.tpl (MAINT): Define
3773         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3774         * configure: Regenerate.
3775         * Makefile.in: Regenerate.
3777 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3779         * config.guess: Import latest version.
3780         * config.sub: Likewise.
3782 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3784         * configure.in (spu-*-*): Don't skip target-libiberty.
3785         * configure: Regenerate.
3787 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3789         PR bootstrap/30134
3790         * configure.in: Correct x86 darwin support for libjava to powerpc
3791         and i?86 only.
3792         * configure: Regenerate.
3794 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3796         * configure.in: Add x86 darwin support for libjava.
3797         * configure: Regenerate.
3799 2006-12-07  Mike Stump  <mrs@apple.com>
3801         * Makefile.def (dependencies): Add dependency for
3802         install-target-libssp and install-target-libgomp on
3803         install-gcc.
3804         * Makefile.in: Regenerate.
3806 2006-12-04  Richard Guenther  <rguenther@suse.de>
3808         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3809         (Non-Algorithmic Maintainers): Move over non-algorithmic
3810         loop optimizer maintainers, add myself as a non-algorithmic
3811         middle-end maintainer.
3813 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3815         * MAINTAINERS (Write After Approval): Add myself.
3817 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3819         * configure.in: Update error message for missing GMP/MPFR.
3821         * configure: Regenerate.
3823 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3825         * configure.in: Update MPFR version in error message.
3827         * configure: Regenerate.
3829 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3831         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3832         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3833         --with-gmp-lib): New flags.
3835         * configure: Regenerate.
3837 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3839         * MAINTAINERS (Write After Approval): Change my email address.
3841 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3843         * MAINTAINERS (Write After Approval): Add myself.
3845 2006-11-22  Philipp Thomas  <pth@suse.de>
3847         * MAINTAINERS (i18n): Update e-mail address.
3849 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3851         * MAINTAINERS (spu port): Add myself as maintainer.
3852         (Write After Approval): Remove myself.
3854 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3856         * configure.in (skipdirs): Don't build libssp for SPU.
3857         * configure: Regenerate.
3859 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3861         * MAINTAINERS (spu port): Add myself as maintainer.
3862         (libobjc): Update my email address.
3864 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3866         * MAINTAINERS (Write After Approval): Add myself.
3868 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3870         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3871         * configure : Rebuilt.
3873 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3875         * MAINTAINERS (Write After Approval): Add myself.
3877 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3879         * MAINTAINERS (Write After Approval): Add myself.
3881 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3883         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3884         libmpfr.a.
3885         * configure: Regenerate.
3887 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3889         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3890         (unstage): Test for stage_last presence.
3892         PR bootstrap/29802
3893         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3894         STAGE_PREFIX.
3895         * Makefile.in: Regenerate.
3897 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3899         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3900         maintainers.
3902 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3904         * MAINTAINERS (Write After Approval): Add myself.
3906 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3908         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3909         and stageN-package/Makefile.
3910         * Makefile.in: Regenerated.
3912 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3914         * configure.in: Remove target-libgloss from noconfigdirs for
3915         bfin-*-*.
3916         * configure: Regenerated.
3918 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3920         * configure.in (have_gmp): Only error if the gcc directory exists.
3922         * configure: Regenerate.
3924 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3926         * configure.in: Robustify error message for missing GMP/MPFR.
3928         * configure: Regenerate.
3930 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3932         * MAINTAINERS (Write After Approval): Add myself.
3934 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3936         * MAINTAINERS: Change email address.
3938 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3940         * MAINTAINERS (Write After Approval): Add myself.
3942 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3944         * MAINTAINERS (Write After Approval): Add myself.
3946 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3948         * MAINTAINERS (Write After Approval): Move myself to
3949         Write After Approval section.
3951 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3953         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3954         need_gmp anymore.
3955         * configure: Regenerate.
3957 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3959         * MAINTAINERS (Write After Approval): Add myself.
3961 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3963         * config.guess: Import latest version.
3964         * config.sub: Likewise.
3966 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3968         * Makefile.def: Added pdf target handling.
3969         * Makefile.tpl: Added pdf target handling.
3970         * Makefile.in: Regenerated.
3972 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3974         * MAINTAINERS: Add self as score port maintainer.
3976 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3978         * MAINTAINERS (Write After Approval): Add myself.
3980 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3982         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3983         or newer.
3984         * configure: Regenerated.
3986 2006-09-27  Dave Brolley  <brolley@redhat.com>
3988         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3989         using $s instead of $r.
3990         * configure: Regenerated.
3992 2006-09-26  Thiemo Seufer  <ths@mips.com>
3994         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3995         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3996         * configure: Regenerate.
3998 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4000         * MAINTAINERS (Write After Approval): Remove myself.
4002 2006-09-22  Chao-ying Fu  <fu@mips.com>
4004         * MAINTAINERS (Write After Approval): Add myself.
4006 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4008         * MAINTAINERS: Add self as soft-fp maintainer.
4010 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4012         * MAINTAINERS: Add myself as avr maintainer.
4013         Remove Marek Michalkiewicz as avr maintainer.
4015 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4017         * MAINTAINERS (Write After Approval): Add myself.
4019 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4021         * configure.in: Never build newlib for a Mingw host.
4022         Never build newlib as Mingw target library.
4023         Test the existence of winsup/cygwin for building a Cygwin newlib,
4024         rather than just winsup.
4025         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4026         building a Mingw target.
4027         * configure: Regenerate.
4029 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4031         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4033 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4035         * config.guess: Import from src (was more updated).
4036         * config.sub: Likewise.
4038 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4040         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4041         * configure: Regenerated.
4043 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4045         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4046         for stages after the first.
4048 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4050         * Makefile.def: Add dependencies for configure-opcodes
4051         on configure-intl and all-opcodes on all-intl.
4052         * Makefile.in: Regenerated.
4054 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4056         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4058 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4060         Port to hosts whose 'sort' and 'tail' implementations
4061         treat operands with leading '+' as file names, as POSIX
4062         has required since 2001.  However, make sure the code still
4063         works on pre-POSIX hosts.
4064         * ltmain.sh: Don't assume "sort +2" is equivalent to
4065         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4067 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4069         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4071 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4073         * ltconfig: chmod 644 before ranlib during install.
4075 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4077         PR bootstrap/18058
4078         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4079         if the bootstrap compiler is a GCC version that supports it.
4080         * configure: Regenerate.
4082 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4084         * configure.in: Fix thinkos in previous check-in.
4085         * configure: Regenerate.
4087 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4089         PR other/27063
4090         * configure.in: Test subdir_requires and give an appropriate
4091         error message.
4092         * configure: Regenerate.
4094 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4096         * MAINTAINERS (Write After Approval): Add myself.
4098 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4100         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4102 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4104         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4106 2006-06-20  David Ayers  <d.ayers@inode.at>
4108         PR bootstrap/28072
4109         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4110         whether target-libjava is being configured instead of whether the
4111         java front end is enabled.
4112         * configure: Regenerate.
4114 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4116         PR target/27540
4117         * configure.in: Only enable libgomp on IRIX 6.
4118         * configure: Regenerate.
4120 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4122         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4123         too.
4124         * Makefile.in: Regenerate.
4126 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4128         * config-ml.in: Alter CCASFLAGS to include special
4129         multilib options the same as is done for CFLAGS.
4131 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4133         * configure.in: Don't enable libgomp on hpux10.
4134         * configure: Rebuilt.
4136 2006-06-12  David Ayers  <d.ayers@inode.at>
4138         PR bootstrap/27963
4139         PR target/19970
4140         * configure.in: Remove target-boehm-gc from noconfigdirs where
4141         ${libgcj} is specified.
4142         * configure: Regenerate.
4144 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4146         Sync from src:
4148         * configure.in: Sync.
4149         * configure: Regenerated.
4151         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4153         * Makefile.def: Added dependencies from sim and gdb on intl, and
4154         added configure dependencies to everything with an all dependency
4155         on intl.
4156         * Makefile.in: Regenerated.
4158 2006-06-06  David Ayers  <d.ayers@inode.at>
4160         PR libobjc/13946
4161         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4162         * Makefile.in: Regenerate.
4163         * configure.in: Add --enable-objc-gc at toplevel and have it
4164         enable boehm-gc for Objective-C.
4165         Remove target-boehm-gc from libgcj.
4166         Add target-boehm-gc to target_libraries.
4167         Add target-boehm-gc to noconfigdirs where ${libgcj}
4168         is specified.
4169         Assert that boehm-gc is supported when requested for Objective-C.
4170         Only build boehm-gc if needed either for Java or Objective-C.
4171         * configure: Regenerate.
4173 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4175         PR 27674
4176         * Makefile.tpl (configure-[+prefix+][+module+],
4177         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4178         Remove rule to unstage bootstrapped modules.
4179         (stage_current): New.
4180         * Makefile.in: Regenerate.
4182 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4184         * MAINTAINERS (Write After Approval): Update my e-mail address.
4186 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4188         * include/libiberty.h: Declare pex_run_in_environment.
4190 2006-05-31  Asher Langton  <langton2@llnl.gov>
4192         * MAINTAINERS (Write After Approval): Add myself.
4194 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4196         * Makefile.def (bfd, opcodes): Fix lib_path.
4197         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4198         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4199         * Makefile.in: Regenerate.
4201 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4203         * Makefile.in: Regenerate.
4205 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4207         * Makefile.def: Add install-html target. Add datarootdir
4208         docdir and htmldir to flags_to_pass.
4209         * Makefile.tpl: Add install-html target.
4210         * Makefile.in: Regenerate.
4211         * configure.in: Add --with-datarootdir, --with-docdir, and
4212         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4213         * configure: Regenerate.
4215 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4217         * configure.in: Enable gprof for cross builds.
4218         * configure: Regenerate.
4220 2006-05-22  Richard Guenther  <rguenther@suse.de>
4222         Revert
4223         2006-01-31  Richard Guenther  <rguenther@suse.de>
4224         Paolo Bonzini  <bonzini@gnu.org>
4226         * Makefile.def (target_modules): Add libgcc-math target module.
4227         * configure.in (target_libraries): Add libgcc-math target library.
4228         (--enable-libgcc-math): New configure switch.
4229         * Makefile.in: Re-generate.
4230         * configure: Re-generate.
4231         * libgcc-math: New toplevel directory.
4233 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4234             Andreas Tobler  <a.tobler@schweiz.ch>
4236         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4237         * configure: Rebuilt.
4239 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4241         * MAINTAINERS (Write After Approval): Add myself.
4243 2006-05-01  DJ Delorie  <dj@redhat.com>
4245         * configure.in: Restore CFLAGS if GMP isn't present.
4246         * configure: Regenerate.
4248 2006-05-01  Richard Guenther  <rguenther@suse.de>
4250         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4251         maintainer.
4253 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4255         * MAINTAINERS (Write After Approval): Add myself.
4257 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4259         * MAINTAINERS (Write After Approval): Add myself.
4261 2006-04-18  DJ Delorie  <dj@redhat.com>
4263         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4264         reference libgloss so that libssp can be built in a combined
4265         tree.
4266         * configure: Regenerate.
4268 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4270         * MAINTAINERS (Write After Approval): Add myself.
4272 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4274         * configure.in: Require makeinfo 4.4 or higher.
4275         * configure: Regenerate.
4277 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4279         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4280         Rearrange the entries of other libraries to have them in one place.
4282 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4284         * MAINTAINERS (Write After Approval): Remove myself.
4285         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4287 2006-03-14  Richard Guenther  <rguenther@suse.de>
4289         * configure: Regenerate with autoconf 2.13.
4291 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4293         * MAINTAINERS: Use my work address.
4295         * MAINTAINERS: Update my E-mail address.
4297 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4299         * configure.in: Handle --disable-<component> generically.
4300         * configure: Regenerate.
4302 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4304         PR libgcj/17311
4305         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4307 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4309         * MAINTAINERS (Write After Approval):  Remove myself.
4310         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4312 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4314         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4315         (TARGET_CONFIGDIRS): Remove.
4316         * configure.in: Remove AC_SUBST(target_configdirs).
4317         * Makefile.in, configure: Regenerated.
4319 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4321         * MAINTAINERS (Write After Approval):  Remove myself.
4322         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4324 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4326         PR bootstrap/25670
4328         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4330         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4331         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4332         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4333         BUILD_PREFIX, BUILD_PREFIX_1.
4334         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4336         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4337         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4339         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4340         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4341         of `cat stage_current`.  Always provide the `r' and `s' variables.
4342         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4343         a single shell execution.
4344         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4345         bootstrapped modules, make the stage1 module if the build was not
4346         started yet, else build the current stage.
4347         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4348         (all-build, all-host, all-target, [+make_target+]-host,
4349         [+make_target+]-target): Do not use \-continued lines.
4350         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4351         (current_stage, restrap, stage_last): New.
4353         * Makefile.in: Regenerate.
4354         * configure: Regenerate.
4356 2006-02-19  Bud Davis  <jmdavis@link.com>
4358         * MAINTAINERS (Write After Approval):  Remove myself.
4359         (Language Front End Maintainers):  Add myself as fortran 95
4360         maintainer and update e-mail address.
4362 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4364         * MAINTAINERS (Write After Approval):  Remove myself.
4365         (Language Front End Maintainers):  Add myself as fortran 95
4366         maintainer.
4368 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4370         * MAINTAINERS (Write After Approval): Add myself.
4372 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4374         * MAINTAINERS (Write After Approval):  Remove myself.
4375         (Language Front End Maintainers):  Add myself as
4376         fortran 95 maintainer.
4378 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4380         Sync from src:
4382         2005-12-27  Leif Ekblad  <leif@rdos.net>
4384         * configure.in: Add support for RDOS target.
4385         * configure: Regenerate.
4387 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4388             Andreas Schwab  <schwab@suse.de>
4390         * configure: Regenerate.
4392 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4394         * configure.in (enable_libgomp): Add AIX.
4395         * configure: Regenerate.
4397 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4399         * MAINTAINERS (Write After Approval): Add myself.
4401 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4403         * MAINTAINERS (Write After Approval): Add myself.
4405 2006-01-31  Richard Guenther  <rguenther@suse.de>
4406         Paolo Bonzini  <bonzini@gnu.org>
4408         * Makefile.def (target_modules): Add libgcc-math target module.
4409         * configure.in (target_libraries): Add libgcc-math target library.
4410         (--enable-libgcc-math): New configure switch.
4411         * Makefile.in: Re-generate.
4412         * configure: Re-generate.
4413         * libgcc-math: New toplevel directory.
4415 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4417         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4418         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4419         the assembler, linker and binutils.
4420         * configure: Regenerate.
4422 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4424         * MAINTAINERS (Write After Approval): Add myself.
4426 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4428         * configure: Regenerate.
4430 2006-01-18  Richard Henderson  <rth@redhat.com>
4431             Jakub Jelinek  <jakub@redhat.com>
4432             Diego Novillo  <dnovillo@redhat.com>
4434         * libgomp: New directory.
4435         * Makefile.def: Add target_module libgomp.
4436         * Makefile.in: Regenerate.
4437         * configure.in (target_libraries): Add target-libgomp.
4438         * configure: Regenerate.
4440 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4442         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4443         @ from continuation.
4444         * Makefile.in: Rebuilt.
4446 2006-01-04  Chris Lattner  <sabre@gnu.org>
4448         * MAINTAINERS (Write After Approval): Add myself.
4450 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4452         PR bootstrap/24252
4454         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4455         * Makefile.tpl (OBJDUMP): New.
4456         (EXTRA_HOST_FLAGS): Add it.
4457         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4459         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4460         to use symbolic links between directories.  Avoid race conditions
4461         or make them harmless.
4462         * configure.in: Do not try to use symbolic links between directories.
4464         * Makefile.def (LEAN): Pass.
4465         * Makefile.tpl (LEAN): Define.
4466         (stage[+id+]-start): Accept that the previous directory does not
4467         exist, if the bootstrap is lean.
4468         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4469         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4470         configure substitution.
4471         ([+compare-target+]): Likewise.
4472         ([+bootstrap-target+]-lean): New.
4473         * configure.in: Remove lean bootstrap support from here.
4475         * Makefile.in: Regenerate.
4476         * configure: Regenerate.
4478 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4480         * MAINTAINERS (libdecnumber): Add myself.
4482 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4484         * libtool-ldflags: New script.
4486 2006-01-02  Andreas Schwab  <schwab@suse.de>
4488         * configure.in: When reconfiguring remove Makefile in
4489         all stage directories.
4490         * configure: Regenerate.
4492 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4494         * MAINTAINERS: Update my email address.
4496 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4498         Revert Ada-related part of the previous change.
4500         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4501         Do not pass.
4502         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4503         * Makefile.in: Regenerate.
4504         * configure.in: Do not include mt-ppc-aix target fragment.
4505         * configure: Regenerate.
4507 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4509         * configure.in: Select appropriate fragments for PowerPC/AIX.
4510         * configure: Regenerate.
4512         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4513         BOOT_CFLAGS, BOOT_LDFLAGS.
4514         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4515         BOOT_CFLAGS, BOOT_LDFLAGS.
4516         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4517         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4518         (stage): Fail if we cannot complete the work.
4519         * Makefile.in: Regenerate.
4521 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4523         * configure.in: Replace ms1 with mt.
4524         * configure: Rebuilt.
4526 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4528         * MAINTAINERS: Update my email address.
4530 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4532         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4533         install-host-nogcc): Don't invoke $(stage) at the end.
4534         * Makefile.in: Regenerate.
4536 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4538         * configure.in: Flip the top-level bootstrap switch.
4539         * configure: Regenerate.
4541 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4543         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4544         $(stage) and $(unstage).
4545         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4546         (all): Remove stray semicolon.
4547         (local-distclean): Don't handle multilib.tmp and multilib.out.
4548         (install.all): Set $s for consistency.
4549         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4550         check_multilibs setting.  Always make the install directory.
4551         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4552         Correct @if/@endif.
4553         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4554         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4555         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4556         (multilib.out): Remove.
4557         * Makefile.in: Regenerated.
4559 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4561         * MAINTAINERS (Write After Approval): Add myself.
4563 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4565         * MAINTAINERS: Add myself as mt maintainer.
4567         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4569 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4571         * MAINTAINERS: Change email address.
4573 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4575         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4576         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4577         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4578         Find in-tree tools if available.
4579         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4580         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4581         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4582         (COMPILER_*_FOR_TARGET): New.
4583         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4584         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4585         (CONFIGURED_*, USUAL_*): Remove.
4586         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4587         STRIP): Use autoconf substitutions.
4588         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4589         COMPILER_NM_FOR_TARGET): New.
4590         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4592         (all): Make all-host and all-target in parallel.
4593         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4594         that $$r and $$s are set before invoking a recursive make.
4595         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4596         ([+bootstrap-target+]): Inline most of the `all' target.
4598 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4600         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4601         from the gcc build directory.
4602         * Makefile.in: Regenerate.
4604 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4606         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4607         depend on all-libdecnumber.
4608         * configure.in (host_libs): Include libdecnumber.
4609         * Makefile.in: Regenerate.
4610         * configure: Likewise.
4612 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4614         * libdecnumber: Import decNumber sources from the dfp-branch.
4616 2005-11-21  Kean Johnston  <jkj@sco.com>
4618         * config.sub, config.guess: Sync from upstream sources.
4620 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4622         Import from Autoconf sources:
4624         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4625         * config/move-if-change: Don't output "$2 is unchanged";
4626         suggested by Ben Elliston.  Handle weird characters correctly.
4628 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4630         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4631         to match upstream libtool for darwin.
4633 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4635         * Makefile.def: Remove gdb dependencies for gdbtk.
4636         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4637         (configure-gdb, install-gdb): New rules.
4638         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4639         * Makefile.in, configure: Regenerated.
4641 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4643         * MAINTAINERS (Write After Approval): Add myself.
4645 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4647         * MAINTAINERS (Write After Approval): Add myself.
4649 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4651         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4652         Diego Novillo.
4654 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4656         PR bootstrap/24297
4657         * Makefile.tpl (do-[+make-target+], do-check, install,
4658         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4659         are set before recursing.
4660         * Makefile.in: Regenerate.
4662 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4664         PR bootstrap/18939
4665         * Makefile.def (gcc) <target>: Fix thinko.
4666         * Makefile.in: Regenerate.
4668 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4670         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4671         * configure: Regenerate.
4673 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4675         * MAINTAINERS (Write After Approval): Add self.
4677 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4679         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4680         target-libffi, target-qthreads, target-libjava, and
4681         targetlibobjc.
4682         * configure: Regenerate.
4684 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4686         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4687         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4688         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4689         (USUAL_OBJDUMP_FOR_TARGET): New.
4690         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4691         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4692         * configure, Makefile.in: Regenerated.
4694 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4696         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4697         before other host packages.
4699 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4701         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4703 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4705         PR bootstrap/22340
4707         * configure.in (default_target): Remove.
4708         * Makefile.tpl (all): Do not use prerequisites as subroutines
4709         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4710         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4711         use prerequisites as subroutines.
4712         (check-host, check-target): New.
4713         (bootstrap configure & all targets): Do not use stage*-start
4714         if the directory layout is already ok.
4715         (non-bootstrap configure & all targets): Prepend a $(unstage).
4716         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4717         (NOTPARALLEL): Remove.
4718         (unstage, stage variables): New variables.
4719         (unstage, stage targets): Simply expand to those variables.
4721         * configure: Regenerate.
4722         * Makefile.in: Regenerate.
4724 2005-10-04  James E Wilson  <wilson@specifix.com>
4726         * Makefile.def (lang_env_dependencies): Add libmudflap.
4727         * Makefile.in: Regenerate.
4729 2005-10-03  Andreas Schwab  <schwab@suse.de>
4731         Backport from libtool CVS:
4732         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4734         * ltmain.sh: add support for installing into temporary
4735         staging area (e.g. 'make install DESTDIR=...')
4737 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4739         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4740         * configure: Regenerated.
4742 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4744         * configure: Regenerate with the correct
4745         autoconf version.
4747 2005-09-30  Catherine Moore  <clm@cm00re.com>
4749         * configure.in (bfin-*-*): New.
4750         * configure: Regenerated.
4752 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4754         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4755         (LIPO_FOR_TARGET): New.
4756         (CONFIGURED_LIPO_FOR_TARGET): New.
4757         (USUAL_LIPO_FOR_TARGET): New.
4758         (STRIP_FOR_TARGET): New.
4759         (CONFIGURED_STRIP_FOR_TARGET): New.
4760         (USUAL_STRIP_FOR_TARGET): New.
4761         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4762         STRIP_FOR_TARGET.
4763         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4764         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4765         * Makefile.in: Regenerate.
4766         * configure: Regenerate.
4768 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4770         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4771         (rs6000-*-aix*): Same.
4772         * configure: Regenerate.
4774 2005-09-16  Tom Tromey  <tromey@redhat.com>
4776         * MAINTAINERS: Add self as java maintainer.
4778 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4780         * configure.in: Recognize f95 in the --enable-languages option,
4781         and substitute it for fortran, issuing a warning.
4782         * configure: Regenerate.
4784 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4786         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4787         * configure:  Regenerated.
4789 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4791         * MAINTAINERS: Add self as ms1 maintainer.
4793 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4795         * Makefile.def (libssp): Add to lang_env_dependencies.
4796         * Makefile.in: Regenerate.
4798 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4800         * MAINTAINERS: Add myself as middle-end maintainer.
4802 2005-08-17  Christian Groessler  <chris@groessler.org>
4804         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4805         * Makefile.in: Regenerate.
4807 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4809         * MAINTAINERS (write after approval): Added myself.
4811 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4813         * MAINTAINERS (Write After Approval): Add myself.
4815 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4817         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4818         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4819         Look for alternate names of the target cc and c++
4820         * configure: Regenerate.
4822 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4824         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4825         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4826         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4827         tools; remove code to manually set them.
4828         (Target tools): Look in the environment for them.
4829         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4830         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4831         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4832         build directory.
4833         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4834         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4835         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4836         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4837         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4838         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4839         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4840         * configure: Regenerate.
4841         * Makefile.in: Regenerate.
4843 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4845         * MAINTAINERS: Update for removed CPU targets.
4847 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4849         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4850         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4851         * Makefile.in: Regenerated.
4853 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4855         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4856         (CFLAGS_FOR_TARGET): Use it.
4857         (CXXFLAGS_FOR_TARGET): Likewise.
4858         * Makefile.in: Regenerated.
4859         * configure.in (--with-build-sysroot): New option.
4860         * configure: Regenerated.
4862 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4864         * Makefile.tpl: Wrap install between unstage and stage
4865         * Makefile.in: Regenerate.
4867 2005-07-21  Eric Christopher  <echristo@apple.com>
4869         * MAINTAINERS: Update affiliation.
4871 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4873         * MAINTAINERS: Add self as crx port maintainer.
4875 2005-07-20  DJ Delorie  <dj@redhat.com>
4877         * MAINTAINERS: Add self as m32c maintainer.
4879 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4881         * all files: Update FSF address.
4883 2005-07-15  Eric Christopher  <echristo@redhat.com>
4885         * MAINTAINERS: Change affiliation.
4887 2005-07-14  Jim Blandy  <jimb@redhat.com>
4889         * configure.in: Add cases for Renesas m32c.
4890         * configure: Regenerated.
4892 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4894         * COPYING.LIB: Update from fsf.org.
4896 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4898         * COPYING, compile, config.guess,
4899         config.sub, install-sh, missing, mkinstalldirs,
4900         symlink-tree, ylwrap: Sync from upstream sources.
4901         * config-ml.in: Update FSF address.
4903 2005-07-13  Eric Christopher  <echristo@redhat.com>
4905         * configure.in: Add toplevel noconfigdir support for tpf.
4906         * configure: Regenerate.
4908 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4910         PR ada/22340
4912         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4913         * Makefile.in: Regenerate.
4915 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4917         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4918         Brolley to write-after-approval.
4920 2005-07-07  Andreas Schwab  <schwab@suse.de>
4922         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4923         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4924         * Makefile.in: Regenerated.
4926 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4928         * configure.in: Don't build sim or rda when targetting darwin.
4929         * configure: Regenerate.
4931 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4933         * configure.in: Add --enable-libssp and --disable-libssp.
4934         * configure: Regenerate with autoconf-2.13.
4936 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4938         * Makefile.def (target_modules): Add libssp.
4939         * configure.in (target_libraries): Add target-libssp.
4940         * configure: Rebuilt.
4941         * Makefile.in: Rebuilt.
4943 2005-07-01  Zack Weinberg  <zackw@panix.com>
4945         * MAINTAINERS: Change email address.  Resign from maintainership.
4947 2005-07-01  Richard Guenther  <rguenther@suse.de>
4949         * MAINTAINERS: Change my e-mail address and affiliation.
4951 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4953         * Makefile.def (stagefeedback): Come after profile.
4954         Define profiledbootstrap target.
4955         * Makefile.tpl (profiledbootstrap): Remove.
4956         (stageprofile-end): Zap stagefeedback.
4957         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4958         * Makefile.in: Regenerate.
4960 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4962         * MAINTAINERS: Update my email address.
4964 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4966         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4967         In 'cpp' stanza, support '#line' as well as '# '.
4969 2005-06-08  Andreas Schwab  <schwab@suse.de>
4971         * MAINTAINERS: Move myself from 'Write After Approval' to
4972         'CPU Port Maintainers' section as m68k maintainer.
4974 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4976         * configure.in (unsupported_languages): New macro.
4977         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4978         non-ported target libraries in noconfigdirs.
4979         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4980         non-linux-gnu.  Remove libgcj_ex_libffi.
4981         <lang_frag loop>: Set add_this_lang=no if the language is in
4982         unsupported_languages.
4983         * configure: Regenerate.
4985 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4987         * configure.in: Fix typo in handling of --with-mpfr-dir.
4988         * configure: Regenerate.
4990 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4992         * MAINTAINERS: Update my email address.
4994 2005-06-02  Jim Blandy  <jimb@redhat.com>
4996         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4997         accepted into the master sources.)
4999 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5000             Michael Snyder  <msnyder@redhat.com>
5001             Stan Cox  <scox@redhat.com>
5003         * configure.in: Set noconfigdirs for ms1.
5005         * configure: Regenerate.
5007 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5009         * MAINTAINERS (Write After Approval): Add self.
5011 2005-06-01  Josh Conner  <jconner@apple.com>
5013         * MAINTAINERS (Write After Approval): Add self.
5015 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5017         * MAINTAINERS: Update my email address.
5019 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5021         * MAINTAINERS (Write After Approval): Add self.
5023 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5025         * MAINTAINERS (Write After Approval): Remove self.
5027 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5029         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5030         (Dependencies): Consider target modules for bootstrap dependencies.
5031         Make target bootstrap modules depend on each stage's gcc.
5032         * Makefile.in: Regenerate.
5034 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5036         * Makefile.def (configure-gcc): Depend on binutils having been built.
5037         (all-gcc): No need to do it here.
5038         * Makefile.in: Regenerate.
5040 2005-05-19  Paul Brook  <paul@codesourcery.com>
5042         * configure.in: Rewrite misleading error message when requested
5043         language cannot be built.
5044         * configure: Regenerate.
5046 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5048         * ylwrap: Import from Automake 1.9.5.
5050 2005-05-13  David Ung  <davidu@mips.com>
5052         * MAINTAINERS (Write After Approval): Add self.
5054 2005-05-09  Mike Stump  <mrs@apple.com>
5056         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5057         lt_cv_sys_max_cmd_len for now.
5059 2005-05-09  Stan Cox  <scox@redhat.com>
5061         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5063 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5065         * README.SCO: Update the URL.
5067 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5069         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5070         with_gnu_ld to libtool.
5071         * ltcf-c.sh (aix[45]): Define file_list_spec.
5072         * ltcf-cxx.sh (aix[45]): Same.
5073         * ltcf-gcj.sh (aix[45]): Same.
5074         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5075         exists, write list of input files to temporary file.
5077 2005-05-04  Mike Stump  <mrs@apple.com>
5079         * configure.in: Always pass --target to target configures as
5080         otherwise rebuilds that do --recheck will fail.
5081         * confiugure: Rebuilt.
5083 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5085         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5086         STAGE_HOST_EXPORTS.
5087         (configure, all): Add bootstrap support.
5088         (Host modules, target modules): Pass post-stage1 flags and exports.
5089         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5090         * Makefile.in: Regenerate.
5092 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5094         * configure: Regenerate.
5096 2005-04-27  Mike Stump  <mrs@apple.com>
5098         * MAINTAINERS: Add self as darwin maintainer.
5100 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5102         * config.sub: Update from master copy.
5104 2005-04-21  Mike Stump  <mrs@apple.com>
5106         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5107         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5109 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5111         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5112         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5113         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5114         "*-*-elf" and "*-*-linux*".
5115         * configure: Regenerate.
5117 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5119         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5121 2005-04-12  Mike Stump  <mrs@apple.com>
5123         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5125 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5127         * MAINTAINERS (Write After Approval): Add myself.
5129 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5131         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5133 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5135         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5136         (TARGET_CONFIGARGS): Include --with-target-subdir.
5137         (configure, all): New macros.  Use them throughout.
5138         * Makefile.in: Regenerate.
5140 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5142         * MAINTAINERS (Write After Approval): Add myself.
5144 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5146         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5148 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5150         * MAINTAINERS: Move John Carr to Write After Approval.
5152 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5154         * config/mh-mingw32: Delete.
5155         * configure.in: Don't use it.
5156         * configure: Regenerate.
5158 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5160         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5161         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5162         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5163         (HOST_LIB_PATH): Generate from Makefile.def.
5164         (TARGET_LIB_PATH): Likewise.
5165         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5166         * Makefile.in: Regenerate.
5167         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5168         (RPATH_ENVVAR): Include Darwin case.
5169         * configure: Regenerate.
5171 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5173         * MAINTAINERS (Various Maintainers): Remove self.
5174         (Write After Approval): Add self.
5176 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5178         * MAINTAINERS (Various Maintainers): Add self.
5180 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5182         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5183         * configure: Regenerate.
5185 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5187         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5188         gcc_version, and gcc_version_trigger from set of flags to pass.
5189         * Makefile.tpl: Remove definitions of above variables.
5190         (config.status): Remove dependency on $(gcc_version_trigger).
5191         * Makefile.in: Regenerate.
5192         * configure.in: Do not reference config/gcc-version.m4 nor
5193         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5194         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5195         * configure: Regenerate.
5197 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5198             Andrew Pinski  <pinskia@physics.uc.edu>
5200         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5201         * Makefile.in: Regenerate.
5203 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5205         * MAINTAINERS (Write After Approval): Add myself.
5207 2005-03-03  David Ayers  <d.ayers@inode.at>
5209         * MAINTAINERS (Write After Approval): Add myself.
5211 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5213         PR libgcj/20160
5214         * ltmain.sh: Avoid creating archives with components that have
5215         duplicate basenames.
5217 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5219         PR bootstrap/20250
5220         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5221         instead of check.
5222         * Makefile.in: Regenerate.
5224 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5226         * Makefile.in: Regenerate to fix conflict between the previous two
5227         patches.
5229 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5231         PR bootstrap/17383
5232         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5233         * Makefile.tpl (HOST_SUBDIR): New substitution.
5234         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5235         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5236         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5237         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5238         (Host modules, Bootstrapped modules): Use it.
5239         (Build modules, Target modules): Do not create symlink trees,
5240         always configure out-of-srcdir.
5241         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5242         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5243         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5244         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5246         * Makefile.in: Regenerate.
5247         * configure: Regenerate.
5249 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5251         Merged from libada-gnattools-branch:
5252         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5254         * gnattools: New directory.
5255         * Makefile.def: Add gnattools as a module, depending on target-libada.
5256         * Makefile.in: Regenerate.
5257         * configure.in: Include gnattools in host_tools; disable it if ada
5258         is disabled.
5259         * configure: Regenerate.
5261 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5263         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5264         treelang maintainer.
5265         (Write After Approval): Remove myself.
5267 2005-02-23  Paul Schlie  <schlie@comcast.net>
5269         * configure.in: Allow darwin targeted ports to build tk, itcl and
5270         libgui.
5271         * configure: Regenerate.
5273 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5275         PR libgcj/10353
5276         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5277         * configure: Regenerate.
5279 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5281         * MAINTAINERS (Write After Approval): Add myself.
5283 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5285         * MAINTAINERS: Update my e-mail address.
5287 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5289         * MAINTAINERS (Write After Approval): Add myself.
5291 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5293         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5294         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5295         target-libgloss when not *-*-elf and *-*-aout.
5296         * configure: Regenerate.
5298 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5300         * MAINTAINERS: Remove obsolete entries.
5302         * MAINTAINERS (Write After Approval): Add Michael Matz.
5304 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5306         * MAINTAINERS: Remove self as cpplib maintainer.
5308 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5310         * install-sh, config.sub: Import from upstream.
5312 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5314         PR bootstrap/18222
5315         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5316         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5317         * Makefile.in: Regenerate.
5319 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5321         * MAINTAINERS: Update my email address.
5323 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5324             Andreas Schwab  <schwab@suse.de>
5326         PR bootstrap/18033
5327         * config-ml.in: Eval option if surrounded by single quotes.
5329 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5331         Revert 2004-12-28 Makefile changes, a better fix will be
5332         applied to mainline and src after GCC 4.0 branches.
5334 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5336         PR bootstrap/17383
5338         * Makefile.def (target_modules): Remove stage parameter,
5339         it is always true now.
5340         * Makefile.tpl (configure-build-[+module+],
5341         configure-target-[+module+]): Always build symlink tree
5342         for the directory and for include.  BUILD_SUBDIR and
5343         TARGET_SUBDIR cannot be . anymore.
5344         * Makefile.in: Regenerate.
5346 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5348         Revert 2004-12-08 Makefile changes.
5350 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5352         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5353         cygwin, mingw.
5355 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5357         * configure.in (sh64-*-*): Reenable gprof.
5358         * configure: Regenerate.
5360 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5362         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5363         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5364         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5365         * Makefile.in: Regenerate.
5367 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5369         * MAINTAINERS: Update my email address.
5371 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5373         * Makefile.tpl: Generate normal dependencies if the LHS module is
5374         not bootstrapped.
5375         * Makefile.in: Regenerate.
5377 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5379         * configure.in: Include config/gxx-include-dir.m4.  Use
5380         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5381         * configure: Regenerate.
5383 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5385         * config.if: Delete.
5386         * configure.in: Set libstdcxx_incdir directly.
5387         * configure: Regenerate.
5389 2004-12-02  Eric Christopher  <echristo@redhat.com>
5391         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5392         * Makefile.in: Regenerate.
5394 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5396         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5397         * configure: Regenerate.
5399 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5401         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5402         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5403         * configure: Regenerate.
5405 2004-12-01  Eric Christopher  <echristo@redhat.com>
5407         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5408         of things to remove.
5410 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5412         * MAINTAINERS (Write After Approval): Update my e-mail address.
5414 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5416         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5417         from CVS libtool to always pass_all.
5419 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5421         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5422         (hppa*64*-*-*): Delete incorrect comment.
5423         * configure: Rebuilt.
5425 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5427         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5429 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5431         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5432         from CVS libtool to always pass_all.
5434 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5436         * install-sh, compile: Import from automake.
5438 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5440         * config.guess, config.sub:  Import from savannnah.
5442 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5444         * MAINTAINERS (Write After Approval): Add myself
5446 2004-11-12  Mike Stump  <mrs@apple.com>
5448         * Makefile.def: Add html support.
5449         * Makefile.tpl: Likewise.
5450         * Makefile.in: Regenerate.
5452 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5454         PR 18423
5455         * configure.in: Remove all instances of build-fixincludes from
5456         noconfigdirs.
5457         (build_configargs): Supply --target to subdirectories.
5458         * configure: Regenerate.
5460         * Makefile.def: Make gcc install depend on fixincludes install.
5461         * Makefile.in: Regenerate.
5463 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5465         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5467 2004-11-11  Paul Brook  <paul@codesourcery.com>
5469         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5471 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5473         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5474         target-libgfortran.
5475         * configure: Regenerate.
5477 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5479         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5480         like CC.
5482 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5484         * Makefile.def (host fixincludes): Specify missing targets.
5485         * Makefile.in: Regenerate.
5487 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5489         * MAINTAINERS: Add myself
5491 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5493         * MAINTAINERS (Write After Approval): Add myself.
5495 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5497         * Makefile.def: Build fixincludes for the host, too.
5498         * Makefile.in: Regenerate.
5499         * configure.in (host_tools): Add fixincludes.
5500         * configure: Regenerate.
5502 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5504         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5505         * configure: Regenerated.
5507 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5509         PR other/17783
5510         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5511         * configure: Regenerated.
5513 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5515         * README.SCO: Update per FSF instructions.
5517 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5519         PR target/18151
5520         * configure.in (case ${target}): Do not build fixincludes for avr.
5521         * configure: Regenerated.
5523 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5525         * configure.in (case ${target}): Do not build fixincludes
5526         on platforms where it is not used.
5527         * configure: Regenerated.
5529 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5531         * configure.in: Use an absolute path to install-sh.
5532         * configure: Regenerated.
5534 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5536         * MAINTAINERS (Write After Approval): Add myself.
5538 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5540         * MAINTAINERS: Remove from Write After Approval those that are
5541         already maintainers.
5543 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5545         * MAINTAINERS:  Update my email address.
5547 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5549         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5550         * configure: Regenerate.
5552 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5554         * MAINTAINERS:  Update my email address.
5556 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5558         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5559         entries belonging to this category.
5561 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5563         * MAINTAINERS: Update my e-mail address.
5565 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5567         Fix wrong conflict resolution in:
5569         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5571         * Makefile.in: Regenerate.
5572         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5573         in the recursive `make', instead of hardwiring `all'.
5574         (Autogenerated TARGET-* variables): New.
5576 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5578         * configure.in: Enable target-libgloss for crx-*-*.
5579         * configure: Regenerate.
5581 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5583         * MAINTAINERS (Various Maintainers): Move the "windows,
5584         cygwin, mingw" maintainer to ...
5585         (OS Port Maintainers): ... here.
5587 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5589         * MAINTAINERS (Write After Approval): Remove those that are
5590         maintainers of some subsystem.
5592 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5594         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5595         * ltcf-cxx.sh (tpf*): Likewise.
5596         * ltconfig (tpf*): Add TPF OS configuration support.
5598 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5600         * MAINTAINERS: Change my email address to my new work account.
5602 2004-09-24  Michael Roth  <mroth@nessie.de>
5604         * configure.in (--without-headers): Add missing double quotes.
5605         * configure: Regenerate.
5607 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5609         * ylwrap: Revert to previous version.
5611 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5613         PR bootstrap/17369
5614         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5615         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5616         SET_GCC_LIB_PATH_CMD.
5617         (BASE_TARGET_EXPORTS): Likewise.
5618         * Makefile.in: Regenerated.
5620         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5621         * configure: Regenerated.
5623 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5625         * config.guess: New upstream version
5626         * compile, depcomp, install-sh, ylwrap: Likewise.
5628 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5630         * config/mh-x86omitfp: New host makefile fragment.  Add
5631         -fomit-frame-pointer to the default BOOT_CFLAGS.
5632         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5633         * configure: Regenerate.
5635 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5637         PR target/11572
5638         * configure.in (*-*-darwin*): Renable libobjc.
5639         * configure: Regenerate.
5641 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5643         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5645 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5647         * Makefile.def: Remove libbanshee.
5648         * Makefile.tpl: Ditto.
5649         * configure.in: Ditto.
5650         * Makefile.in: Regen.
5651         * configure: Ditto.
5653 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5655         * ltmain.sh: Use $pic_object as $non_pic_object if
5656         $non_pic_object=none.
5658 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5660         * missing: Import latest version from master repository.
5662 2004-09-06  Nick Clifton  <nickc@redhat.com>
5664         * config.sub: Import latest version from master repository.
5665         * config.guess: Likewise.
5666         This includes these changes:
5668         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5670         * config.sub: Handle crisv32, alias etraxfs.
5671         * config.guess (crisv32:Linux:*:*): Handle.
5673         2004-08-13  Brad Smith  <brad@comstyle.com>
5675         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5676         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5678         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5680         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5681         assume the processor is a powerpc.  This is because coreutils
5682         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5683         in this case, due to a MacOS X bug that causes
5684         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5685         to return a negative number.
5686         Problem reported by Petter Reinholdtsen in:
5687         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5689         2004-07-19  Ben Elliston  <bje@gnu.org>
5691         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5693         2004-06-24  Ben Elliston  <bje@gnu.org>
5695         * config.guess: Update copyright years.
5696         * config.sub: Likewise.
5698         2004-06-22  Robert Millan  <robertmh@gnu.org>
5700         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5701         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5703         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5705         * config.guess (*:*VMS:*:*): New entry. Replaces
5706         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5707         manufacturer.
5709         2004-06-22  Ben Elliston  <bje@gnu.org>
5711         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5712         * config.sub: Likewise.
5714         2004-06-22  Ben Elliston  <bje@gnu.org>
5716         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5717         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5719         2004-06-11  Ben Elliston  <bje@gnu.org>
5721         * config.guess (pegasos:OpenBSD:*:*): Remove.
5723         2004-06-11  Ben Elliston  <bje@gnu.org>
5725         From Wouter Verhelst <wouter@grep.be>:
5726         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5728         2004-06-11  Ben Elliston  <bje@gnu.org>
5730         * config.guess (luna88k:OpenBSD:*:*): New.
5732         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5734         * config.guess (m32r*:Linux:*:*): New case.
5735         * config.sub: Handle m32rle.
5737         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5739         From Jens Petersen  <petersen@redhat.com>:
5740         * config.sub: Handle sparcv8.
5742         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5744         From Tom Smith <smith@cag.lkg.hp.com>:
5745         * config.guess: Version suffixes are equally significant on Tru64
5746         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5747         prefix of "P" (patched kernel).
5749         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5751         * config.sub: Add support for National Semiconductor CRX target.
5753 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5755         * MAINTAINERS (Various Maintainers): Remove myself as web page
5756         maintainer, add myself as maintainer of build status lists.
5758 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5760         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5761         *-*-netware, but add target-libmudflap.
5762         Consolidate *-*-netware targets (of which really only i?86 exists)
5763         into a single entry.
5764         * configure: Likewise.
5766 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5768         * Makefile.tpl (sorry): Remove.
5769         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5770         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5771         (do-clean): Clean per-stage directories too.
5772         (do-distclean): Run distclean-stage1 too.
5773         (.NOTPARALLEL): Enable during toplevel bootstrap.
5774         (stage[+id+]-bubble): Enable parallel execution during
5775         the recursive invocation.
5776         * Makefile.in: Regenerate.
5778         Fix previous checkin:
5780         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5781         include.
5782         * configure.in: Fix indentation.
5783         * configure: Regenerate.
5785 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5787         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5788         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5789         * configure: regenerate
5790         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5791         -mdynamic-no-pic
5793 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5795         * Makefile.def (build_modules): Add fixincludes.
5796         (dependencies): Make gcc depend on fixincludes.
5797         * configure.in (build_tools): Add fixincludes.
5798         (build_configdirs): Always include build_libs.
5799         * Makefile.in: Regenerate.
5800         * configure: Regenerate.
5802 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5804         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5805         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5806         phony targets; do not generate timestamp files.
5807         (distclean-stageN): Remove references to their timestamp files.
5808         (restageN, touch-stageN): Remove.
5809         (stageN-bubble): Rewritten.
5810         (compare): Support lean bootstraps.
5811         * Makefile.in: Regenerate.
5813         * configure.in: Only warn when bootstrapping but
5814         build != host or build != target.  Support lean bootstraps.
5815         * configure: Regenerate.
5817 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5819         * configure.in:  Give a better error message if GMP/MPFR are missing
5820         and a language needing them has been requested.
5821         * configure:  Regenerated.
5823 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5825         * configure.in:  Print a list of available language front-ends if
5826         a requested one is missing.  Tidy stray tab characters.
5827         * configure:  Regenerated.
5829 2004-08-19  Michael Koch  <konqueror@gmx.de>
5831         * gcc/doc/install.texi: Update entry about automake for libjava.
5833 2004-08-17  Robert Millan  <robertmh@gnu.org>
5835         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5836         (instead of FreeBSD).
5837         * configure: Regenerate.
5839 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5841         * Makefile.in: Regenerate.
5842         * configure: Regenerate.
5844         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5845         stage_*_flags.
5846         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5847         for bootstrapped modules if toplevel bootstrap is going.
5848         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5849         modules.  Adjust for changes in Makefile.def.  Enable several
5850         rules even in non-bootstrap mode, just to avoid peppering the
5851         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5852         (stage-[+prev+]-bubble): Remove.
5854         * Makefile.def (Dependencies): Depend on all-build-bison,
5855         all-build-flex, all-build-byacc, all-build-texinfo, rather
5856         than the host variations.
5857         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5858         with BUILD_SUBDIR.
5859         (BISON): Update for recent Bisons.
5860         (YACC): Fix typo.
5861         (cross): Depend on all-build.
5862         (all): Do not depend on all-build.
5863         (prebootstrap): Remove.
5864         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5865         (Prebootstrap dependencies): Add them to the per-stage targets
5866         and to all-prebootstrap.
5867         * configure.in (build_configdirs): Always enable build_tools.
5868         (BUILD_DIR_PREFIX): Remove.
5870         * Makefile.def (gcc): Add target variable.
5871         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5872         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5873         in the recursive `make', instead of hardwiring `all'.
5874         (Autogenerated TARGET-* variables): New.
5876 2004-08-13  Brian Booth  <bbooth@redhat.com>
5878         * MAINTAINERS: Remove myself from write-after-approval.
5880 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5882         * src-release: Stop distributing mmalloc with gdb (which doesn't
5883         use it).
5884         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5885         * Makefile.in: Regenerate.
5887 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5889         * configure.in (arm*-*-eabi*): New target.
5890         * configure: Regenerate.
5892 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5894         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5895         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5896         (Dependencies): New section.
5897         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5898         (configure-target-[+module+]): Depend on maybe-all-gcc
5899         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5900         (toplevel profiledbootstrap): Fix dependencies.
5901         * Makefile.in: Regenerate.
5903 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5905         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5906         target-libiberty to noconfigdirs.
5907         * configure: Regenerate.
5909 2004-08-03  Paul Brook  <paul@codesourcery.com>
5911         * configure.in: Check for MPFR as well as GMP.
5912         * configure: Regenerate.
5914 2004-08-01  Robert Millan  <robertmh@gnu.org>
5916         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5917         libmudflap for all GNU-based systems (with Glibc).
5918         * configure: Regenerate.
5920 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5922         * Makefile.def (host-modules): Add gcc.
5923         * Makefile.in: Regenerate.
5924         * Makefile.tpl (sorry): New rule.
5925         (configure-host, all-host, [+make_target+]-host, do-check,
5926         install-host): Do not add gcc as a special case.
5927         (host modules): Add a small special-casing for gcc.  Export
5928         extra_make_flags through the environment.
5929         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5930         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5931         other recursive targets for gcc): Remove.
5933         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5934         (stage, unstage): New rules.
5935         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5936         distclean-stage[+id+]): Use stage_current.
5937         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5938         the stage*-start rules.
5940 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5942         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5943         use -all_load flag.
5945 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5947         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5948         * configure: Regenerate.
5950 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5952         * maintainer-scripts/gcc_release: Revert yesterday's change.
5954 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5956         * MAINTAINERS: Add myself to write-after-approval.
5958 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5960         * libf2c: Removed.
5961         * gcc/gccbug.in: Updated because of libf2c removal.
5962         * maintainer-scripts/gcc_release: Ditto.
5964 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5966         * configure.in: Build libmudflap by default on FreeBSD.
5967         * configure: Regenerated.
5969 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5971         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5972         systems.
5973         * configure: Regenerated.
5975 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5977         PR target/16344
5978         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5979         feedback based compiler.
5980         * Makefile.in: Rebuilt.
5982 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5984         * Makefile.def (host_modules): Set bootstrap=true for flex.
5985         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5986         * Makefile.in: Rebuilt.
5988 2004-07-07  Jan Hubicka  <jh@suse.cz>
5990         * MAINTAINERS: Add self as a profile feedback maintainer.
5992 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5994         * configure.in:  Do not prepend $srcdir to /dev/null in
5995         makefile fragments.
5996         * configure:  Regenerate.
5998 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6000         * Makefile.def (build_modules): Add bison, byacc, flex,
6001         m4, texinfo.
6002         (flags_to_pass): Add FLEX.
6003         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6004         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6005         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6006         DEFAULT_MAKEINFO): Remove.
6007         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6008         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6009         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6010         objdir or else use configured tool.
6011         (all-build): New.
6012         (all): Depend on it.
6013         (Build module dependencies): Add.
6014         * Makefile.in: Regenerate.
6015         * configure.in: Better support for multiple build modules,
6016         matching what is done for host/target modules.  Do not look
6017         for "plausible" locations of build tools if Canadian cross.
6018         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6019         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6020         * configure: Regenerate.
6022 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6024         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6025         * Makefile.in: Regenerate.
6027 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6029         * Makefile.tpl (configure-build-[+module+],
6030         configure-[+module+], configure-target-[+module+]): Pass
6031         [+extra_configure_args+].
6032         (all-build-[+module+], all-[+module+], check-[+module+],
6033         install-[+module+], [+make_target+]-[+module+],
6034         all-target-[+module+], check-target-[+module+],
6035         install-target-[+module+], [+make_target+]-target-[+module+]):
6036         Pass [+extra_make_args+].
6037         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6038         (GCC_HOST_EXPORTS): Remove.
6039         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6040         cross, check-gcc, check-gcc-c++, install-gcc,
6041         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6042         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6043         * Makefile.in: Regenerate.
6045 2004-06-21  Matthew Sachs  <msachs@apple.com>
6047         * MAINTAINERS: Added self to write-after-approval.
6049 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6051         * configure.in: Check for srcdir/winsup rather than build directory
6052         winsup.
6053         * configure: Regenerate.
6055 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6057         * configure.in: Don't build Cygwin native newlib if winsup
6058         directory is missing.  Emit warning instead.
6059         * configure: Regenerate.
6061 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6063         * Makefile.tpl (touch-stage[+id+]): New.
6064         (restage[+prev+]): Depend on touch-stage[+id+].
6066         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6067         Use it throughout.
6069         * Makefile.def: Add profile and feedback bootstrap stages.
6070         Remove next field from bootstrap stages.
6071         * Makefile.tpl (LN, LN_S): Substitute.
6072         (stageN-start, stageN-end): Use double-colon rules, to
6073         provide a hook for additional setup commands.
6074         (distclean-stageN-gcc, restageN): Create dependencies from
6075         [+prev+], not from [+next+].
6076         (stageN-bubble): Add commands for successive stages from
6077         [+prev+], using double-colon rules.
6078         (all-stageN-gcc): Fix typo.
6079         (stagefeedback-start, profiledbootstrap): New.
6080         * Makefile.in: Regenerate.
6081         * configure.in: Call ACX_PROG_LN.
6082         * configure: Regenerate.
6084 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6086         * MAINTAINERS (Write After Approval): Add myself.
6088 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6090         * MAINTAINERS (Write After Approval): Add myself.
6092 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6094         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6095         without gcc.
6096         * configure: Regenerate.
6098 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6100         * Makefile.tpl: Fix typo.
6101         * Makefile.in: Regenerate.
6103 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6105         * configure.in: Remove new- prefix from toplevel
6106         bootstrap targets.
6107         * configure: Regenerate.
6109 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6111         * Makefile.tpl (all.normal): Rename to all.
6112         (all): Replace with a rule to pick the default
6113         target from configure.
6114         (all-gcc, configure-gcc): Use conditionals to
6115         do nothing when toplevel bootstrap is going on.
6116         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6117         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6118         * configure.in: Support --enable-bootstrap.
6120         * Makefile.def: Remove new- prefix from toplevel
6121         bootstrap targets.
6122         * Makefile.tpl: Likewise.
6124         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6125         target.
6127         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6128         $(RECURSE_FLAGS) to recursive invocation of make.
6130         * Makefile.in: Regenerate.
6131         * configure: Regenerate.
6133 2004-05-30  Andreas Jaeger  <aj@suse.de>
6134             Jim Wilson  <wilson@specifixinc.com>
6136         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6137         like CC.
6139 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6141         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6142         * configure: Regenerate.
6144 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6146         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6147         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6148         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6149         targets.
6150         * Makefile.in: Regenerate.
6152 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6154         * configure.in: Test the ability to symlink directories.
6155         * configure: Regenerate.
6157         * Makefile.def (bootstrap-stage): New definitions.
6158         * Makefile.tpl (configure-stage1-gcc,
6159         configure-stage2-gcc, configure-stage3-gcc,
6160         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6161         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6162         new-restage3, compare): Autogenerate, see Makefile.in
6163         entry for behavioral changes.
6164         (distclean-stage1, new-stage1-start, new-stage1-end,
6165         new-stage1-bubble, distclean-stage2, new-stage2-start,
6166         new-stage2-end, new-stage2-bubble, distclean-stage3,
6167         new-stage3-start, new-stage3-end): New autogenerated targets.
6168         (objext, prebootstrap, BOOT_CFLAGS,
6169         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6170         targets.
6172         * Makefile.in: Regenerate.
6173         (distclean-stage1, new-stage1-start, new-stage1-end,
6174         new-stage1-bubble, distclean-stage2, new-stage2-start,
6175         new-stage2-end, new-stage2-bubble, distclean-stage3,
6176         new-stage3-start, new-stage3-end): New targets.
6177         (all-stage1-gcc): Move prebootstrap dependency from here...
6178         (configure-stage1-gcc): ...to here.
6179         (new-bootstrap): Use bubble targets.
6180         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6181         Use per-stage distclean targets.
6182         (configure-stage1-gcc, configure-stage2-gcc,
6183         configure-stage3-gcc, all-stage1-gcc,
6184         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6185         Use new-stageN-start to prepare the tree.
6187 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6189         * Makefile.def (host_modules): add libcpp.
6190         * Makefile.tpl: Add dependencies on and for libcpp.
6191         * Makefile.in: Regenerate.
6192         * configure.in: Add libcpp host module.
6193         * configure: Regenerate.
6195 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6197         * Makefile.tpl: Whenever a recursive target is defined, wrap
6198         it in a special @if/@endif block, and prepare its maybe
6199         dependency in the @if/@endif block
6200         * configure.in: Instead of writing maybe dependencies, remove
6201         the @if/@endif statements, and remove the @if/@endif blocks
6202         that remain.
6203         * configure: Regenerate.
6204         * Makefile.in: Regenerate.
6206 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6208         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6210 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6212         PR bootstrap/15120
6213         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6214         * */configure: Rebuilt.
6216 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6218         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6219         of libf2c.
6220         * configure, Makefile.in: Regenerate.
6222 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6224         * MAINTAINERS (Write After Approval): Add myself.
6226 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6228         Merge from tree-ssa-20020619-branch.
6230         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6231         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6232         (HOST_GMPLIBS): Define.
6233         (HOST_GMPINC): Define.
6234         (TARGET_LIB_PATH): Add libmudflap.
6235         (GFORTRAN_FOR_TARGET): Define.
6236         (configure-build*): Export GFORTRAN.
6237         (configure-gcc): Export GMPLIBS and GMPINC.
6238         (all-gcc): Add maybe-all-libbanshee.
6239         (configure-target-libgfortran): Define.
6240         * Makefile.in: Regenerate.
6241         * configure.in (host_libs): Add libbanshee.
6242         (target_libraries): Add target-libmudflap and target-libgfortran.
6243         Add --with-libbanshee.
6244         Handle --disable-libmudflap.
6245         (*-*-freebsd*): Use with_gmp.
6246         Add $(libgcj) to noconfigdirs.
6247         * configure: Regenerate.
6248         * depcomp: New file.
6249         * MAINTAINERS: Add tree-ssa maintainers.
6251 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6253         * MAINTAINERS (Various Maintainers): Add myself.
6255 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6257         * MAINTAINERS (Write After Approval): Add myself.
6259 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6261         * MAINTAINERS (Write After Approval): Add myself.
6263 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6265         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6266         * configure: Regenerate.
6268 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6270         Revert:
6271         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6273         * Makefile.def (flags_to_pass): Remove *dir variables that
6274         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6275         as well as prefix and exec_prefix.
6276         * Makefile.in: Regenerate.
6278 2004-04-26  Robert Millan  <robertmh@gnu.org>
6280         Add patches from libtool CVS.
6281         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6282         * ltconfig: Likewise.
6283         * ltcf-c.sh: Likewise.
6284         * ltcf-cxx.sh: Likewise.
6285         * ltcf-gcj.sh: Likewise.
6287 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6289         * Makefile.def (host_modules): Mark with the bootstrap
6290         flag packages on which gcc depends.
6291         * Makefile.tpl (all-bootstrap): Use it.
6292         * Makefile.in: Regenerate.
6294 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6296         * Makefile.def (flags_to_pass): Remove *dir variables that
6297         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6298         as well as prefix and exec_prefix.
6299         * Makefile.in: Regenerate.
6301 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6303         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6304         * configure: Regenerate.
6305         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6306         * gcc/Makefile.tpl (compare): Use the result of the test.
6307         * gcc/Makefile.in: Regenerate.
6309 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6311         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6312         Always relocate gcc and prev-gcc to the original names, even
6313         if the build fails.
6314         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6315         New targets.
6317 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6319         * MAINTAINERS: Update my email address.
6321 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6323         * configure.in (mips*-*-irix5*): Enable ld.
6324         * configure: Regenerate.
6326 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6328         * configure: Regenerate.
6330 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6332         * Makefile.tpl (configure-[+module+], configure-gcc,
6333         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6334         Set and export LDFLAGS.
6335         * Makefile.in: Regenerate.
6337 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6339         * MAINTAINERS: Add myself to write-after-approval.
6341 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6343         PR bootstrap/14871
6344         * Makefile.tpl: If we don't have built-in-tree target tools,
6345         use the ones found by configure rather than hacking around with
6346         program_transform_name.
6347         * configure.in: Give Makefile.tpl the information necessary
6348         to do that.
6349         * Makefile.in: Regenerate.
6350         * configure: Regenerate.
6352 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6354         PR bootstrap/14760
6355         * configure.in: When computing baseargs, strip *all* copies of
6356         offending options.  Also, don't match/substitute the trailing space,
6357         so that this actually works when two similar options are separated by
6358         only one space.
6359         * configure: Regenerate.
6361 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6363         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6364         (rs6000-*-aix*): Same.
6365         * configure: Regenerate.
6367 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6369         * MAINTAINERS: Add myself to write-after-approval.
6371 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6373         * MAINTAINERS: Add myself to write-after-approval.
6375 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6377         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6378         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6379         * Makefile.in: Regenerate.
6381         * configure.in (top level bootstrap support): Rework --enable-werror
6382         to set @stage2_werror_flag@.
6383         * configure: Regenerate.
6384         * Makefile.tpl (top level bootstrap support): Pass
6385         @stage2_werror_flag@ down to configure in stages 2 and 3.
6386         * Makefile.in: Regenerate.
6388 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6390         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6391         for stages 2 and 3 as well as in make.  As a consequence, remove
6392         OUTPUT_OPTION (now detected by configure) from the flags passed down
6393         to make.
6394         * Makefile.in: Regenerate.
6396         * Makefile.tpl (new-bootstrap): Fix typo.
6397         * Makefile.in: Regenerate.
6399 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6401         * Makefile.tpl: Rearrange by moving recursive_targets rules
6402         into their proper sections.
6403         * Makefile.tpl (top level bootstrap support): Move disabling
6404         of coverage flags from 'make' to 'configure'; improve comments.
6405         * Makefile.in: Regenerate.
6407         * Makefile.tpl (experimental top level bootstrap) Move stage1
6408         language setting from all- target to configure- target; disable
6409         intermodule optimization in stage 1; prevent gratuitous rebuilds
6410         of stage 1.
6411         * Makefile.in: Regenerate.
6412         * configure.in: Comma-separate stage 1 language list for top
6413         level bootstrap.
6414         * configure: Regenerate.
6416         * Makefile.tpl: Clean up experimental top level bootstrap support:
6417         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6418         prev-gcc in configure- targets as well as all- targets.
6419         * Makefile.in: Regenerate.
6421 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6423         * compile: New file imported from automake.
6425 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6427         * configure.in: Remove symbolic link section.
6428         * configure: Regenerate.
6429         * Makefile.tpl (links): Remove.
6430         * Makefile.in: Regenerate.
6432 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6433             Nathanael Nerode  <neroden@gcc.gnu.org>
6435         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6436         Set with AC_CHECK_PROGS.
6437         * configure.in: Fix comment typo from last patch.
6438         * configure: Regenerate.
6440 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6442         * Makefile.tpl: Introduce experimental top level bootstrap support.
6443         * Makefile.in: Regenerate.
6444         * configure.in: Introduce support for top level bootstrap.
6445         * configure: Regenerate.
6447 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6448             Paolo Bonzini  <bonzini@gnu.org>
6450         PR bootstrap/14522
6451         * configure.in: Cope with shells that do not support unquoted ^
6452         * configure: Regenerate.
6454 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6455             Paolo Bonzini  <bonzini@gnu.org>
6457         PR bootstrap/14522
6458         * configure.in: Cope with shells that do not support nesting
6459         quotes inside quoted backquote substitutions.
6460         * configure: Regenerate.
6462 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6464         PR bootstrap/14522
6465         * configure.in: Fix escaping of $.
6466         * configure: Regenerate.
6468 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6470         * configure: Regenerate, since I forgot to while committing Paolo's
6471         changes.
6473 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6475         PR ada/14131
6476         Move language detection to the top level.
6477         * configure.in: Find default values for the tools as
6478         soon as possible.  Disable ada if GNAT is not found.
6479         Emit error message about missing languages.  Expand
6480         --enable-languages=all for the gcc subdirectory.
6482 2004-03-10  Ben Elliston  <bje@gnu.org>
6484         * MAINTAINERS: Update my email address.
6486 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6488         * ltconfig: Disable building static libraries if building shared
6489         libraries on AIX 5L.
6491 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6493         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6494         and disable libgcj.
6495         * configure: Regenerated.
6497 2004-03-01  Brian Booth  <bbooth@redhat.com>
6499         * MAINTAINERS: Add myself to write-after-approval.
6501 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6503         * MAINTAINERS: Add myself to write-after-approval.
6505 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6507         PR bootstrap/7087
6508         * Makefile.tpl: Guard XFOO sed statements better.
6509         * Makefile.tpl: Add dependency for configure-target-libada.
6510         * Makefile.in: Regenerate (incidentally fixes broken
6511         commit when libada-branch was merged).
6513 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6515         * MAINTAINERS: Add myself to write-after-approval.
6517 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6519         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6520         maintainers.
6522 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6524         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6525         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6527 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6529         PR bootstrap/11932
6530         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6532 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6534         * MAINTAINERS: Added myself to write-after-approval.
6536 2004-02-14  Michael Koch  <konqueror@gmx.de>
6538         * MAINTAINERS: Added myself to write-after-approval.
6540 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6542         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6543         some OS port maintainers to OS port maintainers section.
6545 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6547         * MAINTAINERS: Add self.
6549 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6551         * MAINTAINERS: Alphabetize.
6553 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6555         * MAINTAINERS: Remove myself.
6557 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6559         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6560         (rs6000-*-aix*): Same.
6561         * configure: Regenerate.
6563 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6565         * configure.in (host): Add in missing $noconfigdirs to defines.
6566         * configure: Regenerate.
6568 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6569             Nathanael Nerode  <neroden@gcc.gnu.org>
6571         PR ada/6637, PR ada/5911
6572         Merge with libada-branch:
6573         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6574         with appropriate dependencies. Add --enable-libada configure switch.
6575         * configure, Makefile.in: Regenerate.
6577 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6579         * MAINTAINERS: Add myself to write-after-approval.
6581 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6583         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6584         * configure: Regenerate.
6586 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6588         Merge from upstream:
6590         * ltmain.in: When setting IFS to '~', be careful about user
6591         arguments that contain '~'.
6593         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6595         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6596         Also test $base_compile against $CC with escaped arguments. Bug
6597         reported by Geoff Keating <geoffk@apple.com>.
6599 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6601         * MAINTAINERS: Remove i960 port.
6603 2004-01-23  DJ Delorie  <dj@redhat.com>
6605         * Makefile.def (target_modules) [libiberty]: Don't stage.
6606         * Makefile.in: Rebuilt.
6608 2004-01-20  Caroline Tice  <ctice@apple.com>
6610         * MAINTAINERS: Add myself to write-after-approval.
6612 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6614         * MAINTAINERS: Update my email address.
6616 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6618         * MAINTAINERS: Add myself to write-after-approval.
6620 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6622         * MAINTAINERS: Remove entries without email address.
6624 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6626         * MAINTAINERS: Add myself to write-after-approval.
6628 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6630         * MAINTAINERS: Update my email address.
6632 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6634         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6635         * Makefile.tpl (configure-target-[+module+]): Support stage.
6636         * Makefile.in: Rebuilt.
6638 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6640         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6642 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6644         * MAINTAINERS: Add myself as a MIPS maintainer.
6646 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6648         * configure.in: Use ./config.cache, not config.cache.
6649         * configure: Regenerate.
6650         * Makefile.tpl: Special-casing not needed for GCC any more.
6651         * Makefile.in: Regenerate.
6653         * configure.in: Don't share a cache file for host dirs.
6654         * configure: Regenerate.
6656         * config-ml.in: Don't mess with the cache file.
6658 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6660         * MAINTAINERS: Move myself from 'Write After Approval' to
6661         'CPU Port Maintainers' section as SPARC maintainer.
6663 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6665         * Makefile.tpl: Make GCC use a separate config.cache.
6666         * Makefile.in: Regenerate.
6668         PR bootstrap/11932, PR bootstrap/11933
6669         (I don't know if it will fix either of them, but it relates
6670         to them.)
6671         * configure.in: Don't use shared config.cache for target
6672         directories.
6673         * configure: Regenerate.
6675 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6677         * MAINTAINERS: Add myself to 'Write After Approval' section.
6679 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6681         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6682         * configure: Regenerated.
6684 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6686         * MAINTAINERS: Remove the mn10200 maintainer.
6688 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6690         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6691         * configure: Regenerated.
6693 2003-12-16  Jan Hubicka  <jh@suse.cz>
6695         * MAINTAINERS: Add myself as callgraph maintainer.
6697 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6699         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6700         * configure: Regenerate.
6702 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6704         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6705         'Write After Approval' section. Update email.
6707 2003-12-01  James Lemke  <jim@wasabisystems.com>
6709         * MAINTAINERS (Write After Approval): Add myself.
6711 2003-11-20  Matt Thomas  <matt@3am-software.com>
6713         * MAINTAINERS: Add myself as a vax port maintainer.
6715 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6717         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6718         (configure-build-[+module+], configure-[+module+]): Likewise.
6719         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6720         * Makefile.in: Regenerate.
6722 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6724         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6725         shared/dylibed libraries.
6726         * ltmain.sh: Likewise.
6727         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6728         * ltcf-cxx.sh: Likewise.
6729         * ltcf-gcj.sh: Likewise.
6730         * ltconfig: Likewise.
6732 2003-11-17  Stan Cox  <scox@redhat.com>
6734         * MAINTAINERS: Add myself as iq2000 port maintainer.
6736 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6738         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6739         * Makefile.in: Regenerate.
6741 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6743         * config.sub: Update to 2003-11-03 version.
6745 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6747         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6748         * configure:  Regenerate.
6750 2003-10-20  Nicolas Pitre  <nico@cam.org>
6752         * MAINTAINERS: Add myself to 'Write After Approval' section.
6754 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6756         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6758 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6760         * MAINTAINERS: Update my email address.
6762 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6764         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6766 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6768         * MAINTAINERS: Add myself to 'Write After Approval' section.
6770 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6772         * config.guess: Update to 2003-10-16 version.
6773         * config.sub: Update to 2003-10-16 version.
6775 2003-10-15  David Daney  <ddaney@avtrex.com>
6777         * MAINTAINERS: Added myself to 'Write After Approval' section.
6779 2003-10-15  Falk Hueffner  <falk@debian.org>
6781         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6782         'Write After Approval' section. Update email.
6784 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6786         * MAINTAINERS: Move myself from 'Write After Approval' to
6787         'Various Maintainers' section as middle-end maintainer.
6789 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6791         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6792         HOST_FLAGS_TO_PASS.
6793         * Makefile.in: Regenerate.
6795 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6797         * config.guess: Update to 2003-10-07 version.
6798         * config.sub: Update to 2003-10-07 version.
6800 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6802         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6803         * ltconfig (irix5*, irix6*): Don't override version_type.
6805 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6807         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6808         * configure: Rebuilt
6809         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6810         * Makefile.in: Rebuilt
6812 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6814         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6816 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6818         * MAINTAINERS (Write After Approval): Add myself.
6820 2003-09-29  Paul Koning  <ni1d@arrl.net>
6822         * MAINTAINERS: Move myself from "Write After Approval"
6823         to CPU platform maintainers for pdp11 platform.
6825 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6827         * MAINTAINERS: Move myself from 'Write After Approval' to
6828         'Various Maintainers' section as libffi testsuite maintainer.
6830 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6832         * configure.in: Pass a computed --program-transform-name
6833         to subconfigures.
6834         * configure: Regenerated.
6836 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6838         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6839         * Makefile.in: Regenerate.
6841         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6842         * Makefile.in: Regenerate.
6844 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6846         * MAINTAINERS: Move myself from 'Write After Approval'
6847         to 'Various Maintainers' (objective-c) section.
6849 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6851         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6852         quoting.
6853         * configure: Regenerated.
6855 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6857         * MAINTAINERS (Write After Approval): Add myself to write after
6858         approval list.
6860 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6862         * MAINTAINERS (Write After Approval): Add myself.
6864 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6866         * MAINTAINERS: Update my e-mail address.
6868 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6870         * libtool.m4 (LD): Correct powerpc64 host match.
6872 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6874         * MAINTAINTERS: Update my affiliation and email address.
6876 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6878         * MAINTAINERS (Write After Approval): Add myself.
6880 2003-09-04  DJ Delorie  <dj@redhat.com>
6882         * configure: Regenerate.
6884 2003-09-04  Robert Millan  <robertmh@gnu.org>
6886         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6888 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6890         * configure.in: Ensure arguments to sed are properly spaced.
6891         * configure: Regenerate.
6893 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6895         * MAINTAINERS: Update my e-mail address.
6897 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6899         * MAINTAINERS (Write After Approval): Add myself.
6901 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6903         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6904         * configure: Regenerated.
6906 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6908         * MAINTAINERS: Update my email address.
6910 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6912         * configure.in:  Use newline instead of semicolon when assuming
6913         shell arguments in a for loop.
6914         * configure:  Regenerated.
6916 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6918         * MAINTAINERS: Resurrect the i860 maintainer.
6920 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6922         PR 8180
6923         * configure.in: When testing with_libs and with_headers, treat
6924         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6925         * configure: Regenerate.
6927         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6928         make, shell, etc.
6929         (baseargs): Likewise.
6930         * configure: Regenerate.
6932 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6934         * MAINTAINERS (Write After Approval): Add myself.
6936 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6938         * configure.in: Disable libgcj for darwin not on powerpc.
6939         * configure: Rebuild.
6941 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6943         * config-ml.in, symlink-tree: Add license.
6945 2003-08-03  Richard Stallman  <rms@gnu.org>
6946             Eben Moglen  <moglen@columbia.edu>
6948         * README.SCO: New file.
6950 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6952         * Makefile.tpl (check, check-c++): Express dependencies using
6953         dependencies rather than commands.
6954         * Makefile.in: Regenerate.
6956 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6958         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6959         * configure: Ditto.
6961 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6963         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6964         * Makefile.in: Update.
6966 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6968         * configure.in: Enable libgcj for darwin.
6969         * configure: Rebuild.
6971 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6973         * config-ml.in:  Use ac_configure_args directly instead of
6974         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6975         actually seen.
6977 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6979         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6980         creating target and build subdirs to build all parent dirs as needed.
6981         * Makefile.in: Rebuild.
6982         * configure.in: Don't build dirs explicitly here.
6983         * configure: Rebuild.
6985 2003-07-26  Paul Brook  <paul@nowt.org>
6987         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6989 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6991         * Makefile.tpl (all-make): Depend on intl.
6992         * Makefile.in: Rebuilt.
6994 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6996         * install-sh:  Update to newer upstream versions (associated with
6997         aclocal 1.7).
6998         * mkinstalldirs:  Likewise.
6999         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7001 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7003         * MAINTAINERS: Move self from Bug database only accounts
7004         to write-after-approval.
7006 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7008         * config.if: Remove unused libc_interface determination.
7010 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7012         * MAINTAINERS: Move self from write-after-approval to
7013         build machinery (*.in).
7015 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7017         PR bootstrap/11273
7018         PR bootstrap/11408
7019         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7020         unused INSTALL_PROGRAM_ARGS.
7021         * configure.in: Use AC_PROG_INSTALL.
7022         * Makefile.in: Regenerate.
7023         * configure: Regenerate.
7025 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7027         * MAINTAINERS: Alphabetize.
7029 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7031         * configure: Rebuilt.
7032         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7033         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7034         newlib nor libgloss.
7035         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7036         * configure.in (am33_2.0-*-linux*): Added.
7038 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7040         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7041         * configure: Regenerate.
7043 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7045         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7046         * Makefile.in: Regenerate.
7048 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7050         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7051         * Makefile.in: Regenerate.
7053 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7055         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7056         * Makefile.in: Regenerated.
7058         * config-ml.in: Replace PWD with PWD_COMMAND.
7060 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7062         * intl: New directory; see intl/ChangeLog for details.
7063         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7064         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7065         * Makefile.in: Regenerate.
7067 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7069         * configure.in: Clean up config-lang.in handling.  Delete
7070         useless assignment to "subdirs".
7071         * configure: Regenerate.
7073 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7075         * configure.in: Rename 'target_libs' to 'target_libraries'.
7076         Remove useless reference to 'target_libs'.
7077         * configure: Regenerate.
7079 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7081         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7082         * Makefile.in: Regenerate.
7084 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7086         * Makefile.def: Introduce flags_to_pass.
7087         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7088         * Makefile.in: Regenerate.
7090 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7092         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7093         and target-libgloss.
7094         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7095         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7096         * configure: Regenerate.
7098 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7100         * configure.in: Update testsuite_flags to new location.
7101         * configure. Regenerate.
7103 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7105         * Makefile.tpl: Remove BUILD_CC stuff.
7106         * Makefile.in: Regenerate.
7108 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7110         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7112 2003-06-16  Graeme Peterson  <gp@qnx.com>
7114         * MAINTAINERS (Write After Approval): Add myself.
7116 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7118         * config.guess: Update to 2003-06-12 version.
7119         * config.sub: Update to 2003-06-13 version.
7121 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7123         * config.guess: Update to 2003-06-06 version.
7124         * config.sub: Update to 2003-06-06 version.
7126 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7128         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7129         * configure. Regenerate.
7131 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7133         * configure.in: Disable serial configure by default.
7134         * configure: Regenerate.
7135         * Makefile.tpl: Abolish .NOTPARALLEL.
7136         * Makefile.in: Regenerate.
7138         * Makefile.tpl: Replace {build,host,target}_canonical by
7139         {build,host,target}.
7140         * Makefile.in: Regenerate.
7142         * Makefile.tpl: Fix stupid pasto.
7143         * Makefile.in: Regenerate.
7145 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7147         * Makefile.tpl: Remove bogus conditional.
7148         * Makefile.in: Regenerate.
7150 2003-06-05  Jan Hubicka  <jh@suse.cz>
7152         * Makefile.tpl (profiledbootstrap): New target.
7153         * Makefile.in (profiledbootstrap): New target.
7155 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7157         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7158         Pinski. Remove user names from other bugzilla-only maintainers.
7160 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7162         * Makefile.tpl: Make 'recursive targets' using autogen rather
7163         than shell loop.  Remove duplicate 'clean' targets and false
7164         comments.
7165         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7166         Add systematic method of specifying missing targets in subdirs.
7167         Add copyright boilerplate.
7168         * Makefile.in: Regenerate.
7169         * configure.in: Add 'recursive targets' to maybe list.
7170         * configure: Regenerate.
7172         * MAINTAINERS: "GNATS only" -> "Bug database only".
7174         * Makefile.tpl: Rename [+target+] to [+make_target+].
7175         * Makefile.def: Rename 'target' to 'make_target'.
7177 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7179         * MAINTAINERS: Add self as options handling maintainer.
7181 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7183         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7184         been too long since I touched those ports.
7186 2003-05-28  DJ Delorie  <dj@redhat.com>
7188         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7189         * Makefile.in: Regenerate.
7191 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7193         * configure.in: Use curly braces in the definition of tooldir.
7194         * configure: Regenerate.
7196 2003-05-21  DJ Delorie  <dj@redhat.com>
7198         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7199         newlib or libgloss.
7200         * Makefile.in: Regenerate.
7202 2003-05-21  DJ Delorie  <dj@redhat.com>
7204         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7205         * Makefile.in: Regenerate.
7207 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7209         * MAINTAINERS: Update my e-mail address.
7211 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7213         * configure.in: Switch more things to use maybe dependencies.
7214         * Makefile.tpl: Switch more things to use maybe dependencies.
7215         Factor out common code from autogen IF statements.
7216         * configure: Regenerate.
7217         * Makefile.in: Regenerate.
7219 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7221         * configure.in: Accept i[3456789]86 for machine type.
7222         * configure: Regenerate.
7224 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7226         * configure.in: Switch more things to use maybe dependencies.
7227         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7228         * configure: Regenerate.
7229         * Makefile.tpl: Switch more things to use maybe dependencies.
7230         * Makefile.in: Regenerate.
7232 2003-05-16  Andreas Schwab  <schwab@suse.de>
7234         * Makefile.tpl (install-opcodes): Define.
7235         * Makefile.in: Rebuild.
7237 2003-05-13  Andreas Jaeger  <aj@suse.de>
7239         * config.guess: Update to 2003-05-09 version.
7240         * config.sub: Update to 2003-05-09 version.
7242 2003-05-13  Michael Eager  <eager@mvista.com>
7244         * configure.in: Correct sed script so that options in quotes are not
7245         deleted.
7246         * configure: Rebuild.
7248 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7250         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7251         and $$s/newlib/libc/sys/cygwin32 include paths.
7252         * configure: Ditto.
7254 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7256         * MAINTAINERS: Update my email addresses.
7258 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7260         * config-ml.in: Propagate INSTALL variables.
7262 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7264         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7266 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7268         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7269         * Makefile.in: Regenerate.
7271 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7273         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7275 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7277         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7279 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7281         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7282         * Makefile.in: Regenerated.
7284 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7286         * MAINTAINERS (Write After Approval): Upgrade myself from
7287         GNATS only to write-after-approval. Update my mail address.
7289 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7291         (OS Port Maintainers: freebsd): Add myself.
7293 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7295         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7297 2003-04-22  Kean Johnston  <jkj@sco.com>
7299         * MAINTAINERS (SCO ports): Added myself.
7301 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7303         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7305 2003-04-19  Kean Johnston  <jkj@sco.com>
7307         * MAINTAINERS (Write After Approval): Add myself.
7309 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7311         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7312         * Makefile.in: Regenerate.
7314 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7316         * configure.in (powerpc64*-*-linux*): Remove.
7317         * configure: Rebuilt.
7319 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7321         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7322         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7323         and restrap.
7324         * Makefile.in:  Regenerate.
7326 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7328         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7329         * configure: Regenerated.
7331 2003-04-15  DJ Delorie  <dj@redhat.com>
7333         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7335 2003-04-13  Nick Clifton  <nickc@redhat.com>
7337         * config-ml.in: Remove support for --disable-aix removing
7338         call-aix multilibs.
7340 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7342         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7343         * */configure: Rebuilt.
7345 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7347         * MAINTAINERS: Add my email address.
7349 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7351         * MAINTAINERS (Write After Approval): Add myself.
7353 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7355         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7356         * Makefile.in: Regenerate.
7358 2003-03-14  Michael Chastain  <mec@shout.net>
7360         * Makefile.in: Regenerate with correct Makefile.def.
7362 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7364         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7365         Make macro.
7366         * Makefile.in: Regenerate.
7367         * configure.in: Clean up gxx_include_dir logic.
7368         * configure: Regenerate.
7370 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7372         * MAINTAINERS (Write After Approval): Add myself.
7374 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7376         * MAINTAINERS: Update my mail address.
7378 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7380         * configure.in (gxx_include_dir): Fix typo.
7381         * configure: Regenerated.
7383 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7385         * Makefile.tpl: Reindent.
7386         * Makefile.in: Regenerate.
7387         * configure.in: Reindent.  Don't set unused variables.
7388         * configure: Regenerate.
7390 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7392         * configure.in: Include $(build_tooldir)/sys-include in
7393         FLAGS_FOR_TARGET.
7394         * configure: Regenerated.
7396 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7398         * Makefile.tpl: Always pass down RANLIB.
7399         * Makefile.in: Regenerate.
7401         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7402         * Makefile.in: Regenerate.
7403         * configure.in: Remove unused logic relating to --enable-shared
7404         and --enable-threads.  Remove bogus comments.  Remove redundant
7405         noconfigdirs.
7406         * configure: Regenerate.
7408         * configure.in: Replace ${libstdcxx_version} by its value.
7409         Remove reference to mh-dgux.
7410         * configure: Regenerate.
7412 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7414         * MAINTAINERS (Write After Approval): Add myself.
7416 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7418         * Makefile.tpl: Rearrange.
7419         * Makefile.in: Regenerate.
7421 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7423         * configure.in: Add support for kaOS as cross build target system.
7424         * configure: Regenerated.
7426 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7428         * MAINTAINERS (Write after approval): Add myself.
7430 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7432         * MAINTAINERS: Update my email address.
7434 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7436         * MAINTAINERS: Add self to blanket write privs. section.
7438 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7440         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7441         configure-target-* as some target builds may require additional
7442         flags for preprocessor tests.
7443         * Makefile.in: Regenerated.
7445 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7447         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7448         * ltconfig: Handle it.
7449         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7450         auto-detecting it.
7452         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7453         it is used as argument to $CC.
7454         * ltcf-gcj.sh: Likewise.
7456         * configure.in: Introduce --enable-maintainer-mode.
7457         * configure: Rebuilt.
7458         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7459         for maintainer mode.
7460         * Makefile.in: Rebuilt.
7462 2003-02-18  Jason Merrill  <jason@redhat.com>
7464         * Makefile.tpl (check-c++): Allow parallelism.
7466 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7468         * MAINTAINERS: Remove John Carr (who never actually had access to
7469         gcc.gnu.org).
7471 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7473         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7474         don't configure target-libobjc.
7475         * configure: Regenerate.
7477 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7479         * Makefile.tpl (RANLIB): Define.
7480         * Makefile.in: Regenerate.
7482 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7484         * MAINTAINERS: Update my email.
7486 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7488         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7489         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7490         * Makefile.in: Regenerated.
7491         * configure.in: Remove all traces of snavigator, db, and grep.
7492         * configure: Regenerated.
7494 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7496         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7497         After Approval.
7499 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7501         * MAINTAINERS (Write after approval): Add myself.
7503 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7505         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7506         * Makefile.in: Regenerated.
7508 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7510         * config.guess: Updated to 2003-01-30's version.
7511         * config.sub: Updated to 2003-01-28's version.
7513 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7515         * config.if: If gcc_version is already set, just use it.  Don't set
7516         gcc_version_trigger if it's already set, otherwise set it to
7517         gcc/version.c, but only if the file exists.  If it is not set and
7518         gcc/version.c does not exist, try to extract the version number from
7519         $CC.
7521 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7523         * MAINTAINERS: Add myself to write-after-approval list.
7525 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7527         * configure.in:  Revert 24Jan change.
7528         * configure:  Regenerate.
7530 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7532         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7533         entry of HJ Lu.
7535 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7537         * configure.in: Revert previous change.
7538         * configure: Regenerate.
7540 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7542         * configure.in: Make rda native-only.
7543         * configure: Regenerate.
7545 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7547         * MAINTAINERS: Move myself from GNATS-only-accounts to
7548         write-after-approval.
7550 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7552         * configure.in: Add missing \.
7553         * configure: Rebuilt.
7555 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7557         * configure.in (baseargs): Avoid using \| in sed regular
7558         expressions.
7559         * configure: Rebuilt.
7561 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7563         * configure.in (baseargs): Remove all supported forms of
7564         --cache-file, --srcdir, --host, --build and --target options
7565         from argument lists.
7566         * configure: Rebuilt.
7568 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7570         * MAINTAINERS: Add myself to write-after-approval list.
7572 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7574         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7575         * configure: Rebuilt.
7577 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7579         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7580         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7581         * Makefile.in: Regenerate.
7582         * configure: Regenerate.
7584 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7586         * configure.in: Remove Makefile in build, host and target modules
7587         unless configure was run with --no-recursion.
7588         * configure: Rebuilt.
7590 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7592         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7593         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7594         * Makefile.in: Regenerate.
7596 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7598         * config.guess: Update to 2003-01-03 version.
7599         * config.sub: Update to 2003-01-03 version.
7601 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7603         * configure: Regenerate with proper autoconf 2.13.
7605 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7607         * configure.in: Add AC_PREREQ for consistency.
7608         * configure: Regenerate.
7610 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7612         * configure.in (GDB_TK): Add tcl directories conditional on
7613         gdb/gdbtk directory being present.
7614         * configure: Regenerate.
7616 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7618         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7619         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7620         * configure: Rebuilt.
7622 2002-12-31  Tom Tromey  <tromey@redhat.com>
7624         * Makefile.in: Rebuilt.
7625         * Makefile.def (target_modules) [libffi]: Allow installation.
7627 2002-12-31  Andreas Schwab  <schwab@suse.de>
7629         * configure.in: Fix use of $program_transform_name.
7630         * configure: Regenerated.
7632 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7634         * configure.in (baseargs): Don't remove first configure argument.
7635         * configure: Regenerated.
7637 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7639         * Makefile.tpl (local-distclean): Don't remove...
7640         (multilib.ts): ... this.  Moved into...
7641         (multilib.out): ... this.  Don't use sub-make.
7642         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7643         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7644         (configure-build-[+module+], configure-[+module+],
7645         configure-target-[+module+], configure-gcc): ... these.  Test
7646         for Makefile existence.  Drop config.status from dependencies.
7647         * Makefile.in: Rebuilt.
7648         * configure.in: Move gcc-version-trigger to the end of
7649         ac_configure_args.  Add comments to maybedep.tmp and
7650         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7651         nonopt from baseargs, matching and removing corresponding
7652         whitespace while at it.
7653         * configure: Rebuilt.
7655 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7657         * configure.in (host_configargs): Replace reference to
7658         no-longer-defined buildopts with --build=${build_alias}.
7659         * configure: Rebuilt.
7661         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7662         program_transform_name to standard idiom.
7663         (AUTOGEN, AUTOCONF): Define.
7664         (Makefile.in): Use $(AUTOGEN).
7665         (Makefile): Depend on config.status, and use autoconf-style rule to
7666         build it.  Move original commands to...
7667         (config.status): ... this new target.
7668         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7669         $(AUTOCONF).
7670         * Makefile.in: Rebuilt.
7672 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7674         * Makefile.tpl: Fix dramatic bustage due to change in
7675         program_transform_name.
7676         * Makefile.in: Regenerate.
7678         * configure.in: Remove unnecessary PATH setting.
7679         * configure: Regnerate.
7681         * configure.in: Don't default to unprefixed tools unless
7682         the native tools will work.
7683         * configure: Regenerate.
7685         * configure.in: Convert to autoconf script.  Blow away lots
7686         of now-redundant Makefile fragments.
7687         * configure: Generate using Autoconf.
7688         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7689         * Makefile.in: Regenerate.
7691 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7693         * configure: Fix stupid bug where RANLIB was mistakenly included.
7695         * configure.in: Rename (buildargs, hostargs, targargs) to
7696         (build_configargs, host_configargs, target_configargs).
7698         * configure.in: Move logic out of sed statement.
7700         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7701         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7703 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7705         * config.sub: Import from master repository
7706         * config.guess: Ditto
7708 2002-12-24  Andreas Schwab  <schwab@suse.de>
7710         * Makefile.tpl (multilib.out): Fix missing space.
7711         * Makefile.in: Regenerate.
7713 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7715         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7716         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7717         * Makefile.in: Regenerate.
7718         * configure.in: Remove unnecessary leftovers.
7720 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7722         * configure.in (extra_ranlibflags_for_target): New variable.
7723         (*-*-darwin): Add -c to ranlib commands.
7724         * configure (tooldir): Handle extra_ranlibflags_for_target.
7726 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7728         * Makefile.tpl: Revert HJL's change.
7729         * Makefile.in: Regenerated.
7730         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7731         always.
7733 2002-12-19  Andreas Schwab  <schwab@suse.de>
7735         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7736         * Makefile.in: Regenerate.
7738 2002-12-18  H.J. Lu  <hjl@gnu.org>
7740         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7741         * Makefile.in: Regenerated.
7743         * configure.in (build_prefix): New. Substitute.
7745 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7747         * Makefile.tpl: Don't let real targets depend on phony targets.
7748         * Makefile.in: Regenerate.
7750         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7751         * Makefile.in: Regenerate.
7753 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7755         * config.sub: Import from master repository
7756         * config.guess: Ditto
7758 2002-12-16  Jason Merrill  <jason@redhat.com>
7760         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7761         previous 'make bootstrap'.
7762         * Makefile.in: Regenerate.
7764 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7766         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7768 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7770         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7771         * Makefile.in: Regenerate.
7773 2002-12-13  Jason Merrill  <jason@redhat.com>
7775         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7776         library tests.
7777         (check-c++): Just depend on it and check-target-libstdc++-v3.
7778         * Makefile.in: Regenerate.
7780 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7782         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7783         * Makefile.in: Rebuilt.
7785 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7787         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7789 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7791         * configure: Fix bug put in by gremlins.
7793         * Makefile.tpl: Substitute more autoconfily.
7794         * configure: Substitute more autoconfily.
7795         * Makefile.in: Regenerate.
7797 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7799         * config.sub: Import from master repository
7800         * config.guess: Ditto
7801         * MAINTAINERS: Added Svein Seldal under write after approval
7803 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7805         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7806         * Makefile.in (all-sim): Ditto.
7808 2002-12-06  DJ Delorie  <dj@redhat.com>
7810         * Makefile.tpl: Change configure dependencies to not have real
7811         targets depend on phony targets.
7813 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7815         * configure.in: Revert unintentional change.
7817         * Makefile.tpl: Change dependency for */multilib.out so that
7818         it works when gcc isn't in the tree.
7820         * configure.in: Substitute more.
7821         * configure: Run subconfigures from the Makefile.
7822         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7823         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7825 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7827         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7829 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7831         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7832         and corresponding dependencies.
7833         * Makefile.in: Regenerate.
7835         * configure.in (host_tools): Order binutils, gas and ld for
7836         convenience in running the testsuites.
7838         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7839         * Makefile.in: Regenerate.
7840         * configure.in: Introduce rules to serialize subconfigure runs.
7842         * configure.in: Introduce BASE_CC_FOR_TARGET.
7843         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7844         Realize configure-build-* targets.  Realize configure-target-* targets.
7845         * Makefile.in: Regenerate.
7847 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7849         * configure: Move gcc_version_trigger stuff from here...
7850         * configure.in: ...to here.
7852         * configure.in: Separate subconfigure options added by this file from
7853         options given by the user.  Add machinery to put args for host
7854         subconfigures into the Makefile.
7856         * Makefile.tpl: Remove 'vault' targets.
7857         * Makefile.tpl: Reorder and comment dependencies.
7858         * Makefile.in: Regenerate.
7860 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7861         * configure.in: Fix my broken commit of previous patch. (sigh)
7863 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7865         * configure.in: Move host-specific darwin noconfigdirs into
7866         the host-specific section.
7868 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7870         * configure.in: Move host-specific darwin noconfigdirs into
7871         the host-specific section.
7873 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7875         * configure: Remove skip-this-dir support.
7876         * Makefile.tpl: Remove skip-this-dir support.
7878         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7879         subdirectories.
7880         * Makefile.in: Regenerate.
7882         * Makefile.tpl: Strip out useless setting of 'dir'.
7883         * Makefile.in: Regenerate.
7885 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7887         * configure.in: Fix deeply stupid bug.
7889         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7890         shell code in CXX_FOR_TARGET
7891         * Makefile.def: Introduce raw_cxx.
7892         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7893         RAW_CXX_FOR_TARGET.
7894         * Makefile.in: Regenerate.
7896 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7898         * Makefile.tpl: Remove unnecessary ifs.
7899         * Makefile.in: Regenerate.
7901         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7902         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7903         targets for 'no_install' modules.
7904         * configure: Move GDB_TK substitution to configure.in.  Move
7905         build_modules stuff to configure.in.
7906         * configure.in: Implement soft dependency machinery.  Maybe-ize
7907         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7908         * Makefile.in: Regenerate.
7910 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7912         * Makefile.tpl: Make all-target, install-target behave similarly
7913         to all, install (only hitting configured targets).  Eliminate
7914         unused macro defintions.
7916         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7917         build != host.
7919         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7921         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7923         * configure.in: Produce lists of subdir targets we're actually
7924         configuring.  Remove references to "dosrel".
7925         * Makefile.tpl: Let configure set which subdir targets are hit.
7926         Remove install-cross; clean up install; remove ALL.  Remove
7927         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7928         Autogenerate host module targets.  Remove empty dependency lines
7929         and redundant dependency; rearrange slightly.
7930         * Makefile.def: Add host-side libtermcap, utils.
7932         * Makefile.in: Regenerate.
7934 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7936         * ltconfig (osf[345]): Append $major to soname_spec.
7937         Reflect this in library_names_spec.
7938         * ltmain.sh (osf): Prefix $major with . for use as extension.
7940 2002-11-19  Andreas Jaeger  <aj@suse.de>
7942         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7943         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7944         and sparc64 GNU/Linux systems.
7946 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7948         * MAINTAINERS: Update email.
7950 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7952         * MAINTAINERS: Complete James Dennett's entry.
7954 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7956         * MAINTAINERS (Write After Approval): Add myself.
7958 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7960         * Makefile.tpl: syntactic cleanup
7962 2002-11-13  Stuart Hastings  <stuart@apple.com>
7964         * MAINTAINERS: Add myself to write-after-approval list.
7966 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7968         * Makefile.def: Add list of recursive targets to autogenerate.
7969         Add build_modules.
7970         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7971         targets.  Autogenerate *-build-* targets.
7972         * Makefile.in: Regenerate.
7974 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7976         * configure: More autoconf-style substitutions.
7977         * Makefile.tpl: More autoconf-style substitutions.
7978         * Makefile.in: Regenerate.
7980 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7982         * configure: Substitute more variables in a more autoconf-friendly
7983         way.  Simplify slightly.
7984         * Makefile.tpl: Make more variables substitutable in an
7985         autoconf-friendly way.
7986         * Makefile.in: Regenerate.
7988 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7990         * MAINTAINERS (Write After Approval): Add myself.
7992 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7994         * configure.in (v810*): Remove special setting of tools.
7996         * configure: Add support for extra required flags for ar or nm.
7997         * configure.in (aix4.3+): Use above support for target-specific
7998         issues, rather than using config/mt-aix43.
8000 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8002         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8003         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8004         with $srcdir.  Reformat indentation.  Substitute some variables
8005         formerly hard-coded in the Makefile for build=host.
8006         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8007         * Makefile.def: Autogenerate more.
8008         * Makefile.in: Regenerate.
8010 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8012         * MAINTAINERS (Write After Approval): Add myself.
8014 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8016         * Makefile.def (host_modules): Add rda.
8017         * Makefile.in: Regenerate.
8018         * configure.in (target_tool): Add target-rda to list.
8020 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8022         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8024 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8026         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8027         and restrap targets to this rule.
8028         * Makefile.in:  Regenerate.
8030 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8032         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8033         GNATS only accounts.
8035 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8037         * configure.in (i[3456]86-*-linux*): Add check to disable
8038         ${libgcj} for glibc1.
8040 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8042         * MAINTAINERS: Add myself as ip2k port maintainer.
8044 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8046         * configure.in: Add tic4x target.
8048 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8050         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8051         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8052         * Makefile.in: Regenerate.
8054         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8055         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8056         * Makefile.in: Regenerate.
8058 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8060         * MAINTAINERS: Add myself as web pages co-maintainer.
8062 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8064         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8065         * Makefile.in: Regenerate.
8067 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8069         * MAINTAINERS: Add myself and Nathan Sidwell
8070         <nathan@codesourcery.com> as VxWorks maintainers.
8072 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8074         * Makefile.def: Remove order dependency comments.
8075         * Makefile.tpl: Add explicit install-install dependencies.
8076         * Makefile.in: Regenerate.
8078         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8079         * Makefile.in: Regenerate.
8081         * Makefile.tpl: Add configure-target (for src-release in src)
8082         * Makefile.in: Regenerate.
8084 2002-09-30  Nick Clifton  <nickc@redhat.com>
8086         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8088 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8090         * configure.in (s390*-*-linux*): Enable libgcj.
8092 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8094         * configure: Revert accidentally applied changes.
8096         * Makefile.tpl: Make more autoconf-friendly.
8097         * Makefile.in: Regenerate.
8098         * configure: Make substitution more autoconf-like.
8100 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8102         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8103         single entry to handle all these.
8104         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8105         libjava on arm-*-elf.
8107 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8109         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8110         things that depend on them.
8112 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8114         * Makefile.tpl: Make subsituted variables more autoconfy.
8115         * Makefile.in: Regenerate.
8116         * configure: Make seds more autoconfy.
8118 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8120         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8121         * Makefile.in: Regenerate.
8122         * configure.in: Rewrite sed statements to look autoconfy.
8124         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8125         all-target-foo on configure-target-foo.
8126         * Makefile.def: Ditto.
8127         * Makefile.in: Rebuild.
8129 2002-09-25  Andrew Haley  <aph@redhat.com>
8131         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8133 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8135         * Makefile.def: New file.
8136         * Makefile.tpl: New file.
8137         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8138         * contrib/gcc_update: Note that Makefile.in is a generated file.
8140         * configure.in: Minor rearrangement.  Simplify tests.
8142 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8144         * configure.in (with_headers): Skip copy if value is "yes".
8145         (with_libs): Likewise.
8147 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8149         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8150         * configure.in (sh*-*-pe*): Ditto.
8151         * configure.in (mips*-*-pe*): Ditto.
8152         * configure.in (*arm-wince-pe): Ditto.
8154         * configure.in: Rearrange.
8156 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8158         * MAINTAINERS: Update my email address.
8160 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8162         * MAINTAINERS: (Write After Approval): Add myself.
8164 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8166         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8168 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8170         * MAINTAINERS: Change my mailing address.
8172 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8174         * MAINTAINERS (Write After Approval): Remove myself.
8175         (Various Maintainers: c++ runtime libs): Add myself.
8177 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8179         * MAINTAINERS (Write After Approval): Remove myself.
8180         (Various Maintainers: c++ runtime libs): Add myself.
8182 2002-08-15  Eric Christopher  <echristo@redhat.com>
8184         * config.sub: Import from master repository.
8185         * config.guess: Ditto.
8187 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8189         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8190         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8191         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8193 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8195         * MAINTAINERS: Add self to rs6000 vector extensions.
8197 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8199         * libiberty/configure: Reverted unintended yesterday's check in.
8201 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8203         * boehm-gc/configure, libf2c/configure: Rebuilt.
8204         * libffi/configure, libiberty/configure: Ditto.
8205         * libjava/configure, libobjc/configure: Ditto.
8206         * libstdc++-v3/configure, zlib/configure: Ditto.
8207         Merged from binutils:
8208         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8209         From Steve Ellcey <sje@cup.hp.com>:
8210         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8211         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8212         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8213         IA64.
8214         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8215         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8216         soname_spec, sys_lib_search_path_spec): Ditto.
8218 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8220         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8222 2002-08-04  H.J. Lu  (hjl@gnu.org)
8224         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8226 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8228         * MAINTAINERS (Write After Approval): Add myself.
8230 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8232         * configure.in: Move generic linux case to end.  Copy generic
8233         linux noconfigdirs to mips*-*-linux* entry and new
8234         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8236 2002-07-19  Michael Matz  <matz@suse.de>
8238         * MAINTAINERS: Add myself as ra* maintainer.
8240 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8242         * config.guess: Update to 2002-07-09 version.
8243         * config.sub: Update to 2002-07-03 version.
8245 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8247         * MAINTAINERS: Fix typo in a maintainer email address.
8249 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8251         * configure.in: Remove two redundant tests.
8253 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8255         * configure.in (mips*-*-irix6*o32): Enable stabs.
8257 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8259         * configure.in: Don't build grez.
8260         * Makefile.in: Ditto.
8262         * Makefile.in: Remove references to bsp, cygmon, libstub.
8263         * configure.in: Ditto.
8265         * configure.in: Remove leftover reference to gdbtest.
8267 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8269         * configure.in (gxx_include_dir):  Change to match versioned
8270         C++ headers if --enable-version-specific-runtime-libs is used.
8272 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8274         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8276 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8278         * configure.in: Make --without-x work.
8280 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8282         * configure.in: Rearrange target Makefile fragment collection.
8284         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8285         cvs[src].
8286         * configure.in: Ditto.
8288 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8290         * MAINTAINERS (Write After Approval): Update my e-mail address.
8292 2002-06-24  Ben Elliston  <bje@redhat.com>
8294         * configure.in (host_tools): Remove cgen.
8296         * Makefile.in (all-cgen): Remove; runs from its source directory.
8297         (check-cgen, install-cgen, clean-cgen): Likewise.
8298         (all-opcodes): Do not depend on all-cgen.
8299         (all-sim): Likewise.
8301 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8303         * Makefile.in: Eliminate 'apache' targets.
8304         * configure.in: Eliminate 'apache' targets.
8306         * configure.in: Eliminate redundant tests.  Reorganize.
8308         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8310         * config-ml.in: Eliminate references to Cygnus configure.
8312         * Makefile.in: Eliminate references to building emacs.
8314 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8316         * MAINTAINERS: Update my email address.
8318 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8320         * config.if (libstdcxx_incdir): Version C++ headers.
8321         (cxx_incdir): Remove.
8323 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8325         * MAINTAINERS (Write After Approval): Add self.
8327 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8329         * configure.in: Add support for ip2k.
8331 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8333         * configure.in: Fix AIX configury bug.
8335 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8337         * MAINTAINERS (Write After Approval): Add self.
8339 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8341         * configure.in: replace ${topsrcdir} with ${srcdir}
8343         * configure.in: Move definition of libstdcxx_flags
8344         right above usage, rather than waaay earlier.
8346         * configure.in: Pull definition of is_cross_compiler earlier.
8348         * configure.in: Rearrange a little.
8350         * configure.in: Remove references to librx.
8351         * Makefile.in: Remove references to librx.
8353 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8355         * config.sub: Add support for avr target.
8356         Import from master sources, rev 1.255
8358 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8360         * configure, .cvsignore:  Revert previous change...
8361         * Makefile:  ...delete.
8363 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8365         * configure.in: Eliminate ${gasdir} variable.
8367 2002-06-18  Dave Brolley  <brolley@redhat.com>
8369         * configure.in: Add support for frv.
8370         * config.sub: Add support for frv.
8372 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8374         * configure:  Remove garbage from previous commit.
8376 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8378         * configure:  For in-source builds, make a subdir and re-exec there.
8379         * Makefile:  New file.  Pass targets through to build directory.
8380         * .cvsignore:  No longer ignore "Makefile".
8382 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8384         * MAINTAINERS (Write After Approval): Add self.
8386 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8388         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8390 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8392         * configure.in (vax-*-netbsd*): Re-enable gas.
8394 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8396         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8397         BUILD_PREFIX_1, to correct nomenclature.
8398         * configure: Likewise.
8400         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8401         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8403 2002-05-31  Olaf Hering  <olh@suse.de>
8405         * config-ml.in: Propogate DESTDIR also.
8407 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8409         * configure.in (vax-*-netbsd*): Don't build gas for this
8410         platform.
8412 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8414         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8415         and libgcj for AVR.
8417 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8419         * MAINTAINERS (Write After Approval): Add myself.
8421 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8423         * config.guess: Update to 2002-05-22 version.
8424         * config.sub: Likewise.
8426 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8428         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8429         * config-ml.in: Likewise.
8430         * configure: Likewise.
8431         * configure.in: Likewise.
8433 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8435         * MAINTAINERS: Update my email address.
8437 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8439         * configure.in: Simplify makefile fragment collection.
8441         * configure.in: Remove code to build emacs.
8443         * configure.in : Remove --srcdir argument from targargs and buildargs
8444         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8446         * configure: Move some logic to configure.in.
8447         * configure.in: Move some logic from configure.
8449 2002-05-11  Tom Tromey  <tromey@redhat.com>
8451         * MAINTAINERS: Reflect libgcj reality.
8453 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8455         * Makefile.in: Honour DESTDIR.
8457 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8459         * config.guess: Import 2002-03-20 version.
8460         * config.sub: Import 2002-04-26 version.
8462 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8464         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8466 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8468         * MAINTAINERS: Add self.
8470 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8472         * ltmain.sh: Detect and handle object name conflicts
8473         while piecewise linking a static library.
8475 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8477         * configure.in (noconfigdirs): Don't disable libgcj on
8478         sparc64-*-solaris* and sparcv9-*-solaris*.
8480 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8482         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8484 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8486         * configure.in (FLAGS_FOR_TARGET): Do not add
8487         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8488         on i[3456]86-*-linux*.
8490 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8492         * configure.in (noconfigdirs): Replace [ ] with test.
8494         * configure.in (noconfigdirs): Do not add target-newlib if
8495         target == i[3456]86-*-linux*, and host == target.
8497 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8499         * configure.in: delete reference to absent file
8501         * configure.in: replace '[' with 'test'
8503         * configure.in: Eliminate references to gash.
8504         * Makefile.in: Eliminate references to gash.
8506         * configure.in: remove useless references to 'pic' makefile fragments.
8508         * configure.in: (*-*-windows*) Finish removing.
8510         * configure.in: Eliminate redundant test for libgui.
8512 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8514         * MAINTAINERS: Add self and realphabetize.  Update entries
8515         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8516         entry for a29k port maintainer.
8518 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8520         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8521         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8523 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8525         * configure.in: remove references to dead files
8527 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8529         * MAINTAINERS: Add information about purpose of this file.
8531 2002-04-18  Tom Tromey  <tromey@redhat.com>
8533         * configure.in: Disallow configuring libgcj when it is already
8534         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8535         Solaris 2.8 by default.  For PR libgcj/6158.
8537 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8539         * configure.in:  Move default CC setting out of config/mh-* fragments
8540         directly into here.
8542 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8544         * configure.in: don't even try to configure or make a subdirectory
8545         if there's no configure script for it.
8547 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8549         * MAINTAINERS: Remove chill maintainers.
8550         * Makefile.in (CHILLFLAGS): Remove.
8551         (CHILL_LIB): Remove.
8552         (TARGET_CONFIGDIRS): Remove libchill.
8553         (CHILL_FOR_TARGET): Remove.
8554         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8555         CHILL_LIB.
8556         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8557         (CHECK_TARGET_MODULES): Likewise.
8558         (INSTALL_TARGET_MODULES): Likewise.
8559         (CLEAN_TARGET_MODULES): Likewise.
8560         (configure-target-libchill): Remove.
8561         (all-target-libchill): Remove.
8562         * configure.in (target_libs): Remove target-libchill.
8563         Do not compute CHILL_FOR_TARGET.
8564         * libchill: Remove directory.
8566 2002-04-11  DJ Delorie  <dj@redhat.com>
8568         * Makefile.in, configure.in: Sync with binutils, entries
8569         follow...
8571 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8573         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8574         (do-tar, do-bz2): New rules.
8575         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8576         (gdb-tar): New rule.
8577         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8578         (insight_dejagnu.tar): New rule.
8579         (insight.tar): New rule.
8580         (gdb+dejagnu.tar): New rule.
8581         (gdb.tar): New rule.
8583 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8585         * Makefile.in: Add all-tix to deps for all-snavigator
8586         so that tix is built when building snavigator.
8588 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8590         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8591         ld and gdb are not supported.
8593 2002-01-07  Mark Salter  <msalter@redhat.com>
8595         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8596         Allow target-libgloss to be built for arm, strongarm, and xscale.
8598 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8600         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8601         options for i[3456]86-pc-linux* native builds.
8603 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8605         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8606         files from .po files for a distribution.
8608 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8610         * configure.in: Enable libstdc++-v3 for h8300 targets.
8612 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8614         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8615         version from bfd/.
8617 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8619         * Makefile.in (VER): When present, extract the version number from
8620         the file version.in.
8622 2001-05-24  Tom Rix  <trix@redhat.com>
8624         * configure.in : enable ld for aix
8626 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8628         * config.guess: Add linux target for S/390.
8630 2000-11-07  Philip Blundell  <pb@futuretv.com>
8632         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8634 2000-11-03  Philip Blundell  <pb@futuretv.com>
8636         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8637         files.
8639 2001-01-15  Ben Elliston  <bje@redhat.com>
8641         * configure.in (host_tools): Add sid.
8642         Always configure cgen.
8644 2000-11-24  Nick Clifton  <nickc@redhat.com>
8646         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8649 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8651         * Makefile.in (ALL_MODULES): Add all-cgen.
8652         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8653         (all-cgen): New target.
8654         (all-opcodes,all-sim): Depend on all-cgen.
8655         * configure.in (host_tools): Add cgen.
8656         Only configure cgen if --enable-cgen-maint.
8658 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8660         * configure.in: Add *-*-freebsd* configurations.
8662 2002-04-08  Tom Tromey  <tromey@redhat.com>
8664         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8665         Fixes PR libgcj/6068.
8667 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8669         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8671 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8673         * configure.in (alpha*-dec-osf*): Enable libgcj.
8675 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8677         * MAINTAINERS (Write After Approval): Add myself.
8679 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8681         Fix for: PR bootstrap/3591, target/5676
8682         * configure.in (mcore-pe): Disable the configuration of
8683         libstdc++-v3 since exceptions are not supported.
8685 2002-03-20  Anthony Green  <green@redhat.com>
8687         * configure.in: Enable libgcj for xscale-elf target.
8689 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8691         * MAINTAINERS:  Update my email address.
8693 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8695         * ltmain.sh (relink_command): Fix typo in previous change.
8697 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8699         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8700         (relink_command): Added --tag flags.
8701         (mode=install): If relinking fails; error out.
8703 2002-03-12  Richard Henderson  <rth@redhat.com>
8705         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8706         .NOTPARALLEL tag.
8707         (do-check): Rename from check.
8708         (check): Allow parallel check.
8710 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8712         * MAINTAINERS: Add myself as maintainer for xtensa port.
8713         Fix alphabetical order in CPU port maintainer list.
8714         Remove myself from Write After Approval list.
8716 2002-03-11  Richard Henderson  <rth@redhat.com>
8718         * Makefile.in (.NOTPARALLEL): Add fake tag.
8720 2002-03-07  H.J. Lu  (hjl@gnu.org)
8722         * configure.in: Enable gprof for mips*-*-linux*.
8724 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8726         * MAINTAINERS (Write After Approval): Add myself.
8728 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8730         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8731         libjava.
8732         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8734 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8736         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8737         because its Makefile is there; test for the executable instead.
8739 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8741         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8742         libstdc++-v3 and libjava.
8744 2002-02-11  Adam Megacz  <adam@xwt.org>
8746         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8747         boehm-gc
8749 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8751         * config.guess: Updated to 2002-01-30's version.
8752         * config.sub: Updated to 2002-02-01's version.
8753         Contribute sh64-elf.
8754         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8755         * configure.in: Added sh64-*-*.
8757 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8759         * MAINTAINERS: Belatedly add myself to write after approval list.
8761 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8763         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8764         Remove self as Write After Approval.
8766 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8768         * MAINTAINERS: Put self in as maintainer for contrib/regression
8769         directory.
8771 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8773         * MAINTAINERS:  Update my email address.
8775 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8777         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8778         target-libiberty, and target-libgloss.  Skip Java-related
8779         libraries if not supported for NetBSD on target CPU.
8781 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8783         * install-sh: Use _inst.$$_ for temp file name.
8785 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8787         * MAINTAINERS (Write After Approval): Move my contact info
8788         from here...
8789         (OS Port Maintainers): ...to here (netbsd).
8791 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8793         * MAINTAINERS (Write After Approval): Add myself.
8795 2002-01-17  H.J. Lu  <hjl@gnu.org>
8797         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8798         (all-target-fastjar): Also depend on all-target-libiberty.
8800 2002-01-16  H.J. Lu  (hjl@gnu.org)
8802         * config.guess: Import from master sources, rev 1.225.
8803         * config.sub: Import from master sources, rev 1.238.
8805 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8807         * MAINTAINERS (Write After Approval): Remove myself.
8809 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8811         * MAINTAINERS (Write After Approval): Add myself.
8813 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8815         * MAINTAINERS: Add self as docs co-maintainer.
8817 2001-12-11  Matthias Klose  <doko@debian.org>
8819         * MAINTAINERS (Write After Approval): Add myself.
8821 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8823         * MAINTAINERS: Update my email address.
8825 2001-12-07  Turly O'Connor  <turly@apple.com>
8826         * MAINTAINERS (Write After Approval): Add myself.
8827         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8828         (rs6000_initialize_trampoline): Call __trampoline_setup for
8829         ABI_DARWIN too.
8830         * darwin-tramp.asm: New file, implements __trampoline_setup.
8831         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8833 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8835         * MAINTAINERS (Write After Approval): Add myself.
8837 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8839         * configure, configure.in: Use temp file for long sed commands.
8841 2001-12-03  Laurent Guerby  <guerby@acm.org>
8843         * config.sub: Update to version 1.232 on subversion.
8845 2001-12-03  Ben Elliston  <bje@redhat.com>
8847         * MAINTAINERS: Update mail address for config.* patches.
8849 2001-11-27  DJ Delorie  <dj@redhat.com>
8850             Zack Weinberg  <zack@codesourcery.com>
8852         When build != host, create libiberty for the build machine.
8854         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8855         CONFIG_ARGUMENTS.
8856         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8857         New variables.
8858         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8859         and rules.
8860         (all.normal): Depend on ALL_BUILD_MODULES.
8861         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8862         (all-build-libiberty): Depend on configure-build-libiberty.
8864         * configure: Calculate and substitute proper value for
8865         ALL_BUILD_MODULES.
8866         * configure.in: Create the build subdirectory.
8867         Calculate and substitute TARGET_CONFIGARGS (formerly
8868         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8870 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8872         * MAINTAINERS (write-after-approval): Add self.
8874 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8876         * MAINTAINERS (GNATS only accounts): Remove self.
8878 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8880         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8881         libf2c.
8883 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8885         * MAINTAINERS (Write After Approval): Add self.
8887 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8889         * MAINTAINERS: mips and s390 are also CPU ports.
8891 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8893         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8895 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8897         * MAINTAINERS: Alphabetize.
8899 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8901         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8903 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8905         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8907 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8909         * configure.in (--enable-languages): Be more permissive about
8910         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8912 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8914         * config.sub: Import from master sources, rev. 1.230.
8915         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8917 2001-11-07  Laurent Guerby  <guerby@acm.org>
8919         * MAINTAINERS (Write After Approval): Add self.
8921 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8923         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8925 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8927         * config.sub: Import from master sources, rev 1.226.
8928         * config.guess: Import from master sources, rev 1.216.
8930 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8932         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8933         * MAINTAINERS: Add self as maintainer of MMIX port.
8934         Remove old after-approval entry.
8936 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8938         * ChangeLog, configure: Fix spelling errors.
8940 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8942         * MAINTAINERS: Tweak my address.
8944 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8946         * MAINTAINERS: Update my email address.
8948 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8950         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8951         * MAINTAINERS: Add self as maintainer of CRIS port.
8953 2001-10-10  Geert Bosch  <bosch@gnat.com>
8955         * MAINTAINERS (Various maintainers: Ada front end):
8956         Added Robert Dewar.
8958 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8960         * MAINTAINERS (Write After Approval): Added self
8962 2001-10-02  Geert Bosch  <bosch@gnat.com>
8964         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8966 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8968         * configure: Handle temporary files securely using mkdir.
8970 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8972         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8974 2001-09-26  Will Cohen  <wcohen@redhat.com>
8976         * configure.in (*-*-linux*): Disable configuration of target-newlib
8977         and target-libgloss.
8979 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8981         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8982         RANLIB.
8984 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8986         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8987         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8988         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8989         avoid quotes nesting problems.
8990         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8991         (DO_X): Export only variables that are set.
8993 2001-09-19  Ben Elliston  <bje@redhat.com>
8995         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8996         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8997         semantics.  Use the shell built-in "type" command instead.
8999 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9001         Merged from gcc-3_0-branch:
9002         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9003         * ltcf-c.sh: Use $objext, not $ac_objext.
9004         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9005         * ltcf-cxx.sh: Add support for GNU.
9006         2001-07-22  Timothy Wall  <twall@redhat.com>
9007         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9008         default settings if using GNU tools with that configuration.
9009         * ltcf-cxx.sh: Ditto.
9010         * ltcf-gcj.sh: Ditto.
9011         2001-07-21  Michael Chastain  <chastain@redhat.com>
9012         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9013         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9014         * ltmain.sh: Mark as gcc-local.
9016 2001-08-30  Eric Christopher  <echristo@redhat.com>
9017             Jason Eckhardt  <jle@redhat.com>
9019         * config.guess: Merge from master sources.
9020         * config.sub: Merge from master sources, add support for mipsisa32.
9022 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9023         * config.sub: Merge from master sources, rev 1.219.
9024         * MAINTAINERS: Add self as contact for stormy16 port.
9026 2001-08-14  Zack Weinberg  <zackw@panix.com>
9028         * config.sub: Merge from master sources, rev 1.218.
9029         * config.guess: Merge from master sources, rev 1.209.
9031 2001-08-11  Graham Stott  <grahams@redhat.com>
9033         * Makefile.in (check-c++): Add missing semicolon.
9035 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9037         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9039 2001-07-30  Eric Christopher  <echristo@redhat.com>
9041         * MAINTAINERS (Various maintainers: mips port): Added myself.
9043 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9045         * configure.in (sh-*-linux*): New.
9047 2001-07-27  Richard Henderson  <rth@redhat.com>
9049         * .cvsignore: Add LAST_UPDATED.
9051 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9053         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9055 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9057         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9059 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9061         * MAINTAINERS (Write After Approval): Added myself.
9063 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9065         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9066         and libgcj on m68hc11/m68hc12.
9068 2001-06-27  H.J. Lu  (hjl@gnu.org)
9070         * Makefile (CFLAGS_FOR_BUILD): New.
9071         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9073 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9075         * README: Remove version number.
9077 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9079         * INSTALL/README: Update wrt. to the installation instructions now
9080         residing in gcc/doc/install.texi.
9082 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9084         * README: Replace with a cut-down and updated version of gcc/README.
9086 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9088         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9089         multilibs to be disabled.
9091 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9093         * MAINTAINERS (Write After Approval): Add myself.
9095 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9097         * config.guess: Import CVS version 1.195.
9098         * config.sub: Import CVS version 1.212.
9100 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9102         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9103         gcc/xgcc is built, use -print-prog-name to find out the program
9104         name to use.
9106 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9108         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9109         appear to also be in the master copy.
9110         * config.sub:  Import CVS version 1.211.
9112 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9114         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9115         with_gcc]: Use `gcc -shared' to build a shared library.
9117 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9119         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9120         archives.
9122 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9124         * MAINTAINERS (Write After Approval): Add myself.
9126 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9128         * configure.in (libstdcxx_flags): Do not try to execute
9129         libstdc++-v3/testsuite_flags until it exists.
9131 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9133         * MAINTAINERS: Update my email address.
9135 2001-05-31  Graham Stott  <grahams@redhat.com>
9137         * MAINTAINERS (Write After Approval): Add myself.
9139 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9141         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9142         libraries when using g++ with native linker.
9144 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9146         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9148 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9150         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9151         [aix4*|aix5*]: Prepend blank.
9153 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9155         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9156         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9157         of subdir/configure scripts to use the new libtool.m4.
9159 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9161         * MAINTAINERS (Write After Approval): Add myself.
9163 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9165         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9167 2001-05-11  Ben Elliston  <bje@redhat.com>
9169         * Makefile.in (all-sid): New target.
9170         (check-sid, clean-sid, install-sid): Likewise.
9172 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9174         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9176 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9178         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9179         libgcj.
9181 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9183         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9184         gcc/xgcc is built, use -print-prog-name to find out the program
9185         name to use.
9187 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9189         * configure.in (noconfigdirs): Don't reset it from scratch in the
9190         target case; only append to it.
9192         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9193         sparc-*-solaris2.8]: Disable ${libgcj}.
9195 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9197         * configure.in (libgcj_saved): Copy from $libgcj.
9198         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9199         --disable-libgcj.
9201 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9203         * MAINTAINERS: Remove self as MIPS maintainer and
9204         C front end maintainer.
9206 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9208         * configure.in: Move *-chorusos target case to the proper switch.
9209         Disable libgcj.
9211 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9213         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9214         1.641.2.228.
9216 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9218         * Makefile.in (STAGE1_CFLAGS): Pass down.
9220 2001-04-13  Alan Modra  <amodra@one.net.au>
9222         * config.guess: Add hppa64-linux support.  Note for next import that
9223         this is already in the master file.
9224         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9226 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9228         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9229         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9231 2001-04-11  Stan Shebs  <shebs@apple.com>
9233         * MAINTAINERS: Add self as Darwin port maintainer.
9235 2001-04-11  Alan Modra  <amodra@one.net.au>
9237         * MAINTAINERS: Update my email address.
9239 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9241         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9242         recent versions of FreeBSD (release 3 or later).
9243         * ltconfig: On FreeBSD, -lc must not be provided when building
9244         a shared library or else the standard -pthread gcc option is
9245         rendered worthless to later users of the built library.
9247 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9249         * MAINTAINERS: Add self and RTH as C front end maintainers.
9251 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9253         * config.sub: Make sure to match an already-canonicalized
9254         machine name (eg. mn10300-unknown-elf).
9256 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9258         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9259         New macros.
9260         (bootstrap, cross): Use RECURSE_FLAGS.
9261         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9263 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9265         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9267 2001-03-22  Colin Howell  <chowell@redhat.com>
9269         * Makefile.in (DO_X): Do not backslash single-quotes in
9270         backquotes (two places).
9272 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9274         Re-installed:
9275         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9276         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9277         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9278         * ltcf-cxx.sh: Likewise.
9279         * ltcf-gcj.sh: Likewise.
9281 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9283         * MAINTAINERS: Add myself as "documentation co-maintainer".
9285 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9287         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9288         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9290 2001-03-19  Tom Tromey  <tromey@redhat.com>
9292         * config-ml.in: Handle GCJ and GCJFLAGS.
9294 2001-03-21  Michael Chastain  <chastain@redhat.com>
9296         * Makefile.in: all-m4 depends on all-texinfo.
9298 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9300         * MAINTAINERS: Add myself to write after approval list.
9302 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9304         * Makefile.in (DO_X): Quote nested quotes.
9306 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9308         * MAINTAINERS: Add myself to write after approval list.
9310 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9312         * Makefile.in (DO_X): Use double quotes for quoting
9313         "RANLIB=$${RANLIB}".
9315 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9317         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9319 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9321         * configure.in: Only use `lang_requires' for languages athat are
9322         actually enabled.
9324 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9326         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9328 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9330         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9332 2001-03-07  Tom Tromey  <tromey@redhat.com>
9334         * configure.in: Allow config-lang.in to set `lang_requires' to list
9335         of other required languages.
9337 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9339         * Makefile.in: Remove RANLIB definition. Use RANLIB
9340         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9341         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9343 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9344             Alexandre Oliva  <aoliva@redhat.com>
9346         * Makefile.in (check-c++): Use tabs, not spaces.
9348 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9350         * MAINTAINERS: add myself to Write After Approval list.
9352 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9354         * Makefile.in (check-c++): New rule.
9356         * configure.in (target_libs): Remove libg++.
9357         (noconfigdirs): Remove libg++.
9358         (noconfigdirs): Same.
9359         (noconfigdirs): Same.
9360         (noconfigdirs): Same.
9362         * config-ml.in: Remove libg++ references.
9364         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9365         (ALL_TARGET_MODULES): Same.
9366         (configure-target-libg++): Remove.
9367         (all-target-libg++): Remove.
9368         (configure-target-libio): Remove.
9369         (all-target-libio): Remove.
9370         (check-target-libio): Remove.
9371         (.PHONY): Remove.
9372         (libg++.tar.bz2): Remove.
9373         (all-target-cygmon): Remove libio.
9374         (all-target-libstdc++): Remove.
9375         (configure-target-libstdc++): Remove.
9376         (TARGET_LIB_PATH): Remove libstdc++.
9377         (ALL_GCC_CXX): Remove libstdc++.
9378         (all-target-gperf): Correct.
9380 2001-02-16  Nick Clifton  <nickc@redhat.com>
9382         * configure.in (noconfigdirs): Allow configuration of texinfo
9383         for Cygwin hosts.
9385 2001-02-15  Anthony Green  <green@redhat.com>
9387         * configure: Introduce GCJ_FOR_TARGET.
9388         * configure.in: Ditto.
9389         * Makefile.in: Ditto.
9391 2001-02-13  Andreas Schwab  <schwab@suse.de>
9393         * MAINTAINERS: Update mail address.
9395 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9397         * config.guess: Add linux target for S/390.
9398         * config.sub: Likewise.
9400 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9402         * configure.in: for *-chorusos, don't config target-newlib and
9403         target-libgloss.
9405 2001-02-06  Ben Elliston  <bje@redhat.com>
9407         * configure: Output host type to stdout, not stderr.
9409 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9411         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9412         * ltcf-cxx.sh: Likewise.
9414         * config.if: Assume enable_libstdcxx_v3 is defined.
9416 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9418         Remove V2 C++ library.
9419         * configure.in: Remove --enable-libstdcxx_v3 support.
9421 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9423         * include/demangle.h: Add prototype for java_demangle_v3.
9425 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9427         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9429 2001-01-27  Richard Henderson  <rth@redhat.com>
9431         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9433 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9435         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9436         Don't unset, it's non-portable and no longer necessary, set to empty
9437         instead.
9439 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9441         * ltconfig: Shell portability fix for the tagname validity check.
9443 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9445         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9446         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9448 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9450         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9452 2001-01-26  Tom Tromey  <tromey@redhat.com>
9454         * configure.in: Allow libgcj to be built on Sparc Solaris.
9456 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9458         * ltcf-c.sh: Add aix5 case.
9459         * ltcf-cxx.sh: Likewise.
9460         * ltconfig: Likewise.
9462 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9464         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9465         keep at least one of build_libtool_libs or build_old_libs set to
9466         yes.
9468         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9469         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9471 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9473         * configure.in: Enable libgcj on several additional platforms.
9475 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9477         * configure.in: Enable libgcj for linux targets.
9479 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9481         * MAINTAINERS (Write After Approval): Add myself.
9483 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9485         * MAINTAINERS: Add myself as vax port maintainer.
9487 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9489         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9491 2001-01-09  Mike Stump  <mrs@wrs.com>
9493         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9494         failures of subdirectories.
9496 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9498         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9499         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9500         * ltcf-cxx.sh: Likewise.
9501         * ltcf-gcj.sh: Likewise.
9502         * ltconfig.sh: Fix typo.
9504 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9506         * configure: handle DOS-style absolute paths.
9508 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9510         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9512 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9514         * MAINTAINERS: Add myself as avr port co-maintainer.
9516 2000-12-28  Ben Elliston  <bje@redhat.com>
9518         * MAINTAINERS: Add myself under ``Write After Approval''.
9520 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9522         * texinfo: Remove directory from GCC.
9524 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9526         * COPYING: Update to current
9527         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9528         to 19yy as example year in copyright notice).
9530 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9532         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9533         (libstdcxx_incdir): Pass down.
9534         * config.if: Remove expired bits for cxx_interface, add stub.
9535         (libstdcxx_incdir): Add variable for g++ include directory.
9536         * configure.in (gxx_include_dir): Use it.
9538 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9540         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9541         with old-email address from ``Write After Approval''.
9543 2000-12-15  Andreas Jaeger  <aj@suse.de>
9545         * configure.in: Handle lang_dirs.
9547 2000-12-14  Tom Tromey  <tromey@redhat.com>
9549         * MAINTAINERS: Removed brads.
9551         * MAINTAINERS: Added gcj developers.
9553 2000-12-13  Anthony Green  <green@redhat.com>
9555         * configure.in: Disable libgcj for any target not specifically
9556         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9557         with g++ abi.
9559 2000-12-13  Mike Stump  <mrs@wrs.com>
9561         * Makefile.in (local-distclean): Also remove fastjar.
9563 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9565         * contrib/gcc_update: Add fastjar --touch entries.
9567 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9569         * configure.in: Disable language-specific target libraries for
9570         languages that aren't enabled.
9572 2000-12-10  Anthony Green  <green@redhat.com>
9574         * configure.in: Define libgcj.  Disable libgcj target libraries for
9575         most targets.
9577 2000-12-10  Neil Booth  <neilb@earthling.net>
9579         * MAINTAINERS: Update mail address, remove from WAA list.
9581 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9583         * libjava: Imported from /cvs/java.
9584         * libffi: Likewise.
9585         * Boehm-gc: Likewise.
9587 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9589         * configure.in (target_libs): Revert 2000-12-08 patch.
9590         (noconfigdirs): Added target-libjava.
9592 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9594         * djunpack.bat: removed.
9596 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9598         * Makefile.in: handle DOS-style absolute paths.
9599         * config-ml.in: likewise.
9600         * symlink-tree: likewise.
9602 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9604         * fastjar: Imported.
9606 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9608         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9609         libjava.
9610         * configure.in (target_libs): Removed `target-libjava'.
9612 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9614         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9615         (ALL_MODULES): Added fastjar.
9616         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9617         (all-target-libjava): all-fastjar replaces all-zip.
9618         (all-fastjar): Added.
9619         (configure-target-fastjar, all-target-fastjar): Likewise.
9620         * configure.in (host_tools): Added fastjar.
9622 2000-12-07  Mike Stump  <mrs@wrs.com>
9624         * Makefile.in (local-distclean): Remove leftover built files.
9626 2000-11-24  Nick Clifton  <nickc@redhat.com>
9628         * configure.in (xscale-elf): Add target.
9629         (xscale-coff): Add target.
9631 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9633         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9634         recent versions of FreeBSD (release 3 or later).
9635         * ltconfig: On FreeBSD, -lc must not be provided when building
9636         a shared library or else the standard -pthread gcc option is
9637         rendered worthless to later users of the built library.
9639 2000-11-16  Fred Fish  <fnf@be.com>
9641         * configure.in (enable_libstdcxx_v3): Fix typo,
9642         libstd++ -> libstdc++.
9644 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9646         * MAINTAINERS: Add self to Write After Approval list.
9648 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9650         * MAINTAINERS: Update my email address.  Add myself to global write
9651         privs list.
9653 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9655         * Makefile.in: Merge with src and libgcj.
9656         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9657         configure-target-<library> when their configure scripts need the C
9658         or C++ library to have already been built to work properly.
9659         (do_proto_toplev): Set them to an empty string.
9661         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9662         (REALLY_SET_LIB_PATH): Use them.
9664 2000-11-17  Stan Shebs  <shebs@apple.com>
9666         * MAINTAINERS: Add self to Write After Approval list.
9668 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9670         * configure: Provide the original toplevel configure arguments
9671         (including $0) to subprocesses in the environment rather than
9672         through gcc/configargs.h.
9674 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9676         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9677         C99.  Alphabetise "Write After Approval" list.
9679 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9681         * configure: Turn on libstdc++ V3 by default.
9683         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9684         if we've got GCC.
9686 2000-11-11  Philip Blundell  <philb@gnu.org>
9688         * MAINTAINERS: Add self to Write After Approval list.
9690 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9692         * ltcf-c.sh (aix4): Improve shared library configuration; require
9693         exporting symbols.
9694         * ltcf-cxx.sh (aix4): Define.
9695         * ltconfig (aix4): Define library and soname specs appropriate for
9696         AIX.  Define command to create export symbols list.
9698 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9700         * config.sub: Add support for Sun Chorus
9702 2000-10-31  Nick Clifton  <nickc@redhat.com>
9704         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9705         <name>@redhat.com.  Also installed new email address for Clint
9706         Popetz.
9708 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9710         * etc: Remove directory from GCC.
9712 2000-10-16  Michael Meissner  <meissner@redhat.com>
9714         * configure (gcc/configargs.h): Only create if there is a build GCC
9715         directory created.
9717 2000-10-16  Matthias Klose  <doko@debian.org>
9719         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9720         when configured for libstdc++-v3.
9722 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9724         * configure: Save configure arguments to gcc/configargs.h.
9726 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9728         * config.guess: Import CVS version 1.157.
9729         * config.sub: Import CVS version 1.181.
9731 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9733         * Makefile.in (bootstrap): avoid recursion if subdir missing
9734         (cross): ditto
9735         (do-proto-toplev): ditto
9737 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9739         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9740         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9742         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9743         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9744         all affected `configure' scripts.
9746 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9748         * MAINTAINERS: Add self as cpplib co-maintainer.
9750 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9752         * MAINTAINERS: Add self to Write After Approval list.
9754 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9756         * INSTALL/README: egcs -> GCC update.
9758 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9760         * MAINTAINERS: Add myself to Write After Approval list.
9762 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9764         * MAINTAINERS: Add myself to Write After Approval list.
9766 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9768         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9769         X11 libraries for hppa64.
9771 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9773         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9775 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9777         * Makefile.in (all-zlib): Added dummy target.
9779         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9780         ltcf-gcj.sh: Updated from libtool multi-language branch.
9782 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9784         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9785         (bootstrap*): Depend on all-bootstrap.
9787 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9789         * config.guess: Import CVS version 1.156.
9790         * config.sub: Import CVS version 1.179.
9792 2000-09-02  Anthony Green  <green@cygnus.com>
9794         * Makefile.in (all-gcc): Depend on all-zlib.
9795         (CLEAN_MODULES): Add clean-zlib.
9796         (ALL_MODULES): Add all-zlib.
9797         * configure.in (host_libs): Add zlib.
9799 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9801         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9802         crosses, but add gcc/include to the header search path for them.
9804 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9806         * MAINTAINERS: Add self to Write After Approval list.
9808 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9810         * config.guess: Import CVS version 1.152.
9811         * config.sub: Import CVS version 1.177.
9813 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9815         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9816         $targargs to tell whether newlib is going to be built.
9818         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9819         $$r/TARGET_SUBDIR/libio for _G_config.h.
9821 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9823         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9825 2000-08-22  DJ Delorie  <dj@redhat.com>
9827         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9829 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9831         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9832         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9833         sub-configures.
9835 2000-08-21  DJ Delorie  <dj@redhat.com>
9837         * MAINTAINERS: Add self as a libiberty maintainer
9839 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9841         * configure.in (libstdcxx_flags): Use
9842         libstdc++-v3/src/libstdc++.INC.
9844 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9846         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9848 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9850         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9852         * configure: Make enable_threads and enable_shared defaults
9853         explicit.  Substitute enable_threads into generated Makefiles.
9854         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9855         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9857 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9859         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9861 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9863         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9864         previous delta.
9866 2000-08-11  Jason Merrill  <jason@redhat.com>
9868         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9869         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9870         (FLAGS_FOR_TARGET): Not here.
9871         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9873 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9875         * config-ml.in (CC, CXX): Don't introduce a leading space.
9877 2000-08-07  DJ Delorie  <dj@delorie.com>
9879         * MAINTAINERS: Add self as a DJGPP maintainer
9881 2000-08-07  DJ Delorie  <dj@redhat.com>
9883         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9884         "if we're also building gcc, and it's a gcc that will run on the
9885         build machine, we want to use its includes instead of the system's
9886         default includes".
9888 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9890         * MAINTAINERS: Add self to Write After Approval list.
9892 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9894         * configure.in (libstdcxx_flags): Don't use `"'.
9896         * config-ml.in: Adjust multilib search paths to the
9897         appropriate multilib tree.
9899 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9901         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9902         commas in $LANGUAGES.
9904 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9906         * configure.in: Re-enable all references to libg++ and librx.
9908 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9910         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9911         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9912         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9913         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9915         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9917 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9919         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9920         CXX_FOR_TARGET for sed.
9922 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9924         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9925         Do not override if already set in the environment or in configure.
9926         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9927         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9929 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9931         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9932         the libtool CVS tree multi-language branch.
9933         * ltconfig, ltmain.sh: Updated.
9935 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9937         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9938         (clean-target): Depend on it.
9940         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9941         (GCC_FOR_TARGET): Use it.
9942         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9943         * configure.in: ... here.
9944         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9945         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9947 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9949         * MAINTAINERS: Add self to Write After Approval list.
9951 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9953         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9954         (configure-target-libchill, configure-target-libobjc): Likewise.
9956         * configure.in: Use the same cache file for all target libs.
9957         * config-ml.in: But different cache files per multilib variant.
9959 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9961         * configure (topsrcdir): Don't use dirname.
9963 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9965         * MAINTAINERS: Add self to Write After Approval list.
9967 2000-07-20  Jason Merrill  <jason@redhat.com>
9969         * configure.in: Remove all references to libg++ and librx.
9971         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9973 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9975         * config.sub: Update to subversions version 2000-07-06.
9977 2000-07-12  Andrew Haley  <aph@cygnus.com>
9979         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9980         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9982 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9984         * symlink-tree:  Check number of arguments.
9986 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9988         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9989         search path for a g++ extracted from the build tree.  This
9990         will allow link tests run by configure scripts in
9991         subdirectories to succeed.
9993 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9995         * ltconfig: Add support for mips-dde-sysv4.2MP
9997 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9999         * MAINTAINERS: Add myself as loop discovery maintainer.
10001 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10003         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10004         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10006 2000-06-19  Timothy Wall  <twall@cygnus.com>
10008         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10009         * config.sub: Add tic54x target.
10011 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10013         * MAINTAINERS: Add self as Fortran maintainer,
10014         remove Craig Burley.
10016 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10018         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10019         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10021 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10023         * MAINTAINERS: Add self as i18n maintainer
10025 20000-05-21  H.J. Lu  (hjl@gnu.org)
10027         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10028         directory are used if they exist. Make sure
10029         $(build_tooldir)/include is searched for header files,
10030         $(build_tooldir)/lib/ for library files.
10031         (GCC_FOR_TARGET): Likewise.
10032         (CXX_FOR_TARGET): Likewise.
10034 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10036         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10038 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10040         * Makefile.in (configure-target-libiberty): Depend on
10041         configure-target-newlib.
10043 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10045         * configure.in, Makefile.in: Merge all libffi-related
10046         configury stuff from the libgcj tree.
10048 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10050         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10051         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10053 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10055         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10056         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10057         current version information.  Add to proto-toplev directory.
10058         (gdb-taz): Build do-djunpack.
10060 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10062         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10064 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10066         * MAINTAINERS: Add self to Write After Approval list.
10068 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10070         * ltmain.sh: Preserve in relink_command any environment
10071         variables that may affect the linker behavior.
10073 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10075         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10077 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10079         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10081 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10083         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10084         with the version name.
10086 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10088         * MAINTAINERS: Add self as bb-reorder maintainer.
10090 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10092         * config.if: Tweak.
10094 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10096         * djunpack.bat: New file.
10098 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10100         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10101         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10102         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10103         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10105 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10107         * config.sub (case $basic_machine): Change default for "ibm-*"
10108         to "openedition".
10110 2000-04-13  Andreas Jaeger  <aj@suse.de>
10112         * MAINTAINERS: Added myself.
10114 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10116         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10117         (do-md5sum): New target.
10118         (MD5PROG): Define.
10119         (PACKAGE): Default to TOOL.
10120         (VER): Default to a shell script.
10121         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10122         md5 checksum generation.
10123         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10124         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10125         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10126         insight.tar.bz2): Use gdb-taz to create archive.
10128 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10130         * configure (warn_cflags): Delete.
10132 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10134         * MAINTAINERS: Added myself.
10136 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10137             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10139         * configure.in (enable_libstdcxx_v3): Add.
10140         (target_libs): Add bits here to switch between libstdc++-v2 and
10141         libstdc++-v3.
10142         * config.if: And this file too.
10143         * Makefile.in: Add libstdc++-v3 targets.
10145 2000-04-05  Michael Meissner  <meissner@redhat.com>
10147         * config.sub (d30v): Add d30v as a basic machine type.
10149 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10151         * configure.in: -linux-gnu*, not -linux-gnu.
10153 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10155         * MAINTAINERS: Add self in write-after-approval section.
10157 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10159         * MAINTAINERS: Add self as ia64 port maintainer.
10161 2000-03-08  Neil Booth  <NeilB@earthling.net>
10163         * MAINTAINERS: Add self in write-after-approval section.
10165 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10167         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10168         (do-tar-bz2): Replace TOOL with PACKAGE.
10169         (gdb.tar.bz2): Remove GDBTK from GDB package.
10170         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10171         dejagnu.tar.bz2): New packages.
10173 2000-02-27  Andreas Jaeger  <aj@suse.de>
10175         * configure.in: Add entry for mips*-*-linux*, move catch all
10176         *-*-*linux* entry below this one.
10178 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10180         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10182 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10184         * config.sub: Support an OS of "wince".
10186 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10188         * config.guess, config.sub: Updated to match config's 2000-02-15
10189         version.
10191 2000-02-23  Linas Vepstas  <linas@linas.org>
10193         * config.sub: Add support for Linux/IBM 370.
10194         * configure.in: Likewise.
10196 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10198         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10200 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10202         * config.guess: Guess "cygwin" rather than "cygwin32".
10204 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10206         * configure (gcc_version): When setting, narrow search to
10207         lines containing `version_string'.
10209 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10211         * config.sub: Add support for avr target.
10213 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10215         * MAINTAINERS: Add maintainers for MCore port.
10217 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10219         * config.sub: Add mmix-knuth-mmixware.
10221 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10223         * MAINTAINERS: Pair cccp with cpplib maintainership.
10225 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10227         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10228         structure stuff to -L library search.
10229         (CXX_FOR_TARGET): Ditto.
10230         (CROSS_CHECK_MODULES): Fix spelling mistake.
10232 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10234         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10235         the C++ compiler.
10237 2000-01-12  Richard Henderson  <rth@cygnus.com>
10239         * configure.in: Don't build some bits for beos.
10241 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10243         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10244         as include files.
10246 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10248         * Add self as cpplib maintainer, as requested by Jason
10249         Merrill.  Correct my e-mail address.
10251 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10253         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10254         not mh-aix43.
10256 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10258         * MAINTAINERS: Add myself to "write after approval" list.
10260 1999-12-14  Richard Henderson  <rth@cygnus.com>
10262         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10263         * config.sub: Accept alphaev[78], alphaev8.
10265 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10267         * config.guess, config.sub: Update from autoconf.
10269 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10271         * MAINTAINERS:  update my playtime e-address.
10273 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10275         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10276         necessary libraries are missing.
10278 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10280         * MAINTAINERS: Add new 'write after approval' maintainer.
10282 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10284         * MAINTAINERS: Add new Java maintainer.
10286 1999-10-25  Andreas Schwab  <schwab@suse.de>
10288         * configure: Fix quoting inside arguments of eval.
10290 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10292         * config-ml.in: Allow suppression of some ARM multilibs.
10294 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10296         * config.guess: Add OS/390 match pattern.
10297         * config.sub: Add mvs, openedition targets.
10298         * configure.in (i370-ibm-opened*): New.
10300 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10302         * config.sub: Add support for configuring for pj.
10304 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10306         * config.sub (maybe_os): Add support for configuring for fr30.
10308 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10310         * configure.in: Do not configure or build ld for AIX
10311         platforms.  ld is known to be broken on these platforms.
10313 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10315         * config-ml.in: Pass compiler flag corresponding to multidirs to
10316         subdir configures.
10318 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10320         * Makefile.in (LDFLAGS): Define.
10322 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10324         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10325         noconfigdirs.
10326         (*-*-cygwin*): Likewise.
10328 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10330         * mkdep: New file.
10331         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10332         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10334         From Eli Zaretskii <eliz@is.elta.co.il>:
10335         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10336         long file name when using DJGPP on MS-DOS.
10338 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10340         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10342 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10344         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10345         dependency as this causes "make check" to globally "make all"
10347 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10349         * configure.in (target_libs): Added target-zlib.
10350         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10351         (CONFIGURE_TARGET_MODULES): Likewise.
10352         (CHECK_TARGET_MODULES): Likewise.
10353         (INSTALL_TARGET_MODULES): Likewise.
10354         (CLEAN_TARGET_MODULES): Likewise.
10355         (configure-target-zlib): New target.
10356         (all-target-zlib): Likewise.
10357         (all-target-libjava): Depend on all-target-zlib.
10358         (configure-target-libjava): Depend on configure-target-zlib.
10360         * Makefile.in (configure-target-libjava): Depend on
10361         configure-target-newlib.
10362         (configure-target-boehm-gc): New target.
10363         (configure-target-qthreads): New target.
10365         * configure.in (target_libs): Added target-qthreads.
10366         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10367         (CONFIGURE_TARGET_MODULES): Likewise.
10368         (CHECK_TARGET_MODULES): Likewise.
10369         (INSTALL_TARGET_MODULES): Likewise.
10370         (CLEAN_TARGET_MODULES): Likewise.
10371         (all-target-qthreads): New target.
10372         (configure-target-libjava): Depend on configure-target-qthreads.
10373         (all-target-libjava): Depend on all-target-qthreads.
10375         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10376         (CONFIGURE_TARGET_MODULES): Likewise.
10377         (CHECK_TARGET_MODULES): Likewise.
10378         (INSTALL_TARGET_MODULES): Likewise.
10379         (CLEAN_TARGET_MODULES): Likewise.
10380         (all-target-libjava): New target.
10381         (all-target-boehm-gc): Likewise.
10382         * configure.in (target_libs): Added libjava, boehm-gc.
10384 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10386         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10387         configure.bat in SUPPORT_FILES.
10388         (gas+binutils.tar.bz2): Likewise.
10390         * makeall.bat: Remove; obsolete.
10392 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10394         From Mark Elbrecht:
10395         * configure.bat: Remove; obsolete.
10397 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10399         * configure: Add -W -Wall to the default CFLAGS when compiling with
10400         gcc.
10402 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10404         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10406 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10408         * configure.in: Build ld on IRIX6.
10410 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10412         * Makefile.in: Change distribution targets to use bzip2 instead of
10413         gzip.
10414         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10415         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10417 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10419         * config.sub: Add mcore target.
10421 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10423         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10425 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10427         * config.guess (dummy): Changed to $dummy.
10429 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10431         * config.sub: Tidied up case statements.
10433 1999-05-22  Ben Elliston  <bje@cygnus.com>
10435         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10436         <jiro@din.or.jp>.
10438         * config.guess: Merge with FSF version. Future changes will be
10439         more accurately recorded in this ChangeLog.
10440         * config.sub: Likewise.
10442 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10444          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10446 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10448         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10450 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10452         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10454 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10456         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10457         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10458         Bad merge removed these two changes.
10460 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10461                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10463         * config.guess (interix Alpha): Add.
10465 1999-04-11  Richard Henderson  <rth@cygnus.com>
10467         * configure.in (i?86-*-beos*): Do config gperf; don't config
10468         gdb, newlib, or libgloss.
10470 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10472         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10473         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10474         from multidirs.
10476 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10478         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10480 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10482         * config.sub: Add support for mcore targets.
10484 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10486         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10487         not mt-ospace, in order to shut up assembler warning about using
10488         symbols that are named the same as registers.
10490 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10492         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10493         dependency list for all-target-cygmon.
10495 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10497         * config-ml.in: Check $host, not $target, for selective multilibs.
10498         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10499         thumb interworking, and underscore prefix multilibs.
10501 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10503         * missing: Update to version from current automake.
10505 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10507         * configure (gxx_include_dir): Removed.
10509         * configure.in (gxx_include_dir): Handle it.
10510         * Makefile.in: Likewise.
10512 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10514         * config.sub (mips64vr4111,mips64vr4111el) Add.
10516 1999-03-21  Ben Elliston  <bje@cygnus.com>
10518         * config.guess: Correct typo for detecting ELF on FreeBSD.
10520 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10522         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10523         config/mh-djgpp.
10525 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10527         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10528         all-target-newlib to dependency list for all-target-bsp.
10530 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10532         * config.sub: Add i386-uwin support.
10533         * config.guess: Likewise.
10535 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10537         * configure.in: cleanup, add mh-*pic handling for arm, special
10538         case powerpc*-*-aix*
10540 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10542         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10543         can be built.
10545 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10547         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10548         targets.
10550 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10552         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10554 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10556         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10558 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10560         * config.sub: Fix typo in arm recognition.
10562 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10564         * configure.in (noconfigdirs): Changed target_configdirs to
10565         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10566         rather than m68k-*-* since it is not known to work on
10567         m68k-aout. Ditto for arm-*-*oabi.
10569 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10571         * configure.in (*-*-windows*): Remove, no longer used.
10573 1999-02-19  Ben Elliston <bje@cygnus.com>
10575         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10576         Smart and improved by Andrew Cagney.
10578 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10580         * config.guess: Recognize openbsd-*-hppa.
10582 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10584         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10585         only if it is not empty.
10587 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10589         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10591         * config.guess: Modified to recognize uname's armv* syntax.
10593         * config.sub: Modified to recognize uname's armv* syntax.
10595 1999-02-17  Mark Salter  <msalter@cygnus.com>
10597         * configure.in: Added target-bsp for sparclite.
10599 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10601         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10603 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10605         * configure.in: Add support for strongarm port.
10606         * config.sub: Add support for strongarm target.
10608 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10610         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10611         the old name config/mh-cygwin32.
10612         Enable texinfo.
10614 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10616         * configure.in: Do build ld for ix86 Solaris.
10618 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10620         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10621         $AR_FOR_TARGET.  Likewise for RANLIB.
10623 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10625         * config.sub (oabi):  Recognize.
10626         * configure.in (arm-*-oabi):  Handle.
10628 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10630         * config.guess: Improve detection of i686 on UnixWare 7.
10632 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10634         * config.guess: Add support for i386-pc-interix.
10635         * config.sub: Likewise.
10636         * configure.in: Likewise.
10638 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10640         * Makefile.in: Remove unneeded all-target-libio from
10641         from all-target-winsup target since it is now unneeded.
10642         Add all-target-libtermcap in its place since it is now
10643         needed.
10645 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10647         * configure.in: makefile stub for cygwin target is probably
10648         unnecessary.  Remove it for now.
10650 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10652         * configure.in: libtermcap.a should be built when cygwin is the
10653         target as well as the host.
10654         * config.guess: Allow mixed case in cygwin uname output.
10655         * Makefile.in: Add libtermcap target.
10657 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10659         * config.sub: Clean up handling of hppa2.0.
10661 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10663         * config.guess: Use C code to identify more HP machines.
10665 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10667         * config.sub: Handle hppa2.0.
10669 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10671         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10672         cygmon for all sparclite targets, regardless of object format.
10674 1998-12-15  Mark Salter  <msalter@cygnus.com>
10676         * configure.in: Added target-bsp for several target architectures.
10678         * Makefile.in: Added rules for bsp.
10680 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10682         * config.guess: Improve detection of hppa2.0 processors.
10684 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10686         * config.guess: Recognize FreeBSD using ELF automatically.
10688 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10690         * configure (skip-this-dir): Add handling for new shell script, which
10691         might be created by a sub-directory's configure to indicate, this particular
10692         directory is "unwanted".
10693         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10695 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10697         * ltconfig: import from libtool, after changing libtool to
10698         account for the cygwin name change.
10700 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10702         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10703         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10705 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10707         * configure.in: Add libtermcap to list of cygwin dependencies.
10709 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10711         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10712         they include winsup/include when it's a cygwin target.
10714 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10716         * configure.in (host_tools): Added zip.
10717         * Makefile.in (all-target-libjava): Depend on all-zip.
10718         (all-zip): New target.
10719         (ALL_MODULES): Added all-zip.
10720         (NATIVE_CHECK_MODULES): Added check-zip.
10721         (INSTALL_MODULES): Added install-zip.
10722         (CLEAN_MODULES): Added clean-zip.
10724 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10726         * Makefile.in: lose "32" from comment about cygwin.
10728 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10730         * configure.in: Use -Os to build target libraries for the fr30.
10732 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10734         * config.sub: Add fr30.
10736 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10738         * configure.in: drop "32" from config/mh-cygwin32.  Check
10739         cygwin* instead of cygwin32*.
10740         * config.sub: Check cygwin* instead of cygwin32*.
10742 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10744         * config.guess: Match any version of Unixware7.
10746 1998-10-20  Syd Polk  <spolk@cygnus.com>
10748         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10749         if desired.
10751 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10753         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10754         these if the appropriate directories and files to not exist.
10756 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10758         * Makefile.in (DEVO_SUPPORT): Add config.if.
10760 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10762         * configure: Add pattern to replace "build_tooldir"'s
10763         definition in the generated Makefile with "tooldir"'s
10764         actual value.
10766 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10768         * config.sub: Bring back lost sparcv9.
10770         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10772 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10774         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10775         CC_FOR_TARGET and friends.
10777 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10779         * Makefile.in (build_tooldir): New variable, same as tooldir.
10780         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10781         -B$(build_tooldir)/bin/.
10782         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10784 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10786         * README: Remove installation instructions and refer to the
10787         INSTALL directory instead.
10789 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10791         * config.sub: Add support for i[34567]86-pc-udk.
10792         * configure.in: Likewise.
10794 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10796         * Makefile.in: add bzip2 package building bits for user
10797         tools module
10798         * configure.in: ditto
10800 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10802         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10803         (ALL_TARGET_MODULES): Add all-target-libobjc.
10804         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10805         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10806         (all-target-libchill): Add dependencies.
10807         * configure.in (target_libs): Add libchill.
10809 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10811         * configure.in (target_subdir): Remove duplicate line.
10813 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10815         * Makefile.in (all-automake): fix dependencies.
10817 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10819         * configure.in: Minor cleanups for building in the $(target_alias)
10820         subdir.
10822 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10824         * Makefile.in (bootstrap): Set r and s before make all.  Use
10825         BASE_FLAGS_TO_PASS in make all.
10826         (cross): Likewise.
10828 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10830         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10832 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10834         * config.sub: Fix typo in last change.
10836 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10838         * config.sub: Add support for C4x target.
10839         * configure.in: Likewise.
10841 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10843         * config.sub: Recognize sparcv9 just like sparc64.
10845 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10847         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10849 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10851         * config.guess: Correctly identify Pentium II sco boxes.
10853         * config.guess: Fix "tr" code.  From Weiwen Liu.
10855 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10857         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10858         stabs.
10860 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10862         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10863         (ALL_TARGET_MODULES): Add all-target-libchill.
10864         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10865         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10866         (all-target-libchill): Add dependencies.
10867         * configure.in (target_libs): Add libchill.
10869 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10871         * config.guess: Avoid assumptions about "tr" behaves when
10872         LANG is set to something other than English.
10874 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10876         * configure (gxx_include_dir): Changed to
10877         '${prefix}/include/g++'-${libstdcxx_interface}.
10879         * config.if: New to determine the interfaces.
10881 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10883         * config.guess: Detect and handle MPE/IX.
10884         * config.sub: Deal with MPE/IX.
10886 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10888         * configure.in: Use mh-aix43.
10890 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10892         * configure: Fix --without/--disable cases for gxx-include-dir.
10894 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10896         * mdata-sh:  Imported.  Needed for automake support.
10898 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10900         * Makefile.in (taz): Try "chmod -R og=u ." before
10901         "chmod og=u `find . -print`".
10903 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10905         * configure.in: Add arm-elf and thumb-elf support.
10907 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10909         * Makefile.in: Undo previous patch.
10911 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10913         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10914         to here ...
10915         (install-no-fixedincludes): and here
10916         (INSTALL_MODULES): ... from here.
10918 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10920         * config.sub: Merge with FSF.
10922         * config.guess: Merge with FSF.
10924 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10926         * configure (extraconfigdirs): New variable.
10927         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10928         * Makefile.in (all): Move higher in file.
10929         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10930         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10931         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10932         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10933         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10935 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10937         * Makefile.in (all-target-libjava): Depend on all-gcc and
10938         all-target-newlib.
10939         (configure-target-libjava): Depend on $(ALL_GCC).
10941 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10943         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10944         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10946 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10948         * INSTALL/README: Fix typo.
10950 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10952         * ylwrap: Change absolute path checks to check for DOS style path
10953         names.
10955         * ylwrap: Don't use a full path name if the source file is in the
10956         same directory.  From hjl@lucon.org (H.J. Lu).
10958         * config-ml.in: Default to being verbose, to match Feb 18 change to
10959         configure.
10961 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10963         Brought over from egcs:
10965         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10967         * configure.in (target_subdir): Set to ${target_alias} instead
10968         of "libraries".
10970         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10972         * configure.in (target_subdir): Set to libraries if enable_multilib.
10974 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10976         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10977         multilibs, force reconfiguration the first time we create
10978         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10980 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10982         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10983         avoid confusion with --no-recursion.
10985 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10987         * configure.in: Win32 hosts shouldn't use install -x
10988         * install-sh: remove -x option, and special .exe-handling
10989         hack.
10991 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10993         * config.guess: Recognize i586-pc-beos.
10994         * configure.in: Don't build some bits for beos.
10996 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10998         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10999         CFLAGS default to -O2.
11001         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11002         when using GNU ld.
11004 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11006         * ltmain.sh: Correct install when using a different shell.
11008 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11010         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11012 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11014         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11015         target.
11017 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11019         * ltconfig: Update to correct AIX handling.
11021 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11023         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11025         * configure.in (target_subdir): Set to ${target_alias} instead
11026         of "libraries".
11028 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11030         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11031         (Makefile): Depend on $(gcc_version_trigger).
11033         * configure (gcc_version): Change default initializer to empty
11034         string.
11035         (gcc_version_trigger): New variable; pass this variable down
11036         to subdir configures to enable them checking gcc's version
11037         themselves. Emit make macros for both gcc_version vars.
11038         (topsrcdir): Initialize reliably.
11039         (recursion line): Remove --with-gcc-version=${gcc_version}.
11041 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11043         * configure (enable_version_specific_runtime_libs): Implement new flag
11044         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11045         in $(libsubdir); emit definition in each generated Makefile.
11046         (gxx_include_dir): Initialize depending on
11047         $enable_version_specific_runtime_libs.
11049 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11051         * configure (gcc_version): Initialize properly depending on
11052         how and where configure is started.
11053         (recursion line): Pass a --with-gcc-version=${gcc_version}
11054         to configures in subdirs.
11056 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11058         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11059         cygmon
11061 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11063         * configure.in: Add cygmon and libstub support for mn10200.
11065 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11067         * configure (gcc_version): Add new variable describing the
11068         particular gcc version we're building.
11069         * Makefile.in (libsubdir): Add new macro for the directory
11070         in which the compiler finds executables, libraries, etc.
11071         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11072         and libsubdir.
11074 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11076         * Makefile.in (local-clean): Remove *.log.
11077         (warning.log): Built with warn_summary from build.log.
11078         (mail-report.log): Run test_summary.
11079         (mail-report-with-warnings.log): Run test_summary including
11080         warning.log in the report.
11082 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11084         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11086 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11088         * Makefile.in (grep): Grep no longer depends on libiberty.
11090 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11092         * Makefile.in: all-snavigator needs all-libgui.
11094 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11096         * configure.in: Add cygmon and libstub support for mn10300.
11098 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11100         * missing: Update to version from automake 1.3.
11102         * ltmain.sh: On installation, don't get confused if the same name
11103         appears more than once in the list of library names.
11105 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11107         * config.sub: Accept m68060 and m5200 as CPU names.
11109 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11111         * configure: Use && rather than using -a in test, because odd
11112         strings can confuse test.
11113         * configure.in: Likewise.
11115 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11117         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11119 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11121         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11122         bootstrap4-lean): New targets.
11124 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11126         * mpw-* Delete.  Not used.
11128 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11130         * COPYING.LIB: Update FSF address.
11132 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11134         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11136         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11137         GAS_SUPPORT_DIRS.
11139 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11141         * ltconfig, ltmain.sh: Avoid producing a version number if
11142         -version-info was not used.
11144 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11146         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11147         building with newlib.
11149 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11151         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11152         Solaris `make' causes it to continue to next definition.
11154 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11156         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11157         the right GUI libraries and files are installed along with GDB.
11159 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11161         * configure.in: Change alpha to alpha* in several places.
11163 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11165         * config.sub: Recognize sparc86x.
11167 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11169         * configure.in (--enable-target-optspace): Remove debug echo.
11171 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11173         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11175 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11177         * ltconfig: Update cygwin32 support.
11179         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11180         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11181         (GDB_SUPPORT_DIRS): Likewise.
11183 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11185         * configure.in (target_makefile_frag): If --enable-target-optspace,
11186         use -Os to compile target libraries rather than -O2.  Default to
11187         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11188         not used.
11189         * configure.in (target_cflags): Ditto for d30v.
11191 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11193         * Makefile.in (all-bfd): Depend on all-intl.
11194         (all-binutils): Likewise.
11195         (all-gas): Likewise.
11196         (all-gprof): Likewise.
11197         (all-ld): Likewise.
11199 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11201         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11203 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11205         * Makefile.in (all-bfd): Depend upon all-libiberty.
11207         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11209 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11211         * Makefile.in: Add libstub.
11213         * configure.in: Ditto. Build libstub for targets that have cygmon
11214         support.
11216 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11218         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11220 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11222         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11223         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11225 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11227         * configure: Define DEFAULT_M4 by searching PATH.
11228         * Makfile.in: Use DEFAULT_M4.
11230 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11232         * ltconfig: Add cygwin32 support.
11234         * Makefile.in, configure.in: Add libtool as a native only directory
11235         to configure and build.
11237 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11239         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11241 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11243         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11245 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11247         * Makefile.in: add ash make rules
11248         * configure.in: add ash to native_only and host_tools lists
11250 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11252         * Makefile.in (all-gettext, all-intl): New targets.
11253         (ALL_MODULES): Added all-gettext, all-intl.
11254         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11255         (INSTALL_MODULES): Added install-gettext, install-intl.
11256         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11258         * configure.in (host_tools): Added gettext.
11259         (native_only): Likewise.
11260         (noconfigdirs) [various cases]: Likewise.
11261         (host_libs): Added intl.
11263 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11265         * configure: Do not disable building gdbtk for cygwin32 hosts.
11267 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11269         * configure.in: Add thumb-coff target.
11270         * config.sub: Add thumb-coff target.
11272 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11274         * Makefile.in: Revert yesterday's change.
11275         (all-target-winsup):  all-target-librx stays out of here.
11277 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11279         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11280         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11281         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11282         Remove references to librx and libg++.
11284 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11286         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11287         recursive makes
11289 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11291         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11292         for newlib directory.
11293         (CXX_FOR_TARGET): Likewise.
11295 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11297         * ltconfig: Update after libtool/ltconfig.in change for
11298         hpux11.
11300 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11302         * ltconfig, ltmain.sh: Update to libtool 1.2.
11304 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11306         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11307         (install-gcc-cross): Instead, override LANGUAGES here.
11309 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11311         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11312         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11314 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11316         * configure.in: Add Thumb-pe target.
11318 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11320         * Makefile.in - changed sn targets to snavigator
11321         * configure.in - changed sn targets to snavigator
11323 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11325         * config-ml.in: After building symlink tree call make distclean
11326         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11327         to be the case for libiberty.
11329 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11331         * configure: When making link, also check the current
11332         directory. The configure scripts may create one.
11334 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11336         * config.sub: Accept alphapca56 and alphaev6 properly.
11338 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11340         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11342 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11344         * config.sub (sco5): Fix typo.
11346 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11348         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11349         install-itcl.
11350         (install-itcl): Remove dependency on install-tcl.
11352 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11354         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11356 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11358         * configure.in: Don't build libgui for a cygwin32 target when not on
11359         a cygwin32 host.
11361 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11363         * configure (redirect): Set to null, so default behavior of
11364         configure is now --verbose.
11366 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11368         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11369         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11371 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11373         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11374         this change to sync Makefile.in with its ChangeLog entries.
11376 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11378         * ltmain.sh (mkdir): Check that the directory doesn't exist
11379         before we exit with error, so that we don't get races during
11380         parallel builds.
11382 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11384         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11386 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11388         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11389         PICFLAG_FOR_TARGET.
11390         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11392         * configure: Emit a definition for the new macro enable_shared
11393         into each Makefile.
11395 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11397         * configure.in (host_tools, native_only): Add libtool.
11399 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11401         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11402         Fix typo in ming config comment.
11404 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11406         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11408 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11410         * config.sub: Add tic30 cases, and map c30 to tic30.
11412 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11414         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11415         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11416         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11417         (CLEAN_TARGET_MODULES): Similarly
11418         (all-target-libf2c): Add dependences.
11419         * configure.in (target_libs): Add libf2c.
11421 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11423         * configure.in: Remove expect from noconfigdirs when target
11424         is cygwin32.  OK to build expect and dejagnu with Canadian
11425         Cross.
11427 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11429         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11430         host.
11432         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11433         and mingw32.
11435 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11437         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11438         here as it is not defined in the toplevel Makefile.
11440 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11442         * configure (package_makefile_rules_frag): New variable, which names
11443         a file with generic rules, ...
11444         Change comment to mention we now have FIVE parts.
11445         * configure: Undo last change.
11447 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11449         * config.guess: More accurate determination of HP processor types.
11450         * config.sub: More accurate determination of HP processor types.
11452 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11454         * configure (package_makefile_frag): Move inserting the
11455         ${package_makefile_frag} to where it should be according
11456         to the comment.
11458 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11460         * config.guess: Add support for Linux/ARM.
11462 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11464         * .cvsignore: Remove *-info and *-install since they match
11465         release-info and mpw-install, which we don't want to just ignore.
11467 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11469         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11471 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11473         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11474         local_prefix to sub-make invocations.
11476 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11478         * configure.in: Check makefile fragments in the source
11479         directory.
11481 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11483         * configure.in: Check whether host and target makefile
11484         fragments exist before adding them to *_makefile_frag.
11486 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11488         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11490 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11492         * configure.in: Make sure we only replace RPATH_ENVVAR on
11493         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11494         regexp to sed.
11496         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11497         to sub-makes.
11499 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11501         * config-ml.in (multi-do): LDFLAGS must include multilib
11502         designator.
11504 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11506         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11508 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11510         * config.sub: Add mingw32 support.
11511         * configure.in: Likewise.
11513 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11515         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11517 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11519         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11520         * configure (gxx_include_dir): Provide a definition for subdirs
11521         which do not use autoconf.
11523 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11525         * config.guess: Sync with egcs.  Picks up new alpha support,
11526         BeOS & some additional linux support.
11528 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11530         * config.guess: HP 9000/803 is a PA1.1 machine.
11532 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11534         * configure.in: It's alpha*-...
11536 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11538         * configure.in (host_makefile_frag, target_makefile_frag):
11539         Handle multiple config files.
11540         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11541         alpha-*-*.
11543 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11545         * mkdep: New file.
11547 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11549         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11551 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11553         * Makefile.in: Add libgui directory.
11554         (GDB_TK): Add all-libgui.
11555         * configure.in: Add libgui directory.
11556         * configure: Add all-libgui to GDB_TK.
11558 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11560         * config-ml.in (multidirs): Add m32r to multilib list.
11562 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11564         * Makefile.in (all-target-gperf): Change dependency to
11565         all-target-libstdc++.
11567 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11569         * config.guess: Add BeOS support.
11571 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11573         Source directory cvs renamed to cvssrc:
11574         * configure.in (host_tools): Change cvs to cvssrc.
11575         (native_only): Likewise.
11576         (noconfigdirs) [various cases]: Likewise.
11577         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11578         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11579         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11580         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11581         (all-cvssrc): Rename target from all-cvs.
11583 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11585         * configure (gxx_include_dir): Fix thinko.
11587 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11589         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11590         (install-cross, install-gcc-cross): New targets.
11592 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11594         * configure.in (noconfigdirs): Add support for Thumb target.
11596         * config.sub (maybe_os): Add support for Thumb target.
11598 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11600         * Makefile.in: Add rules for cygmon.
11602         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11604 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11606         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11607         * configure (gxx_include_dir): Provide a definition for subdirs
11608         which do not use autoconf.
11610 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11612         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11613         11/18/97 build
11615 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11617         * From Franz Sirl.
11618         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11619         found on RedHat Linux systems.
11621 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11623         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11624         guesses.
11626 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11628         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11630 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11632         * ltmain.sh: If mkdir fails, check whether the directory was created
11633         anyhow by some other process.
11635 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11637         * configure.in (d30v-*-*): Configure all directories.
11639 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11641         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11642         for the D30V.
11644 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11646         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11648 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11650         * include/libiberty.h: Add extern "C" { so it can be used with C++
11651         progrms.
11652         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11653         programs.
11655 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11657         * configure.in (d30v-*-*): Configure GCC now.
11659 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11661         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11662         is no longer needed.
11664 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11666         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11668 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11670         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11671         targets using "$@" to provide support for similar but not identical
11672         targets without having to duplicate code.
11674 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11676         * makefile.vms: Fix to work with DEC C.
11678 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11680         * config.sub: Add mips-tx39-elf to marketing names.
11682 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11684         * ltmain.sh: Handle symlinks in generated script.
11686 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11688         * configure: Handle autoconf style directory options: --bindir,
11689         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11690         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11691         --sysconfdir.
11692         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11693         (sharedstatedir, localstatedir, oldincludedir): New variables.
11694         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11695         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11696         sbindir, sharedstatedir, and sysconfdir.
11698 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11700         * Makefile.in (bootstrap-lean): New target.
11702 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11704         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11705         sn, and gnuserv from noconfigdirs.
11707 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11709         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11711 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11713         * Makefile.in (cross): New target.
11715 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11716                           Jeff Law         <law@cygnus.com>
11718         * Makefile.in (bootstrap2, bootstrap3): New targets.
11719         (all-bootstrap): Remove outdated and confusing target.
11720         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11722 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11724         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11725         windows.  Consistent with gdb/configure.
11727 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11729         * configure.in: Name Linux target fragment.
11731         * configure: Rewrite so that project Makefile fragment is inserted
11732         first and appears last in the resulting Makefile.
11734 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11736         * Makefile.in (install-itcl): Install tcl first.
11738 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11740         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11742 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11744         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11746         * configure.in (skipdirs): Add target-librx for Linux.
11747         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11749 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11751         * Makefile.in (bootstrap): New target.
11753 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11755         * config.sub: Accept 'amigados' for backward compatibility.
11757 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11759         * config.guess: Merge with FSF.
11761 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11763         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11765 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11767         * config.sub: Add "marketing-names" patch.
11769 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11771         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11773 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11775         * config.sub: Handle v850-elf.
11777 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11779         * .cvsignore (*-install): Remove.
11781 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11783         * ltconfig: Set CONFIG_SHELL in libtool.
11784         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11786 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11788         * configure.in (target_subdir): Set to libraries if enable_multilib.
11790 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11792         * config.guess: Update from gcc directory.
11794 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11796         * Makefile.in (all-sim): Depends on all-readline.
11798 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11800         * Makefile.in (BISON, YACC): Use $$s.
11801         (all-bison): Depend on all-texinfo.
11803 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11805         * Makefile.in (BISON): Add -L flag.
11806         (YACC): Likewise.
11808 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11810         * configure.in (noconfigdirs): Add support for v850e target.
11812         * config.sub (maybe_os): Add support for v850e target.
11814 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11816         * configure.in (noconfigdirs): Add support for v850ea target.
11818         * config.sub (maybe_os): Add support for v850ea target.
11820 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11822         * config.sub: Add mipstx39.  Delete r3900.
11824 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11826         * Makefile.in (all-autoconf): Depends on all-texinfo.
11828 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11830         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11831         eabi targets.
11833 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11835         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11837         * configure: When handling a Canadian Cross, handle YACC as well as
11838         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11839         * Makefile.in (all-bison): Depend upon all-texinfo.
11841 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11843         * Makefile.in (BISON): bison, not byacc or bison -y.
11844         (YACC): bison -y or byacc or yacc.
11845         (various): Add *-bison as appropriate.
11846         (taz): No need to mess with BISON anymore.
11848 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11850         * configure: If OSTYPE matches *win32*, try to find a good value for
11851         CONFIG_SHELL.
11853 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11855         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11856         configure.in if it is present.
11858 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11860         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11862 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11864         * config.sub: Recognize `arc' cpu.
11865         * configure.in: Likewise.
11866         * config-ml.in: Likewise.
11868 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11870         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11872 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11874         * configure: Changed sed delimiter from ':' to '|' when
11875         attempting to substitute ${config_shell} for SHELL. On
11876         NT ${config_shell} may contain a ':' in it.
11878 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11880         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11882 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11884         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11886 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11888         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11890         * ylwrap: If the program is a relative path, force it to be
11891         absolute.
11893 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11895         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11897 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11899         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11900         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11901         for libraries.
11903 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11905         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11906         separated by spaces.
11908 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11910         * ylwrap: New file.
11911         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11913         * ltmain.sh: Handle /bin/sh at start of install program.
11915         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11917         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11918         * missing: New file, from automake 1.2.
11920 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11922         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11923         check-tk to CHECK_X11_MODULES.
11925 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11927         * config.sub: Merge with FSF.
11929 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11931         * config.guess: Merge with FSF.
11933 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11935         * configure: Treat msdosdjgpp like go32.
11936         * configure.in: Likewise.  Don't remove gprof for go32.
11938         * configure: Change Makefile.tem2 to Makefile.tm2.
11940 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11942         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11944 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11946         * install-sh (chmodcmd): Set to null if the DST directory already
11947         exists.  Same as Nov 11th change.
11949 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11951         * configure (GDB_TK): Needs itcl and tix.
11953 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11955         * config.guess: Update from FSF.
11957 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11959         * Makefile.in (GDB_TK): Depend on itcl and tix.
11961 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11963         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11964         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11965         (INSTALL_SCRIPT): New variable.
11966         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11967         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11968         to -x.
11969         * install-sh: Add support for -x option.
11971 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11973         * configure.in, Makefile.in: Treat tix like itcl.
11975 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11977         * Makefile.in (WINDRES): New variable.
11978         (WINDRES_FOR_TARGET): New variable.
11979         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11980         (EXTRA_HOST_FLAGS): Add WINDRES.
11981         (EXTRA_TARGET_FLAGS): Add WINDRES.
11982         (EXTRA_GCC_FLAGS): Add WINDRES.
11983         ($(DO_X)): Pass down WINDRES.
11984         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11985         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11986         DLLTOOL_FOR_TARGET.
11988 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11990         * configure.in: configure sim before gdb for win32-x-ppc
11992 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11994         Move gperf into the toplevel, from libg++.
11995         * configure.in (target_tools): Add target-gperf.
11996         (native_only): Add target-gperf.
11997         * Makefile.in (all-target-gperf): New target, depend on
11998         all-target-libg++.
11999         (configure-target-gperf): Empty rule.
12000         (ALL_TARGET_MODULES): Add all-target-gperf.
12001         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12002         (CHECK_TARGET_MODULES): Add check-target-gperf.
12003         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12004         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12006 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12008         * config.sub (mn10200): Recognize new basic machine.
12010 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12012         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12013         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12015 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12017         * configure.in: If we're building mips-sgi-irix6* native, turn on
12018         ENABLE_MULTILIB and set TARGET_SUBDIR.
12020 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12022         * Makefile.in (all-sn): Depend on all-grep.
12024 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12026         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12028         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12029         Makefile.  From Jeff Makey <jeff@cts.com>.
12030         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12032         * Makefile.in (DISTBISONFILES): Remove.
12033         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12034         $(DEFAULT_YACC).
12036         * configure.in: Build itl, db, sn, etc., when building for native
12037         cygwin32.
12039         * Makefile.in (LD): New variable.
12040         (EXTRA_HOST_FLAGS): Pass down LD.
12041         ($(DO_X)): Likewise.
12043 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12045         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12047 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12049         * configure.in (targargs): Strip out any supplied --build argument
12050         before adding our own. Always add --build.
12052 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12054         * configure.in (targargs): Pass --build if we're doing
12055         a cross-compile.
12057 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12059         * configure: Use '|' instead of ":" as the separator in
12060         sed. Otherwise sed chokes on NT path names with drive
12061         designators. Also look for "?:*" as the leading characters in an
12062         absolute pathname.
12064 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12066         * config.sub: Support for r3900.
12068 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12070         * configure.in: Use install-sh, not install.sh.
12072 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12074         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12075         apply it twice.
12077 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12079         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12080         install-binutils.
12082 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12084         * Makefile.in: Add automake targets.
12085         * configure.in (host_tools): Add automake.
12087 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12089         * configure: Default CXX to c++, not gcc.
12090         * Makefile.in (CXX): Set to c++, not gcc.
12091         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12093 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12095         * install-sh: try appending a .exe if source file doesn't
12096         exist
12098 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12100         * configure.in: Turn on multilib by default.
12101         (cross_only): Remove target-libiberty.
12103         * Makefile.in (all-gcc): Don't depend on libiberty.
12105 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12107         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12109 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12111         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12112         (DISTBISONFILES): Add ld/Makefile.in
12114 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12116         * configure.in: if target is cygwin32 but host isn't cygwin32,
12117         don't configure gdb tcl tk expect, not just gdb.
12119 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12121         * configure.in: Added gnuserv everywhere sn appears.
12123         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12124         (CROSS_CHECK_MODULES): Added check-gnuserv.
12125         (INSTALL_MODULES): Added install-gnuserv.
12126         (CLEAN_MODULES): Added clean-gnuserv.
12127         (all-gnuserv): New target.
12129 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12131         * config.guess: Fixes for MIPS OpenBSD systems.
12133 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12135         * Makefile.in (INSTALL_XFORM): Remove.
12136         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12138         * mkinstalldirs: New file, copied from automake.
12139         * Makefile.in (installdirs): Rename from install-dirs.  Use
12140         mkinstalldirs.  Change all users.
12141         (DEVO_SUPPORT): Add mkinstalldirs.
12143 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12145         * install-sh: Rename from install.sh.
12146         * Makefile.in (INSTALL): Change install.sh to install-sh.
12147         (DEVO_SUPPORT): Likewise.
12149         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12150         Graichen <graichen@rzpd.de>.
12152 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12154         * config.guess: Recognize OpenBSD systems correctly.
12156 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12158         * README, Makefile.in (ETC_SUPPORT): Remove references to
12159         cfg-paper*, configure.{texi,man,info*}._
12161 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12163         * Makefile.in (all.normal): Ensure that gcc is built after all
12164         the x11 - ie gdb - targets.
12166 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12168         * makefile.vms: Don't run conf-a-gas.
12170 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12172         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12174 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12176         * configure.in: Remove noconfigdirs case since gdb also
12177         configures and builds for tic80-coff.
12179 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12181         * configure: Set cache_file to config.cache.
12182         * Makefile.in (local-distclean): Remove config.cache.
12184 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12186         * COPYING: Update FSF address.
12188 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12190         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12191         noconfigdirs.
12193 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12195         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12196         MAKEDIRS, is empty.
12198 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12200         * config.sub: Tweak mn10300 entry.
12202 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12204         * configure.in (host_tools): Put sim before gdb, so gdb's
12205         configure.tgt can determine if the simulator was configured.
12207 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12209         * config.sub: Move BeOS $os case to be with other Cygnus
12210         local cases.
12212 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12214         * config.sub: Remove misplaced comment that broke Linux.
12216 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12218         * config.sub: Add BeOS support.
12220 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12222         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12224 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12226         * configure.in (noconfigdirs): Remove tcl and tk from
12227         noconfigdirs for cygwin32 builds.
12229 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12231         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12233 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12235         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12236         make-all.com, use makefile.vms instead.
12238 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12240         * config.sub: Accept -lnews*.
12242 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12244         * configure.in (noconfigdirs): Disable target-newlib,
12245         target-examples and target-libiberty for d30v.
12247 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12249         * configure.in (noconfigdirs): Enable ld for d30v.
12251 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12253         * configure.in (tic80-*-*): Build compiler.
12255 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12257         * configure.in (d30v-*): Remove sim directory from list of
12258         unsupported d30v directories
12260 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12262         * config.sub, configure.in: Add d30v target cpu.
12264 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12266         * makefile.vms: New file.
12267         * make-all.com: Remove.
12269 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12271         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12273 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12275         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12277 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12279         * Makefile.in (ALL_MODULES): Added all-db.
12280         (CROSS_CHECK_MODULES): Addec check-db.
12281         (INSTALL_MODULES): Added install-db.
12282         (CLEAN_MODULES): Added clean-db.
12284 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12286         * config.guess: Merge with latest FSF sources.
12288 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12290         * Makefile.in (ALL_MODULES): Added all-itcl.
12291         (CROSS_CHECK_MODULES): Added check-itcl.
12292         (INSTALL_MODULES): Added install-itcl.
12293         (CLEAN_MODULES): Added clean-itcl.
12295 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12297         * configure.in: build gdb for mn10200
12299 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12301         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12303 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12305         * configure.in (tic80-*-*): Turn off most targets right now.
12307 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12309         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12310         rather than the makeinfo program.
12311         (do-info): Depend upon all-texinfo.
12313 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12315         * configure.in: Remove uses of config/mh-linux.
12317         * config.sub, config.guess: Merge with latest FSF sources.
12319 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12321         * config.sub (case $basic_machine): Add tic80 entries.
12323 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12325         * config.sub, config.guess: Merge with latest FSF sources.
12327 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12329         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12330         * mpw-config.in: Test for NewFolderRecursive.
12331         * mpw-install: Use symbolic name for startup filename.
12332         * mpw-README: Add various additional details.
12334 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12336         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12338 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12340         * configure.in: Do build gcc and the target libraries for
12341         the mn10200.
12343 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12345         * configure.in: don't avoid building gdb for mn10300 any more
12346         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12347         instead of single-quoting it.
12349 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12351         * configure.in: Don't use --with-stabs on IRIX 6.
12353 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12355         * configure.in (m32r): Build gdb, libg++ now.
12357 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12359         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12360         directories from noconfigdirs.
12362 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12364         * config.sub (basic_machine): added mips16 configuration
12366 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12368         * config.sub: Handle d10v-unknown.
12370 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12372         * config.sub: Handle v850-unknown.
12374 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12376         * Makefile.in: add findutils
12377         * configure.in: add findutils to list of host_tools
12379 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12381         * config.sub: Handle mn10200 and mn10300.
12383 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12385         * configure.in (d10v-*): Do not build librx.
12387 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12389         * configure.in (mn10300): Build everything except gdb & libgloss.
12391 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12393         * config.guess:  Patch for Dansk Data Elektronik servers,
12394         from Niels Skou Olsen <nso@dde.dk>.
12396         For ncr, use /bin/uname rather than uname, since GNU uname does not
12397         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12399         Patch for MIPS R4000 running System V,
12400         from Eric S. Raymond <esr@snark.thyrsus.com>.
12402         Fix thinko for nextstep.
12404         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12406         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12407         * config.guess: Guess mips-dec-mach_bsd4.3.
12409         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12410         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12411         release numbers.
12412         * config.guess (mips-mips-riscos*):  Emit just enough of the
12413         release number.
12415         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12416         * config.guess (sparc-auspex-sunos*):  Added.
12417         (f300-fujitsu-*): Added.
12419         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12420         * config.guess:  Recognize a Tadpole as a sparc.
12422 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12424         * config.guess: Don't assume that NextStep version is either 2 or
12425         3.  NextStep 4 (aka OpenStep 4) has come out now.
12427 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12429         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12430         From Rik Faith <faith@cs.unc.edu>.
12432 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12434         * config.sub: Contributions from bug-gnu-utils to:
12435         Support plain "hppa" (no version given) architecture, reported by
12436         OpenStep.
12437         OpenBSD like NetBSD.
12438         LynxOs is not a hardware supplier.
12440         * config.guess: Contributions from bug-gnu-utils to add support for:
12441         OpenBSD like NetBSD.
12442         Stratus systems.
12443         More Pyramid systems.
12444         i[n>4]86 Intel chips.
12445         M680[n>4]0 Motorola chips.
12446         Use unknown instead of lynx for hardware manufacturer.
12448 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12450         * install.sh (chmodcmd): Set to null if the DST directory already
12451         exists.
12453 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12455         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12456         not use mt-ppc target Makefile fragment any more.
12458 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12460         * configure.in (*-*-windows):  Exclude everything but those dirs
12461         needed to build windows.
12463 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12465         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12467 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12469         * configure.in:  Exclude mmalloc from i386-windows.
12471 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12473         * Undo my previous change.
12475 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12477         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12478         unconditionally.
12479         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12481 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12483         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12484         host to add it's own flags.
12486 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12488         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12490 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12492         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12493         (CXX_FOR_TARGET): Likewise.
12494         (GCC_FOR_TARGET): Define.
12495         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12496         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12497         CC_FOR_TARGET was specified on the command line.
12498         (MAKEOVERRIDES): Don't define.
12500 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12502         * configure.in (m32r): Fix spelling of libg++ libs.
12504 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12506         * config.sub (-apple*): Remove, now redundant.
12508 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12510         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12512         * configure: Rework yesterday's sed script patch.
12514         * config.sub: Merge with FSF.
12516 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12518         * config.guess:  Merge from FSF.
12520         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12521         * config.guess: Use pc instead of unknown, for pc clone systems.
12522         Change linux to linux-gnu.
12524         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12525         * config.guess: Avoid non-portable tr syntax.
12527 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12529         * test-build.mk (HOLES): Add "xargs" for gdb.
12531         * configure: Avoid hpux10.20 sed bug.
12533 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12535         * configure.in:  Add support for windows host
12536         (that is a build done under the Microsoft build environment).
12538 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12540         * Makefile.in: Replace all uses of srcroot with s, to shrink
12541         command line lengths.
12543         Patches from Geoffrey Noer <noer@cygnus.com>:
12544         * configure.in: If configuring for newlib, pass --with-newlib to
12545         subdirectories.
12546         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12547         -Bnewlib/ and -Lwinsup to gcc.
12548         (CXX_FOR_TARGET): Likewise.
12550 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12552         * Makefile.in (ETC_SUPPORT): Add configure.
12554 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12556         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12557         host configuration file.
12559 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12561         * configure.in: Break mn10x00 support into separate
12562         mn10200 and mn10300 configurations.
12563         * config.sub: Likewise.
12565 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12567         * configure.in: Add lots of stuff to noconfigdirs for
12568         the mn10x00 targets.
12570         * config.sub, configure.in: Add mn10x00 support.
12572 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12574         * make-all.com: Call conf-a-gas, not config-a-gas.
12576 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12578         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12579         targets.
12581 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12583         * mpw-README: Add much more detail for native PowerMac.
12584         * mpw-install: New file.
12585         * mpw-configure: Add --norecursion and --help options.
12586         * mpw-config.in: Translate readme and install files when
12587         copying to objdir.
12588         * mpw-build.in: Don't always depend on byacc and flex.
12589         (install-only-top): New action.
12591 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12593         * configure.in:  You can now configure GDB for the v850.
12595 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12597         * configure.in (noconfigdirs): Don't configure any C++ dirs
12598         if targeting D10V.
12600 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12602         * config.sub: Recognize mips64vr5000.
12604 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12606         * configure.in: Use a single line for host_tools and native_only.
12608 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12610         * config.sub, configure.in: Add entries for m32r.
12612 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12614         * Makefile.in (inet-install): Don't run install-gzip.
12616 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12618         * configure.in:  Don't config lots of things for *-*-windows*.
12620 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12622         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12623         (host_libs, host_tools): Copy from configure.in.
12624         * mpw-configure: Don't complain about directories not found.
12626 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12628         * configure.in (i[345]86): Recognize i686 for pentium pro.
12629         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12630         file.
12632         * config.guess (i[345]86): Ditto.
12634 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12636         * configure.in (noconfigdirs): Removed gdb for D10V.
12638 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12640         * configure.in: Remove ld, target-libio, target-libg++, and
12641         target-libstdc++ from noconfigdirs.
12643 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12645         * configure: Fix three locations where shell scripts were
12646         being run directly rather than with config_shell.
12648 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12650         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12651         * config.sub (basic_machine): Recognize v850.
12653 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12655         * mpw-configure: Handle multiple enable/disable options and
12656         pass them down recursively, handle -c and -s flags appropriately
12657         depending on choice of compiler, add escape mechanism for
12658         quoted arguments to gC.
12660 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12662         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12663         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12664         so that -mrelocatable-lib and -mno-eabi are used.
12666         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12667         not support --print-multi-lib, don't abort.
12669 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12671         * make-all.com: Run config-a-gas.
12672         * setup.com: Don't copy subdirectory files around.
12674 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12676         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12677         target, it now compiles correctly.
12679 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12681         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12683 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12685         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12687 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12689         * configure.in (native_only): Add prms.
12691 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12693         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12694         (BINUTILS_SUPPORT_DIRS): Likewise.
12696 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12698         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12699         d10v support is added.
12701 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12703         * configure.in (d10v-*-*): New target.
12705 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12707         * config.guess (HP 9000/811): Recognize this as a PA1.1
12708         machine.
12710 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12712         * Makefile.in (do-tar-gz): New target, split out from tail end of
12713         taz target.  Run each command separately, don't use pipes.
12714         (taz): Use it.
12716 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12718         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12719         * mpw-build.in: No builds should depend on building byacc or flex,
12720         they are assumed to be installed already.
12722 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12724         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12725         variable that CC_FOR_TARGET needs.
12727 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12729         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12730         options have changed since the last time the subdirectory was
12731         configured, and if it has, reconfigure.
12732         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12733         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12735 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12737         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12738         CLEAN_MODULES): Add bash.
12739         (all-bash): New target.
12741 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12743         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12745 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12747         * config.sub (basic_machine): Recognize d10v as a valid processor.
12749 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12751         * mpw-configure: Add support for --bindir.
12752         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12754 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12756         * configure.in: add bash, time, gawk to list of hosttools and things
12757         to only build for native toolchains
12759 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12761         * Makefile.in (docdir): Remove.
12763 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12765         * Makefile.in (datadir): Set to $(prefix)/share.
12767 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12769         * configure.in: build diff and patch for cygwin32-hosted
12770         toolchains.
12772 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12774         * config.sub: Accept -rtems*.
12776 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12778         * configure.in: enable dosrel for cygwin32-hosted builds,
12779                 remove diff from the list of things not buildable
12780                 via Canadian Cross
12782 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12784         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12785         don't get ". ".
12787 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12789         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12791 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12793         * Makefile.in (taz): Handle case where tex3patch didn't even get
12794         checked out.  Also, if it was found, put the symlink in a new util
12795         subdirectory.
12797 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12799         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12801 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12803         * config.sub: Recognize -openvms.
12804         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12805         * make-all.com, setup.com: New files.
12807 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12809         * Makefile.in (taz): tex3patch moved to texinfo/util.
12811 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12813         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12814         * configure.in: remove make from disable-if-Can-Cross list
12815                 enable gdb if ${host} and ${target} are cygwin32
12817 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12819         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12820         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12822 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12824         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12825         distinguish sysv/svr4/bsd variants.
12826         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12828 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12830         * configure.in: Added copyright notice.
12831         * move-if-change: Added copyright notice.
12833 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12835         * configure.in (powerpcle-*-solaris*): Until we get shared
12836         libraries working, don't build gdb, sim, make, tcl, tk, or
12837         expect.
12839 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12841         * config.guess:  Merge with FSF:
12843         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12844         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12846         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12847         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12849         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12850         * config.guess:  Combine two OSF1 rules.
12851         Also recognize field test versions.  From mjr@zk3.dec.com.
12852         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12853         because GNU uname does not support -p.  From pmr@pajato.com.
12855 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12857         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12859 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12861         * mpw-README: Document GCCIncludes.
12863 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12865         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12867 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12869         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12871 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12873         * configure.in (*-*-cygwin32): Configure make.
12875 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12877         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12879 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12881         * Makefile.in (all-inet): Depend on all-perl.
12883         * Makefile.in (inet-install): New target.
12885         * Makefile.in (all-inet): Depend on all-tcl.
12886         (all-inet): Depend on all-send-pr.
12888 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12890         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12891         temporarily.
12893 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12895         * configure.in: Don't configure --with-gnu-ld on AIX.
12897 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12899         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12901 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12903         * Makefile.in (ALL_MODULES): Added all-inet.
12904         (CROSS_CHECK_MODULES): Added check-inet.
12905         (INSTALL_MODULES): Added install-inet.
12906         (CLEAN_MODULES): Added clean-inet.
12907         (all-indent): New target.
12909         * configure.in (host_tools): Added inet.
12910         (native_only): Added inet.
12911         (noconfigdirs): Added inet.
12913 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12915         * configure.in: Don't configure libgloss if we are not configuring
12916         newlib.
12918 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12920         * configure.in: Don't configure libgloss for unsupported
12921         architectures.
12923 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12925         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12927 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12929         * Makefile.in (ALL_MODULES): Include all-apache.
12930         (CROSS_CHECK_MODULES): Include check-apache.
12931         (INSTALL_MODULES): Include install-apache.
12932         (all-apache): New target.
12934         * configure.in: Added apache everywhere perl is seen.
12936 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12938         * Makefile.in: Add support for clean-{module} and
12939         clean-target-{module} rules.
12941 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12943         * configure.in (*-*-ose) do not build libgloss.
12945 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12947         * config.guess (prep*:SunOS:5.*:*): Turn into
12948         powerpele-unknown-solaris2.
12950 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12952         * configure.in: Permit --enable-shared to specify a list of
12953         directories.
12955 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12957         * configure.in (host==solaris): Pass only the first word of $CC
12958         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12960 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12962         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12964 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12966         * Makefile.in (ALL_MODULES): Include all-perl.
12967         (CROSS_CHECK_MODULES): Include check-perl.
12968         (INSTALL_MODULES): Include install-perl.
12969         (ALL_X11_MODULES): Include all-guile.
12970         (CHECK_X11_MODULES): Include check-guile.
12971         (INSTALL_X11_MODULES): Include install-guile.
12972         (all-perl): New target.
12973         (all-guile): New target.
12975         * configure.in (host_tools): Include perl and guile.
12976         (native_only): Include perl and guile.
12977         (noconfigdirs): Don't build guile and perl; no ports have been
12978         done.
12980 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12982         * configure (--enable-*): Handle quoted option lists such as
12983         --enable-sim-cflags='-g0 -O' better.
12985 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12987         * Makefile.in ({,inst}all-target): New rule so we can make and
12988         install all of the target directories easily.
12990 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12992         * configure.in: Add missing global flag in sed substitution when
12993         deleting `target-' from ${configdirs}.
12995 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12997         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12998         option.
13000         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13001         config/mh-necv4.
13003         * install.sh: Correct misspelling of transformbasename.
13005         * config.guess: Recognize mips-*-sysv*.
13007 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13009         * config.sub: Recognize mon960.
13011 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13013         * configure: Restore Canadian Cross handling of BISON and LEX,
13014         removed in Feb 20 change.
13016 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13018         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13019         Mention make install.  Remove the old copyright date as well the
13020         clumsy and rather pointless copyright on the README file.
13022 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13024         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13025         Makefile after running symlink-tree, then run `make distclean' to
13026         avoid clobbering any generated files in srcdir.
13028 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13030         * configure.in (m68k-*-netbsd*): Build everything now.
13032 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13034         * Makefile.in (taz): Fix quoting.
13036 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13038         * configure.in (sparclet-*-*): Build everything now.
13040 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13042         * configure.in (m68k-*-linux*): New host.
13044 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13046         * configure: Check for bison before byacc.
13048 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13050         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13051         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13052         searching PATH.  These are used as fallbacks by Makefile.in if
13053         flex/bison/byacc aren't in objdir.
13055 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13057         * Makefile.in: Make everything which depends upon all-bfd also
13058         depend upon all-opcodes, in case --with-commonbfdlib is used.
13060 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13062         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13063         building NT native compilers on Unix.
13065 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13067         * configure.in: Don't get CC from the host Makefile fragment if we
13068         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13069         Solaris test for /usr/ucb/cc to the post target script, just after
13070         the compiler sanity test.
13072 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13074         * config.sub: Merge with FSF.
13076 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13078         * Makefile.in (RPATH_ENVVAR): New variable.
13079         (REALLY_SET_LIB_PATH): Use it.
13080         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13082 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13084         * config.sub, configure.in: Recognize sparclet cpu.
13086 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13088         * config.guess:  Support m68k-cbm-sysv4.
13090 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13092         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13093         m68k-unknown-linuxaout from linker help string.  Put quotes around
13094         $ld_help_string.
13096 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13098         * config.guess (powerpc-harris-powerunix): Add guess for port
13099         to new target.
13101 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13103         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13105 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13107         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13108         $(REALLY_SET_LIB_PATH) in Makefile.
13109         * Makefile.in (SET_LIB_PATH): New variable.
13110         (REALLY_SET_LIB_PATH): New variable.
13111         ($(DO_X)): Use $(SET_LIB_PATH).
13112         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13113         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13114         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13115         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13116         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13117         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13118         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13119         (install-dosrel): Likewise.
13120         (all-opcodes): Depend upon all-libiberty.
13122 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13124         * config.guess (*:CYGWIN*): New
13126 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13128         * Makefile.in (all-target-winsup): All all-target-libiberty.
13130 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13132         * configure.in (noconfigdirs): Add missing # in front of comment.
13134 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13136         * configure.in: add second pass to things added to noconfigdirs
13137         so *-gm-magic can exclude libgloss properly.
13139 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13141         * mpw-configure (extralibs_name, rez_name): Set correctly
13142         for MWC68K compiler.
13144         * mpw-README: Add more info on the necessary build tools.
13146 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13148         * configure.in, config.sub: Recognize cygwin32.
13150 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13152         * config.guess, config.sub: Recognize A/UX.
13154 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13156         * config.sub: Merge with gcc/config.sub.
13158 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13160         * mpw-build.in (do-binutils): Add build of stamps.
13162 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13164         * config.sub: Add recognition for mips64vr4100*-* targets.
13166 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13168         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13169         Add creation of gconfigargs with `--enable-shared' turned on.
13170         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13171         ($(host)-stamp-stage3-configured): Likewise.
13172         (HOLES): Add chatr and ldd.
13173         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13175 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13177         * configure: Pass --nfp to recursive configures.
13179 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13181         * Makefile.in (DLLTOOL): New.
13182         (DLLTOOL_FOR_TARGET): New.
13183         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13184         (EXTRA_TARGET_FLAGS): Ditto.
13185         (EXTRA_GCC_FLAGS): Ditto.
13186         (CONFIGURE_TARGET_MODULES): Ditto.
13187         (DO_X): Ditto.
13188         * configure: Add DLLTOOL.
13190 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13192         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13193         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13194         mh-sco, since old workarounds no longer needed, and don't
13195         build ld, since libraries have weak symbols in COFF.
13197 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13199         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13201 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13203         * configure.in: Make sure that ${CC} can be used to compile an
13204         executable.
13206 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13208         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13209         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13210         nothing depending on whether gdbtk is being built.
13212 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13214         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13216 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13218         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13219         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13221 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13223         * config-ml.in: Add support for
13224         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13225         Simplify setting of multidirs from --disable-foo.
13227 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13229         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13230         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13231         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13232         non-empty, pass them on to the  GCC make.
13233         (all-bootstrap): New rule that is like all-gcc, except it executes
13234         the GCC bootstrap rule instead of the GCC all rule.
13236 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13238         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13240 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13242         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13243         DG/UX support.
13245 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13247         * config.sub (i*86*) Change [345] to [3456]
13249 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13251         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13252         --with-gnu-ld=no.
13254 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13256         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13257         AIX multilibs get built.
13259 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13261         * configure.in (i386-win32): Don't build expect if we're not
13262         building the tcl subdir.
13264 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13266         * Makefile.in: (configure-target-examples, all-target-examples):
13267         New targets, configure and build example programs.
13269 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13271         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13272         use it as input to sedit the generated MPW makefile.
13273         * mpw-README: Add a suggestion about Gestalt.h.
13275 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13277         * config.sub: Accept *-*-ieee*.
13279 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13281         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13282         Ronald F. Guilmette <rfg@monkeys.com>.
13284 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13286         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13287         for powerpc-pe native.
13288         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13289         (target==powerpc-pe): duplicate i386-win32 entry.
13291 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13293         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13294         of vxworks, not just vxworks5.1.
13296 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13298         * mpw-configure: Add support for exec-prefix.
13300 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13302         * config.guess: Recognize HP model 816 machines as having
13303         a PA1.1 processor.
13305 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13307         * configure: Ignore new autoconf configure options.
13309 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13311         * config.guess:  Recognize Pentium under SCO.
13312         From Robert Lipe <robertl@arnet.com>.
13314 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13316         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13318 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13320         * configure.in: Don't configure gas for alpha-dec-osf*.
13322 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13324         * configure.in: Default to --with-stabs for some targets for which
13325         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13326         i[345]86*-*-unixware*.
13328 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13330         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13331         rather than basing it on the target.  Simplify handling of options
13332         controlling which directories to configure.  Remove extraneous
13333         slash in multi-clean target.
13335 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13337         * config-ml.in: Prefix more variables with ml_ so they don't collide
13338         with configure's.
13340 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13342         * configure: Don't turn -v into --v.
13344 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13346         * configure.in (targargs): Fix typo.
13348         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13350 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13352         * configure.in: Strip --host and --target options from
13353         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13354         --with-cross-host option when building with a cross-compiler.
13355         * configure: Canonicalize the arguments put into config.status by
13356         always using `=' for an option with an argument.  Pass a presumed
13357         --host or --target explicitly.
13359 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13361         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13362         into general OS recognition case.
13364 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13366         * configure.in (target_configdirs): add target-winsup only
13367         for win32 target systems.
13369 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13371         * Makefile.in (all-target-libgloss): Depend upon
13372         configure-target-newlib, since when libgloss is built it looks to
13373         see if the newlib directory exists.
13375 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13377         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13378         cfg-ml-*.in.
13380 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13382         * configure: Handle LD and LD_FOR_TARGET when configuring a
13383         Canadian Cross.
13385 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13387         * configure.in (target_libs): add target-winsup.
13388         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13389         (target==ppcle-pe): remove ld from $noconfigdirs.
13391 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13393         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13394         Preserve relative path names in $srcdir.  Build symlink tree if
13395         configuring cross target dir and srcdir=. (= no VPATH support).
13396         (configure-target-libg++): Depend on configure-target-librx.
13397         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13398         * config-ml.in: New file.
13399         * symlink-tree: New file.
13400         * configure: Ensure srcdir="." if that's what it is.
13402 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13404         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13405         includes and FLEX_SKELETON setting.
13406         * mpw-configure (--with-gnu-ld): New option, controls whether
13407         to use PPCLink or ld with PowerMac GCC.
13408         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13409         * mpw-config.in: Configure grez if targeting Mac.
13411         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13412         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13413         just macos.
13414         * configure.in: Configure grez resource compiler if targeting Mac.
13415         * Makefile.in (all-grez, install-grez): New targets.
13417 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13419         * configure: CXX defaults to gcc, not g++.  If we find
13420         gcc in the path, set CC to gcc -O2.
13422 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13424         * configure: Default ${build} correctly.  Avoid picking up extra
13425         spaces when reading CC and CXX from Makefile.  When doing a
13426         Canadian Cross, use plausible default values for numerous
13427         variables.
13428         * configure.in: When doing a Canadian Cross, don't try to
13429         configure tools whose configure script can't handle it.
13431 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13433         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13435 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13437         * configure:  Remove dubious bug reporting address.
13439 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13441         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13442         configure script, run that instead of this directory's configure.
13443         In either case, print a message that we're configuring the sub-dir.
13445 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13447         * configure.in: Before checking for the existence of various files,
13448         use sed to filter out "target-".
13450 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13452         * Makefile.in (DO_X): Split rule to decrease command line length
13453         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13454         (Philippe De Muyter).
13456 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13458         * Makefile.in (all-patch): depend on all-libiberty.
13460 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13462         * configure.in: If the only directory in target_configdirs which
13463         actually exists is libiberty, then set target_configdirs to empty,
13464         to avoid trying to build a target libiberty in a gas or gdb
13465         distribution.
13467 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13469         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13470         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13471         systems.
13473 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13475         * configure.in (copy_dirs): Use sys-include instead of include
13476         for --with-headers option.
13478 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13480         * Makefile.in, configure.in: Make winsup builds work with
13481         new scheme.
13483 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13485         * configure.in: Build the linker on AIX.
13487 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13489         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13490         where needed.
13492 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13494         * Makefile.in (all-gcc): Fix typo.
13496 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13498         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13500 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13502         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13503         to target-xiberty, to provide more flexibility.
13504         (target_subdir):  Define.  Create if cross.
13505         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13506         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13507         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13508         check-libFOO -> check-target-libFOO, etc.
13509         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13510         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13511         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13512         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13513         allow ALL_GCC="" to only configure.
13514         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13515         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13516         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13518 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13520         * Makefile.in (taz): Build "info" in etc explicitly.
13522 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13524         * configure.in:  Make sure that CC is undefined (as opposed to
13525         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13526         problem with autoconf trying to configure on a host without GCC.
13528 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13530         * mpw-configure: Set host alias from choice of host compiler,
13531         only use generic MPW Makefile sed if present, edit a file
13532         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13533         * mpw-README: Add problem notes about CW6 and CW7.
13535 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13537         * Makefile.in (taz): Use ";" instead of ";;".
13539 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13541         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13542         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13543         DISTDOCDIRS.
13544         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13545         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13547 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13549         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13550         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13551         Move bfd to DISTSTUFFDIRS.
13553 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13555         * Makefile.in (X11_LIB): Removed.
13556         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13558         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13560 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13562         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13563         names.
13565 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13567         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13569 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13571         * configure.in (i[345]86-*-win32): Always build newlib.
13572         Don't configure cvs, autoconf or texinfo.
13573         * Makefile.in (LD_FOR_TARGET): New.
13574         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13575         Pass down LD_FOR_TARGET.
13577 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13579         * winsup: New directory.
13580         * Makefile.in: Build winsup.
13581         * configure.in: Winsup is configured when target is win32.
13582         Can only build win32 target GDB when native.
13584 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13586         * config.guess: Recognize HP model 819 machines as having
13587         a PA 1.1 processor.
13589 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13591         * configure: Fix sed loop which substitutes for CC and CXX to
13592         avoid bug found in various sed implementations.
13594 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13596         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13597         simulator.  Use standard powerpc-*-eabi*.
13599 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13601         * configure.in: Stop putting gas and binutils in noconfigdirs for
13602         powerpc-*-aix* and rs6000-*-*.
13604 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13606         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13607         -mcall-aixdesc libraries.
13609 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13611         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13613         * config.sub (arm | armel | armeb): Fix shell syntax.
13615 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13617         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13618         -msoft-float and -mcpu=common support.
13619         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13620         libraries.
13622 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13624         * configure.in: Allow configuration and build of emacs19 for the alpha.
13626 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13628         * configure.in (CC): Get ^CC, not just any old CC, from
13629         ${host_makefile_frag}.
13631 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13633         * configure.in (CC): Try to get CC from
13634         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13636 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13638         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13639         only if it exists in $(srcdir).
13641 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13643         * configure: If CC and CXX are not set in the environment, set
13644         them, based on either an existing Makefile or on searching for gcc
13645         in PATH.  Substitute for CC and CXX in Makefile.
13646         * configure.in: Remove libm from target_libs.  Separate
13647         target_configdirs from configdirs.  If CC is not set in
13648         environment, try to get it from a host Makefile fragment.  Rewrite
13649         changes of configdirs to use skipdirs instead.  A few minor
13650         tweaks.  Take directories out of target_configdirs as they are
13651         taken out of configdirs.  Remove existing Makefile files from
13652         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13653         CONFIG_ARGUMENTS in Makefile.
13654         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13655         by configure.in.
13656         (CONFIG_ARGUMENTS): Likewise.
13657         (CONFIGURE_TARGET_MODULES): New variable.
13658         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13659         ($(CONFIGURE_TARGET_MODULES)): New target.
13660         (configure-libg++, configure-libio): New targets.
13661         (all-libg++): Depend upon configure-libg++.
13662         (all-libio): Depend upon configure-libio.
13663         (configure-libgloss, all-libgloss): New targets.
13664         (configure-libstdc++): New target.
13665         (all-libstdc++): Depend upon configure-libstdc++.
13666         (configure-librx, all-librx): New targets.
13667         (configure-newlib): New target.
13668         (all-newlib): Depend upon configure-newlib
13669         (configure-xiberty): New target.
13670         (all-xiberty): Depend upon configure-xiberty.
13672 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13674         * configure.in (host i[345]86-*-win32):  Expand the
13675         noconfigdirs again.
13677 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13679         * mpw-configure: Fix sed command file name.
13681 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13683         * configure.in (host i[345]86-*-win32): Reduce the
13684         noconfigdirs again.
13686 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13688         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13689         or powerpc*-*-pe*, since they are not yet supported.
13691 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13693         Add PowerMac support and many other enhancements.
13694         * mpw-configure: New option --cc to select compiler to use,
13695         paste options set according to --cc into the generated
13696         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13697         if mpw-make.sed is present.
13698         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13699         add forward includes for PowerPC include files.
13700         * mpw-build.in: Build using Makefile.PPC if present.
13701         (do-byacc, etc): Remove separate version resource builds.
13702         (do-gas): Build "stamps" before "all".
13703         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13704         * mpw-README: Update to reflect --cc option, PowerMac support,
13705         and recently-reported compatibility problems.
13707 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13709         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13710         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13711         (--with-multilib-top): Pass to recursive invocations.
13713 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13715         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13716         v810-*-*.
13718 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13720         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13721         gdb, ld and opcodes on v810-*-*.
13723 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13725         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13726         (local-maintainer-clean): New target.
13727         (maintainer-clean): New target.
13728         (realclean): Just depend upon maintainer-clean.
13730 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13732         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13734 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13736         * configure.in: Build ld in mips*-*-bsd* case.
13738 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13740         * config.sub: Accept -lites* OS.  From Ian Dall.
13742 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13744         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13745         targets.
13747 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13749         * configure.in: treat i386-win32 canadian cross the same as
13750         i386-go32 canadian cross.
13752 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13754         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13755         running under the simulator to build a reduced set of libraries.
13756         (powerpc-*-eabiaix): Add fine grained multilib support added to
13757         other powerpc targets yesterday.
13759 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13761         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13762         -disable-softfloat, -disable-relocatable, -disable-aix, and
13763         -disable-sysv to control which multilib libraries get built.
13765 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13767         * configure: Add Makefile.tem to list of files to remove in trap
13768         handler.
13770 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13772         * config.guess (*Linux*):  Add missing "exit"s.
13773         Also, need specific check for alpha-unknown-linux (uses COFF).
13775 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13777         * config.guess:  Merge with FSF:
13779         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13780         * config.guess (AIX4): More robust release numbering discovery.
13782         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13783         * config.guess (i386-sequent-ptx): Properly get version number.
13785         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13786         * config.guess (mips:*:4*:UMIPS): New case.
13788 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13790         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13791         (i386-win32 host): Likewise.  Don't build readline.
13793 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13795         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13796         SUPPORT_FILES to submakes.
13798 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13800         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13801         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13802         mpw-configure.
13804 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13806         * configure.in (appdirs): Use =, not ==, in test expression when
13807         trying to build the text to print in the warning message for
13808         Solaris users.
13810 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13812         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13814 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13816         * config.guess: Recognize lynx-2.3.
13818 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13820         * config.sub (z8ksim): Deleted
13821         (z8k-*-coff): New, this is the one true name of the target.
13823 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13825         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13827 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13829         * config.guess (*:Linux:*:*): First try asking the linker what the
13830         default object file format is (elf, aout, or coff).  Then if this
13831         fails, try previous methods.
13833 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13835         * configure.in: Don't build newlib for *-*-vxworks5.1.
13837 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13839         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13840         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13842 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13844         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13846 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13848         * cfg-ml-com.in: New file.
13849         * cfg-ml-pos.in: New file.
13851 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13853         * COPYING.NEWLIB: Add HP free copyright to list.
13855 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13857         * config.sub: Recognize -eabi* for the system, not just -eabi.
13859 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13861         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13862         * config.sub, configure.in (win32): New target and host.
13864 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13866         * configure.in: Add i386-pe configuration.
13868 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13870         * mpw-build.in (install): Install GDB after LD.
13872 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13874         * mpw-config.in (elf/mips.h): Always forward-include, needed
13875         for GDB to build.
13877 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13879         * testsuite: New directory for customer acceptance and whole tool
13880         chain tests.
13882 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13884         * configure: If per-host line isn't found, but AC_OUTPUT is found
13885         and a configure script exists, run it instead.
13887 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13889         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13891 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13893         * configure: Set build_{cpu,vendor,os,alias} to host values when
13894         --build isn't specified.
13896 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13898         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13899         (FLAGS_TO_PASS): Pass them.
13900         (EXTRA_TARGET_FLAGS): Ditto.
13902 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13904         * Makefile.in (all-libg++): Depend on all-libstdc++.
13906 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13908         * configure.in (noconfigdirs): Enable all packages for
13909           i386-unknown-netbsd.
13911 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13913         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13914         hosted builds (DOS builds)
13916 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13918         Changes for ARM based on patches from Richard Earnshaw:
13919         * config.sub: Handle armeb and armel.
13920         * configure.in: Omit arm linker only for riscix.
13922 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13924         * config.guess:  Update from FSF.
13926 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13928         * config.sub: Recognize powerpcle as the little endian variant of
13929         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13930         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13931         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13932         temporarily.
13934 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13936         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13938 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13940         * config.sub: Accept -lites* as a basic system type.
13942 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13944         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13945         installed, and if so return linuxoldld as the system name.
13947 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13949         * config.guess: Add hppa1.1-hp-lites support.
13951 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13953         * configure.in: Don't build newlib for m68k-vxworks5.1.
13955 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13957         * configure.in (mips-sgi-irix6): Use mh-irix5.
13959 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13961         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13963 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13965         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13966         OSF/1.  Fix compiler flags.
13967         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13969 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13971         * configure.in: Recognize --with-newlib.
13972         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13974 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13976         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13977         to *_X11_MODULES due to gdbtk needing X include files et al.
13979 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13981         Merge in support for Mac MPW as a host.
13982         (Old change descriptions retained for informational value.)
13984         * mpw-config.in: Add generic include forwards for cpu-specific
13985         include files in aout and elf directories.
13987         * mpw-configure: Added copyright.
13988         * mpw-config.in: Check for presence of required build tools.
13989         (target_libs): Add newlib.
13990         (target_tools): Add examples.
13991         (Read Me): Generate as "Read Me for MPW" instead.
13992         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13993         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13994         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13996         * mpw-configure: Remove subdir-specific makefile hackery,
13997         delete mk.tmp after using it.
13999         * mpw-build.in (all): Display start and end times.
14001         * mpw-configure (host_canonical): Set.
14002         (target_cpu): Always add to makefiles.
14003         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14004         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14005         (mpw-mh-mpw): Look for in srcdir and srcroot.
14006         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14008         * mpw-build.in: (install-only): New target.
14010         * mpw-configure (host_alias, target_alias): Rename from hostalias
14011         and targetalias, add into generated Makefile.
14012         (mk.tmp): If present, add into generated Makefile.
14013         * mpw-build.in (all-gas): Build config.h first before gas proper.
14015         * mpw-configure (config.status): Write only if changed.
14016         * mpw-config.in (readline): Configure it (not built, just used for
14017         definitions).
14019         * mpw-config.in (elf/mips.h): Add a forward include.
14021         * mpw-config.in: Forward-include most .h files in include into
14022         extra-include.
14023         (readline): Don't build.
14024         mpw-build.in (install): Install GDB.
14026         * mpw-configure (prefix, mpw_prefix): Handle it.
14027         * mpw-config.in (mmalloc, readline): Don't configure.
14028         * mpw-build.in (thisscript): Rename to ThisScript.
14029         Use mpw-build instead of BuildProgram everywhere.
14030         (mmalloc, readline): Don't build.
14031         * mpw-README: New file, basic documentation about the MPW port.
14033         * mpw-config.in: Use forward-include to create include files.
14035         * mpw-configure: Add more things to the top of each configured
14036         Makefile, including contents of config/mpw-mh-mpw.
14037         * mpw-config.in (extra-include): Create this directory and fill it
14038         with Posix-like include files when configuring.
14040         * config.sub (apple, mac, mpw): Add various aliases.
14042         * mpw-build.in: New file, top-level build script fragment for MPW.
14043         * mpw-configure: New file, configure script for MPW.
14044         * mpw-config.in: New file, config fragment for MPW.
14046 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14048         * configure.in (host_libs): Remove glob, since it is gone from the
14049         sources.
14051 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14053         * Makefile.in: define empty GDB_NLM_DEPS var.
14055         * configure.in(target_makefile_frag): use config/mt-netware
14056         for netware targets.
14058 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14060         * config.sub: Merge in recent FSF changes.  Remove linux special
14061         cases.
14063 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14065         Revert this change:
14067         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14069                 * build-all.mk: Use CC=cc -Xs on Solaris.
14071 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14073         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14074         stop using it.
14075         * Makefile.in: Nuke all references to glob subdirectory.
14077 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14079         * configure.in: Fix --enable-shared logic in per-host.
14081 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14083         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14085 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14087         * configure.in (noconfigdirs): Don't build gas on AIX, for
14088         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14090 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14092         * configure: Fix --cache-file to work if the file argument is a
14093         relative path.
14095 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14097         * configure: If the --cache-file is used, pass it down to
14098         configure in subdirectories.
14100 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14102         * config.sub: add vxworks29k configuration.
14104 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14106         * Makefile.in (taz): Do "diststuff" part quietly.
14108 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14110         * config.sub: Mini-merge with gcc/config.sub.
14112 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14114         * config.guess (IRIX): Sed - to _.
14116 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14118         * Makefile.in (source-vault, binary-vault): New targets.
14120 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14122         * config.sub: Recognize -eabi as a basic system type.
14124 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14126         * configure.in (enable_shared stuff): Fix typo.
14128 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14130         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14132 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14134         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14136 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14138         * configure.in (rs6000-*-*): Don't build gas.
14140 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14142         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14143         reduce command line length.
14144         (AS_FOR_TARGET): Check for as.new, not Makefile.
14145         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14147 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14149         * config.guess:  Merge from FSF.
14151 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14153         * configure: Don't use $ when handling program_suffix.
14155 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14157         * configure.in:  Configure tk for hppa/hpux.
14159 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14161         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14163 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14165         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14166         to LIBCXXFLAGS.  Tests are better run without it.
14168 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14170         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14172 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14174         * configure.in (*-*-netware*): Don't configure xiberty.
14176 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14178         * configure.in:  Remove tk from native_only list.
14180 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14182         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14183           for special NCD build.
14185 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14187         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14188         makeall.bat, they're only useful for binutils snapshots.
14189         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14190         makeall.bat to specified SUPPORT_FILES.
14192 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14194         * build-all.mk: Add Ericsson targets to sun4 and solaris
14195           hosts.  Add  BNR's sun4 target to solaris host, so their
14196           build-from-source will be tested in-house first.
14198 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14200         * Makefile.in (LIBCFLAGS): New variable.
14201         (CFLAGS_FOR_TARGET): Ditto.
14202         (LIBCFLAGS_FOR_TARGET): Ditto.
14203         (LIBCXXFLAGS): Ditto.
14204         (CXXFLAGS_FOR_TARGET): Ditto.
14205         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14206         (BASE_FLAGS_TO_PASS): Pass them.
14207         (EXTRA_TARGET_FLAGS): Ditto.
14209         * configure.in: Support --enable-shared.
14211 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14213         * configure.in (target_libs):  Include libstdc++ again.
14214         * config.guess:  Update from FSF (for FreeBSD).
14216 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14218         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14219         makeall.bat.
14220         (DISTDOCDIRS): Add `etc'.
14221         (ETC_SUPPORT_PFX): New variable.
14222         (taz): Include anything from etc starting with a word in
14223         ETC_SUPPORT_PFX.
14225 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14227         * config.sub: Update for recent FSF changes.  Remove obsolete
14228         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14229         spacing changes.
14231 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14233         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14235         * config.guess:  Merge with FSF.
14236         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14238 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14240         * configure: Since the "trap 0" handler will override the exit
14241         status on many systems, only use it for "exit 1", and make it set
14242         a non-zero exit status; reset it before "exit 0".  Also, check
14243         exit status of config.sub, and error out if it failed.
14245 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14247         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14248         and install libgloss.
14250 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14252         * Makefile.in (all-binutils): Depend upon all-byacc.
14254         * configure.in: Don't build emacs on Irix 5.
14256 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14258         * configure.in (*-*-netware*): Add libio.
14260 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14262         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14263         (CHECK_TARGET_MODULES): Ditto.
14264         (INSTALL_TARGET_MODULES): Ditto.
14265         (TARGET_LIBS): Ditto.
14266         (all-libstdc++): Note dependencies.
14268 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14270         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14272 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14274         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14275         -fexternal-templates.
14277         * configure.in (target_libs): Add libstdc++.
14278         (noconfigdirs): Add libstdc++ as appropriate.
14280 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14282         * config.guess:  Update from FSF.
14284 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14286         * configure: Use ${config_shell} when running ${configsub}.
14288 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14290         * config.sub: No longer recognize h8300h.
14292 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14294         * config.sub: Remove extraneous differences between config.sub and
14295         gcc/config.sub.
14297 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14299         * Makefile.in (DISTSTUFFDIRS): Add gas.
14301 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14303         * COPYING.NEWLIB: New file.
14305 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14307         * config.guess (HP-UX):  Patch from Harlan Stenn
14308         <harlan@landmark.com> to also emit release level.
14310 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14312         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14314 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14316         * config.sub:  Merge nextstep cleanup from FSF.
14318 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14320         * configure.in (arm-*-*): Don't configure ld for this target.
14322 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14324         * configure.in (*-*-netware): don't configure libg++, libio,
14325           librx, or newlib.
14327 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14329         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14330         configure ld--it works, but it doesn't support shared libraries.
14332 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14334         * config.guess (*-unknown-freebsd*):  Get rid of possible
14335         trailing "(Release)" in version string.
14336         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14338 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14340         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14341         Fix type: *-next-neststep -> *-next-nextstep.
14343         * config.guess:  Merge from FSF:
14345         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14347         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14349         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14351         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14352         instead of UNIX_SV for UnixWare 1.0).
14354 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14356         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14357         to make gdb/nlm/* build after the compiler and linker.
14359 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14361         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14362         not just i[34]86.
14363         (m68k-atari-sysv4):  Relocate to match FSF version.
14365         * config.guess:  More merges from the FSF:
14367         Add a space before function call or macro invocation.
14369         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14371         * config.guess: Add trap cmd to remove dummy.c and dummy when
14372         interrupted.
14374         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14376         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14377         (dummy): Redirect stderr from compilation of dummy.c.
14379         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14381         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14383 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14385         * configure: Accept and ignore --cache*, for compatibility with
14386         new autoconf.
14388 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14390         * config.guess:  Merge from FSF:
14392         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14394         * config.guess (Pyramid*:OSx*:*:*): New case.
14395         (PATH): Add /.attbin at end for finding uname.
14396         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14398         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14400         * config.guess (M88*:DolphinOS:*:*): New case.
14402         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14404         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14405         to select whether to use ELF or COFF.
14407         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14409         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14411         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14413         * config.guess: Guess the OS version for HPUX.
14415         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14417         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14419 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14421         * configure.in: Recognize --with-headers, --with-libs, and
14422         --without-newlib.
14423         * Makefile.in (all-xiberty): Depend upon all-ld.
14425 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14427         * configure.in: Change i[34]86 to i[345]86.
14429 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14431         * configure (version): A few more tweaks to help message.
14433 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14435         * Makefile.in:  Remove (for now) librx as a host library,
14436         now that we're building it for target.
14438 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14440         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14441         (Karl Berry).
14443 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14445         * configure.in:  Also configure librx.
14447 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14449         * Makefile.in:  Update various rules to reflect that librx
14450         is now needed for libg++.
14452 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14454         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14456 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14458         * configure.in: Configure the examples directory.
14460 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14462         * configure: Simplify Jun 2 1994 change.
14464 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14466         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14467         /bin/gcc isn't good enough to build gcc.
14469 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14471         * Makefile.in (GDB_SUPPORT_FILES): Remove
14472         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14473         (gdb.tar.gz): Add new rule to use standard distribution building
14474         mechanism.
14476 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14478         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14479         Bill Cox <bill@cygnus.com>.
14481 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14483         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14485 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14487         * configure:  Search current dir first in .gdbinit.
14489 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14491         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14493 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14495         * config.sub:  Refer to NeXT's operating system as nextstep.
14497         * config.sub (case $basic_machine):  Re-order the cases, to match
14498         the order in the FSF version (which is mostly alphabethical).
14499         Merge in some additions and changes from the FSF.
14501 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14503         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14504         * config.sub: Recognize cxux7.
14505         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14507 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14509         * config.sub:  Fix typo powerpc -> powerpc-*.
14511 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14513         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14515         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14516         parallel with all-emacs and install-emacs).  Top-level command
14517         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14519 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14521         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14522         $(relbindir)/make before doing ``make install'', and use
14523         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14524         installing over running make binary.
14525         ($(host)-stamp-stage3-installed): Likewise.
14527 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14529         * config.guess: Recognize Mach.
14531 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14533         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14534         see whether --exec-prefix was used.
14536 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14538         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14540 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14542         * Makefile.in: Add all-librx target similar to all-libproc.
14544 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14546         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14547         with post 1.2 uname bogosity.
14549 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14551         * configure: Remove temporary files on receipt of a signal.
14553 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14555         * configure: If there is a package_makefile_frag, remove
14556         ${subdir}/Makefile.tem after copying it in.
14558 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14560         * build_all.mk: support rs6000 lynx identifies itself as
14561         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14562         since /bin/gcc is too feeble to compile a modern gcc.
14564 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14566         * brought devo/test-build.mk update-to-date with progressive/
14567           test-build.mk. Add lynx targets and hppa flag info.
14569 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14571         * configure.in:  Use mh-ncrsvr43.  Patch from
14572         Tom McConnell <tmcconne@sedona.intel.com>.
14574 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14576         * config.guess (i386-unknown-bsdi):  No longer need to
14577         check #if defined(__bsdi__) && defined(__i386__).
14579 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14581         * configure: Set program_transform_nameoption correctly.
14583 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14585         * brought build-all.mk update-to-date with progressive build-all.mk,
14586           added new targets and hppa info.
14588 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14590         * configure: If config.guess result is a prefix of the user
14591         specified target, assume a native build and use the user specified
14592         target as the host alias.  Remove SunOS patch suffix removal hack.
14593         * configure.in: Remove SunOS patch suffix removal hack.
14595         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14596         in NATIVE_CHECK_MODULES.
14598 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14600         * Makefile.in: Rename HOST_ONLY to NATIVE.
14601         * configure: Delete SunOs patch suffix from host_canonical
14602           and build_canonical variables that are prepended to Makefiles.
14603         * configure.in: Add comments for easier maintenance.
14605 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14607         * Makefile.in: Add all-libproc target similar to all-gui.
14609 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14611         * Makefile.in (CHECK_MODULES): split into
14612         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14614 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14616         * config.guess (i386-unknown-bsdi): New system to guess.
14618 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14620         * Makefile.in: Add all-gui target (but not yet build by "all").
14622 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14624         * config.sub: Move deletion of patch suffix from here...
14625         * configure.in: To here, at Ian's suggestion.  The top-
14626           level scripts might need to know of a patch level.
14628 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14630         * config.sub: Strip off patch suffix so rtl is recognized
14631           as a sunos4.1.3 machine, even though it's been patched.
14633 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14635         * Makefile.in (INSTALL_LAST): Delete.
14636         (INSTALL_DOSREL): New.
14638 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14640         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14641         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14642         whether we pass down --with-gnu-ld anyhow.
14644 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14646         * Makefile.in (INSTALL_LAST): Change operation so it works
14647         on more flavors of make.
14648         * configure.in (go32): Don't build libg++ or libio.
14650 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14652         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14653         they can be overriden by templates.
14655 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14657         * configure.in (target==go32): Don't build gdb.
14658         * dosrel: New directory.
14660 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14662         * configure.in (host==go32): Configure dosrel too.
14663         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14664         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14665         be set by incoming names or templates.
14666         (INSTALL_LAST): New rule.
14668 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14670         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14672 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14674         * configure.in (appdirs): New variable.  Currently empty, but will
14675         be used in gas distribution.  If nonempty, lists a set of
14676         directories at least one of which must get configured, or top
14677         level configuration is considered to have failed.
14678         (rs6000-*-lynxos*): Use new file name.
14680 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14682         Eliminate XTRAFLAGS.
14683         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14684         newlib include files using -idirafter, and also use -nostdinc.
14685         (CXX_FOR_TARGET): Likewise.
14686         (XTRAFLAGS): Removed.
14687         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14688         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14689         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14690         ($(DO_X)): Don't pass down XTRAFLAGS.
14692 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14694         * configure.in (mips*-dec-bsd*): New target; do build linker.
14695         (mips*-*-bsd*): New target; don't build linker.
14697 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14699         * configure.in: support rs6000-*-lynxos* configuration.
14700         support sunos4 as a cross target.
14702         * config.sub: look for lynx*, not lynx since the OS version may
14703         legitimately be part of the name.
14705 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14707         * configure.in (i[34]86-*-sco*): Move to be with other i386
14708         targets.
14709         (romp-*-*): New target.  Skip various binary utilities.
14710         (vax-*-*): New target.  Don't build newlib.
14711         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14713 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14715         * configure.in: Only set host_makefile_frag if config
14716         directory exists.
14718 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14720         * install.sh: If $dstdir exists, don't check whether each
14721         component does.
14723 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14725         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14727 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14729         * configure.in (*-*-lynxos*): Don't configure newlib for either
14730         native or cross Lynx.
14732 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14734         * config.sub (sparc64-elf): Fix os.
14735         (z8k): Remove duplicate.
14737 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14739         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14740         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14742 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14744         * configure: Make file links cleanly even if Lynx fails on
14745           an NFS symlink (at least fail cleanly).
14747 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14749         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14750         -XNh2000.
14752 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14754         * configure: Unknown options are fatal again.
14756 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14758         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14759         compatibility.
14761 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14763         * build-all.mk: Add `clean' target.
14765 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14767         * config.guess:  Add SINIX support.
14768         * configure.in:  Add mips-*-sysv4* support.
14770 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14772         * build-all.mk: Document all useful targets.
14773         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14774         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14776 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14778         * configure: Support --silent, --quiet.
14780 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14782         * configure: Support --disable-FEATURE.
14784 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14786         * config.guess: Recognize NCR running SVR4.3.
14788 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14790         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14791         Patch from Paul Eggert <eggert@twinsun.com>.
14793 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14795         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14797 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14799         * configure: Make unrecognized options give nonfatal warnings
14800         instead of fatal errors, and pass them to any subdirectory
14801         configures in case they recognize them.
14802         Make --x equivalent to --with-x.
14804 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14806         * configure: Add --enable-* options.  Clean up usage message and
14807         some comments.
14809 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14811         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14813 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14815         * configure.in (hppa*-*-*): Enable binutils.
14817 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14819         * config.sub: Recognize cisco.
14821 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14823         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14825 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14827         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14828         than one configuration name.  Add comment.
14830 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14832         * config.guess: about target *-hitachi-hiuxwe2, fixed
14833         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14834         macro is incorrect.]
14836 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14838         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14839         than the "make ls" stuff which used to be here.
14841 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14843         * config.guess:  Recognize i[34]86-unknown-freebsd.
14844         From Shawn M Carey <smcarey@rodan.syr.edu>.
14846 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14848         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14850 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14852         * config.guess: Check for ptx.
14854 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14856         * config.sub: Add os9k checking.
14858 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14860         * config.guess: Handle OSF1 running on HPPA processors
14862 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14864         * configure: If subdir configure fails, print out a message with
14865         subdirectory name, in case subdir's configure code didn't identify
14866         itself.
14868 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14870         * configure.in: Remove embedded newlines from configdirs.
14871         Avoid mismatches of substrings.  Fix matching strings at end
14872         of configdirs.
14874 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14876         * config.guess:  Add Lynx/rs6000 config support.
14878 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14880         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14882 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14884         * configure.in (hppa*-*-osf*): Treat this just like most other
14885         PA configurations (eg no binutils or ld).
14886         (hppa*-*-*elf*): These configurations have binutils and ld.
14888 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14890         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14892 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14894         * configure.in (rs6000-*-*): Build gas.
14896 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14898         * Makefile.in:  Avoid bug in losing hpux sed.
14900 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14902         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14903         for GDB and GDB has been fixed to not need it.
14905 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14907         * config.guess: Recognize vax hosts.
14909 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14911         * configure (while loop): Don't use "break 2" inside case
14912         statement -- the case statement isn't an enclosing loop.
14914 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14916         * config.guess:  Clean up NeXT support, to allow nextstep
14917         on Intel machines.  Make OS be nextstep.
14919 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14921         * config.guess: Add alternate forms for Convex.
14923 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14925         * configure:  Completely rewrite option processing.  Take
14926         advantage of pattern-matching to avoid invoking test frequently.
14927         Also clean up host and target defaulting logic.
14929 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14931         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14932         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14933         commands (plus user environment) will fit SCO limits.
14935 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14937         * configure.in: Don't issue warnings about directories which are
14938         not being configured if -norecursion is set.  Correct test for
14939         --with-gnu-as and --with-gnu-ld to not get confused by substring
14940         matches.
14942         * configure.in: Don't build gas for alpha-dec-osf1*.
14944 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14946         * configure:  Back out Per's change of 12/19/1993.  It changes the
14947         behavior of configure in unexpected and confusing ways.
14949         Also, use different delim char when calculating
14950         program_transform_name so that the name can contain slashes.
14952 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14954         * configure.in, config.sub: Add support for VSTa micro-kernel.
14956 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14958         * configure.in: Nuke hacks which were used to get a special
14959         version of GAS for HPPA configurations.
14961 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14963         * configure:  If only ${target_alias} is given, use that
14964         as the default for ${host_alias}.
14965         * configure:  Add missing back-slashes before nested quotes.
14967 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14969         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14971 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14973         * config.guess:  Recognize some Tektronix configurations.
14974         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14976 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14978         * config.sub: Match any flavor of SH.
14980 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14982         * configure.in: Don't try to configure newlib for Alpha.
14984 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14986         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14987         libg++ or libio for any Alpha target.
14989         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14991 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14993         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14994         default arguments -- so it tried to compress itself.
14996 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14998         * configure.in (notsupp): ensure that a space is always at the end
14999           of the configdirs list, since the grep checks for an explicit space
15001 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15003         * configure.in (target i386-sysv4.2): don't build ld, since static
15004           versions of many libraries are not available.
15006 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15008         * config.guess: Recognize Apollos (using environment variables).
15009         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15011 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15013         * config.guess: Recognize Sony news mips running newsos.
15015 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15017         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15018         "fi ; else" for bash.
15020 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15022         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15024 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15026         * config.sub: accept unixware as an alias for svr4.2.
15027         Fix some inconsistancies with the gcc version.
15029 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15031         * Makefile.in (DISTDOCDIRS):  Add gdb.
15033 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15035         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15037 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15039         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15040         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15041         this now.
15043 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15045         * config.sub: Accept hiux* as an OS name.
15047         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15048         etc/make-stds.texi.  The underscore came from gcc, and dje now
15049         agrees that RUNTESTFLAGS is the correct name.
15051 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15053         * install.sh:  Remove 'set -e'.  It makes any conditionals
15054         in the script useless.
15056         * config.guess: Automatically recognize arm-acorn-riscix
15057         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15059 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15061         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15063 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15065         * Makefile.in (DISTDOCDIRS): New variable.
15066         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15067         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15069 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15071         * configure.in (hppa target): check the source directory for the
15072           pagas sub-directory
15074 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15076         * config.sub: Allow -aout* and -elf*.
15078 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15080         * configure.in: Don't build ld on i386-solaris2, same as for
15081         sparc-solaris2.
15083 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15085         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15087 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15089         * configure.in:  Configure gdb for alpha.
15091 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15093         * Makefile.in (CXXFLAGS): Add -O.
15095 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15097         * config.guess: added support for DG Aviion
15099 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15101         * configure.in: Produce warning message for subdirectories not
15102         configurable for this host/target combination.  Don't try to
15103         configure gdb for vms.
15105 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15107         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15108         appropriate files before making "diststuff".
15109         (DISTBISONFILES): New var: list of files to be edited.
15110         (DISTSTUFFDIRS): Add binutils.
15112 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15114         * config.sub: also handle mipsel and mips64el (for little endian mips)
15116 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15118         * configure.in: Add * to end of all OS names.
15120 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15122         * configure.in: Build newlib for LynxOS native.
15124 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15126         * config.guess: Add support for delta 88k running SVR3.
15128         * configure.in: Add comment about HP compiler vs. emacs.
15130 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15132         * configure.in: don't build ld on solaris2 (not a viable option
15133           due to bugs in getpwnam & getpwuid)
15135 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15137         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15138         config.guess will produce a full version number.
15140 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15142         * configure.in: Build linker and binutils for alpha-dec-osf1.
15144 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15146         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15147         and gdb/testsuite/Makefile.in.
15149 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15151         * configure.in: recognize mips*- instead of mips-
15153 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15155         * config.sub: Accept linux*coff and linux*elf as operating
15156         systems.
15158 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15160         * config.sub: Recognize mips64, and mips3 as an alias for it.
15162 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15164         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15165         gdb knows how to handle OSF/1 shared libraries.
15167 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15169         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15170         * config.guess: Recognize Hitachi's HIUX.
15171         * config.sub: Recognize h3050r* and hppahitachi.
15172         Remove redundant cases for hp9k[23]*.
15174 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15176         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15177         if gas and ld are in the source tree and are in ${configdirs}.
15178         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15179         --with options (but still pass them down on the command line,
15180         if they were explicitly specified).
15182 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15184         * configure: substitute SHELL value in Makefile.in with
15185         ${CONFIG_SHELL}
15187 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15189         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15190         *-*-solaris2* targets.
15192 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15194         * Makefile.in: define M4, and pass it down to sub-makes;
15195         all-autoconf now depends on all-m4
15197 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15199         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15200         presence of {ar,ranlib} instead of a configured directory
15202 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15204         * config.guess: Accept 34?? as well as 33?? for NCR.
15206 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15208         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15209         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15211 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15213         * configure: grab values for $(CC) and $(CXX) from the
15214         environment, so that someone can do "CC=gcc configure; make" and
15215         have it work right (matching the way that autoconf works now)
15217         * configure.in, Makefile.in: add support for gash, the tcl
15218         interface to Galaxy
15220         * config.guess: add NetBSD variants (hp300, x86)
15222 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15224         * install.sh: Support -d option (in the manner of SunOS 4 install,
15225         as it is more deterministic than that of GNU install)
15226         (chmodcmd): Set file to mode 755 by default (should also do default
15227         chgrp and chown, but I don't feel like dealing with that now)
15229 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15231         * config.sub: Remove h8300hhms alias.
15233 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15235         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15237 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15239         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15240         as stmp-fixinc
15242 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15244         * config.sub: recognize m88110-bug-coff.
15246 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15248         * Makefile.in (all-libio): all dependencies on the toolchain used
15249         to build this (gcc, gas, ld, etc)
15251 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15253         * config.guess: Deal with OSF/1 1.3 on alpha.
15255 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15257         * install.sh: add some 'else true' clauses for portability
15259         * configure.in: don't build libio for h8[35]00-*-* targets
15261 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15263         * Makefile.in:  Add support for new libio.
15265 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15267         * install.sh: If one command fails, don't try the rest.  Don't try
15268         to remove $dsttmp (via trap) unless we have already created it.
15269         If $src doesn't exist, detect it and exit with an error.
15271         * config.guess: Recognize BSD on hp300.
15273 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15275         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15276         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15278 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15280         * Makefile.in (all-send-pr): depends on all-prms
15282 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15284         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15286 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15288         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15289         Added test for mips-mips-riscos5.
15291 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15293         * configure.in: use mh-hp300 for 68k HP hosts
15295 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15297         * configure: add support for CONFIG_SHELL, so that you can use
15298         some alternate shell for evaluating configure scripts
15300 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15302         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15303         in configure script to bug-gdb@prep.ai.mit.edu when building
15304         distribution archive.
15305         * Makefile.in (COMPRESS):  Remove def.
15306         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15307         gdb.tar.Z and make-gdb.tar.Z respectively.
15308         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15309         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15310         to convergence with 'taz' target in Makefile.in.
15312 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15314         * install.sh (dsttmp): use trap to ensure that tmp files go
15315         away on error conditions
15317 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15319         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15321 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15323         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15324         its parent is '/' not ''.
15326         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15328 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15330         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15331         that ${newsrcdir}/configure.in does.
15333 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15335         * test-build.mk: support for CONFIG_SHELL
15337 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15339         * config.sub (netware):  Add as a basic system type.
15341 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15343         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15344           $(srcdir)/ from the dependency on Makefile.in.
15346 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15348         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15349         (h8300hhms is temporary until multi-libraries are implemented).
15350         * configure.in: Handle h8300h too.
15352 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15354         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15356 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15358         * configure:  Remove extraneous output when guessing host type.
15359         * config.guess:  Remove extraneous output when guessing using C
15360         compiler rather than uname, or when guessing fails.
15362 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15364         * Makefile.in: remove all.cross and install.cross targets
15366         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15367           definitions
15369 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15371         * configure.in (target sh): Build gprof.
15373 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15375         * config.sub: change -solaris to -solaris2
15377 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15379         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15381 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15383         * configure: Correct error message for missing Makefile.in to
15384         print correct directory.
15386 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15388         * install.sh: kludge around 386BSD shell bug
15390 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15392         * config.guess:  Recognize NeXT.
15393         * config.guess:  Recognize i486-ncr-sysv4.
15394         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15396 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15398         * Makefile.in (MAKEINFOFLAGS): New variable.
15399         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15400         * build-all.mk, test-build.mk: Pass down --no-split as
15401         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15403 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15405         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15407 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15409         * Makefile.in (libg++.tar.z):  New rule.
15410         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15411         * Makefile.in (taz):  Only do a single chmod.
15413 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15415         * install.sh: don't use dirname anymore (replaced with sed usage)
15417 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15419         * Makefile.in:  Change extension for gzip'd files from '.z' to
15420         '.gz' per new FSF standard usage.
15422 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15424         * configure: put quotes around the final value of program_transform_name
15426 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15428         * Makefile.in: new install.sh support; update install-info rules
15430 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15432         * configure.in: Build diff for crosses, but not for go32 host.
15434         * configure.in: Build gprof only for native, and don't build it
15435         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15437 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15439         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15441 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15443         * configure.in (host_tools): Add prms.
15445 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15447         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15448         with $(FLAGS_TO_PASS) on the command line
15450         * config.sub: Recognize lynx and lynxos
15452 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15454         * config.sub: Accept -ecoff*, not just -ecoff.
15456 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15458         * Makefile.in (taz): Use .gz suffix instead of .z.
15459         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15460         names.
15462 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15464         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15466 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15468         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15469         that rebuilds that might happen during 'make install' don't get
15470         bogus gcc include files
15472 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15474         Change from Utah for HPPA support:
15475         * config.guess: Recognize hppa1.x-hp-bsd.
15477 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15479         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15480         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15482 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15484         * config.sub: Add support for rom68k and bug boot monitors.
15486 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15488         * Makefile.in: Make all-opcodes depend on all-bfd.
15490 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15492         * config.guess: Added special check for i[34]86-univel-sysv4*.
15494 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15496         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15497         the processor rather than assuming i486.
15499 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15501         * config.guess: Recognize SunOS6 as Solaris3.
15503 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15505         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15506         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15508 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15510         * build-all.mk (all-cross): New target for Canadian Cross.
15511         Added Q2 go32 targets.
15512         * test-build.mk: Configure go32 cross sparclite-aout and
15513         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15514         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15516 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15518         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15519         GO32 hosted toolchains
15521 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15523         * configure: change  so "-exec-prefix" gets passed down rather
15524         than "-exec_prefix" so autoconf generated Makefiles get the
15525         exec_prefix set right.
15527 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15529         * config.guess: get the Solaris2 minor version number
15531         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15533 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15535         * config.guess: Recognize some Sequent platforms.
15537 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15539         * Makefile.in: added the vault-install target
15541         * configure.in: actually use the Sun3 makefile fragment that's in
15542         config, also added the release dir to configdirs
15544 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15546         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15548 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15550         * configure.in: remove some program from Alpha targetted toolchains
15552 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15554         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15555         gprof.
15556         (taz): Run "make diststuff" in those directories instead of "make
15557         proto-dir".  Look for "VERSION=" only at start of line in subdir
15558         Makefile.  Use "gzip -9" for compression.
15559         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15560         (binutils.tar.z): New target.
15562 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15564         * Makefile.in (taz): Include gpl.texinfo.
15566 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15568         * Makefile.in (setup-dirs): Merged into "taz" target.
15569         (taz): Only do `proto-dir' stuff if a directory is actually needed
15570         for this target.
15572 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15574         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15575         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15576         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15577         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15578         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15580 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15582         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15583         config.sub, and move-if-change to gdb testsuite distribution
15584         archive, so the testsuite can be extracted, configured, and
15585         run separately from the gdb distribution.  Blow away the Chill
15586         tests that require a Chill compiled executable, since GNU Chill
15587         is not yet publically available.
15589 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15591         * test-build.mk: set environment variables in a single command,
15592         instead of a list of assignments and exports
15594         * config.guess: recognize Alpha/OSF1 systems
15596 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15598         * configure: Change help message to prefer --options rather than
15599           -options.
15601 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15603         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15604         zippy@ecst.csuchico.edu.
15605         * config.guess: Recognize miniframe.
15607 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15609         * Makefile.in: Use srcroot to find runtest rather than rootme.
15610         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15612 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15614         * test-build.mk: Extensive additions to support building on a
15615         machine other than the host.
15617 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15619         * configure (tooldir): Fix for i386-aix again.
15621 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15623         * configure, Makefile.in:  Change definition of $(tooldir)
15624         to match the FSF.
15626 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15628         * config.guess:  Recognize i[34]86/SVR4.
15630 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15632         * Makefile.in (all-gdb): gdb depends on sim.
15634 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15636         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15637         at the same time we make the prototype gdb directory.
15638         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15639         files at the same time as the gdb base release distribution.
15641 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15643         * Makefile.in (check): Use individual check targets rather than
15644         DO_X rule.
15645         (check-gcc): Added.
15647 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15649         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15650         for System V release 3.2.
15652 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15654         * config.sub: Recognize hppaosf.
15655         * configure.in: Do configure ld/binutils/gas for it.
15657 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15659         * configure (tooldir): Alter syntax used to set this, for systems
15660         where "\$" isn't handled right, like i386-aix.
15662 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15664         * configure: Pass program-transform-name, not
15665         program_transform_name, to recursive configures.
15667 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15669         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15670         of gas+ld+binutils.
15672 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15674         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15676 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15678         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15680 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15682         * Makefile.in (PRMS): Set back to all-prms.
15684 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15686         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15687         targets, rather than for MIPS hosts.
15689 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15691         * configure.in: add comment for --with-x default values
15693         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15695         * Makefile.in: add check-* targets for each of the directories in
15696         the tree.  Add a definition of RUNTEST that will use the one we
15697         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15699 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15701         * configure.in: Removed obsolete references to bfd_target and
15702         target_makefile_frag.
15704         * build-all.mk: Set assorted targets for Q2.
15705         * config.sub: Recognize z8k-sim and h8300-hms.
15706         * test-build.mk: Really don't pass host to configure.
15707         (HOLES): Added uname.
15709 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15711         * configure: Handle an empty program-prefix, program-suffix or
15712         program-transform-name correctly.
15714 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15716         * build-all.mk: -G 8 no longer required for MIPS targets.
15717         * test-build.mk: Don't pass host argument to configure; make it
15718         guess.
15720 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15722         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15723         * Makefile.in (COMPRESS):  New macro, like GZIP.
15725 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15727         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15729         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15730         with gas currently defaults to -G 0.
15732 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15734         * Makefile.in (all-flex): flex depends on byacc.
15736         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15737         to test-build.mk as RELEASE_TAG.
15738         * test-build.mk (configargs): New variable containing arguments to
15739         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15740         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15742         * config.guess: Use /bin/uname when checking -X argument on SCO,
15743         to avoid invoking GNU uname which doesn't understand -X.
15745         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15747         * configure.in: Build gas for mips-*-*.
15749 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15751         * Makefile.in (all.normal): insert missing backslash.
15753 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15755         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15757         * Makefile.in: Complete overhaul to merge many almost identical
15758         targets.
15760 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15762         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15763         (gdb.tar.Z): Adjusted.
15765         * Makefile.in (setup-dirs, taz): New targets; should be general
15766         enough to adapt for gdb sometime.  Build only .z file.
15767         (gas.tar.z): New target.
15769 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15771         * build-all.mk: Use CC=cc -Xs on Solaris.
15773 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15775         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15776         for handling BISON for FSF releases.
15778 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15780         * configure: Actually implement the change zoo just documented.
15782 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15784         * configure: when using config.guess, only set target_alias when
15785         it's not already been set (ie, on the command line)
15787 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15789         * Makefile.in: add installcheck target, set PRMS to install-prms
15791 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15793         * configure: add support for package_makefile_fragment, handle the
15794         case where a directory has a configure.in file but no Makefile.in
15795         more gracefully (with an actual understandable error message, even);
15796         add support for --without (and add this to the usage message); also
15797         explicitly add a --host=${host_alias} to the command line when
15798         config.guess is used
15800 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15802         * configure: Must use both --host and --target in recursive calls.
15804 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15806         * Makefile.in: Change deja-gnu to dejagnu.
15808 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15810         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15812 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15814         * configure.in: canonicalize all instances to *-*-solaris2*,
15815         also strip out a number of tools to not build for go32 host
15817 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15819         * config.guess: add GPL.
15821         * Makefile.in, config.guess, config.sub, configure: bump
15822           copyrights to 93.
15824 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15826         * Makefile.in (do-info): Removed obsolete check for existence of
15827         localenv file.
15829         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15831 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15833         * Makefile.in: a couple of 'else true' for decstation,
15834         support for TclX
15836         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15838 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15840         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15842 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15844         * config.guess: Recognize i386-ibm-aix (PS/2).
15845         * configure.in: Use config/mh-aix386 file for it.
15847 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15849         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15850         CC_FOR_TARGET instead.
15851         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15853 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15855         * Makefile.in: Add sim to list of directories sent with gdb
15857 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15859         * configure.in: Put back mips-dec-bsd* case.
15861 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15863         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15864         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15865         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15867 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15869         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15871         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15872         (install-info): install dir.info only if it exists,
15873         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15875 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15877         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15878         gas for mips-dec-bsd.
15880 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15882         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15883         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15885 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15887         * configure.in: Added "dejagnu" to hosttools list.
15889 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15891         * config.sub, configure.in, config.guess:  Add support
15892         for Bosx, an AIX variant from Bull.
15893         Patches from F.Pierresteguy@frcl.bull.fr.
15895 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15897         * devo/dejagnu: Initial creation of devo/dejagnu.
15898         Migrated dejagnu testcases and support files for testing software
15899         tools to reside as subdirectories, currently called "testsuite",
15900         within the directory of the software tool.  Migrated all programs,
15901         support libraries, etc. beloging to dejagnu proper from
15902         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15903         with no modifications.  The changes to these files which will
15904         allow them to configure, build, and execute properly will be made
15905         in a future update.
15907 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15909         * Makefile.in: Change send_pr to send-pr.
15910         * configure.in: Likewise.
15911         * send_pr: Renamed directory to send-pr.
15913 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15915         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15917 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15919         * README:  Update for gdb-4.8 release.
15920         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15921         gdb-xxx.tar.z (gzip'd) file also.
15923 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15925         * Makefile.in: make all-diff depend on all-libiberty
15927 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15929         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15931 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15933         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15935 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15937         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15938         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15939         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15941 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15943         * Makefile.in:  makeinfo binary is in a new location
15945 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15947         * config.sub: Accept -ecoff as an OS.
15949         * Makefile.in: Various changes to eliminate a level of make
15950         recursion and reduce the required command line length.
15951         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15952         sub-makes.
15953         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15954         variables holding settings for specific sub-makes.
15955         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15956         in terms of BASE_FLAGS_TO_PASS.
15957         (TARGET_LIBS): New variable listing directories which use
15958         TARGET_FLAGS_TO_PASS.
15959         (subdir_do): Eliminated.
15960         (do-*): New set of targets to replace subdir_do.
15961         (various): All targets which used subdir_do now depend on do-*.
15962         (local-clean): Renamed from do_clean.
15963         (local-distclean): New target, dependency of distclean and
15964         realclean.
15965         (install-info): Don't create directories.  Depend on dir.info
15966         rather than calling make recursively.
15967         (install-dir.info): Eliminated.
15968         (install-info-dirs): Create all info directories here.
15969         (dir.info): Depend upon do-install-info.
15971         * test-build.mk (HOLES): Added false.
15973 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15975         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15977 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15979         * Makefile.in (info): remove dependency on all-texinfo.  The
15980         problem was really in texinfo/C, not at this level.
15982 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15984         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15986 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15988         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15989         GDB releases.
15991 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15993         * configure: Include srcdir in message about target of link not
15994         being found.  Don't convert `-' to `_' in `with' options being
15995         passed to subdirs.
15997 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15999         * configure.in: add uudecode to host_tools
16001         * Makefile.in: added {all,install}-uudecode targets, added them to
16002         the appropriate lists
16004 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16006         * Makefile.in (all-gcc): Added dependency on all-gas.
16008         * configure.in (mips-*-*): Build ld and binutils.
16010 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16012         * configure: check return code from mkdir, print error message and
16013           exit on failure.
16015 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16017         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16019 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16021         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16023 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16025         * config.sub (h8500):  Recognize this as a cpu type.
16027 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16029         * configure: source directory missing is no longer a warning
16031         * configure.in: recognize irix[34]* instead of irix[34]
16033         * Makefile.in: define and pass down X11_LIB
16035 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16037         * guess-systype: Renamed to ...
16038         * config.guess:  ... by popular request.
16039         * configure.in, Makefile.in:  Update accordingly.
16041 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16043         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16044         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16045         + Execute ./dummy instead of assuming . is in PATH.
16047 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16049         * guess-systype:  New shell script.  Attempts to guess the
16050         canonical host name of the executing host.
16051         Only a few hosts are supported so far.
16052         * configure:  Call guess-systype if no host is specified.
16054 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16056         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16057         gcc Makefile.
16060 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16062         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16063         (all-gcc, install-gcc, subdir_do): Use it.
16065 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16067         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16069 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16071         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16072           set exclusively by configure, using configure.in .
16074 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16076         * test-build.mk: set $PATH for all builds
16078         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16080 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16082         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16083         the one used in gcc/Makefile.in, so that a null expansion doesn't
16084         override the one needed to build gcc with a native cc.
16087 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16089         * configure: Accept -with arguments.
16091 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16093         * Makefile.in: added h8300sim
16095 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16097         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16098         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16099         (all-cygnus, native, build-cygnus): Make
16100         $(canonhost)-stamp-3stage-done, not $(host)....
16101         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16102         i386-sco3.2v4.  Added else true to if command.
16104 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16106         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16108 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16110         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16112 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16114         * configure.in: don't remove binutils from Solaris builds
16116 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16118         * Makefile.in: get rid of earlier definitions for *clean,
16119         also handle the recursive info rule better
16121 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16123         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16124         do more-or-less the right thing.
16126 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16128         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16129         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16131 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16133         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16134         $(host_canonical).
16136         * configure.in: split the configdirs list into 4 categories (native
16137         v. cross, library v. tool) and handle the cross-only and native-
16138         only in more reasonable (and correct!) way.
16140 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16142         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16143         configdirs anymore.
16145 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16147         * Makefile.in: extensive cleanup::  removed all of the explicit
16148         clean-* targets, collapsed many wrappers around subdir_do into
16149         one, added additional targets to satisfy standards.texi, deleted
16150         some old targets, some changes for consistency
16152 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16154         * configure.in: handle some programs as cross-only, and others as
16155         native only
16157         * test-build.mk: handle partial holes in a more generic manner
16159         * Makefile.in: m4 depends on libiberty
16161 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16163         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16164         time, wdiff, and find to configdirs
16166         * Makefile.in: all, clean, and install rules for the new programs
16167         added to configure.in
16169 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16171         * configure.in: use mh-sun for all *-sun-* hosts
16173 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16175         * Makefile.in: define flags for X11 include files and library file
16176         locations, pass them down to the programs that need this info
16178         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16180 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16182         * configure.in: start building libg++ for HP-UX targets
16184 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16186         * README:  Update references to files moved into etc/.
16188 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16190         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16191         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16193 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16195         * configure: accept dash as well as underscore in long option
16196         names for FSF compatibility.
16198 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16200         * config.sub: added -sco3.2v4 support from FSF.
16202 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16204         * configure.in: expand the section that adds or removes
16205         directories from the list of programs to build, to handle native
16206         vs. cross in addition to host v. native
16208 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16210         * Makefile.in:  Replace C++ in macro names with CXX.
16211         This is less likely to break ...
16213 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16215         * test-build.mk: add -w to GNU_MAKE
16217 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16219         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16220         add 'sparc' to list of recognized cpus.  This needed to make
16221         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16222         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16223         then changes that into $CPU-wrs-vxworks.
16225         * configure.in: remove most references to gdbtest, regularize
16226         target based program removal
16228         * test-build.mk: import from p3 tree (many fixes and changes)
16230 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16232         * Makefile.in: added rules to handle tcl, tk, and expect
16234         * configure.in: handle those directories if they exist
16236 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16238         * config.sub: removed bogus hppabsd and hppahpux names, since
16239         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16241 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16243         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16244         depends upon all-xiberty
16246         * Makefile.in: changes from p3, including:
16248         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16250         * Makefile.in (XTRAFLAGS): include newlib directories if
16251         newlib/Makefile exists, rather than if host != target.
16253         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16255         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16256         from the same source tree and not building a cross-compiler.  This
16257         matters for the libg++ configuration if reconfiguring a tree that
16258         has already been installed.
16260         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16262         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16263         pick up the machine and system specific header files.
16265         * Makefile.in: added AS_FOR_TARGET, passed down in
16266         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16267         the C compiler to use to create programs which are run in the
16268         build environment, set it to default to $(CC), and passed it down
16269         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16271         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16273         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16274         We need them for unusual native builds, like systems without
16275         ranlib.
16277         * configure: also define $(host_canonical) and
16278         $(target_canonical), which are the full, canonical names for the
16279         given host and target
16281 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16283         * Makefile.in:  Added separate definitions for C++.
16285 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16287         * configure.in (configdirs):  Add deja-gnu.
16289 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16291         * README:  Update for configure.texi and gdb-4.7 release.
16293 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16295         * Makefile.in:  Move "all" target to top of file.
16296         Previously, first target was ".PHONY" which caused BSD4.4 make
16297         to build .PHONY when make was run without arguments.
16299 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16301         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16302         Library-copylefted code in libiberty.
16304 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16306         * config.sub:  Replace m68kmote with plain old m68k.
16308 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16310         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16312 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16314         * config.sub: Complain if no argument is given.  Added support for
16315         386bsd as OS and target alias.
16317 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16319         * Makefile.in (XTRAFLAGS): include newlib directories if
16320         newlib/Makefile exists, rather than if host != target.
16322 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16324         * config.sub: recognize sparclite-wrs-vxworks.
16326         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16327         p3.) Added clean-xiberty to clean.
16329 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16331         * configure.in: use *-*-* instead of nested cases for host and target
16333 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16335         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16336         from the same source tree and not building a cross-compiler.  This
16337         matters for the libg++ configuration if reconfiguring a tree that
16338         has already been installed.
16340 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16342         * config.sub (i486v/i486v4):  Merge in from FSF version.
16344 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16346         * configure: only set PWD if it is already set.
16348 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16350         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16351         doesn't have unset and all success paths (and most error paths)
16352         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16353         to just ${PWD} to avoid confusion.)
16355 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16357         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16358         even for a native compilation.
16360 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16362         Changes to make the gdb.tar.Z rule work better.
16364         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16365         (DEVO_SUPPORT):  Add configure.texi.
16366         (bfd-ilrt.tar.Z):  Remove ancient rule.
16368 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16370         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16371         pick up the machine and system specific header files.
16373         * configure.in, config.sub: added new target m68010-adobe-scout,
16374         with alias of adobe68k.  Changed configure.in to check for
16375         -scout before -sco* to avoid a false match.
16377         * Makefile.in: added AS_FOR_TARGET, passed down in
16378         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16379         the C compiler to use to create programs which are run in the
16380         build environment, set it to default to $(CC), and passed it down
16381         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16383 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16385         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16386         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16387         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16388         FOR_TARGET variants, to newlib and libg++.
16390 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16392         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16393         first.
16395 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16397         * config.sub:  Accept `elf' as an environment.
16399 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16401         * Makefile.in (all-opcodes):  cd into the right directory
16403 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16405         * configure: added -program_transform_name option, used as
16406         argument to sed when installing programs.
16407         configure.texi: added documentation for -program_prefix,
16408         -program_suffix and -program_transform_name.
16410 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16412         * config.sub:  Accept i486 where i386 ok.
16414 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16416         * config.sub: accept we32k
16418 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16420         * config.sub, configure.in: accept OSE68000 and OSE68k.
16422         * Makefile.in: don't create all directories for ``make install'';
16423         let the subdirectories create the ones they need.
16425 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16427         * COPYING: new file, GPL v2
16429 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16431         * Makefile.in: use the new gen-info-dir, which needs a template
16432         argument (which also lives in texinfo)
16434         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16436 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16438         * config.sub (ncr3000):  Change i386 to i486.
16440 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16442         * Makefile.in: add install-rcs, install-grep to
16443         install-no-fixedincludes, removed install-bison and install-libgcc
16445 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16447         * configure.in: grab the HPUX makefile fragment if on HPUX
16449 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16451         * Makefile.in: eradicate bison spoor (ditto libgcc).
16452          configure.in: recognise m68{k,000}-ericsson-OSE.
16453          es1800 is alias for m68k-ericsson-OSE
16455 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16457         * configure.in: rearrange the parts that remove programs from
16458         configdirs, based now on HOST==TARGET or by canonical triple.
16460 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16462         * test-build.mk: recurse explicitly with -f test-build.mk when
16463           appropriate.  predicate stage3 and comparison on the existence
16464           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16465           On very clean, also remove ...stamp-co.  Build in-place before
16466           doing other builds.
16468 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16470         * Makefile.in, configure.in: add tgas
16472 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16474         * Makefile.in: a number of changes merged in from progressive.
16476         * configure.in: add libm.
16478         * .cvsignore: ignore some stuff that comes from test-build.mk.
16480 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16482         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16484 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16486         * configure: Add program_suffix (parallel to program_prefix)
16487         * Makefile.in: adjust directory-creating script for losing decstation
16489 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16491         * configure:  Minor $subdir-related fixes.
16493 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16495         * configure: fix various problems with propogating
16496         makefile_target_frag in subdirs.
16497         * configure.in: config libgcc if its there
16499 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16501         * config.sub:  HPPA merge.
16503 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16505         * Makefile.in:  Replace all-bison with all-byacc in all
16506         dependency lines for other tools (which now use byacc).
16508 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16510         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16512 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16514         * Makefile.in: make gprof rules similar to byacc rules (instead of
16515         vestigal $(unsubdir) that didn't work...)
16517 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16519         * config.sub:  Add support for Linux.
16520         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16521         (at least for libg++).
16523 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16525         * configure.texi: fix doc for the -nfp option to configure
16527 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16529         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16531 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16533         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16534         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16535         * configure.in: added solaris* host_makefile_frag hook.
16537 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16539         * config.sub: changed recognition of m68000 so that various
16540         m68k types can be specified via m680[01234]0
16542 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16544         * config.sub (basic_machine): fix sed so that '-foo' isn't
16545         completely substituted out while .+'-foo' loses the '-foo'
16547 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16549         * config.sub ($os): Add -aout.
16551 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16553         * configure:  If host_makefile_frag is absolute, don't
16554         prefix ${invsubdir} (relevant to libg++ auto-configure).
16556 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16558         * Makefile.in (tooldir): Define it.
16559         (all-ld): Depend on all-flex.
16561 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16563         * Makefile.in (check):  Fix libg++ special case.
16565 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16567         * configure: do not bury `pwd` into config.status, thus do fewer
16568           pwd's.
16570         * configure: print the "Building in" message only when building in
16571           other than "." AND verbose.
16573         * configure: remove -s, rework -v to better accommodate guested
16574           configures.
16576         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16578 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16580         * Makefile.in: macroize flags passed on recursion.  remove
16581           fileutils.
16583 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16585         * configure: get makesrcdir right for subdirs deeper than 1.
16587         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16588           install.
16590 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16592         * Makefile.in: don't print subdir_do or recursion lines.
16594 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16596         * standards.texi: added menu item.
16598         * Makefile.in: build and install standards.info.
16600         * standards.texi: new file.
16602 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16604         * configure: test for and move config.status pieces from
16605           ${subdir}/.
16607 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16609         * configure:  Test for existance of files before trying to mv
16610         them, to avoid numerous non-existance messages.
16612 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16614         * configure: correct final line of config.status.
16616         * configure: patch from eggert.  Avoids a protection problem if
16617           the original Makefile.in is read only.
16619         * configure: use move-if-change from gcc to create config.status.
16620           Some makefiles depend on config.status to tell if a directory
16621           has been reconfigured for a different host.  This change
16622           prevents those directories from remaking everything in the case
16623           where the reconfig was only intended to rebuild a Makefile.
16625         * configure: test for config.sub with "config.sub sun4" rather
16626           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16627           host alias from a missing config.sub.
16629 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16631         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16632           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16634 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16636         * configure: mkdir ${subdir} as needed.
16638 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16640         * Makefile.in,configure.in: added autoconf.
16642 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16644         * Makefile.in: no longer pass against on recursion.
16646         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16647           definitions are not inherited.
16649         * configure: correct makesrcdir when subdir is .
16651 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16653         * configure:  Add support for 'subdirs' variable, which is
16654         like 'configdirs', except that configure doesn't re-invoke
16655         itself for subdirs, it just creates a Makefile for each subdir.
16656         * configure.texi:  Document subdirs.
16658 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16660         * configure.in: added flex to configdirs
16662 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16664         * Makefile.in: remove clean-stamps from clean.
16666 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16668         * configure.in:  Add gdbtest to configdirs.
16670 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16672         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16673         to recursive makes.
16674         * configure.in:  Recognize new ncr3000 config.
16676 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16678         * Makefile.in, configure.in: removed references to gdbm.
16680 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16682         * config.sub:  Don't canonicalize os value
16683         newsos* to bsd (readline needs to check for newsos).
16684         (This fix was earlier made Jan 31, but got re-broken.)
16686 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16688         * configure.in:  sco is an os, not a vendor!
16690         * configure:  Quote $( better.  Keep various shells happy.
16692 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16694         * Makefile.in: eliminate stamp-files.
16696 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16698         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16699           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16701 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16703         * config.sub:  fix iris/iris3.
16705 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16707         * configure: re-add -rm.
16709 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16711         * Maskefile.in: add .stmp-rcs to all.
16713         * configure.in: remove gas from rs6000 build, use aix host fragment.
16715 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16717         * configure: pass down site_option during recursion.
16719 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16721         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16723 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16725         * configure: Change exec_prefix so that it really defaults to prefix.
16727 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16729         * Makefile.in, configure.in:  Add support for mmalloc library.
16731 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16733         * Makefile.in: add stmp dependencies for a few more things.
16735 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16737         * configure: adjusted error message on objdir/srcdir configure
16738           collision, per john's suggestion.
16740         * Makefile.in: add libiberty stmp to all and all.cross.
16742 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16744         * Makefile.in: remove force dependencies, add grep to all.
16746 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16748         * Makefile.in: drop flex.  make stamp files work.
16750         * configure: added test for conflicting configuration in srcdir,
16751           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16752           gets cranky.  use relative paths for configure and srcdir
16753           whenever possible.  Send some error messages to stderr that were
16754           going to stdout.
16756 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16758         * Makefile.in:  Fix libg++ rule to check for gcc directory
16759         before using gcc/gcc.  Also pass XTRAFLAGS.
16761 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16763         * Makefile.in: added stmp-files so that directories aren't polled
16764           when they are already built.
16766         * configure.texi: fixed a node pointer problem.
16768 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16770         * config.sub configure.in gdb/configure.in
16771         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16772         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16773         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16775 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16777         * configure: -recurring becomes -silent.  corrected help message
16778           for -site= option.
16780         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16782 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16784         * configure: when building Makefile for crosses, replace
16785           tooldir and program_prefix.  default srcdir from location of
16786           config.sub.  remove "for host in hosts" and "for target in
16787           targets" loops.
16789 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16791         * Makefile.in: Do not pass bindir or mandir to cvs.
16793 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16795         * Makefile.in, configure.in: removed traces of namesubdir,
16796           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16797           copyrights to '92, changed some from Cygnus to FSF.
16799         * configure.texi: remove most references to multiple hosts,
16800           multiple targets, subdirs, etc.
16802         * configure.man: removed rcsid. reference config.sub not
16803           config.subr.
16805         * Makefile.in: mkdir $(infodir) on install-info.
16807 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16809         * configure.texi:  Explain better about .gdbinit and about
16810         the environment that configure.in sections run in.
16812 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16814         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16816 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16818         * README:  DOC.configure => cfg-paper.texi.
16820 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16822         * config.sub (near case $os):  Don't convert newsos* to bsd!
16824 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16826         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16827         the number of copies of COPYING that go into the GDB tar file.
16829 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16831         * bfd/configure.in, gdb/config/mh-i386sco,
16832         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16833         Fix SCO configuration stuff.
16835 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16837         * Makefile.in:  For libg++, make sure the -I pointing
16838         to the gcc directory goes *after* all the libg++-local -I flags.
16839         Also, move just-gcc dependency from just-libg++ to all-libg++.
16841 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16843         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16845 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16847         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16849 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16851         * config.sub:  Add stratus configuration frags.  Also
16852         submitted to FSF.
16854 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16856         * Makefile.in (DEV_SUPPORT):  add configure.man.
16858         * config.sub(Decode manufacturer-specific):  add -none*.
16860 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16862         * Makefile.in:  remove form feeds to make Sun's make happy.
16863         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16865 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16867         * Makefile.in (AR_FLAGS):  Make quieter.
16869 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16871         * configure.in:  Add libg++.
16872         * configure:  When verbose, don't output the command line at each
16873         level; it will be unremarkably the same as the previous version,
16874         which will be the same as what the user typed.
16876 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16878         * configure.in, Makefile.in: fix clean-info, add flex.  add
16879           fileutils.
16881         * configure: be less sensitive to spaces in Makefile.in.  Do not
16882           look for sources in "..".  Doing so breaks subdirectories that
16883           might have their own configure.  If a subdir has it's own
16884           configure script, use it.
16886 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16888         * cfg-paper.texi: some changes suggested by rms.
16890 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16892         * config.sub:  Merge in some small additions from the FSF version,
16893         taken from the gcc distribution, to bring the Cygnus and FSF
16894         versions into closer sync.
16896 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16898         * configure.in:  Changed svr4 references to sysv4.
16900 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16902         * configure: added -V for version number option.
16904 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16906         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16907           renamed from DOC.configure to cfg-paper.texi.
16909 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16911         * configure, config.subr, config.sub: config.subr is now
16912           config.sub again.
16914 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16916         * configure.texi: new file, in progress.
16918         * Makefile.in: build info file and install the man page for
16919           configure.
16921         * configure.man: new file, first cut.
16923         * configure: find config.subr again now that configuration "none"
16924           has gone.  removed all traces of the -ansi option.  removed all
16925           traces of the -languages option.
16927         * config.subr: resync from rms.
16929 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16931         * configure, config.sub, config.subr: merge config.sub into
16932           config.subr, call the result config.subr, remove config.sub, use
16933           config.subr.
16935         * Makefile.in: revised install for dir.info.
16937 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16939         * configure.in: add decstation host makefile frag.
16941         * Makefile.in: BISON now bison -y again.  also install-gcc on
16942           install.  clean-gdbm on clean.  infodir belongs in datadir.
16943           Make directories for info install.  Build dir.info here then
16944           install it.
16946 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16948         * Makefile.in: fix for bad directory tests.
16950 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16952         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16953           regexp.  -srcdir relative was being handled incorrectly.
16955         * Makefile.in: unwrapped some for loops so that parallel makes
16956           work again and so one can focus one's attention on a particular
16957           package.
16959 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16961         * configure: added PWD as a stand in for `pwd` (for speed). use
16962           elif wherever possible.  make -srcdir work without -objdir.
16963           -objdir= commented out.
16965 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16967         * configure: +options become --options.  -subdirs commented out.
16968           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16969           Makefile now at top of generated Makefile.  Removed cvs log
16970           entries.  added -srcdir.  create .gdbinit only if there is one
16971           in ${srcdir}.
16973         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16974           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16975           and mandir now keyed off datadir by default.
16977 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16979         * Freshly created ChangeLog.
16982 Local Variables:
16983 mode: change-log
16984 left-margin: 8
16985 fill-column: 76
16986 version-control: never
16987 End: