Implement interleave via permutation.
[official-gcc.git] / ChangeLog
blob6768bfc91b7a24638568149ae3f767656818ee02
1 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3         * MAINTAINERS (Write After Approval): Add myself.
5 2011-10-24  Teresa Johnson  <tejohnson@google.com>
7         * MAINTAINERS (Write After Approval): Add myself.
9 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
11         * MAINTAINERS (sparc port): Remove myself.
13 2011-09-14  Tom de Vries  <tom@codesourcery.com>
15         * MAINTAINERS (Write After Approval): Add myself.
17 2011-08-14  Yao Qi  <yao@codesourcery.com>
19         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
20         * configure: Regenerate.
22 2011-07-26  Ian Lance Taylor  <iant@google.com>
24         * configure.ac: Set have_compiler based on whether gcc directory
25         exists, rather than on whether gcc is in configdirs.
26         * configure: Rebuild.
28 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
30         * MAINTAINERS (Global Reviewers): Add self.
32 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
34         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
35         link directories.
36         * Makefile.in: Rebuild.
38 2011-07-20  Ian Lance Taylor  <iant@google.com>
40         PR bootstrap/49787
41         * configure.ac: Move --enable-bootstrap handling earlier in file.
42         If --enable-bootstrap and either --enable-build-with-cxx or
43         --enable-build-poststage1-with-cxx, enable C++ automatically.
44         * configure: Rebuild.
46 2011-07-19  Ian Lance Taylor  <iant@google.com>
48         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
49         make C++ a boot_language.  Set and substitute
50         POSTSTAGE1_CONFIGURE_FLAGS.
51         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
52         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
53         * configure, Makefile.in: Rebuild.
55 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
57         * MAINTAINERS (Register Allocation): Move myself from reviewers to
58         maintainers.
60 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
62         * MAINTAINERS (Global Reviewers): Add myself.
64 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
66         * configure: Regenerate.
68 2011-07-16  Jason Merrill  <jason@redhat.com>
70         * Makefile.def (language=c++): Add check-c++0x and
71         check-target-libmudflap-c++.
72         * Makefile.tpl (check-target-libmudflap-c++): New.
73         * Makefile.in: Regenerate.
75 2011-07-16  Matthias Klose  <doko@ubuntu.com>
77         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
78         * Makefile.def (target_modules/libjava): Pass
79         $(EXTRA_CONFIGARGS_LIBJAVA).
80         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
81         if not configured with --enable-static-libjava.
82         * Makefile.in: Regenerate.
83         * configure: Likewise.
85 2011-07-15  Jason Merrill  <jason@redhat.com>
87         * Makefile.in (check-c++): Move check-gcc-c++0x after
88         check-target-libstdc++-v3.
90 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
92         * MAINTAINERS (c6x port): New entry.
94 2011-07-13  Jason Merrill  <jason@redhat.com>
96         * Makefile.in (check-gcc-c++0x): New.
97         (check-c++): Depend on it.
99 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
101         PR target/39150
102         * configure.ac (i[3456789]86-*-solaris2*): Also accept
103         x86_64-*-solaris2.1[0-9]*.
104         * configure: Regenerate.
106 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
108         * MAINTAINERS (RTL optimizers): Add self.
110 2011-06-27  Gabriel Charette  <gchare@google.com>
112         * MAINTAINERS (Write After Approval): Add myself.
114 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
116         PR regression/47836
117         PR bootstrap/23656
118         PR other/47733
119         PR bootstrap/49247
120         PR c/48825
121         * configure.ac (target_libraries): Remove target-libiberty.
122         Remove case-statement setting skipdirs=target-libiberty for
123         multiple targets.  Remove checking target_configdirs and
124         removing target-libiberty but keeping target-libgcc if
125         otherwise empty.
126         * Makefile.def (target_modules): Don't add libiberty.
127         (dependencies): Remove all traces of target-libiberty.
128         * configure, Makefile.in: Regenerate.
130 2011-06-13  Walter Lee <walt@tilera.com>
132         * configure.ac (tilepro-*-*) New case.
133         (tilegx-*-*): Likewise.
134         * configure: Regenerate.
136 2011-06-06  Jing Yu  <jingyu@google.com>
138         * configure.ac: Skip target-libiberty for
139         arm*-*-linux-androideabi.
140         * configure: Regenerated.
142 2011-06-06  Nick Clifton  <nickc@redhat.com>
144         * config.sub: Sync from upstream.
146 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
148         * MAINTAINERS (Write After Approval): Add myself.
150 2011-06-01  Daniel Jacobowitz  <drow@false.org>
152         * MAINTAINERS: Update my email address.
154 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
156         * MAINTAINERS (Write After Approval): Update my email address.
158 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
160         * MAINTAINERS (Write After Approval): Add myself.
162 2011-05-08  Doug Kwan  <dougkwan@google.com>
164         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
165         * configure: Regenerated.
166         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
167         value from configure.
168         * Makefile.in: Regenerated.
170 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
172         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
173         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
174         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
175         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
176         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
177         *-*-vxworks*): Disable newlib and libgloss in separate case
178         statement.
179         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
180         to separate case statement.
181         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
182         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
183         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
184         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
185         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
186         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
187         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
188         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
189         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
190         i[[3456789]]86-*-rdos*, m32r-*-*,
191         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
192         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
193         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
194         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
195         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
196         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
197         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
198         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
199         and libgloss in main case over targets.  Remove most empty cases
200         in main case over targets.
201         * configure: Regenerate.
203 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
205         * MAINTAINERS (Write After Approval): Add myself.
207 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
209         * configure.ac: Remove code setting special library locations for
210         hppa*64*-*-hpux11*.  Remove code setting compiler for
211         sparc-sun-solaris2*.
212         * configure: Regenerate.
214 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
216         * configure.ac: Separate libgloss_dir settings from general case
217         over targets.
218         * configure: Regenerate.
220 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
222         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
223         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
224         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
225         cases in libgcj-disabling case statement.
226         (hppa*64*-*-linux*): Set unsupported_languages instead of
227         disabling target-zlib.
228         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
229         to hppa*64*-*-hpux*.
230         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
231         hppa*-*-hpux*.
232         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
233         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
234         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
235         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
236         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
237         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
238         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
239         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
240         libgcj-disabling case statement.
241         * configure: Regenerate.
243 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
245         * configure.ac: Disable Java for targets not supporting libffi.
246         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
247         Remove cases in Java-disabling statement.
248         (*arm-wince-pe): Change to arm-wince-pe.
249         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
250         cases in Java-disabling statement.
251         (bfin-*-*): Don't disable Java again.
252         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
253         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
254         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
255         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
256         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
257         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
258         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
259         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
260         Java-disabling statement.
261         (mmix-*-*): Don't disable Java again.
262         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
263         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
264         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
265         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
266         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
267         statement.
268         * configure: Regenerate.
270 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
272         * configure.ac: Separate cases disabling Java and Java libraries
273         from general case over targets.
274         * configure: Regenerate.
276 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
278         * MAINTAINERS: Update my email address.
280 2011-04-20  Easwaran Raman  <eraman@google.com>
282         * MAINTAINERS (Write After Approval): Add myself.
284 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
286         PR lto/48086
287         * configure.ac: Re-enable LTO on *-apple-darwin9*.
288         * configure: Regenerate.
290 2011-04-16  Jim Meyering  <meyering@redhat.com>
292         * MAINTAINERS (Write After Approval): Add myself.
294 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
296         * MAINTAINERS: Update my email address.
298 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
300         * MAINTAINERS (Write After Approval): Add myself.
302 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
304         * MAINTAINERS (Write After Approval): Add myself.
306 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
308         * MAINTAINERS (Write After Approval): Add myself.
310 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
312         * configure.ac (build_tools): Remove build-byacc.
313         (host_libs): Remove mmalloc.
314         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
315         autoconf automake libtool diff rcs fileutils shellutils time
316         textutils wdiff find uudecode hello tar gzip indent recode release
317         sed perl gawk findutils gettext zip.
318         (libgcj): Remove target-qthreads.
319         (target_tools): Remove target-examples target-gperf.
320         (YACC): Don't handle building byacc.
321         * configure: Regenerate.
322         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
323         dosutils, examples, fileutils, find, findutils, gawk, gettext,
324         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
325         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
326         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
327         handle building components.
328         * Makefile.in: Regenerate.
330 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
332         * MAINTAINERS: Update my email address as Xtensa maintainer.
334 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
336         * config.sub: Sync from upstream.
338 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
340         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
341         (microblaze*): Don't disable libssp.
342         * configure: Regenerate.
344 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
346         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
347         moveifchange.
348         * configure: Regenerate.
349         * Makefile.tpl: Use @SHELL@ not @config_shell@.
350         * Makefile.in: Regenerate.
352 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
354         * configure.ac (*-*-sysv4*): Don't enable libgomp.
355         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
356         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
357         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
358         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
359         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
360         md_exec_prefix cases.
361         * configure: Regenerate.
363 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
365         * configure.ac: Separate cases disabling target-libssp,
366         target-libiberty, target-libstdc++-v3 and Fortran from general
367         case over targets.
368         * configure: Regenerate.
370 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
372         * configure.ac (*-*-chorusos): Don't disable libgcj.
373         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
374         Remove case.
375         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
376         (arm-*-coff): Don't disable libgcj.
377         (arm*-*-linux-gnueabi): Remove useless assignment.
378         (arm-*-riscix*): Don't disable libgcj.
379         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
380         configuration.
381         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
382         (c54x*-*-*): Remove case.
383         (tic54x-*-*): Don't disable GCC or GCC libraries.
384         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
385         to *.
386         (d10v-*-*): Don't disable GCC libraries.
387         (d30v-*-*): Don't disable libgcj.
388         (h8500-*-*): Don't disable GCC libraries.
389         (i960-*-*): Don't disable libgcj.
390         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
391         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
392         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
393         libgcj.
394         (m68k-*-coff*): Remove case.
395         (mmix-*-*): Don't disable libgloss on host.
396         (mn10200-*-*, mn10300-*-*): Remove cases.
397         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
398         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
399         Don't disable libgcj.
400         (romp-*-*): Remove case.
401         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
402         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
403         case.
404         (v810-*-*): Don't disable GCC libraries.
405         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
406         (ip2k-*-*): Don't disable GCC libraries.
407         * configure: Regenerate.
409 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
411         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
412         libffi on host.
413         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
414         on host.
415         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
416         * configure: Regenerate.
418 2011-03-26  John Marino  <binutils@marino.st>
420         * configure.ac: Add support for *-*-dragonfly*
421         * configure: Regenerate.
423 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
425         * configure.ac (native_only): Remove.
426         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
427         send-pr uudecode guile gnuserv on host.
428         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
429         send-pr rcs guile perl texinfo libtool on host.
430         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
431         automake send-pr rcs guile perl texinfo libtool on host.
432         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
433         (*-*-kaos*): Don't disable target-examples target-gperf on target.
434         (alpha*-dec-osf*): Don't disable fileutils on target.
435         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
436         texinfo send-pr expect dejagnu on target.
437         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
438         target-qthreads on target.
439         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
440         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
441         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
442         x86_64-*-mingw*): Don't disable expect on target.
443         (*-*-cygwin*): Don't disable target-gperf on target.
444         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
445         gnuserv on target.
446         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
447         target.
448         * configure: Regenerate.
450 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
452         * configure.ac (target_tools): Remove target-groff.
453         (native_only): Remove target-groff.
454         (hppa*64*-*-*): Don't disable byacc.
455         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
456         setting.
457         (*-*-kaos*): Don't skip target-librx and target-groff.
458         (*-*-netware*): Don't skip target-libmudflap.
459         (*-*-tpf*): Don't skip target-libmudflap.
460         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
461         directories on the host.
462         (ia64*-*-*vms*): Don't skip tix.
463         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
464         host.
465         * configure: Regenerate.
467 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
469         * configure.ac: Remove references to mt-mep, mt-netware,
470         mt-wince.
471         * Makefile.def: Add all-utils soft dependencies.
472         * Makefile.tpl: Remove GDB_NLM_DEPS.
473         * configure: Regenerate.
474         * Makefile.in: Regenerate.
476 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
478         * configure.ac: Do not include mh-x86omitfp.
479         * configure: Regenerate.
481 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
483         * configure.ac: Remove empty cases.
484         * configure: Regenerate.
486 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
488         * Makefile.def: Add dependency from termcap to gdb.
489         * Makefile.in: Regenerate.
491 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
493         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
494         * configure: Regenerate.
495         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
496         * Makefile.tpl: Likewise.
497         * Makefile.in: Regenerate.
499 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
501         * configure.ac: Remove all mentions of tentative_cc.
502         * configure: Regenerate.
504 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
506         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
507         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
508         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
509         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
510         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
511         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
512         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
513         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
514         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
515         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
516         *-*-rhapsody*): Remove host cases.
517         * configure: Regenerate.
519 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
521         * configure.ac (ppc*-*-pe): Remove host case.
522         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
523         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
524         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
525         cases.
526         * configure: Regenerate.
528 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
530         * config.sub: Update to version 2011-03-23.
532 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
534         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
535         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
536         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
537         * configure: Regenerate.
539 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
541         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
542         to Write After Approval.
543         * config-ml.in: Don't handle arc-*-elf*.
544         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
545         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
546         handle GCC libraries.
547         * configure: Regenerate.
549 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
551         PR bootstrap/48120:
552         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
553         Add -lstdc++ -lm to LIBS.
554         * configure: Regenerate.
556 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
558         * config.guess: Update to version 2011-02-02
559         * config.sub: Update to version 2011-02-24
561 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
563         PR lto/48086
564         * configure.ac: Re-enable LTO on *-apple-darwin9.
565         * configure: Regenerate.
567 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
569         PR lto/48086
570         * configure.ac: Disable LTO on darwin due to an assembler change in
571         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
572         under 256.
573         * configure: Regenerate.
575 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
577         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
579 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
581         * MAINTAINERS: Update my e-mail address.
583 2011-03-06  Joey Ye  <joey.ye@arm.com>
585         * MAINTAINERS: Update my e-mail address.
587 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
589         * configure.ac: Adjust test of with_ppl.
590         * configure: Regenerated.
592 2011-03-02  Kai Tietz  <ktietz@redhat.com>
594         * MAINTAINERS: Adjust my e-mail address.
596 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
598         * configure.ac: Add -lpwl to ppllibs.
599         * configure: Regenerated.
601 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
603         * config/cloog.m4: Add -lisl to clooglibs.
604         * configure: Regenerated.
606 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
608         * MAINTAINERS (CPU Port maintainers): Add self.
610 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
612         * MAINTAINERS: Add myself as testsuite maintainer.
614 2011-02-15  Mike Stump  <mikestump@comcast.net>
616         * MAINTAINERS: Add myself as testsuite maintainer.
618 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
620         Import from Libtool and gnulib:
622         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
624         Prepare for supporting FreeBSD 10.
625         * config.rpath: Remove handling of freebsd1* which soon would
626         match FreeBSD 10.0.
628         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
630         Remove support for FreeBSD 1.x.
631         * libtool.m4 (_LT_LINKER_SHLIBS)
632         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
633         soon would incorrectly match FreeBSD 10.0.
635 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
637         PR binutils/12283
638         * move-if-change: Import version from gnulib.
640 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
642         PR lto/47225
643         * Makefile.def (lto-plugin): Double dash for enable-shared.
644         (configure-gcc): Depend on all-lto-plugin.
645         * Makefile.in: Rebuilt.
647 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
649         * configure.ac: Remove extra bracket.
650         * configure: Regenerate.
652 2011-02-08  Tobias Burnus  <burnus@net-b.de>
654         * MAINTAINERS: Add myself as libquadmath maintainer.
656 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
658         * MAINTAINERS: Update my email address.
660 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
662         * MAINTAINERS (option handling): Add self.
664 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
666         PR lto/47225
667         * Makefile.def: Add dependency for install-gcc
668         on install-lto-plugin.
669         * Makfile.in: Regenerated
671 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
673         * MAINTAINERS (CPU Port Maintainers): Add myself.
675 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
677         PR libgcj/44341
678         * configure.ac: Discard --with-* flags for host when configuring
679         target libraries for cross build.
680         * configure: Rebuilt.
682 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
684         * MAINTAINERS (linear loop transforms): Removed.
686 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
688         * configure.ac: If with_ppl is no, move setting with_cloog=no
689         after CLOOG_REQUESTED check.
690         * configure: Regenerated.
692 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
694         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
695         CLooG has been requested.
696         * configure: Regenerated.
698 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
700         * configure: Regenerated.
701         * configure.ac: Check for version 0.11 (or later revision) of PPL.
703 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
705         * configure: Regenerated.
706         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
708 2011-01-21  Andreas Schwab  <schwab@redhat.com>
710         * configure.ac: Use AS_HELP_STRING throughout.
711         * configure: Regenerate.
713 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
715         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
716         * configure: Regenerate.
718 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
720         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
722 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
724         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
725         for ia64-hpux.
726         * configure: Regenerate.
728 2011-01-07  Jan Hubicka  <jh@suse.cz>
730         PR lto/47225
731         * Makefile.in: Regenerate.
732         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
733         configure.
735 2011-01-07  Jan Hubicka  <jh@suse.cz>
737         * Makefile.in: Regenerate.
738         * Makefile.def (gcc host module) and soft dependency on lto-plugin
739         and configure dependency on lto-plugin configure.
740         (lto-plugin module): Remove dependency on GCC; add dependency on
741         liniberty.
743 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
745         * MAINTAINERS (Write After Approval): Add myself.
747 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
749         * configure: Regenerate.
751 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
753         * configure.ac: (picochip): Disable libiberty.
755 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
757         * MAINTAINERS (Write After Approval): Add myself.
759 2010-12-10  Ian Lance Taylor  <iant@google.com>
761         PR bootstrap/46819
762         * configure.ac: For --disable-libgcj clear libgcj_saved.
763         * configure: Rebuild.
765 2010-12-10  Tobias Burnus  <burnus@net-b.de>
767         PR fortran/46540
768         * configure.ac: Add --disable-libquadmath and
769         --disable-libquadmath-support.
770         * configure: Regenerate.
772 2010-12-03  Ian Lance Taylor  <iant@google.com>
774         * MAINTAINERS: Add myself as libgo maintainer.
776 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
778         PR libffi/46792
779         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
780         * configure: Regenerate.
782 2010-12-02  Ian Lance Taylor  <iant@google.com>
784         * configure.ac: Always set default for poststage1_ldflags to
785         -static-libstdc++ -static-libgcc.
787 2010-11-29  Andreas Schwab  <schwab@redhat.com>
789         * configure.ac: Move comment to remove extra space in last argument
790         of GCC_TARGET_TOOL.
792 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
794         PR other/46026
795         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
796         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
797         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
798         (BASE_FLAGS_TO_PASS): Use it.
799         * configure: Rebuilt.
800         * Makefile.in: Rebuilt.
802 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
804         PR binutils/12258
805         * configure.ac: Correct comments for --enable-gold/--enable-ld.
806         Properly check default linker.
807         * configure: Regnerated.
809 2010-11-23  Matthias Klose  <doko@ubuntu.com>
811         * configure.ac: For --enable-gold, handle value `default' instead of
812         `both*'.   New configure option --{en,dis}able-ld.
813         * configure: Regenerate.
815 2010-11-20  Ian Lance Taylor  <iant@google.com>
817         * configure.ac: Only disable a language library if no language needs
818         it.  Don't let --disable-libgcj uncondtionally disable libffi.
819         * configure: Rebuild.
821 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
823         * Makefile.in: Regenerate.
825         PR other/46202
826         * configure.ac: Fix just-built in-tree STRIP name to be
827         binutils/strip-new.
828         * configure: Regenerate.
829         * Makefile.def (install-strip-gcc, install-strip-binutils)
830         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
831         (install-strip-sid): Mirror dependencies on non-strip variants
832         of these targets on the respective -strip prerequisites.
833         * Makefile.tpl (install-strip, install-strip-host)
834         (install-strip-target): New targets.
835         (install-strip-[+module+], install-strip-target-[+module+]):
836         New targets.
837         * Makefile.in: Regenerate.
839 2010-11-19  Ian Lance Taylor  <iant@google.com>
840             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
842         * configure.ac: Add target-libgo to target_libraries.  Set
843         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
844         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
845         (HOST_EXPORTS): Add GOC.
846         (BASE_TARGET_EXPORTS): Add GOC.
847         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
848         (GOCFLAGS_FOR_TARGET): New variable.
849         (EXTRA_HOST_FLAGS): Add GOC.
850         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
851         * Makefile.def (target_modules): Add libgo.
852         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
853         (dependencies): Add dependency from configure-target-libgo to
854         configure-target-libffi and all-target-libstdc++-v3.  Add
855         dependencies from all-target-libgo to all-target-libffi.
856         (languages): Add go.
857         * configure: Rebuild.
858         * Makefile.in: Rebuild.
860 2010-11-19  Ian Lance Taylor  <iant@google.com>
862         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
863         compiler/flag environment variables.
865 2010-11-18  Ian Lance Taylor  <iant@google.com>
867         * configure.ac: Check for lang_requires_boot_languages in
868         config-lang.in files.
869         * configure: Rebuild.
871 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
872             Tobias Burnus  <burnus@net-b.de>
874         PR fortran/32049
875         * Makefile.def: Add libquadmath; build it with language=fortran.
876         * configure.ac: Add libquadmath.
877         * Makefile.tpl: Handle multiple libs in check-[+language+].
878         * Makefile.in: Regenerate.
879         * configure: Regenerate.
881 2010-11-16  Tom Tromey  <tromey@redhat.com>
883         * MAINTAINERS: Moved myself to reviewers section.
885 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
887         * MAINTAINERS: Moved myself to reviewers section.
889 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
891         * MAINTAINERS (Various Maintainers): Add self for build machinery.
892         (Write After Approval): Remove self.
894 2010-11-15  Andreas Schwab  <schwab@redhat.com>
896         * configure.ac: Fix spelling in option names.
897         * configure: Regenerated.
899 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
901         PR bootstrap/39622
902         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
903         * configure: Regenerated.
905 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
907         * MAINTAINERS: Update my email address.
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-12  Tobias Grosser  <grosser@fim.uni-passau.de>
919         * configure: Regenerate.
921 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
923         * configure: Regenerate.
925 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
927         * configure.ac: Support official CLooG.org versions.
928         * configure: Regenerate.
929         * config/cloog.m4: New.
931 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
933         * MAINTAINERS (Write After Approval): Add myself.
935 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
937         * MAINTAINERS: Update my email address.
939 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
941         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
942         * configure: Regenerate.
944 2010-11-03  Ian Lance Taylor  <iant@google.com>
945             Dave Korn  <dave.korn.cygwin@gmail.com>
947         PR lto/46273
948         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
949         and on other supported platforms whenever LTO is enabled.
950         * configure: Rebuild.
952 2010-11-02  Alan Modra  <amodra@gmail.com>
954         PR binutils/12110
955         * configure.ac: Error when source path contains spaces.
956         * configure: Regenerate.
958 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
960         * MAINTAINERS: Update my email address.
962 2010-10-20  Ian Lance Taylor  <iant@google.com>
964         * Makefile.def (target_modules): Set lib_path to src/.libs for
965         libstdc++-v3 module.
966         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
967         * Makefile.in: Rebuild.
969 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
971         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
972         (Write After Approval): Remove myself.
974 2010-10-15  Tristan Gingold  <gingold@adacore.com>
976         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
978 2010-10-14  Douglas Rupp  <rupp@gnat.com>
980         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
982 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
984         * configure.ac (build_lto_plugin): New shell variable.
985         (--enable-lto): Turn on by default for all non-ELF platforms that
986         have had LTO support added so far.  Set build_lto_plugin appropriately
987         for both ELF and non-ELF.
988         (configdirs): Add lto-plugin or not based on build_lto_plugin.
989         * configure: Regenerate.
991 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
993         Sync from src:
994         * configure.ac (v850 support): Remove target-libgloss from
995         noconfigdirs.
996         * configure: Regenerate.
998 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1000         PR bootstrap/45326
1001         PR bootstrap/45174
1002         * configure.ac: Honor initial values of $build_configargs,
1003         $host_configargs, $target_configargs.  Mark the precious, so
1004         environment settings get recorded.
1005         * configure: Regenerate.
1007 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1009         PR bootstrap/45796
1010         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1011         Depend on all-build-libiberty.
1012         * Makefile.in: Regenerate.
1014 2010-09-30  Michael Eager  <eager@eagercon.com>
1016         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1017         * configure: Regenerate.
1019 2010-09-28  Michael Eager  <eager@eagercon.com>
1021         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1023 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1025         PR bootstrap/44621
1026         * configure.ac: Fix unportable shell quoting.
1027         * configure: Regenerate.
1029 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1031         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1032         targets and amend comment.
1033         * configure: Regenerate.
1035 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1037         * MAINTAINERS (Write After Approval): Add myself.
1039 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1041         * configure.ac: Enable LTO by default on Darwin.
1042         * configure: Regenerate.
1044 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1046         * MAINTAINERS (Write After Approval): Add myself.
1048 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1050         * MAINTAINERS (Write After Approval): Add myself.
1052 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1054         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1055         ports
1057 2010-07-28  David Yuste  <david.yuste@gmail.com>
1059         * MAINTAINERS (Write After Approval): Add myself.
1061 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1063         * configure.ac: Support all v850 targets.
1064         * configure: Regenerate.
1066 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1068         PR bootstrap/44455
1069         * configure.ac (extra_mpfr_configure_flags): Copy from
1070         extra_mpc_gmp_configure_flags.
1071         * configure: Re-generated.
1073 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1075         * MAINTAINERS (Write After Approval): Add myself.
1077 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1079         * MAINTAINERS (Write After Approval): Add myself.
1081 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1083         * MAINTAINERS (Write After Approval): Add myself.
1085 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1087         PR target/44862
1088         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1089         Provide -B option to allow for link spec %s substitutions for
1090         libstdc++.a on darwin.
1091         * Makefile.in: Regenerate.
1093 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1095         * MAINTAINERS (Reviewers): Update my e-mail address
1097 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1099         * Makefile.def (configure-gcc): Depend on all-libelf.
1100         * Makefile.in: Rebuild.
1102 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1104         * MAINTAINERS (Write After Approval): Add myself in the right place.
1106 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1108         * MAINTAINERS (Write After Approval): Add myself.
1110 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1112         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1114 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1116         * config.sub: Update to version 2010-05-21.
1117         * config.guess: Update to version 2010-04-03.
1119 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1121         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1122         * configure: Regenerate.
1124 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1126         * MAINTAINERS (Write After Approval): Add myself.
1128 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1130         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1131         a platform that supports LTO.
1132         * configure: Regenerate.
1134 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1136         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1137         * configure: Regenerated.
1139 2010-04-27  Roland McGrath  <roland@redhat.com>
1140             H.J. Lu  <hongjiu.lu@intel.com>
1142         * configure.ac (--enable-gold): Support both, both/gold and
1143         both/bfd to add gold to configdirs without removing ld.
1144         * configure: Regenerated.
1146         * Makefile.def: Add install-gold dependency to install-ld.
1147         * Makefile.in: Regenerated.
1149 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1151         PR lto/42776
1152         * configure.ac (--enable-lto): Refactor handling so libelf tests
1153         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1154         and allow LTO to be explicitly enabled on non-ELF platforms that
1155         are known to support it inside else-clause.
1156         * configure: Regenerate.
1158 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1160         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1161         * configure: Regenerate.
1163 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1165         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1166         * configure: Regenerate.
1168 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1170         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1171         separately.
1172         * configure: Regenerate.
1174 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1176         * MAINTAINERS (Write After Approval): Add myself.
1178 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1180         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1181         * configure: Regenerate.
1183 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1185         * configure: Regenerate after change to elf.m4.
1187 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1189         * MAINTAINERS (Write After Approval): Add myself.
1191 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1193         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1194         * configure: Regenerated.
1196 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1198         * configure.ac: Print "buggy but acceptable" when CLooG
1199         revision is less than 9.
1200         * configure: Regenerated.
1202 2010-04-01  Diego Novillo  <dnovillo@google.com>
1204         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1206 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1208         PR bootstrap/43615
1209         PR bootstrap/43328
1211         Revert:
1213         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1215         * configure.ac: Do not pass --enable-multilib nor
1216         --disable-multilib in baseargs.  Accept explicitly passed
1217         --enable_multilib.
1218         * configure: Regenerate.
1220 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1222         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1224 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1226         * MAINTAINERS: Remove myself.
1228 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1230         PR bootstrap/43328
1231         * configure.ac: Do not pass --enable-multilib nor
1232         --disable-multilib in baseargs.  Accept explicitly passed
1233         --enable_multilib.
1234         * configure: Regenerate.
1236 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1238         * MAINTAINERS (spu port): Remove me.
1240 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1242         * configure.ac (tic6x-*-*): New case.
1243         * configure: Regenerate.
1245 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1247         * config.sub: Update to version 2010-03-22.
1248         * config.guess: Update to version 2009-12-30.
1250 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1252         PR ada/42554
1253         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1254         * configure: Regenerate.
1256 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1258         * MAINTAINERS: Update my email address.
1260 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1262         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1263         (ghassan.shobaki@amd.com): Removed.
1265 2010-03-17  Alan Modra  <amodra@gmail.com>
1267         * MAINTAINERS: Update my email address.
1269 2010-03-16  Diego Novillo  <dnovillo@google.com>
1271         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1272         Matthews.
1274 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1276         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1277         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1279 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1281         * MAINTAINERS: Update my email address.
1283 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1285         * MAINTAINERS: Update my email address.
1287 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1289         * MAINTAINERS: Update my email address.
1291 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1293         * MAINTAINERS: Update my email address.
1295 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1297         PR libstdc++/32499
1298         * configure.ac (RANLIB): Default to true.
1299         (STRIP): Likewise.
1300         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1301         * configure: Regenerate.
1303 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1305         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1306         (Write After Approval): Update my email address.
1308 2010-02-17  Nick Clifton  <nickc@redhat.com>
1310         PR 11238
1311         * Makefile.tpl (local-distclean): Also remove config.cache files in
1312         sub-directories as there may not be Makefiles present in the
1313         sub-directories.
1314         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1315         the config.cache files found by the find command.
1317         * Makefile.in: Regenerate.
1318         * configure.ac: Revert previous delta.
1319         * configure: Regenerate.
1321 2010-02-15  Nick Clifton  <nickc@redhat.com>
1323         PR 11238
1324         * configure.ac: Delete config.cache files in sub-directories when
1325         deleting Makefiles.
1326         * configure: Regenerate.
1328 2010-02-12  Ben Elliston  <bje@gnu.org>
1330         * MAINTAINERS: Update my email address.
1332 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1334         * MAINTAINERS (spu port): Update my email address.
1336 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1338         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1340 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1342         * configure.ac: Add "recommended" version checks for GMP/MPC.
1343         Update recommended GMP/MPFR/MPC versions.
1344         * configure: Regenerate.
1346 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1348         * MAINTAINERS: Move my Embecosm email address into the
1349         write-after-approval section.
1351 2010-01-26  Ian Lance Taylor  <iant@google.com>
1353         * MAINTAINERS: Add myself as Go frontend maintainer.
1355 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1357         PR libstdc++/36101, PR libstdc++/42813
1358         * configure.ac (bootstrap_target_libs): Make inclusion of
1359         target-libgomp conditional on libgomb being in target_configdirs.
1360         * configure: Regenerate.
1362 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1364         PR libstdc++/36101, PR libstdc++/42813
1365         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1366         * configure: Regenerate.
1368 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1370         PR libstdc++/36101, PR libstdc++/42813
1371         * configure.ac (target_configdirs): Substitute.
1372         * Makefile.def: Bootstrap target module libgomp.
1373         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1374         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1375         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1376         * configure, Makefile.in: Regenerate.
1378 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1380         * MAINTAINERS: Adjust my details.
1382 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1384         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1386 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1388         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1390 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1392         * MAINTAINERS (Write After Approval): Add myself.
1394 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1396         * MAINTAINERS (Write After Approval): Add myself.
1398 2010-01-11  Richard Guenther  <rguenther@suse.de>
1400         PR lto/41569
1401         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1402         * Makefile.in: Regenerated.
1404 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1406         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1407         * configure: Regenerate.
1409 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1410             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1412         PR bootstrap/42424
1413         * configure.ac: Include libtool m4 files.
1414         (_LT_CHECK_OBJDIR): Call it.
1415         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1416         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1418         * configure: Regenerate.
1420 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1422         PR bootstrap/41818
1423         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1424         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1425         * Makefile.in: Regenerate.
1427 2010-01-02  Richard Guenther  <rguenther@suse.de>
1429         PR lto/41529
1430         * configure.ac: Include config/elf.m4.  Disable LTO if not
1431         builting for an elf target.
1432         * configure: Regenerate.
1434 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1436         * MAINTAINERS: Change my email address.
1438 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1440         * config.sub, config.guess: Update from upstream sources.
1442 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1444         * MAINTAINERS (Write After Approval): Add myself.
1446 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1448         PR middle-end/30447
1449         PR middle-end/30789
1450         PR other/40302
1452         * configure.ac: Require MPC.
1453         * configure: Regenerate.
1455 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1457         PR target/38384
1458         PR bootstrap/40972
1459         * libtool.m4: Sync from git Libtool.
1460         * ltoptions.m4: Likewise.
1461         * ltversion.m4: Likewise.
1462         * lt~obsolete.m4: Likewise.
1463         * ltmain.sh: Likewise.
1465 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1467         * configure.ac: Update minimum MPC version to 0.8.
1468         * configure: Regenerate.
1470 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1472         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1473         * configure: Regenerated.
1475 2009-11-21  Ian Lance Taylor  <iant@google.com>
1477         * configure.ac: Change default of poststage1_ldflags to be empty if
1478         poststage1_libs is set.  When poststage1_libs is empty, and
1479         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1480         * configure: Rebuild.
1482 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1484         * MAINTAINERS (Write After Approval): Update my email address.
1486 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1488         * config.guess: Update from upstream sources.
1490 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1492         * Makefile.def: Restore host and target settings for gmp.
1493         * Makefile.in: Rebuild.
1495 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1497         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1498         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1499         Fix portability of test of C++ as bootstrap language.  Add
1500         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1501         * configure: Rebuild.
1502         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1503         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1504         in-tree building.
1505         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1506         (POSTSTAGE1_HOST_EXPORTS): Use it.
1507         (STAGE[+id+]_CXXFLAGS): New.
1508         (BASE_FLAGS_TO_PASS): Pass it down.
1509         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1510         extra_exports.
1511         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1512         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1513         extra_exports.
1514         * Makefile.in: Rebuild.
1516 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1518         * config.sub, config.guess: Update from upstream sources.
1520 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1522         * MAINTAINERS (Write After Approval): Add myself.
1524 2009-11-09  Jon Beniston  <jon@beniston.com>
1526         * MAINTAINERS (Write After Approval): Add myself.
1528 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1530         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1531         paths for *-w64-mingw* and x86_64-*mingw*.
1532         * configure: Regenerated.
1534 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1536         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1538 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1540         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1541         Phil Edwards to Write-After Approval.
1543 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1545         * configure.ac: Disable target-winsup & co for
1546         x86_64-*-mingw* and *-w64-mingw* targets.
1547         * configure: Regenerated.
1549 2009-10-16  Nick Clifton  <nickc@redhat.com>
1551         * MAINTAINERS: Add myself as a maintainer for the RX port.
1553 2009-10-26  Johannes Singler  <singler@kit.edu>
1555         * MAINTAINERS (Write After Approval): Update my e-mail address.
1557 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1559         * configure.ac (CLooG test): Use = with test.
1560         * configure: Regenerate.
1562 2009-10-22  Richard Guenther  <rguenther@suse.de>
1564         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1565         cloog if the ppl version check failed.  Move flags saving
1566         before setting in libelf check.
1567         * configure: Regenerate.
1569 2009-10-21  Richard Guenther  <rguenther@suse.de>
1571         * configure.ac: Adjust the ppl and cloog configure to work as
1572         documented.  Disable cloog if ppl was disabled.  Omit the version
1573         checks if they were disabled.
1574         * configure: Re-generate.
1576 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1578         * configure.ac: Add 'lto' to enable_languages, not
1579         new_enable_languages, and only if not already present.
1580         * configure: Regenerate.
1582 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1584         * README: Refer to the various COPYING* files instead of just
1585         COPYING.
1586         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1588 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1590         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1591         
1592 2009-10-07  Richard Guenther  <rguenther@suse.de>
1594         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1595         and Richard Guenther as reviewers.
1596         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1597         as reviewers.
1599 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1601         * config.sub: Update from upstream sources.
1603 2009-10-06  Ian Lance Taylor  <iant@google.com>
1605         * Makefile.def: check-gold depends upon all-gas.
1606         * Makefile.in: Rebuild.
1608 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1610         * MAINTAINERS (Write After Approval): Add myself.
1612 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1614         * Makefile.def: all-lto-plugin depends on all-libiberty.
1615         set bootstrap=true for lto-plugin.
1616         Add lto-plugin.
1617         * Makefile.in: Regenerate.
1618         * configure.ac (host_libs): Add lto-plugin.
1619         * configure: Regenerate.
1621 2009-10-03  Diego Novillo  <dnovillo@google.com>
1623         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1624         (HOST_LIBELFLIBS): Define.
1625         (HOST_LIBELFINC): Define.
1626         * Makefile.in: Regenerate.
1627         * configure.ac: Add --enable-lto.
1628         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1629         If --enable-lto is used, add 'lto' to new_enable_languages.
1630         If --enable-lto is used and gold is enabled, add
1631         lto-plugin to configdirs.
1632         * configure: Regenerate.
1634 2009-10-03  Simon Baldwin  <simonb@google.com>
1636         * configure.ac: If --with-system-zlib, suppress local zlib and
1637         pass --with-system-zlib to subdir configure scripts.
1638         * configure: Regenerate.
1640 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1641             Paolo Bonzini  <bonzini@gnu.org>
1643         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1644         $(srcdir).
1645         * Makefile.in: Rebuilt.
1647 2009-09-26  Gary Funck  <gary@intrepid.com>
1649         * MAINTAINERS (Write After Approval): Add myself.
1651 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1653         * configure.ac: Update minimum MPC version to 0.7.
1654         * configure: Regenerate.
1656 2009-09-25  Nick Clifton  <nickc@redhat.com>
1658         * configure.ac: Pass any --cache-file=/dev/null option on to
1659         subconfigures.
1660         * configure: Regenerate.
1662 2009-09-23  Nick Clifton  <nickc@redhat.com>
1664         * config.sub, config.guess: Update from upstream sources.
1666 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1668         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1669         * Makefile.in: Rebuilt.
1671 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1673         PR bootstrap/32272
1674         * configure.ac: Error out if $srcdir isn't '.' but contains
1675         host-${host_noncanonical}.
1676         * configure: Regenerate.
1678 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1680         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1681         maintainer.
1683 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1685         * configure.ac: If bootstrapping a combined tree with
1686         --enable-gold, require c++ in stage1_languages.
1687         * configure: Regenerate.
1689         * configure.ac: Also add target_libs of stage1_languages to
1690         bootstrap_target_libs.
1691         * configure: Regenerate.
1693         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1694         with --enable-languages not containing c++.
1695         * configure: Regenerate.
1697 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1699         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1700         * configure: Regenerate.
1702 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1704         * MAINTAINERS (Write After Approval): Update my e-mail address,
1705         and move from from here...
1706         (Waiting for paperwork): To here.
1708 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1710         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1712 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1714         * configure.ac: Do not use $extrasub for replacing @if/@endif
1715         parts in Makefile; instead, use additional arguments to
1716         AC_CONFIG_COMMANDS to do the replacement manually, with several
1717         sed invocations, to avoid HP-UX sed command limits.
1718         * configure: Regenerate.
1720 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1722         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1723         blank before -L.
1725 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1727         * configure.ac (with-build-config): Document.  Handle without.
1728         Handle missing argument.
1729         * configure: Rebuilt.
1731 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1733         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1734         Default to bootstrap-debug only if compare-debug works.
1735         * configure: Rebuilt.
1736         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1737         * Makefile.in: Rebuilt.
1739 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1741         * MAINTAINERS (OS Port Maintainers): Update my email address.
1743 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1745         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1746         * Makefile.in: Rebuilt.
1748 2009-09-01  Chris Demetriou  <cgd@google.com>
1750         * MAINTAINERS (Write After Approval): Add myself.
1752 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1754         PR debug/30161
1755         * include/dwarf2.h (enum dwarf_tag): Added
1756         DW_TAG_GNU_template_template_param
1757         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1759 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1761         * Makefile.tpl (AWK): Fix typo.
1762         * Makefile.in: Regenerate.
1764 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1766         * configure.ac: Detect awk and sed.
1767         * Makefile.def (flags_to_pass): Add AWK and SED.
1768         * Makefile.tpl (AWK, SED): New.
1769         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1770         * configure: Regenerate.
1771         * Makefile.in: Regenerate.
1773 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1775         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1776         (collapseslashes): Likewise.
1778 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1780         * configure.ac (AC_PREREQ): Bump to 2.64.
1782 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1784         * configure.ac: Remove --with-datarootdir, --with-docdir,
1785         --with-pdfdir, --with-htmldir switches.
1786         * configure: Regenerate.
1788         * configure: Regenerate.
1790         * compile: Sync from Automake 1.11.
1791         * depcomp: Likewise.
1792         * install-sh: Likewise.
1793         * missing: Likewise.
1794         * mkinstalldirs: Likewise.
1795         * ylwrap: Likewise.
1797 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1799         * ltmain.sh (func_normal_abspath): New function.
1800         (func_relative_path): Likewise.
1801         (func_mode_help): Document new -bindir option for link mode.
1802         (func_mode_link): Add new -bindir option, and use it to place
1803         output DLL if specified.
1805 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1807         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1808         (baseargs): Add --disable-option-checking.
1809         * configure: Regenerate.
1811         * Makefile.def (configure-target-libiberty): Depend on
1812         all-binutils and all-ld.
1813         (configure-target-newlib): Likewise.
1814         * Makefile.in: Regenerate.
1816 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1818         * config.sub, config.guess: Update from upstream sources.
1820 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1822         Sync from src, merge:
1824         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1826         * configure.ac: Do not exclude gas for i386-*-darwin.
1827         Add a case for x86_64-*-darwin.
1828         * configure: Regenerate.
1830 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1832         * MAINTAINERS: Add my name to Write After Approval list.
1834 2009-08-06  Michael Eager  <eager@eagercon.com>
1836         * configure.ac: Add Microblaze target.
1837         * configure: Regenerate.
1839 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1841         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1842         * configure: Regenerate.
1843         
1844 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1846         * MAINTAINERS (Write After Approval): Update my e-mail address.
1848 2009-07-06  Ian Lance Taylor  <iant@google.com>
1850         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1851         * configure: Rebuild.
1853 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1855         * MAINTAINERS: Move myself to the Graphite Reviewers.
1857 2009-06-30  Wei Guozhi  <carrot@google.com>
1859         * MAINTAINERS: Add my name to Write After Approval list.
1861 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1863         PR bootstrap/40338
1864         * configure.ac (comparestring): Create new variable.
1865         * Makefile.tpl (comparestring): Use to skip some comparisions.
1866         * configure: Regenerate.
1867         * Makefile.in: Regenerate.
1869 2009-06-26  Doug Evans  <dje@sebabeach.org>
1871         * Makefile.def (host_modules): Add cgen.
1872         * Makefile.in: Regenerate.
1873         * configure.ac (host_tools): Add cgen.
1874         * configure: Regenerate.
1876 2009-06-23  DJ Delorie  <dj@redhat.com>
1878         * MAINTAINERS: Add myself as mep maintainer.
1880 2009-06-23  Ian Lance Taylor  <iant@google.com>
1882         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1883         boot_languages.  Only bootstrap target libraries listed in
1884         target_libs for some boot language.  Add --with-stage1-ldflags,
1885         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1886         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1887         if not building with C++.
1888         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1889         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1890         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1891         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1892         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1893         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1894         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1895         * configure, Makefile.in: Rebuild.
1897 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1899         * MAINTAINERS: Added my name to write-after-approval list.
1901 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1903         * configure.ac: Define is_elf for QNX Neutrino targets.
1904         * configure: Regenerate.
1906 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1908         * MAINTAINERS: Added my name to the write-after-approval list
1910 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1912         * configure.ac: Detect MPC in default directory.
1913         * configure: Regenerate.
1915 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1916             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1918         * Makefile.tpl (all): Avoid a trailing backslash.
1919         * Makefile.in: Regenerate.
1921 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1923         * config.sub, config.guess: Update from upstream sources.
1925 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1927         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1928         to noconfdirs.
1929         * configure: Regenerate.
1931 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1933         * Makefile.tpl ([+compare-target+]): Compare all stage
1934         directories, rather than just gcc.
1935         * Makefile.in: Rebuilt.
1937 2009-06-01  Doug Kwan  <dougkwan@google.com>
1939         * configure.ac: Support gold for target arm*-*-*.
1940         * configure: Regenerate.
1942 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1944         * Makefile.def: Add MPC support and dependencies.
1945         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1947         * Makefile.in, configure: Regenerate.
1949 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1951         * Makefile.tpl (all): Avoid harmless warning in make all when
1952         gcc-bootstrap is enabled but stage_last does not exist.
1953         * Makefile.in: Rebuilt.
1955 2009-05-24  Nicolas Roche  <roche@adacore.com>
1957         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1958         * Makefile.in: Regenerate.
1960 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1962         * MAINTAINERS: Update my e-mail address.
1964 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1966         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1967         * configure:  Regenerate.
1969 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1971         PR other/40159
1972         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1973         gcc-no-bootstrap are mutually exclusive.
1974         * Makefile.in: Rebuilt.
1976 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1978         PR other/40159
1979         * Makefile.tpl (all): Don't end with unconditional success.
1980         * Makefile.in: Rebuilt.
1982 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1984         PR target/37137
1985         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1986         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1987         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1988         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1989         stage_configureflags, stage_cflags and stage_libcflags into
1990         explicit Makefile macros.
1991         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1992         GFORTRAN.
1993         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1994         CC.  Set CC_FOR_BUILD from CC.
1995         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1996         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1997         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1998         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1999         and GFORTRAN.
2000         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2001         (_LIBCFLAGS): Renamed to _TFLAGS.
2002         (do-compare-debug, do-compare3-debug): Drop.
2003         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2004         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2005         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2006         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2007         (XGCC_FLAGS_FOR_TARGET): New.
2008         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2009         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2010         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2011         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2012         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2013         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2014         TFLAGS.
2015         (BUILD_CONFIG): Include if requested.
2016         (all): Set TFLAGS on bootstrap.
2017         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2018         (all-stageid-prefixmodule): Likewise.
2019         (do-clean, distclean-stageid): Set TFLAGS.
2020         (restrap): Fix whitespace.
2021         * Makefile.in: Rebuilt.
2023 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2025         * config.guess: Sync with src.
2027 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2029         * configure.ac ($with_ppl):  Default to no if not supplied.
2030         ($with_cloog):  Likewise.
2031         configure:  Regenerate.
2033 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2035         * MAINTAINERS: Update my e-mail address.
2037 2009-04-27  Nick Clifton  <nickc@redhat.com>
2039         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2041 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2043         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2044         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2045         * Makefile.in: Regenerate.
2047 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2049         PR bootstrap/39739
2050         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2051         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2053         * configure, Makefile.in: Regenerate.
2055 2009-04-21  Taras Glek  <tglek@mozilla.com>
2057         * include/hashtab.h: Update GTY annotations to new syntax
2058         * include/splay-tree.h: Likewise
2060 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2062         * config.sub, config.guess: Update from upstream sources.
2064 2009-04-15  Anthony Green  <green@moxielogic.com>
2066         * configure.ac: Add moxie support.
2067         * configure: Rebuilt.
2069 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2071         * configure.ac: Change copyright header to refer to version
2072         3 of the GNU General Public License and to point readers at the
2073         COPYING3 file and the FSF's license web page.
2074         * Makefile.def: Likewise.
2075         * Makefile.tpl: Likewise.
2076         * Makefile.in: Regenerate.
2078 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2080         * configure.ac: Restore match for darwin9 or later. Use double
2081         brackets since regeneration eats one pair.
2082         * configure: Regenerate.
2084 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2086         PR gas/10039
2087         * configure.ac: Require texinfo 4.7.
2088         * configure: Regenerated.
2090 2009-04-09  Nick Clifton  <nickc@redhat.com>
2092         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2093         the GCC Runtime Library Exception.
2095 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2097         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2098         * configure: Regenerate.
2100 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2102         * Makefil.def (languages): New entries.
2103         * Makefile.tpl (check-gcc-*): New generic target.
2104         * Makefile.in: Regenerate.
2106 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2108         * MAINTAINERS:  Update my email address.
2110 2009-03-18  Tom Tromey  <tromey@redhat.com>
2112         * configure: Rebuild.
2113         * configure.ac (host_libs): Add libiconv.
2114         * Makefile.in: Rebuild.
2115         * Makefile.def (host_modules): Add libiconv.
2116         (configure-gdb, all-gdb): Depend on libiconv.
2118 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2120         * configure.ac: Treat gdb as supported on x86_64-darwin.
2121         * configure: Regenerate.
2123 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2125         * configure.ac (--with-host-libstdcxx): New option.
2126         * configure: Regenerate.
2128 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2130         * MAINTAINERS:  Move myself into the write after approval list.
2132 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2134         * MAINTAINERS: Update e-mail address.
2135         
2136 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2138         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2140 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2142         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2144 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2146         Backport from git Libtool:
2148         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2149         Support GNU/kOpenSolaris.
2150         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2151         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2152         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2153         GNU/kOpenSolaris.
2155 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2157         * MAINTAINERS: Update e-mail address.
2159 2009-02-24  Michael Eager  <eager@eagercon.com>
2161         * MAINTAINERS (Write After Approval): Add self.
2163 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2165         * MAINTAINERS (Write After Approval): Add myself.
2167 2009-02-05  Andreas Schwab  <schwab@suse.de>
2169         * Makefile.tpl (stage_last): Define $r and $s before using
2170         $(RECURSE_FLAGS_TO_PASS).
2171         * Makefile.in: Regenerate
2173 2009-01-30  Ian Lance Taylor  <iant@google.com>
2175         * MAINTAINERS: Move myself to the Global Reviewers list.
2177 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2179         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2180         * configure: Regenerate.
2182 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2184         * MAINTAINERS: Make whitespace consistent.
2185         Remove Robert Millan from Write After Approval.
2187 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2189         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2190         (all-opcodes): Depend on all-libiberty.
2191         * Makefile.in: Regenerate.
2193 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2195         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2196         * configure: Regenerate.
2198 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2200         * MAINTAINERS (Write After Approval): Add myself.
2202 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2204         * MAINTAINERS: Add myself to reviewers (Fortran).
2206 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2208         PR tree-optimization/38515
2209         * configure.ac (cloog-polylib): Removed.
2210         (with_ppl, with_cloog): Test for "no".
2211         * configure: Regenerated.
2213 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2215         * MAINTAINERS: Moved myself to reviewers (Fortran).
2217 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2219         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2220         (Write After Approval): Remove myself.
2222 2009-01-03  Diego Novillo  <dnovillo@google.com>
2224         * MAINTAINERS: Remove myself from alias maintainership.
2226 2009-01-02  David Ayers  <ayers@fsfe.org>
2228         * MAINTAINERS: Update e-mail address.
2230 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2232         * MAINTAINERS: Make whitespace consistent.
2234 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2236         Backport from upstream Libtool:
2237         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2238         Add cache variables to tests that require the linker to work.
2239         For shlibpath_overrides_runpath, this also changes the semantics
2240         to let the result from the C compiler take precedence.
2242 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2244         * config.sub, config.guess: Update from upstream sources.
2246 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2248         * configure.ac (ppllibs): Add by default the lib flags.
2249         * configure: Regenerate.
2251 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2253         * MAINTAINERS:  Add myself to the write after approval list.
2255 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2257         * configure.ac: Add double brackets on darwin[912].
2258         * configure: Regenerate.
2260 2008-12-03  Daniel Kraft  <d@domob.eu>
2262         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2263         Approval to Reviewer section (for Fortran front-end).
2265 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2267         * configure.ac: Expand to darwin10 and later.
2268         * configure: Regenerate.
2270 2008-12-02  Andreas Schwab  <schwab@suse.de>
2272         * Makefile.def: configure-target-boehm-gc depends on
2273         all-target-libstdc++-v3.
2274         * Makefile.in: Regenerate.
2276 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2278         * MAINTAINERS:  Add myself as mingw maintainer.
2280 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2282         * config.sub, config.guess: Update from upstream sources.
2284 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2286         * README.SCO: Remove.
2288 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2290         * MAINTAINERS:  Add myself to the write after approval list.
2292 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2294         * MAINTAINERS:  Update my email address in WAA section.
2296 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2298         * MAINTAINERS: Update e-mail address.
2300 2008-11-27  Toon Moene  <toon@moene.org>
2302         * MAINTAINERS: Change e-mail address.
2304 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2306         * configure.ac: Build gdb for i?86-*-darwin*
2307         * configure: Regenerated.
2309 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2311         * MAINTAINERS: Added my full name.
2313 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2315         PR bootstrap/38014
2316         PR bootstrap/37923
2318         Revert:
2320         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2322         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2323         * Makefile.in: Regenerated.
2325         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2327         PR gdb/921
2328         PR gdb/1646
2329         PR gdb/2175
2330         PR gdb/2176
2332         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2333         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2334         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2335         (HOST_EXPORTS): Pass CPPFLAGS.
2336         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2337         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2338         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2339         * Makefile.in, configure: Regenerated.
2340         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2341         and CPPFLAGS_FOR_BUILD.
2343 2008-11-06  Jeff Law  <law@redhat.com>
2345         * MAINTAINERS: Add myself as middle end maintainer.
2347 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2349         * MAINTAINERS (Write after approval): Add myself.
2351 2008-11-05  Diego Novillo  <dnovillo@google.com>
2353         * MAINTAINERS (Global Reviewers): Add myself.
2354         (Non-Algorithmic Maintainers): Remove myself.
2356 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2358         * MAINTAINERS (Write after approval): Add myself.
2360 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2362         * MAINTAINERS (Write after approval): Add myself.
2364 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2366         * configure.ac (spu-*-*): Remove special case.
2367         * configure: Regenerate.
2369 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2371         * MAINTAINERS (Write after approval): Update my email address.
2373 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2375         * configure.ac [spu-*-*]: Do not set skipdirs.
2376         * configure: Re-generate.
2378 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2380         * MAINTAINERS (Various Maintainers): Add myself to reload.
2382 2008-10-25  Richard Guenther  <rguenther@suse.de>
2384         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2385         maintainer.  Remove myself as libgcc-math maintainer.
2386         (Non-Algorithmic Maintainers): Remove myself.
2388 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2390         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2391         * Makefile.in: Regenerated.
2393 2008-10-23  Cary Coutant  <ccoutant@google.com>
2395         * MAINTAINERS (Write after approval): Add myself.
2397 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2399         PR gdb/921
2400         PR gdb/1646
2401         PR gdb/2175
2402         PR gdb/2176
2404         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2405         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2406         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2407         (HOST_EXPORTS): Pass CPPFLAGS.
2408         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2409         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2410         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2411         * Makefile.in, configure: Regenerated.
2412         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2413         and CPPFLAGS_FOR_BUILD.
2415 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2417         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2418         Sebastian Pop.
2420 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2422         * MAINTAINERS (Write After Approval): Added myself.
2424 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2426         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2427         recommended version to 2.3.2.
2429         * configure: Regenerate.
2431 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2433         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2435 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2437         * MAINTAINERS (Write After Approval): Update e-mail address.
2439 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2441         * libtool.m4: Update to libtool 2.2.6.
2442         * lt~obsolete.m4: Update to libtool 2.2.6.
2443         * ltmain.sh: Update to libtool 2.2.6.
2444         * ltsugar.m4: Update to libtool 2.2.6.
2445         * ltversion.m4: Update to libtool 2.2.6.
2446         * ltoptions.m4: Update to libtool 2.2.6.
2447         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2449 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2451         * MAINTAINERS (Write After Approval): Add myself.
2453 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2455         * MAINTAINERS (Write After Approval): Update my name.
2457 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2459         * MAINTAINERS: Add myself in "Write After Approval".
2461 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2463         * MAINTAINERS: Add myself as ia64 maintainer.
2465 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2467         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2468         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2469         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2470         and Michael Tiemann from Write After Approval since they do not
2471         actually have access.
2473 2008-09-05  Richard Guenther  <rguenther@suse.de>
2475         * configure.ac: Initialize clooglibs to -lcloog.
2476         * configure: Re-generate.
2478 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2480         * MAINTAINERS (Write After Approval): Add myself.
2482 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2484         * configure.ac (--with-cloog-polylib): New.
2485         (--disable-cloog-version-check): New.
2486         (--disable-ppl-version-check): New.
2487         * configure: Re-generate.
2489 2008-09-03  Richard Guenther  <rguenther@suse.de>
2491         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2492         cloog test.
2493         * configure: Re-generate.
2495 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2497         Add picoChip port.
2498         * MAINTAINERS: Add picoChip maintainers.
2500 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2501             Tobias Grosser  <grosser@fim.uni-passau.de>
2502             Jan Sjodin  <jan.sjodin@amd.com>
2503             Harsha Jagasia  <harsha.jagasia@amd.com>
2504             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2505             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2506             Adrien Eliche  <aeliche@isty.uvsq.fr>
2508         Merge from graphite branch.
2509         * configure: Regenerate.
2510         * Makefile.in: Regenerate.
2511         * configure.ac (host_libs): Add ppl and cloog.
2512         Add checks for PPL and CLooG.
2513         * Makefile.def (ppl, cloog): Added modules and dependences.
2514         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2515         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2517 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2519         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2520         (GCC_SHLIB_SUBDIR): New.
2521         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2522         * configure: Regenerate.
2523         * Makefile.in: Regenerate.
2525 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2527         * MAINTAINERS: Consistently use tabs to separate columns.
2529 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2531         * MAINTAINERS (Write after Approval): Add myself.
2533 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2535         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2536         Enable bfd, binutils and opcodes.
2537         * configure: Regenerate.
2539 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2541         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2543 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2545         * MAINTAINERS:  Use correct Umlaut for last name.
2547 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2549         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2551 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2553         * MAINTAINERS: Update my email address.
2555 2008-08-16  Nicolas Roche  <roche@adacore.com>
2557         * Makefile.tpl: Add BOOT_ADAFLAGS.
2558         * Makefile.in: Regenerate.
2560 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2562         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2563         * configure: Regenerate.
2565 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2567         * configure.ac: Add makefile fragments for hpux.
2568         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2569         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2570         * configure: Regenerate.
2571         * Makefile.in: Regenerate.
2573 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2575         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2577 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2579         * MAINTAINERS (Write after Approval): Add myself.
2581 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2583         * MAINTAINERS (Write After Approval):  Add myself.
2585 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2587         * MAINTAINERS (Write After Approval):  Add myself.
2589 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2591         * MAINTAINERS: Update my email address.
2593 2008-06-25  Joey Ye  <joey.ye@intel.com>
2595         * MAINTAINERS (Write After Approval):  Add myself.
2597 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2599         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2600         * Makefile.in: Regenerate.
2601         * configure: Regenerate.
2603 2008-06-17  Daniel Kraft  <d@domob.eu>
2605         * MAINTAINERS (Write After Approval):  Add myself.
2607 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2609         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2610         "$@" is still intact with both Autoconf 2.59 and 2.62.
2611         * configure: Regenerate.
2613 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2615         * Makefile.tpl: Fix comment errors.
2616         * Makefile.in: Regenerate.
2618 2008-06-12  David S. Miller  <davem@davemloft.net>
2619             David Edelsohn  <edelsohn@gnu.org>
2621         * configure.ac: Add powerpc*-*-* to gold supported targets.
2622         * configure: Regenerate.
2624 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2626         PR tree-optimization/36218
2627         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2628         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2629         (all prefix="build-"): Pass them to build-system sub-makes.
2630         * Makefile.in: Regenerate.
2632 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2634         * MAINTAINERS (mt port): Remove.
2635         (sco5, unixware, sco udk): Remove.
2636         (Kean Johnston): Add to Write After Approval.
2638 2008-05-30  Julian Brown  <julian@codesourcery.com>
2640         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2641         of libobjc for ARM EABI Linux.
2642         * configure: Regenerate.
2644 2008-05-18  Xinliang David Li   <davidxl@google.com>
2646         * ChangeLog: Remove wrong ChangeLog entry.
2648 2008-05-17  Xinliang David Li   <davidxl@google.com>
2650         * MAINTAINERS (Write After Approval): Add myself.
2652 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2654         * MAINTAINERS (Write After Approval): Add myself.
2656 2008-05-14  Rafael Espíndola  <espindola@google.com>
2658         * config-ml.in: don't handle --enable-shared and --enable-static.
2660 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2662         * MAINTAINERS: Update my email address.
2664 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2666         * MAINTAINERS: Update my email address.
2668 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2670         * MAINTAINERS (Write After Approval): Add myself.
2672 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2674         * MAINTAINERS (Write After Approval): Add myself.
2676 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2678         * MAINTAINERS (crx): Add myself.
2680 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2682         Sync with src:
2683         2008-04-14  David S. Miller  <davem@davemloft.net>
2685         * configure.ac: Add sparc*-*-* to gold supported targets.
2686         * configure: Regenerate.
2688 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2690         PR bootstrap/35457
2691         * configure.ac: Include override.m4.
2692         * configure: Regenerate.
2694 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2696         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2697         * Makefile.in: Regenerate.
2699 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2701         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2702         as nonconfigurable directories list.
2703         * configure: Regenerate.
2705 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2707         * config.sub, config.guess: Update from upstream sources.
2709 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2711         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2712         * Makefile.in: Regenerate.
2714 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2716         * configure.ac: Do not build libssp for the AVR.
2717         * configure: Regenerate.
2719 2008-04-07  Ian Lance Taylor  <iant@google.com>
2721         * Makefile.def: check-gold depends upon all-binutils.
2722         * Makefile.in: Regenerate.
2724 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2726         * MAINTAINERS (Write After Approval): Add myself.
2728 2008-04-04  Nick Clifton  <nickc@redhat.com>
2730         PR binutils/4334
2731         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2732         builds.
2733         * configure: Regenerate.
2735 2008-04-04  NightStrike  <NightStrike@gmail.com>
2737         PR other/35151
2738         * configure.ac: Combine rules for mingw32 and mingw64.
2739         * configure: Regenerate.
2741 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2743         * MAINTAINERS (Write After Approval): Add myself.
2745 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2747         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2748         * Makefile.in (.NOTPARALLEL): Ditto.
2750 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2752         * MAINTAINERS (Write After Approval): Add myself.
2754 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2756         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2757         * Makefile.in (.NOTPARALLEL): Regenerate.
2759 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2761         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2762         * Makefile.in: Regenerate.
2764 2008-03-26  Jakub Staszak  <kuba@et.pl>
2766         * MAINTAINERS (Write After Approval): Add myself.
2768 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2770         * MAINTAINERS:  Update e-mail address.
2772 2008-03-20  Ian Lance Taylor  <iant@google.com>
2774         * configure.ac: Add support for --enable-gold.
2775         * Makefile.def: Add gold as a directory like ld.
2776         * configure, Makefile.in: Regenerate.
2778 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2780         * configure.ac: m4_include config/proginstall.m4.
2781         * configure: Regenerate.
2783         Backport from upstream Libtool:
2785         2007-10-12  Eric Blake  <ebb9@byu.net>
2787         Deal with Autoconf 2.62's semantic change in m4_append.
2788         * ltsugar.m4 (lt_append): Replace broken versions of
2789         m4_append.
2790         (lt_if_append_uniq): Don't require separator to be overquoted,
2791         and avoid broken m4_append.
2792         (lt_dict_add): Fix typo.
2793         * libtool.m4 (_LT_DECL): Don't overquote separator.
2795 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2797         * config.rpath: Add AIX 6 support.
2799 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2801         * Makefile.def (stageprofile).  Remove -fprofile-generate
2802         from stage_libcflags.
2803         * Makefile.in: Regenerate.
2805 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2807         * config.sub, config.guess: Update from upstream sources.
2809 2008-03-06  Tom Tromey  <tromey@redhat.com>
2811         * MAINTAINERS: Update for treelang deletion.
2813 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2815         * MAINTAINERS: Update my email address.
2817 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2819         * MAINTAINERS (darwin port): Add myself as a maintainer.
2820         (objective-c/c++): Add myself as a maintainer.
2822 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2824         * MAINTAINERS (Write After Approval): Update my email address.
2826 2008-02-25  Tomas Bily  <tbily@suse.cz>
2828         * MAINTAINERS (Write After Approval): Add myself.
2830 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2832         * MAINTAINERS (OpenMP): Add myself.
2834 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2836         PR bootstrap/32009
2837         PR bootstrap/32161
2839         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2840         * configure: Regenerate.
2842         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2843         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2844         STAGE4_LIBCFLAGS): New.
2845         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2846         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2847         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2848         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2849         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2850         for target modules.  Don't export LIBCFLAGS.
2851         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2852         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2853         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2854         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2855         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2856         * Makefile.in: Regenerate.
2858 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2860         PR libgcj/33085
2861         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2862         Do not use -DDLL_EXPORT.  Backport from upstream.
2864 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2866         * MAINTAINERS (Write After Approval): Add myself.
2868 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2870         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2871         * configure: Regenerate.
2873 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2875         * configure.ac (xtensa*-*-*): Recognize processor variants.
2876         * configure: Regenerate.
2878 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2880         PR bootstrap/34922
2881         * configure.ac (PARSE_ARGS): Push suitable setting of
2882         ac_subdirs_all, for `./configure --help=recursive'.
2883         Handle `+' in generic toplevel directory disabling.
2884         * configure: Regenerate.
2886 2008-01-28  Nick Clifton  <nickc@redhat.com>
2888         * MAINTAINERS (xstormy16): Take over maintainership.
2890 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2892         * MAINTAINERS (c4x port): Remove.
2894 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2896         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2898 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2900         * config.sub, config.guess: Update from upstream sources.
2902 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2904         * MAINTAINERS (Write After Approval): Add myself.
2906 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2908         * MAINTAINERS: Update my email address.
2910 2008-01-09  Raksit Ashok  <raksit@google.com>
2912         * MAINTAINERS (Write After Approval): Add myself.
2914 2008-01-09  Raksit Ashok  <raksit@google.com>
2916         * MAINTAINERS (Write After Approval): Add myself.
2918 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2920         * config.sub, config.guess: Update from upstream sources.
2922 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2924         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2925         Change recommended MPFR from 2.2.1 -> 2.3.0.
2926         * configure: Regenerate.
2928 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2930         * MAINTAINERS: Update my email address.
2932 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2934         * MAINTAINERS: Update my email address.
2936 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2938         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2939         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2940         * Makefile.in: Regenerate.
2942 2007-12-10  Mark Heffernan  <meheff@google.com>
2944         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2945         misplaced entries.
2947 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2949         * configure.ac: Enable libjava for x86_64-*-darwin9.
2950         * configure: Regenerate.
2952 2007-12-07  Bill Maddox  <maddox@google.com>
2954         * MAINTAINERS (Write After Approval): Add myself.
2956 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2958         * config.sub, config.guess: Update from upstream sources.
2960 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2962         * config-ml.in: Remove 64bit configure tests.
2964 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2966         * config-ml.in: Robustify against white space in absolute file
2967         names.
2969         * config-ml.in (multi-clean): Substitute ${Makefile}.
2970         Remove superfluous ${Makefile} in list.
2972 2007-11-19  Thiemo Seufer  <ths@mips.com>
2974         * config-ml.in: Don't hardcode the Makefile name.
2976 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2978         * MAINTAINERS (Write After Approval): Add myself.
2980 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2982         * MAINTAINERS (Write After Approval): Add myself.
2984 2007-11-06  Doug Kwan  <dougkwan@google.com>
2986         * MAINTAINERS (Write After Approval): Add myself.
2988 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2990         * MAINTAINERS (mercury): Remove entry.
2991         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2993 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2995         * Makefile.def (dependencies): Make configure-gdb depend on
2996         all-intl.
2997         * Makefile.in: Regenerated.
2999 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3001         * MAINTAINERS (Fortran maintainer): Remove myself.
3003 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3005         * Makefile.def: To avoid problems running with parallel makes,
3006         build newlib before libgloss so that target specific header
3007         files are availble.
3008         * Makefile.in: Regenerate
3010 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3012         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3013         * Makefile.in: Regenerate.
3015 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3017         * MAINTAINERS (Register allocation reviewer): Add myself.
3019 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3021         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3022         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3023         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3024         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3025         * configure: Regenerate.
3027 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3029         * MAINTAINERS (Register allocation reviewer): Add myself.
3031 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3033         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3034         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3035         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3036         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3037         * configure.ac: Default them to host tools for $host = $build.
3038         Subst them.
3040         * configure: Regenerate.
3041         * Makefile.in: Regenerate.
3043 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3045         * MAINTAINERS (Register allocation reviewer): Add myself.
3047 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3049         * MAINTAINERS (Register allocation reviewer): Add myself.
3051 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3053         * MAINTAINERS (Write After Approval): Fix typo.
3055 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3057         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3058         * configure: Regenerate.
3060 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3062         PR bootstrap/31906
3063         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3064         they're already prefixed.
3066 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3068         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3069         libstdc++.
3070         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3071         * configure: Regenerate.
3072         * Makefile.in: Regenerate.
3074 2007-09-17  Andreas Schwab  <schwab@suse.de>
3076         * configure.ac: Raise minimum makeinfo version to 4.6.
3077         * configure: Regenerate.
3079 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3081         * MAINTAINERS (write-after-approval) add myself
3083 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3085         * configure.ac: Correct makeinfo version check.
3086         * configure: Regenerate.
3088 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3090         * MAINTAINERS: Update my email address.
3092 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3094         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3095         to $skipdirs and only disable gprof for newlib.  Use the normal
3096         mips*-elf* handling in other respects.
3097         * configure: Regnerate.
3099 2007-09-12  David Daney  <ddaney@avtrex.com>
3101         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3102         enabling libgcj.
3103         * configure: Regenerate.
3105 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3107         PR other/32154
3108         * configure.ac: For libgloss targets, point the linker to the linker
3109         script, startup code and simulator library.
3110         * configure: Regenerate.
3112 2007-09-07  Andrew Haley  <aph@redhat.com>
3114         * configure.ac (noconfigdirs): Remove target-libffi and
3115         target-libjava.
3116         * configure: Regenerate.
3118 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3120         PR target/33281
3121         * configure.ac: Use config/mh-mingw on mingw.
3122         * configure: Regenerate.
3124 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3126         * MAINTAINERS (Write After Approval): Add myself.
3128 2007-09-05  Richard Guenther  <rguenther@suse.de>
3130         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3131         nor --disable-checking is provided also turn on yes and types
3132         checking for stage1.
3133         * configure: Re-generate.
3135 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3137         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3138         (Write After Approval): Remove myself.
3140 2007-08-29  Nick Clifton  <nickc@redhat.com>
3142         * config.sub, config.guess: Update from upstream sources.
3144 2007-08-22  Bud Davis  <jmdavis@link.com>
3146         * MAINTAINERS (Write After Approval): Added myself.
3147         * MAINTAINERS (Reviewers): Removed myself.
3149 2007-08-18  Paul Brook  <paul@codesourcery.com>
3150             Joseph Myers  <joseph@codesourcery.com>
3152         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3153         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3154         * Makefile.in: Regenerate.
3155         * configure.ac (--with-debug-prefix-map): New.
3156         * configure: Regenerate.
3158 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3159             Nigel Stephens  <nigel@mips.com>
3161         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3162         as target_makefile_frag.
3163         * configure: Regenerate.
3165 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3167         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3168         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3169         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3170         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3171         (do-compare, do-compare3, do-compare-debug): New.
3172         ([+compare-target+]): Use them.
3174 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3176         * MAINTAINERS (Write After Approval): Change my email address.
3178 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3179             Ben Elliston  <bje@au.ibm.com>
3181         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3182         --silent if $silent.
3183         * configure: Regenerate.
3185 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3187         * MAINTAINERS (Various Maintainers): Add myself as
3188         loop infrastructure maintainer.  Update my e-mail
3189         address.
3191 2007-07-31  Diego Novillo  <dnovillo@google.com>
3193         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3194         Adjust description.
3196 2007-07-26  Richard Guenther  <rguenther@suse.de>
3198         * configure.ac: Add types checking to stage1 checking flags.
3199         * configure: Regenerate.
3201 2007-07-17  Nick Clifton  <nickc@redhat.com>
3203         * COPYING3: New file.  Contains version 3 of the GNU General
3204         Public License.
3205         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3206         Lesser General Public License.
3208 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3210         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3212 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3214         * MAINTAINERS (S/390 co-maintainer): Add myself.
3215         (Write After Approval): Remove myself.
3217 2007-07-13  Dan Hipschman  <dsh@google.com>
3219         * MAINTAINERS (Write After Approval): Add myself.
3221 2007-07-11  Nick Clifton  <nickc@redhat.com>
3223         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3224         WINDRES export.
3225         * Makefile.in: Regenerate.
3227 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3229         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3230         maintainer.
3232 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3234         * lt~obsolete.m4: New. Import from 20070318 libtool.
3236 2007-07-03  Julian Brown  <julian@codesourcery.com>
3238         * MAINTAINERS (Write After Approval): Add myself.
3240 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3242         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3243         * configure: Regenerate.
3245 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3247         * configure.ac: Add some missing m4 quotation.
3248         * configure: Regenerate.
3250 2007-07-02  Simon Baldwin  <simonb@google.com>
3252         * MAINTAINERS (Write After Approval): Add myself.
3254 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3256         * configure: Regenerate.
3258 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3260         * Makefile.def: Add windmc tool to build.
3261         * Makefile.tpl: Likewise.
3262         * configure.ac: Likewise.
3263         * Makefile.in: Regenerate.
3264         * configure: Regenerate.
3266 2007-06-28  DJ Delorie  <dj@redhat.com>
3268         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3269         not building newlib.
3270         * configure: Regenerated.
3272 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3274         * MAINTAINERS (Write After Approval): Add myself.
3276 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3278         * MAINTAINERS (Write After Approval): Add myself.
3280 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3282         * MAINTAINERS (Write After Approval): Add myself.
3284 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3286         * MAINTAINERS (Write After Approval): Add myself.
3288 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3290         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3291         * Makefile.in: Regenerated.
3293 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3295         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3296         bfin*-*-uclinux* targets.
3297         * configure: Regenerate.
3299 2007-06-14  Ian Lance Taylor  <iant@google.com>
3301         * MAINTAINERS: Add myself as non-algorithmic global write
3302         maintainer.
3304 2007-06-14  Diego Novillo  <dnovillo@google.com>
3306         * MAINTAINERS: Add self as middle-end maintainer and
3307         non-algorithmic global write maintainer.
3309 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3311         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3312         Move all Fortran maintainers except Paul Brook into the
3313         Non-Autopoiesis section.
3315 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3317         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3318         (distclean-stage[+id+]): Possibly delete stage_last.
3319         * Makefile.in: Regenerate.
3321 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3323         * MAINTAINERS (Various Maintainer): Fix typo.
3325 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3327         * MAINTAINERS (Various Maintainer): Add myself as
3328         dataflow maintainer.
3330 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3332         * config.sub, config.guess: Update from upstream sources.
3334 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3336         * Makefile.tpl: Fix spelling error.
3337         * Makefile.in: Regenerate.
3339 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3341         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3342         lt_cv_sys_max_cmd_len.
3344 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3346         * MAINTAINERS (Various Maintainers): Add myself as
3347         auto-vectorizer maintainer.
3349 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3351         PR libjava/32098
3352         * libtool.m4: Revert previous change.
3353         * ltgcc.m4: Put it here.
3355 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3357         * MAINTAINERS (Various Maintainers): Add myself as
3358         auto-vectorizer maintainer.
3360 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3362         PR libjava/32098
3363         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3365 2007-05-30  Richard Guenther  <rguenther@suse.de>
3367         * MAINTAINERS (Various Maintainers): Add myself as
3368         auto-vectorizer maintainer.
3370 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3372         PR bootstrap/29382
3373         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3374         * configure: Rebuilt.
3376 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3378         * MAINTAINERS (Write After Approval): Removed my name.
3380 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3382         * MAINTAINERS (Write After Approval): Remove myself.
3384 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3386         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3388 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3390         * ltmain.sh: Update from ToT Libtool.
3391         * libtool.m4: Update from ToT Libtool.
3392         * ltsugar.m4: New. Update from ToT Libtool.
3393         * ltversion.m4: New. Update from ToT Libtool.
3394         * ltoptions.m4: New. Update from ToT Libtool.
3395         * ltconfig: Remove.
3396         * ltcf-c.sh: Remove.
3397         * ltcf-cxx.sh: Remove.
3398         * ltcf-gcj.sh: Remove.
3400 2007-05-22  Ollie Wild  <aaw@google.com>
3402         * MAINTAINERS (Write After Approval): Add myself.
3404 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3406         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3407         stage_cflags.
3408         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3409         Remove CFLAGS/LIBCFLAGS.
3410         (configure-stage[+id+]-[+prefix+][+module+],
3411         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3412         * Makefile.in: Regenerate.
3414 2007-05-15  Diego Novillo  <dnovillo@google.com>
3416         * MAINTAINERS: Update e-mail address.
3418 2007-05-15  Revital Eres  <eres@il.ibm.com>
3420         * MAINTAINERS (Write After Approval): Add myself.
3422 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3424         * MAINTAINERS (Write After Approval): Updated my address.
3426 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3428         * MAINTAINERS (Write After Approval): Add myself.
3430 2007-05-11  Silvius Rus  <rus@google.com>
3432         * MAINTAINERS (Write After Approval): Add myself.
3434 2007-04-23  Tom Tromey  <tromey@redhat.com>
3436         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3438 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3440         * MAINTAINERS (cpplib): Rename to ...
3441         (libcpp): ... this.  Add C/C++ front end maintainers.
3443 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3445         * config-ml.in: Pass ${ml_config_env} to configure calls.
3447 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3449         * MAINTAINERS (Write After Approval): Add myself.
3451 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3453         * MAINTAINERS (Write After Approval): Add myself.
3455 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3457         * MAINTAINERS (fortran 95 front end): Add myself.
3459 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3461         * MAINTAINERS (Write After Approval): Add myself.
3463 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3465         * MAINTAINERS (Modulo Scheduler): Add myself.
3467 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3469         * MAINTAINERS (fortran 95 front end): Add myself.
3470         (c++ front end): whitespace fix.
3472 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3474         * MAINTAINERS (Write After Approval): Add myself.
3476 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3478         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3479         of glob.  Quote arguments with single quotes too.
3480         * configure: Regenerate.
3482 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3484         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3485         * Makefile.in: Regenerate
3487 2007-03-07  Andreas Schwab  <schwab@suse.de>
3489         * configure: Regenerate.
3491 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3493         * configure.ac: Add "--with-pdfdir" configure option,
3494         which defines pdfdir variable.
3495         * Makefile.def (target=fixincludes): Add install-pdf to
3496         missing targets.
3497         (recursive_targets): Add install-pdf target.
3498         (flags_to_pass): Add pdfdir.
3499         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3500         target.
3501         * configure: Regenerate
3502         * Makefile.in: Regenerate
3504 2007-02-28  Eric Christopher  <echristo@apple.com>
3506         Revert:
3507         2006-12-07  Mike Stump  <mrs@apple.com>
3509         * Makefile.def (dependencies): Add dependency for
3510         install-target-libssp and install-target-libgomp on
3511         install-gcc.
3512         * Makefile.in: Regenerate.
3514 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3516         * configure: Regenerate.
3517         * configure.ac: Move statements after variable declarations.
3519 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3521         * MAINTAINERS: Add myself as sh maintainer.
3523 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3525         * configure.ac: Adjust for loop syntax.
3526         * configure: Regenerate.
3528 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3530         * configure: Rebuilt.
3532 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3534         * configure.ac: Drop multiple occurrences of --enable-languages,
3535         and fix its quoting.
3536         * configure: Rebuilt.
3538 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3539             Nathan Sidwell  <nathan@codesourcery.com>
3540             Vladimir Prus  <vladimir@codesourcery.com>
3541             Joseph Myers  <joseph@codesourcery.com>
3543         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3544         * configure: Regenerate.
3546 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3548         * ltconfig (freebsd*): Default to elf.
3550 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3552         * configure.ac (target_libraries): Move libgcc before libiberty.
3553         * configure: Regenerated.
3555 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3556             Paolo Bonzini  <bonzini@gnu.org>
3558         PR bootstrap/30753
3559         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3560         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3561         * configure: Regenerated.
3563 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3565         * MAINTAINERS (Language Front End Maintainers): Update my mail
3566         address.
3568 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3570         PR bootstrap/30748
3571         * configure.ac: Correct syntax for Solaris ksh.
3572         * configure: Regenerated.
3574 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3576         * configure.ac: Sync with src.
3577         * configure: Regenerate.
3579 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3581         * Makefile.in: Regenerate.
3583 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3585         * config.sub: Sync with src.
3587 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3589         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3590         noncanonical equivalents.
3591         * configure.in: Rename to...
3592         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3593         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3594         target_noncanonical.  Use them.  Rewrite removal of configure
3595         arguments for autoconf 2.59.  Discard variable settings.  Force
3596         program_transform_name for native tools.
3598         * Makefile.in: Regenerated.
3599         * configure: Regenerated with autoconf 2.59.
3601 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3603         * MAINTAINERS (Write After Approval): Add myself.
3605 2007-01-31  Andreas Schwab  <schwab@suse.de>
3607         * Makefile.tpl (LDFLAGS): Substitute it.
3608         * Makefile.in: Regenerate.
3610 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3612         * MAINTAINERS (Write After Approval): Add myself.
3614 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3616         * MAINTAINERS (spu port): Add myself.
3618 2007-01-23  Richard Guenther  <rguenther@suse.de>
3620         PR bootstrap/30541
3621         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3622         * Makefile.tpl (GNATBIND): Substitute it.
3623         (GNATMAKE): Likewise.
3624         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3625         of STAGE_PREFIX.
3626         * Makefile.in: Regenerate.
3627         * configure: Regenerate.
3629 2007-01-18  Mike Stump  <mrs@apple.com>
3631         * configure.in: Re-enable -Werror for gcc builds.
3633 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3635         * MAINTAINERS (Write After Approval): Add myself.
3637 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3639         * configure.in: Change == to = in test command.
3640         * configure: Regenerate.
3642 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3643             Nick Clifton  <nickc@redhat.com>
3644             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3646         * configure.in (build_configargs, host_configargs, target_configargs):
3647         Remove build/host/target parameters.
3648         (host_libs): Add gmp and mpfr.
3649         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3650         * Makefile.def (gmp, mpfr): New.
3651         (gcc): Remove target.
3652         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3653         target_os, target_vendor): New.
3654         (configure): Add host_alias/target_alias arguments; adjust invocations.
3655         * configure: Regenerate.
3656         * Makefile.in: Regenerate.
3658 2007-01-11  Matt Fago  <fago@earthlink.net>
3660         * configure.in: Try to link to functions only in mpfr 2.2.x
3661         to improve robustness of configure tests.
3662         * configure: Regenerate.
3664 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3666         * MAINTAINERS: Add myself as i386 maintainer.
3668 2007-01-08  Jan Hubicka  <jh@suse.cz>
3670         * MAINTAINERS: Add myself as i386 maintainer.
3672 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3674         * configure.in: Add support for an x86_64-mingw* target.
3675         * configure: Regenerate.
3677 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3679         * Makefile.tpl (all-target): Correct @if conditional for target
3680         modules.
3681         * configure.in: Omit libiberty if building only target libgcc.
3682         * configure, Makefile.in: Regenerated.
3684 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3686         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3687         * configure: Regenerate.
3689 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3691         * Makefile.def (target_modules): Add libgcc.
3692         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3693         * Makefile.tpl (clean-target-libgcc): Delete.
3694         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3695         on gcc even for bootstrapped modules.  Rewrite handling of
3696         lang_env_dependencies to loop over target_modules.
3697         * configure.in (target_libraries): Add target-libgcc.
3698         * Makefile.in, configure: Regenerated.
3700 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3702         * configure.in: Reorganize recognition of languages.  Add
3703         --enable-stage1-languages.  Show supported languages for the chosen
3704         target rather than all recognized languages.
3705         * configure: Regenerate.
3707 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3709         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3710         * Makefile.in: Regenerate.
3712 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3714         * configure.in: Warn that MPFR 2.2.0 is buggy.
3715         * configure: Regenerate.
3717 2006-12-27  Ian Lance Taylor  <iant@google.com>
3719         * configure.in: When removing Makefiles to force a reconfigure, also
3720         remove prev-DIR*/Makefile.
3721         * configure: Regenerate.
3723 2006-12-22  Andreas Schwab  <schwab@suse.de>
3725         * configure: Regenerate with correct autoconf version.
3727 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3729         * configure.in: add AC_SUBST for *_FOR_TARGET.
3730         * configure: Regenerate.
3732 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3734         * configure.in: Simplify logic for rejecting languages that cannot
3735         be built.  Separate the case when a language is unsupported,
3736         from the case when the user chooses not to build a language.
3738 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3740         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3741         it only affects bootstrap and could be tested on "$host" as well.
3742         * configure: Regenerate.
3743         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3745 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3747         PR bootstrap/29544
3748         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3749         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3750         move here comment from Makefile.tpl.
3751         * Makefile.tpl: Move some definitions higher in the file.
3752         (STAGE1_CHECKING): New.
3753         * configure.in: Add --enable-stage1-checking.
3754         * configure: Regenerate.
3755         * Makefile.in: Regenerate.
3757 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3759         * MAINTAINERS: Add myself as build system maintainer.
3761 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3763         * MAINTAINERS (Write After Approval): Add myself.
3765 2006-12-13  Eric Christopher  <echristo@apple.com>
3767         * MAINTAINERS: Add myself as darwin maintainer.
3769 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3771         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3773 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3775         MAINTAINERS: Update my entry.
3777 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3779         * configure.in:  Handle spu makefile frag.
3780         * Makefile.tpl (MAINT): Define
3781         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3782         * configure: Regenerate.
3783         * Makefile.in: Regenerate.
3785 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3787         * config.guess: Import latest version.
3788         * config.sub: Likewise.
3790 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3792         * configure.in (spu-*-*): Don't skip target-libiberty.
3793         * configure: Regenerate.
3795 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3797         PR bootstrap/30134
3798         * configure.in: Correct x86 darwin support for libjava to powerpc
3799         and i?86 only.
3800         * configure: Regenerate.
3802 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3804         * configure.in: Add x86 darwin support for libjava.
3805         * configure: Regenerate.
3807 2006-12-07  Mike Stump  <mrs@apple.com>
3809         * Makefile.def (dependencies): Add dependency for
3810         install-target-libssp and install-target-libgomp on
3811         install-gcc.
3812         * Makefile.in: Regenerate.
3814 2006-12-04  Richard Guenther  <rguenther@suse.de>
3816         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3817         (Non-Algorithmic Maintainers): Move over non-algorithmic
3818         loop optimizer maintainers, add myself as a non-algorithmic
3819         middle-end maintainer.
3821 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3823         * MAINTAINERS (Write After Approval): Add myself.
3825 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3827         * configure.in: Update error message for missing GMP/MPFR.
3829         * configure: Regenerate.
3831 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3833         * configure.in: Update MPFR version in error message.
3835         * configure: Regenerate.
3837 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3839         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3840         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3841         --with-gmp-lib): New flags.
3843         * configure: Regenerate.
3845 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3847         * MAINTAINERS (Write After Approval): Change my email address.
3849 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3851         * MAINTAINERS (Write After Approval): Add myself.
3853 2006-11-22  Philipp Thomas  <pth@suse.de>
3855         * MAINTAINERS (i18n): Update e-mail address.
3857 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3859         * MAINTAINERS (spu port): Add myself as maintainer.
3860         (Write After Approval): Remove myself.
3862 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3864         * configure.in (skipdirs): Don't build libssp for SPU.
3865         * configure: Regenerate.
3867 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3869         * MAINTAINERS (spu port): Add myself as maintainer.
3870         (libobjc): Update my email address.
3872 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3874         * MAINTAINERS (Write After Approval): Add myself.
3876 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3878         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3879         * configure : Rebuilt.
3881 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3883         * MAINTAINERS (Write After Approval): Add myself.
3885 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3887         * MAINTAINERS (Write After Approval): Add myself.
3889 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3891         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3892         libmpfr.a.
3893         * configure: Regenerate.
3895 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3897         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3898         (unstage): Test for stage_last presence.
3900         PR bootstrap/29802
3901         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3902         STAGE_PREFIX.
3903         * Makefile.in: Regenerate.
3905 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3907         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3908         maintainers.
3910 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3912         * MAINTAINERS (Write After Approval): Add myself.
3914 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3916         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3917         and stageN-package/Makefile.
3918         * Makefile.in: Regenerated.
3920 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3922         * configure.in: Remove target-libgloss from noconfigdirs for
3923         bfin-*-*.
3924         * configure: Regenerated.
3926 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3928         * configure.in (have_gmp): Only error if the gcc directory exists.
3930         * configure: Regenerate.
3932 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3934         * configure.in: Robustify error message for missing GMP/MPFR.
3936         * configure: Regenerate.
3938 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3940         * MAINTAINERS (Write After Approval): Add myself.
3942 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3944         * MAINTAINERS: Change email address.
3946 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3948         * MAINTAINERS (Write After Approval): Add myself.
3950 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3952         * MAINTAINERS (Write After Approval): Add myself.
3954 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3956         * MAINTAINERS (Write After Approval): Move myself to
3957         Write After Approval section.
3959 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3961         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3962         need_gmp anymore.
3963         * configure: Regenerate.
3965 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3967         * MAINTAINERS (Write After Approval): Add myself.
3969 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3971         * config.guess: Import latest version.
3972         * config.sub: Likewise.
3974 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3976         * Makefile.def: Added pdf target handling.
3977         * Makefile.tpl: Added pdf target handling.
3978         * Makefile.in: Regenerated.
3980 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3982         * MAINTAINERS: Add self as score port maintainer.
3984 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3986         * MAINTAINERS (Write After Approval): Add myself.
3988 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3990         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3991         or newer.
3992         * configure: Regenerated.
3994 2006-09-27  Dave Brolley  <brolley@redhat.com>
3996         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3997         using $s instead of $r.
3998         * configure: Regenerated.
4000 2006-09-26  Thiemo Seufer  <ths@mips.com>
4002         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4003         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4004         * configure: Regenerate.
4006 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4008         * MAINTAINERS (Write After Approval): Remove myself.
4010 2006-09-22  Chao-ying Fu  <fu@mips.com>
4012         * MAINTAINERS (Write After Approval): Add myself.
4014 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4016         * MAINTAINERS: Add self as soft-fp maintainer.
4018 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4020         * MAINTAINERS: Add myself as avr maintainer.
4021         Remove Marek Michalkiewicz as avr maintainer.
4023 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4025         * MAINTAINERS (Write After Approval): Add myself.
4027 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4029         * configure.in: Never build newlib for a Mingw host.
4030         Never build newlib as Mingw target library.
4031         Test the existence of winsup/cygwin for building a Cygwin newlib,
4032         rather than just winsup.
4033         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4034         building a Mingw target.
4035         * configure: Regenerate.
4037 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4039         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4041 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4043         * config.guess: Import from src (was more updated).
4044         * config.sub: Likewise.
4046 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4048         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4049         * configure: Regenerated.
4051 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4053         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4054         for stages after the first.
4056 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4058         * Makefile.def: Add dependencies for configure-opcodes
4059         on configure-intl and all-opcodes on all-intl.
4060         * Makefile.in: Regenerated.
4062 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4064         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4066 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4068         Port to hosts whose 'sort' and 'tail' implementations
4069         treat operands with leading '+' as file names, as POSIX
4070         has required since 2001.  However, make sure the code still
4071         works on pre-POSIX hosts.
4072         * ltmain.sh: Don't assume "sort +2" is equivalent to
4073         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4075 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4077         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4079 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4081         * ltconfig: chmod 644 before ranlib during install.
4083 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4085         PR bootstrap/18058
4086         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4087         if the bootstrap compiler is a GCC version that supports it.
4088         * configure: Regenerate.
4090 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4092         * configure.in: Fix thinkos in previous check-in.
4093         * configure: Regenerate.
4095 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4097         PR other/27063
4098         * configure.in: Test subdir_requires and give an appropriate
4099         error message.
4100         * configure: Regenerate.
4102 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4104         * MAINTAINERS (Write After Approval): Add myself.
4106 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4108         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4110 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4112         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4114 2006-06-20  David Ayers  <d.ayers@inode.at>
4116         PR bootstrap/28072
4117         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4118         whether target-libjava is being configured instead of whether the
4119         java front end is enabled.
4120         * configure: Regenerate.
4122 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4124         PR target/27540
4125         * configure.in: Only enable libgomp on IRIX 6.
4126         * configure: Regenerate.
4128 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4130         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4131         too.
4132         * Makefile.in: Regenerate.
4134 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4136         * config-ml.in: Alter CCASFLAGS to include special
4137         multilib options the same as is done for CFLAGS.
4139 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4141         * configure.in: Don't enable libgomp on hpux10.
4142         * configure: Rebuilt.
4144 2006-06-12  David Ayers  <d.ayers@inode.at>
4146         PR bootstrap/27963
4147         PR target/19970
4148         * configure.in: Remove target-boehm-gc from noconfigdirs where
4149         ${libgcj} is specified.
4150         * configure: Regenerate.
4152 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4154         Sync from src:
4156         * configure.in: Sync.
4157         * configure: Regenerated.
4159         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4161         * Makefile.def: Added dependencies from sim and gdb on intl, and
4162         added configure dependencies to everything with an all dependency
4163         on intl.
4164         * Makefile.in: Regenerated.
4166 2006-06-06  David Ayers  <d.ayers@inode.at>
4168         PR libobjc/13946
4169         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4170         * Makefile.in: Regenerate.
4171         * configure.in: Add --enable-objc-gc at toplevel and have it
4172         enable boehm-gc for Objective-C.
4173         Remove target-boehm-gc from libgcj.
4174         Add target-boehm-gc to target_libraries.
4175         Add target-boehm-gc to noconfigdirs where ${libgcj}
4176         is specified.
4177         Assert that boehm-gc is supported when requested for Objective-C.
4178         Only build boehm-gc if needed either for Java or Objective-C.
4179         * configure: Regenerate.
4181 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4183         PR 27674
4184         * Makefile.tpl (configure-[+prefix+][+module+],
4185         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4186         Remove rule to unstage bootstrapped modules.
4187         (stage_current): New.
4188         * Makefile.in: Regenerate.
4190 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4192         * MAINTAINERS (Write After Approval): Update my e-mail address.
4194 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4196         * include/libiberty.h: Declare pex_run_in_environment.
4198 2006-05-31  Asher Langton  <langton2@llnl.gov>
4200         * MAINTAINERS (Write After Approval): Add myself.
4202 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4204         * Makefile.def (bfd, opcodes): Fix lib_path.
4205         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4206         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4207         * Makefile.in: Regenerate.
4209 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4211         * Makefile.in: Regenerate.
4213 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4215         * Makefile.def: Add install-html target. Add datarootdir
4216         docdir and htmldir to flags_to_pass.
4217         * Makefile.tpl: Add install-html target.
4218         * Makefile.in: Regenerate.
4219         * configure.in: Add --with-datarootdir, --with-docdir, and
4220         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4221         * configure: Regenerate.
4223 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4225         * configure.in: Enable gprof for cross builds.
4226         * configure: Regenerate.
4228 2006-05-22  Richard Guenther  <rguenther@suse.de>
4230         Revert
4231         2006-01-31  Richard Guenther  <rguenther@suse.de>
4232         Paolo Bonzini  <bonzini@gnu.org>
4234         * Makefile.def (target_modules): Add libgcc-math target module.
4235         * configure.in (target_libraries): Add libgcc-math target library.
4236         (--enable-libgcc-math): New configure switch.
4237         * Makefile.in: Re-generate.
4238         * configure: Re-generate.
4239         * libgcc-math: New toplevel directory.
4241 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4242             Andreas Tobler  <a.tobler@schweiz.ch>
4244         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4245         * configure: Rebuilt.
4247 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4249         * MAINTAINERS (Write After Approval): Add myself.
4251 2006-05-01  DJ Delorie  <dj@redhat.com>
4253         * configure.in: Restore CFLAGS if GMP isn't present.
4254         * configure: Regenerate.
4256 2006-05-01  Richard Guenther  <rguenther@suse.de>
4258         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4259         maintainer.
4261 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4263         * MAINTAINERS (Write After Approval): Add myself.
4265 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4267         * MAINTAINERS (Write After Approval): Add myself.
4269 2006-04-18  DJ Delorie  <dj@redhat.com>
4271         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4272         reference libgloss so that libssp can be built in a combined
4273         tree.
4274         * configure: Regenerate.
4276 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4278         * MAINTAINERS (Write After Approval): Add myself.
4280 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4282         * configure.in: Require makeinfo 4.4 or higher.
4283         * configure: Regenerate.
4285 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4287         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4288         Rearrange the entries of other libraries to have them in one place.
4290 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4292         * MAINTAINERS (Write After Approval): Remove myself.
4293         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4295 2006-03-14  Richard Guenther  <rguenther@suse.de>
4297         * configure: Regenerate with autoconf 2.13.
4299 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4301         * MAINTAINERS: Use my work address.
4303         * MAINTAINERS: Update my E-mail address.
4305 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4307         * configure.in: Handle --disable-<component> generically.
4308         * configure: Regenerate.
4310 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4312         PR libgcj/17311
4313         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4315 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4317         * MAINTAINERS (Write After Approval):  Remove myself.
4318         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4320 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4322         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4323         (TARGET_CONFIGDIRS): Remove.
4324         * configure.in: Remove AC_SUBST(target_configdirs).
4325         * Makefile.in, configure: Regenerated.
4327 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4329         * MAINTAINERS (Write After Approval):  Remove myself.
4330         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4332 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4334         PR bootstrap/25670
4336         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4338         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4339         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4340         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4341         BUILD_PREFIX, BUILD_PREFIX_1.
4342         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4344         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4345         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4347         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4348         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4349         of `cat stage_current`.  Always provide the `r' and `s' variables.
4350         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4351         a single shell execution.
4352         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4353         bootstrapped modules, make the stage1 module if the build was not
4354         started yet, else build the current stage.
4355         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4356         (all-build, all-host, all-target, [+make_target+]-host,
4357         [+make_target+]-target): Do not use \-continued lines.
4358         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4359         (current_stage, restrap, stage_last): New.
4361         * Makefile.in: Regenerate.
4362         * configure: Regenerate.
4364 2006-02-19  Bud Davis  <jmdavis@link.com>
4366         * MAINTAINERS (Write After Approval):  Remove myself.
4367         (Language Front End Maintainers):  Add myself as fortran 95
4368         maintainer and update e-mail address.
4370 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4372         * MAINTAINERS (Write After Approval):  Remove myself.
4373         (Language Front End Maintainers):  Add myself as fortran 95
4374         maintainer.
4376 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4378         * MAINTAINERS (Write After Approval): Add myself.
4380 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4382         * MAINTAINERS (Write After Approval):  Remove myself.
4383         (Language Front End Maintainers):  Add myself as
4384         fortran 95 maintainer.
4386 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4388         Sync from src:
4390         2005-12-27  Leif Ekblad  <leif@rdos.net>
4392         * configure.in: Add support for RDOS target.
4393         * configure: Regenerate.
4395 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4396             Andreas Schwab  <schwab@suse.de>
4398         * configure: Regenerate.
4400 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4402         * configure.in (enable_libgomp): Add AIX.
4403         * configure: Regenerate.
4405 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4407         * MAINTAINERS (Write After Approval): Add myself.
4409 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4411         * MAINTAINERS (Write After Approval): Add myself.
4413 2006-01-31  Richard Guenther  <rguenther@suse.de>
4414         Paolo Bonzini  <bonzini@gnu.org>
4416         * Makefile.def (target_modules): Add libgcc-math target module.
4417         * configure.in (target_libraries): Add libgcc-math target library.
4418         (--enable-libgcc-math): New configure switch.
4419         * Makefile.in: Re-generate.
4420         * configure: Re-generate.
4421         * libgcc-math: New toplevel directory.
4423 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4425         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4426         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4427         the assembler, linker and binutils.
4428         * configure: Regenerate.
4430 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4432         * MAINTAINERS (Write After Approval): Add myself.
4434 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4436         * configure: Regenerate.
4438 2006-01-18  Richard Henderson  <rth@redhat.com>
4439             Jakub Jelinek  <jakub@redhat.com>
4440             Diego Novillo  <dnovillo@redhat.com>
4442         * libgomp: New directory.
4443         * Makefile.def: Add target_module libgomp.
4444         * Makefile.in: Regenerate.
4445         * configure.in (target_libraries): Add target-libgomp.
4446         * configure: Regenerate.
4448 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4450         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4451         @ from continuation.
4452         * Makefile.in: Rebuilt.
4454 2006-01-04  Chris Lattner  <sabre@gnu.org>
4456         * MAINTAINERS (Write After Approval): Add myself.
4458 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4460         PR bootstrap/24252
4462         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4463         * Makefile.tpl (OBJDUMP): New.
4464         (EXTRA_HOST_FLAGS): Add it.
4465         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4467         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4468         to use symbolic links between directories.  Avoid race conditions
4469         or make them harmless.
4470         * configure.in: Do not try to use symbolic links between directories.
4472         * Makefile.def (LEAN): Pass.
4473         * Makefile.tpl (LEAN): Define.
4474         (stage[+id+]-start): Accept that the previous directory does not
4475         exist, if the bootstrap is lean.
4476         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4477         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4478         configure substitution.
4479         ([+compare-target+]): Likewise.
4480         ([+bootstrap-target+]-lean): New.
4481         * configure.in: Remove lean bootstrap support from here.
4483         * Makefile.in: Regenerate.
4484         * configure: Regenerate.
4486 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4488         * MAINTAINERS (libdecnumber): Add myself.
4490 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4492         * libtool-ldflags: New script.
4494 2006-01-02  Andreas Schwab  <schwab@suse.de>
4496         * configure.in: When reconfiguring remove Makefile in
4497         all stage directories.
4498         * configure: Regenerate.
4500 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4502         * MAINTAINERS: Update my email address.
4504 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4506         Revert Ada-related part of the previous change.
4508         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4509         Do not pass.
4510         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4511         * Makefile.in: Regenerate.
4512         * configure.in: Do not include mt-ppc-aix target fragment.
4513         * configure: Regenerate.
4515 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4517         * configure.in: Select appropriate fragments for PowerPC/AIX.
4518         * configure: Regenerate.
4520         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4521         BOOT_CFLAGS, BOOT_LDFLAGS.
4522         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4523         BOOT_CFLAGS, BOOT_LDFLAGS.
4524         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4525         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4526         (stage): Fail if we cannot complete the work.
4527         * Makefile.in: Regenerate.
4529 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4531         * configure.in: Replace ms1 with mt.
4532         * configure: Rebuilt.
4534 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4536         * MAINTAINERS: Update my email address.
4538 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4540         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4541         install-host-nogcc): Don't invoke $(stage) at the end.
4542         * Makefile.in: Regenerate.
4544 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4546         * configure.in: Flip the top-level bootstrap switch.
4547         * configure: Regenerate.
4549 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4551         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4552         $(stage) and $(unstage).
4553         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4554         (all): Remove stray semicolon.
4555         (local-distclean): Don't handle multilib.tmp and multilib.out.
4556         (install.all): Set $s for consistency.
4557         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4558         check_multilibs setting.  Always make the install directory.
4559         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4560         Correct @if/@endif.
4561         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4562         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4563         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4564         (multilib.out): Remove.
4565         * Makefile.in: Regenerated.
4567 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4569         * MAINTAINERS (Write After Approval): Add myself.
4571 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4573         * MAINTAINERS: Add myself as mt maintainer.
4575         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4577 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4579         * MAINTAINERS: Change email address.
4581 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4583         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4584         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4585         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4586         Find in-tree tools if available.
4587         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4588         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4589         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4590         (COMPILER_*_FOR_TARGET): New.
4591         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4592         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4593         (CONFIGURED_*, USUAL_*): Remove.
4594         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4595         STRIP): Use autoconf substitutions.
4596         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4597         COMPILER_NM_FOR_TARGET): New.
4598         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4600         (all): Make all-host and all-target in parallel.
4601         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4602         that $$r and $$s are set before invoking a recursive make.
4603         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4604         ([+bootstrap-target+]): Inline most of the `all' target.
4606 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4608         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4609         from the gcc build directory.
4610         * Makefile.in: Regenerate.
4612 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4614         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4615         depend on all-libdecnumber.
4616         * configure.in (host_libs): Include libdecnumber.
4617         * Makefile.in: Regenerate.
4618         * configure: Likewise.
4620 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4622         * libdecnumber: Import decNumber sources from the dfp-branch.
4624 2005-11-21  Kean Johnston  <jkj@sco.com>
4626         * config.sub, config.guess: Sync from upstream sources.
4628 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4630         Import from Autoconf sources:
4632         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4633         * config/move-if-change: Don't output "$2 is unchanged";
4634         suggested by Ben Elliston.  Handle weird characters correctly.
4636 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4638         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4639         to match upstream libtool for darwin.
4641 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4643         * Makefile.def: Remove gdb dependencies for gdbtk.
4644         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4645         (configure-gdb, install-gdb): New rules.
4646         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4647         * Makefile.in, configure: Regenerated.
4649 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4651         * MAINTAINERS (Write After Approval): Add myself.
4653 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4655         * MAINTAINERS (Write After Approval): Add myself.
4657 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4659         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4660         Diego Novillo.
4662 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4664         PR bootstrap/24297
4665         * Makefile.tpl (do-[+make-target+], do-check, install,
4666         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4667         are set before recursing.
4668         * Makefile.in: Regenerate.
4670 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4672         PR bootstrap/18939
4673         * Makefile.def (gcc) <target>: Fix thinko.
4674         * Makefile.in: Regenerate.
4676 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4678         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4679         * configure: Regenerate.
4681 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4683         * MAINTAINERS (Write After Approval): Add self.
4685 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4687         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4688         target-libffi, target-qthreads, target-libjava, and
4689         targetlibobjc.
4690         * configure: Regenerate.
4692 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4694         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4695         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4696         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4697         (USUAL_OBJDUMP_FOR_TARGET): New.
4698         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4699         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4700         * configure, Makefile.in: Regenerated.
4702 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4704         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4705         before other host packages.
4707 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4709         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4711 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4713         PR bootstrap/22340
4715         * configure.in (default_target): Remove.
4716         * Makefile.tpl (all): Do not use prerequisites as subroutines
4717         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4718         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4719         use prerequisites as subroutines.
4720         (check-host, check-target): New.
4721         (bootstrap configure & all targets): Do not use stage*-start
4722         if the directory layout is already ok.
4723         (non-bootstrap configure & all targets): Prepend a $(unstage).
4724         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4725         (NOTPARALLEL): Remove.
4726         (unstage, stage variables): New variables.
4727         (unstage, stage targets): Simply expand to those variables.
4729         * configure: Regenerate.
4730         * Makefile.in: Regenerate.
4732 2005-10-04  James E Wilson  <wilson@specifix.com>
4734         * Makefile.def (lang_env_dependencies): Add libmudflap.
4735         * Makefile.in: Regenerate.
4737 2005-10-03  Andreas Schwab  <schwab@suse.de>
4739         Backport from libtool CVS:
4740         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4742         * ltmain.sh: add support for installing into temporary
4743         staging area (e.g. 'make install DESTDIR=...')
4745 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4747         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4748         * configure: Regenerated.
4750 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4752         * configure: Regenerate with the correct
4753         autoconf version.
4755 2005-09-30  Catherine Moore  <clm@cm00re.com>
4757         * configure.in (bfin-*-*): New.
4758         * configure: Regenerated.
4760 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4762         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4763         (LIPO_FOR_TARGET): New.
4764         (CONFIGURED_LIPO_FOR_TARGET): New.
4765         (USUAL_LIPO_FOR_TARGET): New.
4766         (STRIP_FOR_TARGET): New.
4767         (CONFIGURED_STRIP_FOR_TARGET): New.
4768         (USUAL_STRIP_FOR_TARGET): New.
4769         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4770         STRIP_FOR_TARGET.
4771         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4772         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4773         * Makefile.in: Regenerate.
4774         * configure: Regenerate.
4776 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4778         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4779         (rs6000-*-aix*): Same.
4780         * configure: Regenerate.
4782 2005-09-16  Tom Tromey  <tromey@redhat.com>
4784         * MAINTAINERS: Add self as java maintainer.
4786 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4788         * configure.in: Recognize f95 in the --enable-languages option,
4789         and substitute it for fortran, issuing a warning.
4790         * configure: Regenerate.
4792 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4794         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4795         * configure:  Regenerated.
4797 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4799         * MAINTAINERS: Add self as ms1 maintainer.
4801 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4803         * Makefile.def (libssp): Add to lang_env_dependencies.
4804         * Makefile.in: Regenerate.
4806 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4808         * MAINTAINERS: Add myself as middle-end maintainer.
4810 2005-08-17  Christian Groessler  <chris@groessler.org>
4812         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4813         * Makefile.in: Regenerate.
4815 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4817         * MAINTAINERS (write after approval): Added myself.
4819 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4821         * MAINTAINERS (Write After Approval): Add myself.
4823 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4825         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4826         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4827         Look for alternate names of the target cc and c++
4828         * configure: Regenerate.
4830 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4832         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4833         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4834         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4835         tools; remove code to manually set them.
4836         (Target tools): Look in the environment for them.
4837         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4838         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4839         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4840         build directory.
4841         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4842         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4843         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4844         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4845         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4846         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4847         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4848         * configure: Regenerate.
4849         * Makefile.in: Regenerate.
4851 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4853         * MAINTAINERS: Update for removed CPU targets.
4855 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4857         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4858         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4859         * Makefile.in: Regenerated.
4861 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4863         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4864         (CFLAGS_FOR_TARGET): Use it.
4865         (CXXFLAGS_FOR_TARGET): Likewise.
4866         * Makefile.in: Regenerated.
4867         * configure.in (--with-build-sysroot): New option.
4868         * configure: Regenerated.
4870 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4872         * Makefile.tpl: Wrap install between unstage and stage
4873         * Makefile.in: Regenerate.
4875 2005-07-21  Eric Christopher  <echristo@apple.com>
4877         * MAINTAINERS: Update affiliation.
4879 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4881         * MAINTAINERS: Add self as crx port maintainer.
4883 2005-07-20  DJ Delorie  <dj@redhat.com>
4885         * MAINTAINERS: Add self as m32c maintainer.
4887 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4889         * all files: Update FSF address.
4891 2005-07-15  Eric Christopher  <echristo@redhat.com>
4893         * MAINTAINERS: Change affiliation.
4895 2005-07-14  Jim Blandy  <jimb@redhat.com>
4897         * configure.in: Add cases for Renesas m32c.
4898         * configure: Regenerated.
4900 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4902         * COPYING.LIB: Update from fsf.org.
4904 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4906         * COPYING, compile, config.guess,
4907         config.sub, install-sh, missing, mkinstalldirs,
4908         symlink-tree, ylwrap: Sync from upstream sources.
4909         * config-ml.in: Update FSF address.
4911 2005-07-13  Eric Christopher  <echristo@redhat.com>
4913         * configure.in: Add toplevel noconfigdir support for tpf.
4914         * configure: Regenerate.
4916 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4918         PR ada/22340
4920         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4921         * Makefile.in: Regenerate.
4923 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4925         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4926         Brolley to write-after-approval.
4928 2005-07-07  Andreas Schwab  <schwab@suse.de>
4930         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4931         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4932         * Makefile.in: Regenerated.
4934 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4936         * configure.in: Don't build sim or rda when targetting darwin.
4937         * configure: Regenerate.
4939 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4941         * configure.in: Add --enable-libssp and --disable-libssp.
4942         * configure: Regenerate with autoconf-2.13.
4944 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4946         * Makefile.def (target_modules): Add libssp.
4947         * configure.in (target_libraries): Add target-libssp.
4948         * configure: Rebuilt.
4949         * Makefile.in: Rebuilt.
4951 2005-07-01  Zack Weinberg  <zackw@panix.com>
4953         * MAINTAINERS: Change email address.  Resign from maintainership.
4955 2005-07-01  Richard Guenther  <rguenther@suse.de>
4957         * MAINTAINERS: Change my e-mail address and affiliation.
4959 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4961         * Makefile.def (stagefeedback): Come after profile.
4962         Define profiledbootstrap target.
4963         * Makefile.tpl (profiledbootstrap): Remove.
4964         (stageprofile-end): Zap stagefeedback.
4965         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4966         * Makefile.in: Regenerate.
4968 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4970         * MAINTAINERS: Update my email address.
4972 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4974         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4975         In 'cpp' stanza, support '#line' as well as '# '.
4977 2005-06-08  Andreas Schwab  <schwab@suse.de>
4979         * MAINTAINERS: Move myself from 'Write After Approval' to
4980         'CPU Port Maintainers' section as m68k maintainer.
4982 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4984         * configure.in (unsupported_languages): New macro.
4985         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4986         non-ported target libraries in noconfigdirs.
4987         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4988         non-linux-gnu.  Remove libgcj_ex_libffi.
4989         <lang_frag loop>: Set add_this_lang=no if the language is in
4990         unsupported_languages.
4991         * configure: Regenerate.
4993 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4995         * configure.in: Fix typo in handling of --with-mpfr-dir.
4996         * configure: Regenerate.
4998 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5000         * MAINTAINERS: Update my email address.
5002 2005-06-02  Jim Blandy  <jimb@redhat.com>
5004         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5005         accepted into the master sources.)
5007 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5008             Michael Snyder  <msnyder@redhat.com>
5009             Stan Cox  <scox@redhat.com>
5011         * configure.in: Set noconfigdirs for ms1.
5013         * configure: Regenerate.
5015 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5017         * MAINTAINERS (Write After Approval): Add self.
5019 2005-06-01  Josh Conner  <jconner@apple.com>
5021         * MAINTAINERS (Write After Approval): Add self.
5023 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5025         * MAINTAINERS: Update my email address.
5027 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5029         * MAINTAINERS (Write After Approval): Add self.
5031 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5033         * MAINTAINERS (Write After Approval): Remove self.
5035 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5037         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5038         (Dependencies): Consider target modules for bootstrap dependencies.
5039         Make target bootstrap modules depend on each stage's gcc.
5040         * Makefile.in: Regenerate.
5042 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5044         * Makefile.def (configure-gcc): Depend on binutils having been built.
5045         (all-gcc): No need to do it here.
5046         * Makefile.in: Regenerate.
5048 2005-05-19  Paul Brook  <paul@codesourcery.com>
5050         * configure.in: Rewrite misleading error message when requested
5051         language cannot be built.
5052         * configure: Regenerate.
5054 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5056         * ylwrap: Import from Automake 1.9.5.
5058 2005-05-13  David Ung  <davidu@mips.com>
5060         * MAINTAINERS (Write After Approval): Add self.
5062 2005-05-09  Mike Stump  <mrs@apple.com>
5064         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5065         lt_cv_sys_max_cmd_len for now.
5067 2005-05-09  Stan Cox  <scox@redhat.com>
5069         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5071 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5073         * README.SCO: Update the URL.
5075 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5077         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5078         with_gnu_ld to libtool.
5079         * ltcf-c.sh (aix[45]): Define file_list_spec.
5080         * ltcf-cxx.sh (aix[45]): Same.
5081         * ltcf-gcj.sh (aix[45]): Same.
5082         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5083         exists, write list of input files to temporary file.
5085 2005-05-04  Mike Stump  <mrs@apple.com>
5087         * configure.in: Always pass --target to target configures as
5088         otherwise rebuilds that do --recheck will fail.
5089         * confiugure: Rebuilt.
5091 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5093         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5094         STAGE_HOST_EXPORTS.
5095         (configure, all): Add bootstrap support.
5096         (Host modules, target modules): Pass post-stage1 flags and exports.
5097         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5098         * Makefile.in: Regenerate.
5100 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5102         * configure: Regenerate.
5104 2005-04-27  Mike Stump  <mrs@apple.com>
5106         * MAINTAINERS: Add self as darwin maintainer.
5108 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5110         * config.sub: Update from master copy.
5112 2005-04-21  Mike Stump  <mrs@apple.com>
5114         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5115         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5117 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5119         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5120         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5121         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5122         "*-*-elf" and "*-*-linux*".
5123         * configure: Regenerate.
5125 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5127         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5129 2005-04-12  Mike Stump  <mrs@apple.com>
5131         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5133 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5135         * MAINTAINERS (Write After Approval): Add myself.
5137 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5139         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5141 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5143         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5144         (TARGET_CONFIGARGS): Include --with-target-subdir.
5145         (configure, all): New macros.  Use them throughout.
5146         * Makefile.in: Regenerate.
5148 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5150         * MAINTAINERS (Write After Approval): Add myself.
5152 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5154         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5156 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5158         * MAINTAINERS: Move John Carr to Write After Approval.
5160 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5162         * config/mh-mingw32: Delete.
5163         * configure.in: Don't use it.
5164         * configure: Regenerate.
5166 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5168         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5169         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5170         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5171         (HOST_LIB_PATH): Generate from Makefile.def.
5172         (TARGET_LIB_PATH): Likewise.
5173         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5174         * Makefile.in: Regenerate.
5175         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5176         (RPATH_ENVVAR): Include Darwin case.
5177         * configure: Regenerate.
5179 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5181         * MAINTAINERS (Various Maintainers): Remove self.
5182         (Write After Approval): Add self.
5184 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5186         * MAINTAINERS (Various Maintainers): Add self.
5188 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5190         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5191         * configure: Regenerate.
5193 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5195         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5196         gcc_version, and gcc_version_trigger from set of flags to pass.
5197         * Makefile.tpl: Remove definitions of above variables.
5198         (config.status): Remove dependency on $(gcc_version_trigger).
5199         * Makefile.in: Regenerate.
5200         * configure.in: Do not reference config/gcc-version.m4 nor
5201         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5202         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5203         * configure: Regenerate.
5205 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5206             Andrew Pinski  <pinskia@physics.uc.edu>
5208         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5209         * Makefile.in: Regenerate.
5211 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5213         * MAINTAINERS (Write After Approval): Add myself.
5215 2005-03-03  David Ayers  <d.ayers@inode.at>
5217         * MAINTAINERS (Write After Approval): Add myself.
5219 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5221         PR libgcj/20160
5222         * ltmain.sh: Avoid creating archives with components that have
5223         duplicate basenames.
5225 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5227         PR bootstrap/20250
5228         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5229         instead of check.
5230         * Makefile.in: Regenerate.
5232 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5234         * Makefile.in: Regenerate to fix conflict between the previous two
5235         patches.
5237 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5239         PR bootstrap/17383
5240         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5241         * Makefile.tpl (HOST_SUBDIR): New substitution.
5242         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5243         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5244         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5245         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5246         (Host modules, Bootstrapped modules): Use it.
5247         (Build modules, Target modules): Do not create symlink trees,
5248         always configure out-of-srcdir.
5249         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5250         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5251         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5252         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5254         * Makefile.in: Regenerate.
5255         * configure: Regenerate.
5257 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5259         Merged from libada-gnattools-branch:
5260         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5262         * gnattools: New directory.
5263         * Makefile.def: Add gnattools as a module, depending on target-libada.
5264         * Makefile.in: Regenerate.
5265         * configure.in: Include gnattools in host_tools; disable it if ada
5266         is disabled.
5267         * configure: Regenerate.
5269 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5271         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5272         treelang maintainer.
5273         (Write After Approval): Remove myself.
5275 2005-02-23  Paul Schlie  <schlie@comcast.net>
5277         * configure.in: Allow darwin targeted ports to build tk, itcl and
5278         libgui.
5279         * configure: Regenerate.
5281 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5283         PR libgcj/10353
5284         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5285         * configure: Regenerate.
5287 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5289         * MAINTAINERS (Write After Approval): Add myself.
5291 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5293         * MAINTAINERS: Update my e-mail address.
5295 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5297         * MAINTAINERS (Write After Approval): Add myself.
5299 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5301         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5302         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5303         target-libgloss when not *-*-elf and *-*-aout.
5304         * configure: Regenerate.
5306 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5308         * MAINTAINERS: Remove obsolete entries.
5310         * MAINTAINERS (Write After Approval): Add Michael Matz.
5312 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5314         * MAINTAINERS: Remove self as cpplib maintainer.
5316 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5318         * install-sh, config.sub: Import from upstream.
5320 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5322         PR bootstrap/18222
5323         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5324         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5325         * Makefile.in: Regenerate.
5327 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5329         * MAINTAINERS: Update my email address.
5331 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5332             Andreas Schwab  <schwab@suse.de>
5334         PR bootstrap/18033
5335         * config-ml.in: Eval option if surrounded by single quotes.
5337 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5339         Revert 2004-12-28 Makefile changes, a better fix will be
5340         applied to mainline and src after GCC 4.0 branches.
5342 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5344         PR bootstrap/17383
5346         * Makefile.def (target_modules): Remove stage parameter,
5347         it is always true now.
5348         * Makefile.tpl (configure-build-[+module+],
5349         configure-target-[+module+]): Always build symlink tree
5350         for the directory and for include.  BUILD_SUBDIR and
5351         TARGET_SUBDIR cannot be . anymore.
5352         * Makefile.in: Regenerate.
5354 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5356         Revert 2004-12-08 Makefile changes.
5358 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5360         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5361         cygwin, mingw.
5363 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5365         * configure.in (sh64-*-*): Reenable gprof.
5366         * configure: Regenerate.
5368 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5370         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5371         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5372         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5373         * Makefile.in: Regenerate.
5375 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5377         * MAINTAINERS: Update my email address.
5379 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5381         * Makefile.tpl: Generate normal dependencies if the LHS module is
5382         not bootstrapped.
5383         * Makefile.in: Regenerate.
5385 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5387         * configure.in: Include config/gxx-include-dir.m4.  Use
5388         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5389         * configure: Regenerate.
5391 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5393         * config.if: Delete.
5394         * configure.in: Set libstdcxx_incdir directly.
5395         * configure: Regenerate.
5397 2004-12-02  Eric Christopher  <echristo@redhat.com>
5399         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5400         * Makefile.in: Regenerate.
5402 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5404         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5405         * configure: Regenerate.
5407 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5409         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5410         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5411         * configure: Regenerate.
5413 2004-12-01  Eric Christopher  <echristo@redhat.com>
5415         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5416         of things to remove.
5418 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5420         * MAINTAINERS (Write After Approval): Update my e-mail address.
5422 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5424         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5425         from CVS libtool to always pass_all.
5427 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5429         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5430         (hppa*64*-*-*): Delete incorrect comment.
5431         * configure: Rebuilt.
5433 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5435         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5437 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5439         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5440         from CVS libtool to always pass_all.
5442 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5444         * install-sh, compile: Import from automake.
5446 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5448         * config.guess, config.sub:  Import from savannnah.
5450 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5452         * MAINTAINERS (Write After Approval): Add myself
5454 2004-11-12  Mike Stump  <mrs@apple.com>
5456         * Makefile.def: Add html support.
5457         * Makefile.tpl: Likewise.
5458         * Makefile.in: Regenerate.
5460 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5462         PR 18423
5463         * configure.in: Remove all instances of build-fixincludes from
5464         noconfigdirs.
5465         (build_configargs): Supply --target to subdirectories.
5466         * configure: Regenerate.
5468         * Makefile.def: Make gcc install depend on fixincludes install.
5469         * Makefile.in: Regenerate.
5471 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5473         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5475 2004-11-11  Paul Brook  <paul@codesourcery.com>
5477         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5479 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5481         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5482         target-libgfortran.
5483         * configure: Regenerate.
5485 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5487         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5488         like CC.
5490 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5492         * Makefile.def (host fixincludes): Specify missing targets.
5493         * Makefile.in: Regenerate.
5495 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5497         * MAINTAINERS: Add myself
5499 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5501         * MAINTAINERS (Write After Approval): Add myself.
5503 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5505         * Makefile.def: Build fixincludes for the host, too.
5506         * Makefile.in: Regenerate.
5507         * configure.in (host_tools): Add fixincludes.
5508         * configure: Regenerate.
5510 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5512         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5513         * configure: Regenerated.
5515 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5517         PR other/17783
5518         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5519         * configure: Regenerated.
5521 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5523         * README.SCO: Update per FSF instructions.
5525 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5527         PR target/18151
5528         * configure.in (case ${target}): Do not build fixincludes for avr.
5529         * configure: Regenerated.
5531 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5533         * configure.in (case ${target}): Do not build fixincludes
5534         on platforms where it is not used.
5535         * configure: Regenerated.
5537 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5539         * configure.in: Use an absolute path to install-sh.
5540         * configure: Regenerated.
5542 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5544         * MAINTAINERS (Write After Approval): Add myself.
5546 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5548         * MAINTAINERS: Remove from Write After Approval those that are
5549         already maintainers.
5551 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5553         * MAINTAINERS:  Update my email address.
5555 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5557         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5558         * configure: Regenerate.
5560 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5562         * MAINTAINERS:  Update my email address.
5564 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5566         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5567         entries belonging to this category.
5569 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5571         * MAINTAINERS: Update my e-mail address.
5573 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5575         Fix wrong conflict resolution in:
5577         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5579         * Makefile.in: Regenerate.
5580         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5581         in the recursive `make', instead of hardwiring `all'.
5582         (Autogenerated TARGET-* variables): New.
5584 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5586         * configure.in: Enable target-libgloss for crx-*-*.
5587         * configure: Regenerate.
5589 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5591         * MAINTAINERS (Various Maintainers): Move the "windows,
5592         cygwin, mingw" maintainer to ...
5593         (OS Port Maintainers): ... here.
5595 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5597         * MAINTAINERS (Write After Approval): Remove those that are
5598         maintainers of some subsystem.
5600 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5602         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5603         * ltcf-cxx.sh (tpf*): Likewise.
5604         * ltconfig (tpf*): Add TPF OS configuration support.
5606 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5608         * MAINTAINERS: Change my email address to my new work account.
5610 2004-09-24  Michael Roth  <mroth@nessie.de>
5612         * configure.in (--without-headers): Add missing double quotes.
5613         * configure: Regenerate.
5615 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5617         * ylwrap: Revert to previous version.
5619 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5621         PR bootstrap/17369
5622         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5623         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5624         SET_GCC_LIB_PATH_CMD.
5625         (BASE_TARGET_EXPORTS): Likewise.
5626         * Makefile.in: Regenerated.
5628         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5629         * configure: Regenerated.
5631 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5633         * config.guess: New upstream version
5634         * compile, depcomp, install-sh, ylwrap: Likewise.
5636 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5638         * config/mh-x86omitfp: New host makefile fragment.  Add
5639         -fomit-frame-pointer to the default BOOT_CFLAGS.
5640         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5641         * configure: Regenerate.
5643 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5645         PR target/11572
5646         * configure.in (*-*-darwin*): Renable libobjc.
5647         * configure: Regenerate.
5649 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5651         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5653 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5655         * Makefile.def: Remove libbanshee.
5656         * Makefile.tpl: Ditto.
5657         * configure.in: Ditto.
5658         * Makefile.in: Regen.
5659         * configure: Ditto.
5661 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5663         * ltmain.sh: Use $pic_object as $non_pic_object if
5664         $non_pic_object=none.
5666 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5668         * missing: Import latest version from master repository.
5670 2004-09-06  Nick Clifton  <nickc@redhat.com>
5672         * config.sub: Import latest version from master repository.
5673         * config.guess: Likewise.
5674         This includes these changes:
5676         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5678         * config.sub: Handle crisv32, alias etraxfs.
5679         * config.guess (crisv32:Linux:*:*): Handle.
5681         2004-08-13  Brad Smith  <brad@comstyle.com>
5683         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5684         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5686         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5688         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5689         assume the processor is a powerpc.  This is because coreutils
5690         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5691         in this case, due to a MacOS X bug that causes
5692         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5693         to return a negative number.
5694         Problem reported by Petter Reinholdtsen in:
5695         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5697         2004-07-19  Ben Elliston  <bje@gnu.org>
5699         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5701         2004-06-24  Ben Elliston  <bje@gnu.org>
5703         * config.guess: Update copyright years.
5704         * config.sub: Likewise.
5706         2004-06-22  Robert Millan  <robertmh@gnu.org>
5708         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5709         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5711         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5713         * config.guess (*:*VMS:*:*): New entry. Replaces
5714         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5715         manufacturer.
5717         2004-06-22  Ben Elliston  <bje@gnu.org>
5719         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5720         * config.sub: Likewise.
5722         2004-06-22  Ben Elliston  <bje@gnu.org>
5724         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5725         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5727         2004-06-11  Ben Elliston  <bje@gnu.org>
5729         * config.guess (pegasos:OpenBSD:*:*): Remove.
5731         2004-06-11  Ben Elliston  <bje@gnu.org>
5733         From Wouter Verhelst <wouter@grep.be>:
5734         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5736         2004-06-11  Ben Elliston  <bje@gnu.org>
5738         * config.guess (luna88k:OpenBSD:*:*): New.
5740         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5742         * config.guess (m32r*:Linux:*:*): New case.
5743         * config.sub: Handle m32rle.
5745         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5747         From Jens Petersen  <petersen@redhat.com>:
5748         * config.sub: Handle sparcv8.
5750         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5752         From Tom Smith <smith@cag.lkg.hp.com>:
5753         * config.guess: Version suffixes are equally significant on Tru64
5754         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5755         prefix of "P" (patched kernel).
5757         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5759         * config.sub: Add support for National Semiconductor CRX target.
5761 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5763         * MAINTAINERS (Various Maintainers): Remove myself as web page
5764         maintainer, add myself as maintainer of build status lists.
5766 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5768         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5769         *-*-netware, but add target-libmudflap.
5770         Consolidate *-*-netware targets (of which really only i?86 exists)
5771         into a single entry.
5772         * configure: Likewise.
5774 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5776         * Makefile.tpl (sorry): Remove.
5777         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5778         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5779         (do-clean): Clean per-stage directories too.
5780         (do-distclean): Run distclean-stage1 too.
5781         (.NOTPARALLEL): Enable during toplevel bootstrap.
5782         (stage[+id+]-bubble): Enable parallel execution during
5783         the recursive invocation.
5784         * Makefile.in: Regenerate.
5786         Fix previous checkin:
5788         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5789         include.
5790         * configure.in: Fix indentation.
5791         * configure: Regenerate.
5793 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5795         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5796         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5797         * configure: regenerate
5798         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5799         -mdynamic-no-pic
5801 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5803         * Makefile.def (build_modules): Add fixincludes.
5804         (dependencies): Make gcc depend on fixincludes.
5805         * configure.in (build_tools): Add fixincludes.
5806         (build_configdirs): Always include build_libs.
5807         * Makefile.in: Regenerate.
5808         * configure: Regenerate.
5810 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5812         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5813         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5814         phony targets; do not generate timestamp files.
5815         (distclean-stageN): Remove references to their timestamp files.
5816         (restageN, touch-stageN): Remove.
5817         (stageN-bubble): Rewritten.
5818         (compare): Support lean bootstraps.
5819         * Makefile.in: Regenerate.
5821         * configure.in: Only warn when bootstrapping but
5822         build != host or build != target.  Support lean bootstraps.
5823         * configure: Regenerate.
5825 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5827         * configure.in:  Give a better error message if GMP/MPFR are missing
5828         and a language needing them has been requested.
5829         * configure:  Regenerated.
5831 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5833         * configure.in:  Print a list of available language front-ends if
5834         a requested one is missing.  Tidy stray tab characters.
5835         * configure:  Regenerated.
5837 2004-08-19  Michael Koch  <konqueror@gmx.de>
5839         * gcc/doc/install.texi: Update entry about automake for libjava.
5841 2004-08-17  Robert Millan  <robertmh@gnu.org>
5843         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5844         (instead of FreeBSD).
5845         * configure: Regenerate.
5847 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5849         * Makefile.in: Regenerate.
5850         * configure: Regenerate.
5852         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5853         stage_*_flags.
5854         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5855         for bootstrapped modules if toplevel bootstrap is going.
5856         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5857         modules.  Adjust for changes in Makefile.def.  Enable several
5858         rules even in non-bootstrap mode, just to avoid peppering the
5859         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5860         (stage-[+prev+]-bubble): Remove.
5862         * Makefile.def (Dependencies): Depend on all-build-bison,
5863         all-build-flex, all-build-byacc, all-build-texinfo, rather
5864         than the host variations.
5865         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5866         with BUILD_SUBDIR.
5867         (BISON): Update for recent Bisons.
5868         (YACC): Fix typo.
5869         (cross): Depend on all-build.
5870         (all): Do not depend on all-build.
5871         (prebootstrap): Remove.
5872         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5873         (Prebootstrap dependencies): Add them to the per-stage targets
5874         and to all-prebootstrap.
5875         * configure.in (build_configdirs): Always enable build_tools.
5876         (BUILD_DIR_PREFIX): Remove.
5878         * Makefile.def (gcc): Add target variable.
5879         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5880         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5881         in the recursive `make', instead of hardwiring `all'.
5882         (Autogenerated TARGET-* variables): New.
5884 2004-08-13  Brian Booth  <bbooth@redhat.com>
5886         * MAINTAINERS: Remove myself from write-after-approval.
5888 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5890         * src-release: Stop distributing mmalloc with gdb (which doesn't
5891         use it).
5892         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5893         * Makefile.in: Regenerate.
5895 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5897         * configure.in (arm*-*-eabi*): New target.
5898         * configure: Regenerate.
5900 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5902         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5903         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5904         (Dependencies): New section.
5905         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5906         (configure-target-[+module+]): Depend on maybe-all-gcc
5907         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5908         (toplevel profiledbootstrap): Fix dependencies.
5909         * Makefile.in: Regenerate.
5911 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5913         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5914         target-libiberty to noconfigdirs.
5915         * configure: Regenerate.
5917 2004-08-03  Paul Brook  <paul@codesourcery.com>
5919         * configure.in: Check for MPFR as well as GMP.
5920         * configure: Regenerate.
5922 2004-08-01  Robert Millan  <robertmh@gnu.org>
5924         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5925         libmudflap for all GNU-based systems (with Glibc).
5926         * configure: Regenerate.
5928 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5930         * Makefile.def (host-modules): Add gcc.
5931         * Makefile.in: Regenerate.
5932         * Makefile.tpl (sorry): New rule.
5933         (configure-host, all-host, [+make_target+]-host, do-check,
5934         install-host): Do not add gcc as a special case.
5935         (host modules): Add a small special-casing for gcc.  Export
5936         extra_make_flags through the environment.
5937         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5938         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5939         other recursive targets for gcc): Remove.
5941         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5942         (stage, unstage): New rules.
5943         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5944         distclean-stage[+id+]): Use stage_current.
5945         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5946         the stage*-start rules.
5948 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5950         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5951         use -all_load flag.
5953 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5955         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5956         * configure: Regenerate.
5958 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5960         * maintainer-scripts/gcc_release: Revert yesterday's change.
5962 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5964         * MAINTAINERS: Add myself to write-after-approval.
5966 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5968         * libf2c: Removed.
5969         * gcc/gccbug.in: Updated because of libf2c removal.
5970         * maintainer-scripts/gcc_release: Ditto.
5972 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5974         * configure.in: Build libmudflap by default on FreeBSD.
5975         * configure: Regenerated.
5977 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5979         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5980         systems.
5981         * configure: Regenerated.
5983 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5985         PR target/16344
5986         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5987         feedback based compiler.
5988         * Makefile.in: Rebuilt.
5990 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5992         * Makefile.def (host_modules): Set bootstrap=true for flex.
5993         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5994         * Makefile.in: Rebuilt.
5996 2004-07-07  Jan Hubicka  <jh@suse.cz>
5998         * MAINTAINERS: Add self as a profile feedback maintainer.
6000 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6002         * configure.in:  Do not prepend $srcdir to /dev/null in
6003         makefile fragments.
6004         * configure:  Regenerate.
6006 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6008         * Makefile.def (build_modules): Add bison, byacc, flex,
6009         m4, texinfo.
6010         (flags_to_pass): Add FLEX.
6011         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6012         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6013         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6014         DEFAULT_MAKEINFO): Remove.
6015         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6016         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6017         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6018         objdir or else use configured tool.
6019         (all-build): New.
6020         (all): Depend on it.
6021         (Build module dependencies): Add.
6022         * Makefile.in: Regenerate.
6023         * configure.in: Better support for multiple build modules,
6024         matching what is done for host/target modules.  Do not look
6025         for "plausible" locations of build tools if Canadian cross.
6026         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6027         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6028         * configure: Regenerate.
6030 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6032         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6033         * Makefile.in: Regenerate.
6035 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6037         * Makefile.tpl (configure-build-[+module+],
6038         configure-[+module+], configure-target-[+module+]): Pass
6039         [+extra_configure_args+].
6040         (all-build-[+module+], all-[+module+], check-[+module+],
6041         install-[+module+], [+make_target+]-[+module+],
6042         all-target-[+module+], check-target-[+module+],
6043         install-target-[+module+], [+make_target+]-target-[+module+]):
6044         Pass [+extra_make_args+].
6045         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6046         (GCC_HOST_EXPORTS): Remove.
6047         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6048         cross, check-gcc, check-gcc-c++, install-gcc,
6049         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6050         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6051         * Makefile.in: Regenerate.
6053 2004-06-21  Matthew Sachs  <msachs@apple.com>
6055         * MAINTAINERS: Added self to write-after-approval.
6057 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6059         * configure.in: Check for srcdir/winsup rather than build directory
6060         winsup.
6061         * configure: Regenerate.
6063 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6065         * configure.in: Don't build Cygwin native newlib if winsup
6066         directory is missing.  Emit warning instead.
6067         * configure: Regenerate.
6069 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6071         * Makefile.tpl (touch-stage[+id+]): New.
6072         (restage[+prev+]): Depend on touch-stage[+id+].
6074         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6075         Use it throughout.
6077         * Makefile.def: Add profile and feedback bootstrap stages.
6078         Remove next field from bootstrap stages.
6079         * Makefile.tpl (LN, LN_S): Substitute.
6080         (stageN-start, stageN-end): Use double-colon rules, to
6081         provide a hook for additional setup commands.
6082         (distclean-stageN-gcc, restageN): Create dependencies from
6083         [+prev+], not from [+next+].
6084         (stageN-bubble): Add commands for successive stages from
6085         [+prev+], using double-colon rules.
6086         (all-stageN-gcc): Fix typo.
6087         (stagefeedback-start, profiledbootstrap): New.
6088         * Makefile.in: Regenerate.
6089         * configure.in: Call ACX_PROG_LN.
6090         * configure: Regenerate.
6092 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6094         * MAINTAINERS (Write After Approval): Add myself.
6096 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6098         * MAINTAINERS (Write After Approval): Add myself.
6100 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6102         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6103         without gcc.
6104         * configure: Regenerate.
6106 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6108         * Makefile.tpl: Fix typo.
6109         * Makefile.in: Regenerate.
6111 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6113         * configure.in: Remove new- prefix from toplevel
6114         bootstrap targets.
6115         * configure: Regenerate.
6117 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6119         * Makefile.tpl (all.normal): Rename to all.
6120         (all): Replace with a rule to pick the default
6121         target from configure.
6122         (all-gcc, configure-gcc): Use conditionals to
6123         do nothing when toplevel bootstrap is going on.
6124         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6125         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6126         * configure.in: Support --enable-bootstrap.
6128         * Makefile.def: Remove new- prefix from toplevel
6129         bootstrap targets.
6130         * Makefile.tpl: Likewise.
6132         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6133         target.
6135         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6136         $(RECURSE_FLAGS) to recursive invocation of make.
6138         * Makefile.in: Regenerate.
6139         * configure: Regenerate.
6141 2004-05-30  Andreas Jaeger  <aj@suse.de>
6142             Jim Wilson  <wilson@specifixinc.com>
6144         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6145         like CC.
6147 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6149         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6150         * configure: Regenerate.
6152 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6154         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6155         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6156         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6157         targets.
6158         * Makefile.in: Regenerate.
6160 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6162         * configure.in: Test the ability to symlink directories.
6163         * configure: Regenerate.
6165         * Makefile.def (bootstrap-stage): New definitions.
6166         * Makefile.tpl (configure-stage1-gcc,
6167         configure-stage2-gcc, configure-stage3-gcc,
6168         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6169         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6170         new-restage3, compare): Autogenerate, see Makefile.in
6171         entry for behavioral changes.
6172         (distclean-stage1, new-stage1-start, new-stage1-end,
6173         new-stage1-bubble, distclean-stage2, new-stage2-start,
6174         new-stage2-end, new-stage2-bubble, distclean-stage3,
6175         new-stage3-start, new-stage3-end): New autogenerated targets.
6176         (objext, prebootstrap, BOOT_CFLAGS,
6177         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6178         targets.
6180         * Makefile.in: Regenerate.
6181         (distclean-stage1, new-stage1-start, new-stage1-end,
6182         new-stage1-bubble, distclean-stage2, new-stage2-start,
6183         new-stage2-end, new-stage2-bubble, distclean-stage3,
6184         new-stage3-start, new-stage3-end): New targets.
6185         (all-stage1-gcc): Move prebootstrap dependency from here...
6186         (configure-stage1-gcc): ...to here.
6187         (new-bootstrap): Use bubble targets.
6188         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6189         Use per-stage distclean targets.
6190         (configure-stage1-gcc, configure-stage2-gcc,
6191         configure-stage3-gcc, all-stage1-gcc,
6192         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6193         Use new-stageN-start to prepare the tree.
6195 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6197         * Makefile.def (host_modules): add libcpp.
6198         * Makefile.tpl: Add dependencies on and for libcpp.
6199         * Makefile.in: Regenerate.
6200         * configure.in: Add libcpp host module.
6201         * configure: Regenerate.
6203 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6205         * Makefile.tpl: Whenever a recursive target is defined, wrap
6206         it in a special @if/@endif block, and prepare its maybe
6207         dependency in the @if/@endif block
6208         * configure.in: Instead of writing maybe dependencies, remove
6209         the @if/@endif statements, and remove the @if/@endif blocks
6210         that remain.
6211         * configure: Regenerate.
6212         * Makefile.in: Regenerate.
6214 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6216         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6218 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6220         PR bootstrap/15120
6221         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6222         * */configure: Rebuilt.
6224 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6226         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6227         of libf2c.
6228         * configure, Makefile.in: Regenerate.
6230 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6232         * MAINTAINERS (Write After Approval): Add myself.
6234 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6236         Merge from tree-ssa-20020619-branch.
6238         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6239         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6240         (HOST_GMPLIBS): Define.
6241         (HOST_GMPINC): Define.
6242         (TARGET_LIB_PATH): Add libmudflap.
6243         (GFORTRAN_FOR_TARGET): Define.
6244         (configure-build*): Export GFORTRAN.
6245         (configure-gcc): Export GMPLIBS and GMPINC.
6246         (all-gcc): Add maybe-all-libbanshee.
6247         (configure-target-libgfortran): Define.
6248         * Makefile.in: Regenerate.
6249         * configure.in (host_libs): Add libbanshee.
6250         (target_libraries): Add target-libmudflap and target-libgfortran.
6251         Add --with-libbanshee.
6252         Handle --disable-libmudflap.
6253         (*-*-freebsd*): Use with_gmp.
6254         Add $(libgcj) to noconfigdirs.
6255         * configure: Regenerate.
6256         * depcomp: New file.
6257         * MAINTAINERS: Add tree-ssa maintainers.
6259 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6261         * MAINTAINERS (Various Maintainers): Add myself.
6263 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6265         * MAINTAINERS (Write After Approval): Add myself.
6267 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6269         * MAINTAINERS (Write After Approval): Add myself.
6271 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6273         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6274         * configure: Regenerate.
6276 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6278         Revert:
6279         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6281         * Makefile.def (flags_to_pass): Remove *dir variables that
6282         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6283         as well as prefix and exec_prefix.
6284         * Makefile.in: Regenerate.
6286 2004-04-26  Robert Millan  <robertmh@gnu.org>
6288         Add patches from libtool CVS.
6289         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6290         * ltconfig: Likewise.
6291         * ltcf-c.sh: Likewise.
6292         * ltcf-cxx.sh: Likewise.
6293         * ltcf-gcj.sh: Likewise.
6295 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6297         * Makefile.def (host_modules): Mark with the bootstrap
6298         flag packages on which gcc depends.
6299         * Makefile.tpl (all-bootstrap): Use it.
6300         * Makefile.in: Regenerate.
6302 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6304         * Makefile.def (flags_to_pass): Remove *dir variables that
6305         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6306         as well as prefix and exec_prefix.
6307         * Makefile.in: Regenerate.
6309 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6311         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6312         * configure: Regenerate.
6313         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6314         * gcc/Makefile.tpl (compare): Use the result of the test.
6315         * gcc/Makefile.in: Regenerate.
6317 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6319         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6320         Always relocate gcc and prev-gcc to the original names, even
6321         if the build fails.
6322         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6323         New targets.
6325 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6327         * MAINTAINERS: Update my email address.
6329 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6331         * configure.in (mips*-*-irix5*): Enable ld.
6332         * configure: Regenerate.
6334 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6336         * configure: Regenerate.
6338 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6340         * Makefile.tpl (configure-[+module+], configure-gcc,
6341         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6342         Set and export LDFLAGS.
6343         * Makefile.in: Regenerate.
6345 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6347         * MAINTAINERS: Add myself to write-after-approval.
6349 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6351         PR bootstrap/14871
6352         * Makefile.tpl: If we don't have built-in-tree target tools,
6353         use the ones found by configure rather than hacking around with
6354         program_transform_name.
6355         * configure.in: Give Makefile.tpl the information necessary
6356         to do that.
6357         * Makefile.in: Regenerate.
6358         * configure: Regenerate.
6360 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6362         PR bootstrap/14760
6363         * configure.in: When computing baseargs, strip *all* copies of
6364         offending options.  Also, don't match/substitute the trailing space,
6365         so that this actually works when two similar options are separated by
6366         only one space.
6367         * configure: Regenerate.
6369 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6371         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6372         (rs6000-*-aix*): Same.
6373         * configure: Regenerate.
6375 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6377         * MAINTAINERS: Add myself to write-after-approval.
6379 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6381         * MAINTAINERS: Add myself to write-after-approval.
6383 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6385         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6386         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6387         * Makefile.in: Regenerate.
6389         * configure.in (top level bootstrap support): Rework --enable-werror
6390         to set @stage2_werror_flag@.
6391         * configure: Regenerate.
6392         * Makefile.tpl (top level bootstrap support): Pass
6393         @stage2_werror_flag@ down to configure in stages 2 and 3.
6394         * Makefile.in: Regenerate.
6396 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6398         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6399         for stages 2 and 3 as well as in make.  As a consequence, remove
6400         OUTPUT_OPTION (now detected by configure) from the flags passed down
6401         to make.
6402         * Makefile.in: Regenerate.
6404         * Makefile.tpl (new-bootstrap): Fix typo.
6405         * Makefile.in: Regenerate.
6407 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6409         * Makefile.tpl: Rearrange by moving recursive_targets rules
6410         into their proper sections.
6411         * Makefile.tpl (top level bootstrap support): Move disabling
6412         of coverage flags from 'make' to 'configure'; improve comments.
6413         * Makefile.in: Regenerate.
6415         * Makefile.tpl (experimental top level bootstrap) Move stage1
6416         language setting from all- target to configure- target; disable
6417         intermodule optimization in stage 1; prevent gratuitous rebuilds
6418         of stage 1.
6419         * Makefile.in: Regenerate.
6420         * configure.in: Comma-separate stage 1 language list for top
6421         level bootstrap.
6422         * configure: Regenerate.
6424         * Makefile.tpl: Clean up experimental top level bootstrap support:
6425         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6426         prev-gcc in configure- targets as well as all- targets.
6427         * Makefile.in: Regenerate.
6429 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6431         * compile: New file imported from automake.
6433 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6435         * configure.in: Remove symbolic link section.
6436         * configure: Regenerate.
6437         * Makefile.tpl (links): Remove.
6438         * Makefile.in: Regenerate.
6440 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6441             Nathanael Nerode  <neroden@gcc.gnu.org>
6443         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6444         Set with AC_CHECK_PROGS.
6445         * configure.in: Fix comment typo from last patch.
6446         * configure: Regenerate.
6448 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6450         * Makefile.tpl: Introduce experimental top level bootstrap support.
6451         * Makefile.in: Regenerate.
6452         * configure.in: Introduce support for top level bootstrap.
6453         * configure: Regenerate.
6455 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6456             Paolo Bonzini  <bonzini@gnu.org>
6458         PR bootstrap/14522
6459         * configure.in: Cope with shells that do not support unquoted ^
6460         * configure: Regenerate.
6462 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6463             Paolo Bonzini  <bonzini@gnu.org>
6465         PR bootstrap/14522
6466         * configure.in: Cope with shells that do not support nesting
6467         quotes inside quoted backquote substitutions.
6468         * configure: Regenerate.
6470 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6472         PR bootstrap/14522
6473         * configure.in: Fix escaping of $.
6474         * configure: Regenerate.
6476 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6478         * configure: Regenerate, since I forgot to while committing Paolo's
6479         changes.
6481 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6483         PR ada/14131
6484         Move language detection to the top level.
6485         * configure.in: Find default values for the tools as
6486         soon as possible.  Disable ada if GNAT is not found.
6487         Emit error message about missing languages.  Expand
6488         --enable-languages=all for the gcc subdirectory.
6490 2004-03-10  Ben Elliston  <bje@gnu.org>
6492         * MAINTAINERS: Update my email address.
6494 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6496         * ltconfig: Disable building static libraries if building shared
6497         libraries on AIX 5L.
6499 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6501         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6502         and disable libgcj.
6503         * configure: Regenerated.
6505 2004-03-01  Brian Booth  <bbooth@redhat.com>
6507         * MAINTAINERS: Add myself to write-after-approval.
6509 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6511         * MAINTAINERS: Add myself to write-after-approval.
6513 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6515         PR bootstrap/7087
6516         * Makefile.tpl: Guard XFOO sed statements better.
6517         * Makefile.tpl: Add dependency for configure-target-libada.
6518         * Makefile.in: Regenerate (incidentally fixes broken
6519         commit when libada-branch was merged).
6521 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6523         * MAINTAINERS: Add myself to write-after-approval.
6525 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6527         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6528         maintainers.
6530 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6532         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6533         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6535 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6537         PR bootstrap/11932
6538         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6540 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6542         * MAINTAINERS: Added myself to write-after-approval.
6544 2004-02-14  Michael Koch  <konqueror@gmx.de>
6546         * MAINTAINERS: Added myself to write-after-approval.
6548 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6550         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6551         some OS port maintainers to OS port maintainers section.
6553 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6555         * MAINTAINERS: Add self.
6557 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6559         * MAINTAINERS: Alphabetize.
6561 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6563         * MAINTAINERS: Remove myself.
6565 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6567         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6568         (rs6000-*-aix*): Same.
6569         * configure: Regenerate.
6571 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6573         * configure.in (host): Add in missing $noconfigdirs to defines.
6574         * configure: Regenerate.
6576 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6577             Nathanael Nerode  <neroden@gcc.gnu.org>
6579         PR ada/6637, PR ada/5911
6580         Merge with libada-branch:
6581         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6582         with appropriate dependencies. Add --enable-libada configure switch.
6583         * configure, Makefile.in: Regenerate.
6585 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6587         * MAINTAINERS: Add myself to write-after-approval.
6589 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6591         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6592         * configure: Regenerate.
6594 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6596         Merge from upstream:
6598         * ltmain.in: When setting IFS to '~', be careful about user
6599         arguments that contain '~'.
6601         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6603         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6604         Also test $base_compile against $CC with escaped arguments. Bug
6605         reported by Geoff Keating <geoffk@apple.com>.
6607 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6609         * MAINTAINERS: Remove i960 port.
6611 2004-01-23  DJ Delorie  <dj@redhat.com>
6613         * Makefile.def (target_modules) [libiberty]: Don't stage.
6614         * Makefile.in: Rebuilt.
6616 2004-01-20  Caroline Tice  <ctice@apple.com>
6618         * MAINTAINERS: Add myself to write-after-approval.
6620 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6622         * MAINTAINERS: Update my email address.
6624 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6626         * MAINTAINERS: Add myself to write-after-approval.
6628 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6630         * MAINTAINERS: Remove entries without email address.
6632 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6634         * MAINTAINERS: Add myself to write-after-approval.
6636 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6638         * MAINTAINERS: Update my email address.
6640 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6642         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6643         * Makefile.tpl (configure-target-[+module+]): Support stage.
6644         * Makefile.in: Rebuilt.
6646 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6648         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6650 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6652         * MAINTAINERS: Add myself as a MIPS maintainer.
6654 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6656         * configure.in: Use ./config.cache, not config.cache.
6657         * configure: Regenerate.
6658         * Makefile.tpl: Special-casing not needed for GCC any more.
6659         * Makefile.in: Regenerate.
6661         * configure.in: Don't share a cache file for host dirs.
6662         * configure: Regenerate.
6664         * config-ml.in: Don't mess with the cache file.
6666 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6668         * MAINTAINERS: Move myself from 'Write After Approval' to
6669         'CPU Port Maintainers' section as SPARC maintainer.
6671 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6673         * Makefile.tpl: Make GCC use a separate config.cache.
6674         * Makefile.in: Regenerate.
6676         PR bootstrap/11932, PR bootstrap/11933
6677         (I don't know if it will fix either of them, but it relates
6678         to them.)
6679         * configure.in: Don't use shared config.cache for target
6680         directories.
6681         * configure: Regenerate.
6683 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6685         * MAINTAINERS: Add myself to 'Write After Approval' section.
6687 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6689         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6690         * configure: Regenerated.
6692 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6694         * MAINTAINERS: Remove the mn10200 maintainer.
6696 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6698         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6699         * configure: Regenerated.
6701 2003-12-16  Jan Hubicka  <jh@suse.cz>
6703         * MAINTAINERS: Add myself as callgraph maintainer.
6705 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6707         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6708         * configure: Regenerate.
6710 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6712         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6713         'Write After Approval' section. Update email.
6715 2003-12-01  James Lemke  <jim@wasabisystems.com>
6717         * MAINTAINERS (Write After Approval): Add myself.
6719 2003-11-20  Matt Thomas  <matt@3am-software.com>
6721         * MAINTAINERS: Add myself as a vax port maintainer.
6723 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6725         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6726         (configure-build-[+module+], configure-[+module+]): Likewise.
6727         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6728         * Makefile.in: Regenerate.
6730 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6732         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6733         shared/dylibed libraries.
6734         * ltmain.sh: Likewise.
6735         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6736         * ltcf-cxx.sh: Likewise.
6737         * ltcf-gcj.sh: Likewise.
6738         * ltconfig: Likewise.
6740 2003-11-17  Stan Cox  <scox@redhat.com>
6742         * MAINTAINERS: Add myself as iq2000 port maintainer.
6744 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6746         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6747         * Makefile.in: Regenerate.
6749 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6751         * config.sub: Update to 2003-11-03 version.
6753 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6755         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6756         * configure:  Regenerate.
6758 2003-10-20  Nicolas Pitre  <nico@cam.org>
6760         * MAINTAINERS: Add myself to 'Write After Approval' section.
6762 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6764         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6766 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6768         * MAINTAINERS: Update my email address.
6770 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6772         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6774 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6776         * MAINTAINERS: Add myself to 'Write After Approval' section.
6778 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6780         * config.guess: Update to 2003-10-16 version.
6781         * config.sub: Update to 2003-10-16 version.
6783 2003-10-15  David Daney  <ddaney@avtrex.com>
6785         * MAINTAINERS: Added myself to 'Write After Approval' section.
6787 2003-10-15  Falk Hueffner  <falk@debian.org>
6789         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6790         'Write After Approval' section. Update email.
6792 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6794         * MAINTAINERS: Move myself from 'Write After Approval' to
6795         'Various Maintainers' section as middle-end maintainer.
6797 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6799         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6800         HOST_FLAGS_TO_PASS.
6801         * Makefile.in: Regenerate.
6803 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6805         * config.guess: Update to 2003-10-07 version.
6806         * config.sub: Update to 2003-10-07 version.
6808 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6810         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6811         * ltconfig (irix5*, irix6*): Don't override version_type.
6813 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6815         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6816         * configure: Rebuilt
6817         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6818         * Makefile.in: Rebuilt
6820 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6822         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6824 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6826         * MAINTAINERS (Write After Approval): Add myself.
6828 2003-09-29  Paul Koning  <ni1d@arrl.net>
6830         * MAINTAINERS: Move myself from "Write After Approval"
6831         to CPU platform maintainers for pdp11 platform.
6833 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6835         * MAINTAINERS: Move myself from 'Write After Approval' to
6836         'Various Maintainers' section as libffi testsuite maintainer.
6838 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6840         * configure.in: Pass a computed --program-transform-name
6841         to subconfigures.
6842         * configure: Regenerated.
6844 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6846         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6847         * Makefile.in: Regenerate.
6849         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6850         * Makefile.in: Regenerate.
6852 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6854         * MAINTAINERS: Move myself from 'Write After Approval'
6855         to 'Various Maintainers' (objective-c) section.
6857 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6859         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6860         quoting.
6861         * configure: Regenerated.
6863 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6865         * MAINTAINERS (Write After Approval): Add myself to write after
6866         approval list.
6868 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6870         * MAINTAINERS (Write After Approval): Add myself.
6872 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6874         * MAINTAINERS: Update my e-mail address.
6876 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6878         * libtool.m4 (LD): Correct powerpc64 host match.
6880 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6882         * MAINTAINTERS: Update my affiliation and email address.
6884 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6886         * MAINTAINERS (Write After Approval): Add myself.
6888 2003-09-04  DJ Delorie  <dj@redhat.com>
6890         * configure: Regenerate.
6892 2003-09-04  Robert Millan  <robertmh@gnu.org>
6894         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6896 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6898         * configure.in: Ensure arguments to sed are properly spaced.
6899         * configure: Regenerate.
6901 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6903         * MAINTAINERS: Update my e-mail address.
6905 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6907         * MAINTAINERS (Write After Approval): Add myself.
6909 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6911         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6912         * configure: Regenerated.
6914 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6916         * MAINTAINERS: Update my email address.
6918 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6920         * configure.in:  Use newline instead of semicolon when assuming
6921         shell arguments in a for loop.
6922         * configure:  Regenerated.
6924 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6926         * MAINTAINERS: Resurrect the i860 maintainer.
6928 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6930         PR 8180
6931         * configure.in: When testing with_libs and with_headers, treat
6932         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6933         * configure: Regenerate.
6935         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6936         make, shell, etc.
6937         (baseargs): Likewise.
6938         * configure: Regenerate.
6940 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6942         * MAINTAINERS (Write After Approval): Add myself.
6944 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6946         * configure.in: Disable libgcj for darwin not on powerpc.
6947         * configure: Rebuild.
6949 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6951         * config-ml.in, symlink-tree: Add license.
6953 2003-08-03  Richard Stallman  <rms@gnu.org>
6954             Eben Moglen  <moglen@columbia.edu>
6956         * README.SCO: New file.
6958 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6960         * Makefile.tpl (check, check-c++): Express dependencies using
6961         dependencies rather than commands.
6962         * Makefile.in: Regenerate.
6964 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6966         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6967         * configure: Ditto.
6969 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6971         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6972         * Makefile.in: Update.
6974 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6976         * configure.in: Enable libgcj for darwin.
6977         * configure: Rebuild.
6979 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6981         * config-ml.in:  Use ac_configure_args directly instead of
6982         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6983         actually seen.
6985 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6987         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6988         creating target and build subdirs to build all parent dirs as needed.
6989         * Makefile.in: Rebuild.
6990         * configure.in: Don't build dirs explicitly here.
6991         * configure: Rebuild.
6993 2003-07-26  Paul Brook  <paul@nowt.org>
6995         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6997 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6999         * Makefile.tpl (all-make): Depend on intl.
7000         * Makefile.in: Rebuilt.
7002 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7004         * install-sh:  Update to newer upstream versions (associated with
7005         aclocal 1.7).
7006         * mkinstalldirs:  Likewise.
7007         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7009 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7011         * MAINTAINERS: Move self from Bug database only accounts
7012         to write-after-approval.
7014 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7016         * config.if: Remove unused libc_interface determination.
7018 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7020         * MAINTAINERS: Move self from write-after-approval to
7021         build machinery (*.in).
7023 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7025         PR bootstrap/11273
7026         PR bootstrap/11408
7027         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7028         unused INSTALL_PROGRAM_ARGS.
7029         * configure.in: Use AC_PROG_INSTALL.
7030         * Makefile.in: Regenerate.
7031         * configure: Regenerate.
7033 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7035         * MAINTAINERS: Alphabetize.
7037 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7039         * configure: Rebuilt.
7040         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7041         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7042         newlib nor libgloss.
7043         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7044         * configure.in (am33_2.0-*-linux*): Added.
7046 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7048         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7049         * configure: Regenerate.
7051 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7053         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7054         * Makefile.in: Regenerate.
7056 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7058         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7059         * Makefile.in: Regenerate.
7061 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7063         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7064         * Makefile.in: Regenerated.
7066         * config-ml.in: Replace PWD with PWD_COMMAND.
7068 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7070         * intl: New directory; see intl/ChangeLog for details.
7071         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7072         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7073         * Makefile.in: Regenerate.
7075 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7077         * configure.in: Clean up config-lang.in handling.  Delete
7078         useless assignment to "subdirs".
7079         * configure: Regenerate.
7081 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7083         * configure.in: Rename 'target_libs' to 'target_libraries'.
7084         Remove useless reference to 'target_libs'.
7085         * configure: Regenerate.
7087 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7089         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7090         * Makefile.in: Regenerate.
7092 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7094         * Makefile.def: Introduce flags_to_pass.
7095         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7096         * Makefile.in: Regenerate.
7098 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7100         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7101         and target-libgloss.
7102         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7103         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7104         * configure: Regenerate.
7106 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7108         * configure.in: Update testsuite_flags to new location.
7109         * configure. Regenerate.
7111 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7113         * Makefile.tpl: Remove BUILD_CC stuff.
7114         * Makefile.in: Regenerate.
7116 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7118         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7120 2003-06-16  Graeme Peterson  <gp@qnx.com>
7122         * MAINTAINERS (Write After Approval): Add myself.
7124 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7126         * config.guess: Update to 2003-06-12 version.
7127         * config.sub: Update to 2003-06-13 version.
7129 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7131         * config.guess: Update to 2003-06-06 version.
7132         * config.sub: Update to 2003-06-06 version.
7134 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7136         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7137         * configure. Regenerate.
7139 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7141         * configure.in: Disable serial configure by default.
7142         * configure: Regenerate.
7143         * Makefile.tpl: Abolish .NOTPARALLEL.
7144         * Makefile.in: Regenerate.
7146         * Makefile.tpl: Replace {build,host,target}_canonical by
7147         {build,host,target}.
7148         * Makefile.in: Regenerate.
7150         * Makefile.tpl: Fix stupid pasto.
7151         * Makefile.in: Regenerate.
7153 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7155         * Makefile.tpl: Remove bogus conditional.
7156         * Makefile.in: Regenerate.
7158 2003-06-05  Jan Hubicka  <jh@suse.cz>
7160         * Makefile.tpl (profiledbootstrap): New target.
7161         * Makefile.in (profiledbootstrap): New target.
7163 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7165         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7166         Pinski. Remove user names from other bugzilla-only maintainers.
7168 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7170         * Makefile.tpl: Make 'recursive targets' using autogen rather
7171         than shell loop.  Remove duplicate 'clean' targets and false
7172         comments.
7173         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7174         Add systematic method of specifying missing targets in subdirs.
7175         Add copyright boilerplate.
7176         * Makefile.in: Regenerate.
7177         * configure.in: Add 'recursive targets' to maybe list.
7178         * configure: Regenerate.
7180         * MAINTAINERS: "GNATS only" -> "Bug database only".
7182         * Makefile.tpl: Rename [+target+] to [+make_target+].
7183         * Makefile.def: Rename 'target' to 'make_target'.
7185 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7187         * MAINTAINERS: Add self as options handling maintainer.
7189 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7191         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7192         been too long since I touched those ports.
7194 2003-05-28  DJ Delorie  <dj@redhat.com>
7196         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7197         * Makefile.in: Regenerate.
7199 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7201         * configure.in: Use curly braces in the definition of tooldir.
7202         * configure: Regenerate.
7204 2003-05-21  DJ Delorie  <dj@redhat.com>
7206         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7207         newlib or libgloss.
7208         * Makefile.in: Regenerate.
7210 2003-05-21  DJ Delorie  <dj@redhat.com>
7212         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7213         * Makefile.in: Regenerate.
7215 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7217         * MAINTAINERS: Update my e-mail address.
7219 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7221         * configure.in: Switch more things to use maybe dependencies.
7222         * Makefile.tpl: Switch more things to use maybe dependencies.
7223         Factor out common code from autogen IF statements.
7224         * configure: Regenerate.
7225         * Makefile.in: Regenerate.
7227 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7229         * configure.in: Accept i[3456789]86 for machine type.
7230         * configure: Regenerate.
7232 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7234         * configure.in: Switch more things to use maybe dependencies.
7235         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7236         * configure: Regenerate.
7237         * Makefile.tpl: Switch more things to use maybe dependencies.
7238         * Makefile.in: Regenerate.
7240 2003-05-16  Andreas Schwab  <schwab@suse.de>
7242         * Makefile.tpl (install-opcodes): Define.
7243         * Makefile.in: Rebuild.
7245 2003-05-13  Andreas Jaeger  <aj@suse.de>
7247         * config.guess: Update to 2003-05-09 version.
7248         * config.sub: Update to 2003-05-09 version.
7250 2003-05-13  Michael Eager  <eager@mvista.com>
7252         * configure.in: Correct sed script so that options in quotes are not
7253         deleted.
7254         * configure: Rebuild.
7256 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7258         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7259         and $$s/newlib/libc/sys/cygwin32 include paths.
7260         * configure: Ditto.
7262 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7264         * MAINTAINERS: Update my email addresses.
7266 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7268         * config-ml.in: Propagate INSTALL variables.
7270 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7272         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7274 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7276         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7277         * Makefile.in: Regenerate.
7279 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7281         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7283 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7285         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7287 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7289         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7290         * Makefile.in: Regenerated.
7292 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7294         * MAINTAINERS (Write After Approval): Upgrade myself from
7295         GNATS only to write-after-approval. Update my mail address.
7297 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7299         (OS Port Maintainers: freebsd): Add myself.
7301 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7303         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7305 2003-04-22  Kean Johnston  <jkj@sco.com>
7307         * MAINTAINERS (SCO ports): Added myself.
7309 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7311         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7313 2003-04-19  Kean Johnston  <jkj@sco.com>
7315         * MAINTAINERS (Write After Approval): Add myself.
7317 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7319         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7320         * Makefile.in: Regenerate.
7322 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7324         * configure.in (powerpc64*-*-linux*): Remove.
7325         * configure: Rebuilt.
7327 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7329         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7330         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7331         and restrap.
7332         * Makefile.in:  Regenerate.
7334 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7336         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7337         * configure: Regenerated.
7339 2003-04-15  DJ Delorie  <dj@redhat.com>
7341         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7343 2003-04-13  Nick Clifton  <nickc@redhat.com>
7345         * config-ml.in: Remove support for --disable-aix removing
7346         call-aix multilibs.
7348 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7350         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7351         * */configure: Rebuilt.
7353 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7355         * MAINTAINERS: Add my email address.
7357 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7359         * MAINTAINERS (Write After Approval): Add myself.
7361 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7363         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7364         * Makefile.in: Regenerate.
7366 2003-03-14  Michael Chastain  <mec@shout.net>
7368         * Makefile.in: Regenerate with correct Makefile.def.
7370 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7372         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7373         Make macro.
7374         * Makefile.in: Regenerate.
7375         * configure.in: Clean up gxx_include_dir logic.
7376         * configure: Regenerate.
7378 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7380         * MAINTAINERS (Write After Approval): Add myself.
7382 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7384         * MAINTAINERS: Update my mail address.
7386 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7388         * configure.in (gxx_include_dir): Fix typo.
7389         * configure: Regenerated.
7391 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7393         * Makefile.tpl: Reindent.
7394         * Makefile.in: Regenerate.
7395         * configure.in: Reindent.  Don't set unused variables.
7396         * configure: Regenerate.
7398 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7400         * configure.in: Include $(build_tooldir)/sys-include in
7401         FLAGS_FOR_TARGET.
7402         * configure: Regenerated.
7404 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7406         * Makefile.tpl: Always pass down RANLIB.
7407         * Makefile.in: Regenerate.
7409         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7410         * Makefile.in: Regenerate.
7411         * configure.in: Remove unused logic relating to --enable-shared
7412         and --enable-threads.  Remove bogus comments.  Remove redundant
7413         noconfigdirs.
7414         * configure: Regenerate.
7416         * configure.in: Replace ${libstdcxx_version} by its value.
7417         Remove reference to mh-dgux.
7418         * configure: Regenerate.
7420 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7422         * MAINTAINERS (Write After Approval): Add myself.
7424 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7426         * Makefile.tpl: Rearrange.
7427         * Makefile.in: Regenerate.
7429 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7431         * configure.in: Add support for kaOS as cross build target system.
7432         * configure: Regenerated.
7434 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7436         * MAINTAINERS (Write after approval): Add myself.
7438 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7440         * MAINTAINERS: Update my email address.
7442 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7444         * MAINTAINERS: Add self to blanket write privs. section.
7446 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7448         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7449         configure-target-* as some target builds may require additional
7450         flags for preprocessor tests.
7451         * Makefile.in: Regenerated.
7453 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7455         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7456         * ltconfig: Handle it.
7457         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7458         auto-detecting it.
7460         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7461         it is used as argument to $CC.
7462         * ltcf-gcj.sh: Likewise.
7464         * configure.in: Introduce --enable-maintainer-mode.
7465         * configure: Rebuilt.
7466         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7467         for maintainer mode.
7468         * Makefile.in: Rebuilt.
7470 2003-02-18  Jason Merrill  <jason@redhat.com>
7472         * Makefile.tpl (check-c++): Allow parallelism.
7474 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7476         * MAINTAINERS: Remove John Carr (who never actually had access to
7477         gcc.gnu.org).
7479 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7481         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7482         don't configure target-libobjc.
7483         * configure: Regenerate.
7485 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7487         * Makefile.tpl (RANLIB): Define.
7488         * Makefile.in: Regenerate.
7490 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7492         * MAINTAINERS: Update my email.
7494 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7496         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7497         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7498         * Makefile.in: Regenerated.
7499         * configure.in: Remove all traces of snavigator, db, and grep.
7500         * configure: Regenerated.
7502 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7504         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7505         After Approval.
7507 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7509         * MAINTAINERS (Write after approval): Add myself.
7511 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7513         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7514         * Makefile.in: Regenerated.
7516 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7518         * config.guess: Updated to 2003-01-30's version.
7519         * config.sub: Updated to 2003-01-28's version.
7521 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7523         * config.if: If gcc_version is already set, just use it.  Don't set
7524         gcc_version_trigger if it's already set, otherwise set it to
7525         gcc/version.c, but only if the file exists.  If it is not set and
7526         gcc/version.c does not exist, try to extract the version number from
7527         $CC.
7529 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7531         * MAINTAINERS: Add myself to write-after-approval list.
7533 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7535         * configure.in:  Revert 24Jan change.
7536         * configure:  Regenerate.
7538 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7540         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7541         entry of HJ Lu.
7543 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7545         * configure.in: Revert previous change.
7546         * configure: Regenerate.
7548 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7550         * configure.in: Make rda native-only.
7551         * configure: Regenerate.
7553 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7555         * MAINTAINERS: Move myself from GNATS-only-accounts to
7556         write-after-approval.
7558 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7560         * configure.in: Add missing \.
7561         * configure: Rebuilt.
7563 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7565         * configure.in (baseargs): Avoid using \| in sed regular
7566         expressions.
7567         * configure: Rebuilt.
7569 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7571         * configure.in (baseargs): Remove all supported forms of
7572         --cache-file, --srcdir, --host, --build and --target options
7573         from argument lists.
7574         * configure: Rebuilt.
7576 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7578         * MAINTAINERS: Add myself to write-after-approval list.
7580 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7582         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7583         * configure: Rebuilt.
7585 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7587         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7588         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7589         * Makefile.in: Regenerate.
7590         * configure: Regenerate.
7592 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7594         * configure.in: Remove Makefile in build, host and target modules
7595         unless configure was run with --no-recursion.
7596         * configure: Rebuilt.
7598 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7600         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7601         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7602         * Makefile.in: Regenerate.
7604 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7606         * config.guess: Update to 2003-01-03 version.
7607         * config.sub: Update to 2003-01-03 version.
7609 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7611         * configure: Regenerate with proper autoconf 2.13.
7613 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7615         * configure.in: Add AC_PREREQ for consistency.
7616         * configure: Regenerate.
7618 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7620         * configure.in (GDB_TK): Add tcl directories conditional on
7621         gdb/gdbtk directory being present.
7622         * configure: Regenerate.
7624 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7626         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7627         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7628         * configure: Rebuilt.
7630 2002-12-31  Tom Tromey  <tromey@redhat.com>
7632         * Makefile.in: Rebuilt.
7633         * Makefile.def (target_modules) [libffi]: Allow installation.
7635 2002-12-31  Andreas Schwab  <schwab@suse.de>
7637         * configure.in: Fix use of $program_transform_name.
7638         * configure: Regenerated.
7640 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7642         * configure.in (baseargs): Don't remove first configure argument.
7643         * configure: Regenerated.
7645 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7647         * Makefile.tpl (local-distclean): Don't remove...
7648         (multilib.ts): ... this.  Moved into...
7649         (multilib.out): ... this.  Don't use sub-make.
7650         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7651         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7652         (configure-build-[+module+], configure-[+module+],
7653         configure-target-[+module+], configure-gcc): ... these.  Test
7654         for Makefile existence.  Drop config.status from dependencies.
7655         * Makefile.in: Rebuilt.
7656         * configure.in: Move gcc-version-trigger to the end of
7657         ac_configure_args.  Add comments to maybedep.tmp and
7658         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7659         nonopt from baseargs, matching and removing corresponding
7660         whitespace while at it.
7661         * configure: Rebuilt.
7663 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7665         * configure.in (host_configargs): Replace reference to
7666         no-longer-defined buildopts with --build=${build_alias}.
7667         * configure: Rebuilt.
7669         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7670         program_transform_name to standard idiom.
7671         (AUTOGEN, AUTOCONF): Define.
7672         (Makefile.in): Use $(AUTOGEN).
7673         (Makefile): Depend on config.status, and use autoconf-style rule to
7674         build it.  Move original commands to...
7675         (config.status): ... this new target.
7676         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7677         $(AUTOCONF).
7678         * Makefile.in: Rebuilt.
7680 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7682         * Makefile.tpl: Fix dramatic bustage due to change in
7683         program_transform_name.
7684         * Makefile.in: Regenerate.
7686         * configure.in: Remove unnecessary PATH setting.
7687         * configure: Regnerate.
7689         * configure.in: Don't default to unprefixed tools unless
7690         the native tools will work.
7691         * configure: Regenerate.
7693         * configure.in: Convert to autoconf script.  Blow away lots
7694         of now-redundant Makefile fragments.
7695         * configure: Generate using Autoconf.
7696         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7697         * Makefile.in: Regenerate.
7699 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7701         * configure: Fix stupid bug where RANLIB was mistakenly included.
7703         * configure.in: Rename (buildargs, hostargs, targargs) to
7704         (build_configargs, host_configargs, target_configargs).
7706         * configure.in: Move logic out of sed statement.
7708         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7709         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7711 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7713         * config.sub: Import from master repository
7714         * config.guess: Ditto
7716 2002-12-24  Andreas Schwab  <schwab@suse.de>
7718         * Makefile.tpl (multilib.out): Fix missing space.
7719         * Makefile.in: Regenerate.
7721 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7723         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7724         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7725         * Makefile.in: Regenerate.
7726         * configure.in: Remove unnecessary leftovers.
7728 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7730         * configure.in (extra_ranlibflags_for_target): New variable.
7731         (*-*-darwin): Add -c to ranlib commands.
7732         * configure (tooldir): Handle extra_ranlibflags_for_target.
7734 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7736         * Makefile.tpl: Revert HJL's change.
7737         * Makefile.in: Regenerated.
7738         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7739         always.
7741 2002-12-19  Andreas Schwab  <schwab@suse.de>
7743         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7744         * Makefile.in: Regenerate.
7746 2002-12-18  H.J. Lu  <hjl@gnu.org>
7748         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7749         * Makefile.in: Regenerated.
7751         * configure.in (build_prefix): New. Substitute.
7753 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7755         * Makefile.tpl: Don't let real targets depend on phony targets.
7756         * Makefile.in: Regenerate.
7758         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7759         * Makefile.in: Regenerate.
7761 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7763         * config.sub: Import from master repository
7764         * config.guess: Ditto
7766 2002-12-16  Jason Merrill  <jason@redhat.com>
7768         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7769         previous 'make bootstrap'.
7770         * Makefile.in: Regenerate.
7772 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7774         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7776 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7778         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7779         * Makefile.in: Regenerate.
7781 2002-12-13  Jason Merrill  <jason@redhat.com>
7783         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7784         library tests.
7785         (check-c++): Just depend on it and check-target-libstdc++-v3.
7786         * Makefile.in: Regenerate.
7788 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7790         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7791         * Makefile.in: Rebuilt.
7793 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7795         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7797 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7799         * configure: Fix bug put in by gremlins.
7801         * Makefile.tpl: Substitute more autoconfily.
7802         * configure: Substitute more autoconfily.
7803         * Makefile.in: Regenerate.
7805 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7807         * config.sub: Import from master repository
7808         * config.guess: Ditto
7809         * MAINTAINERS: Added Svein Seldal under write after approval
7811 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7813         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7814         * Makefile.in (all-sim): Ditto.
7816 2002-12-06  DJ Delorie  <dj@redhat.com>
7818         * Makefile.tpl: Change configure dependencies to not have real
7819         targets depend on phony targets.
7821 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7823         * configure.in: Revert unintentional change.
7825         * Makefile.tpl: Change dependency for */multilib.out so that
7826         it works when gcc isn't in the tree.
7828         * configure.in: Substitute more.
7829         * configure: Run subconfigures from the Makefile.
7830         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7831         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7833 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7835         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7837 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7839         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7840         and corresponding dependencies.
7841         * Makefile.in: Regenerate.
7843         * configure.in (host_tools): Order binutils, gas and ld for
7844         convenience in running the testsuites.
7846         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7847         * Makefile.in: Regenerate.
7848         * configure.in: Introduce rules to serialize subconfigure runs.
7850         * configure.in: Introduce BASE_CC_FOR_TARGET.
7851         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7852         Realize configure-build-* targets.  Realize configure-target-* targets.
7853         * Makefile.in: Regenerate.
7855 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7857         * configure: Move gcc_version_trigger stuff from here...
7858         * configure.in: ...to here.
7860         * configure.in: Separate subconfigure options added by this file from
7861         options given by the user.  Add machinery to put args for host
7862         subconfigures into the Makefile.
7864         * Makefile.tpl: Remove 'vault' targets.
7865         * Makefile.tpl: Reorder and comment dependencies.
7866         * Makefile.in: Regenerate.
7868 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7869         * configure.in: Fix my broken commit of previous patch. (sigh)
7871 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7873         * configure.in: Move host-specific darwin noconfigdirs into
7874         the host-specific section.
7876 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7878         * configure.in: Move host-specific darwin noconfigdirs into
7879         the host-specific section.
7881 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7883         * configure: Remove skip-this-dir support.
7884         * Makefile.tpl: Remove skip-this-dir support.
7886         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7887         subdirectories.
7888         * Makefile.in: Regenerate.
7890         * Makefile.tpl: Strip out useless setting of 'dir'.
7891         * Makefile.in: Regenerate.
7893 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7895         * configure.in: Fix deeply stupid bug.
7897         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7898         shell code in CXX_FOR_TARGET
7899         * Makefile.def: Introduce raw_cxx.
7900         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7901         RAW_CXX_FOR_TARGET.
7902         * Makefile.in: Regenerate.
7904 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7906         * Makefile.tpl: Remove unnecessary ifs.
7907         * Makefile.in: Regenerate.
7909         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7910         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7911         targets for 'no_install' modules.
7912         * configure: Move GDB_TK substitution to configure.in.  Move
7913         build_modules stuff to configure.in.
7914         * configure.in: Implement soft dependency machinery.  Maybe-ize
7915         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7916         * Makefile.in: Regenerate.
7918 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7920         * Makefile.tpl: Make all-target, install-target behave similarly
7921         to all, install (only hitting configured targets).  Eliminate
7922         unused macro defintions.
7924         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7925         build != host.
7927         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7929         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7931         * configure.in: Produce lists of subdir targets we're actually
7932         configuring.  Remove references to "dosrel".
7933         * Makefile.tpl: Let configure set which subdir targets are hit.
7934         Remove install-cross; clean up install; remove ALL.  Remove
7935         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7936         Autogenerate host module targets.  Remove empty dependency lines
7937         and redundant dependency; rearrange slightly.
7938         * Makefile.def: Add host-side libtermcap, utils.
7940         * Makefile.in: Regenerate.
7942 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7944         * ltconfig (osf[345]): Append $major to soname_spec.
7945         Reflect this in library_names_spec.
7946         * ltmain.sh (osf): Prefix $major with . for use as extension.
7948 2002-11-19  Andreas Jaeger  <aj@suse.de>
7950         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7951         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7952         and sparc64 GNU/Linux systems.
7954 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7956         * MAINTAINERS: Update email.
7958 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7960         * MAINTAINERS: Complete James Dennett's entry.
7962 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7964         * MAINTAINERS (Write After Approval): Add myself.
7966 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7968         * Makefile.tpl: syntactic cleanup
7970 2002-11-13  Stuart Hastings  <stuart@apple.com>
7972         * MAINTAINERS: Add myself to write-after-approval list.
7974 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7976         * Makefile.def: Add list of recursive targets to autogenerate.
7977         Add build_modules.
7978         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7979         targets.  Autogenerate *-build-* targets.
7980         * Makefile.in: Regenerate.
7982 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7984         * configure: More autoconf-style substitutions.
7985         * Makefile.tpl: More autoconf-style substitutions.
7986         * Makefile.in: Regenerate.
7988 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7990         * configure: Substitute more variables in a more autoconf-friendly
7991         way.  Simplify slightly.
7992         * Makefile.tpl: Make more variables substitutable in an
7993         autoconf-friendly way.
7994         * Makefile.in: Regenerate.
7996 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7998         * MAINTAINERS (Write After Approval): Add myself.
8000 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8002         * configure.in (v810*): Remove special setting of tools.
8004         * configure: Add support for extra required flags for ar or nm.
8005         * configure.in (aix4.3+): Use above support for target-specific
8006         issues, rather than using config/mt-aix43.
8008 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8010         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8011         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8012         with $srcdir.  Reformat indentation.  Substitute some variables
8013         formerly hard-coded in the Makefile for build=host.
8014         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8015         * Makefile.def: Autogenerate more.
8016         * Makefile.in: Regenerate.
8018 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8020         * MAINTAINERS (Write After Approval): Add myself.
8022 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8024         * Makefile.def (host_modules): Add rda.
8025         * Makefile.in: Regenerate.
8026         * configure.in (target_tool): Add target-rda to list.
8028 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8030         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8032 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8034         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8035         and restrap targets to this rule.
8036         * Makefile.in:  Regenerate.
8038 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8040         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8041         GNATS only accounts.
8043 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8045         * configure.in (i[3456]86-*-linux*): Add check to disable
8046         ${libgcj} for glibc1.
8048 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8050         * MAINTAINERS: Add myself as ip2k port maintainer.
8052 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8054         * configure.in: Add tic4x target.
8056 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8058         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8059         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8060         * Makefile.in: Regenerate.
8062         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8063         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8064         * Makefile.in: Regenerate.
8066 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8068         * MAINTAINERS: Add myself as web pages co-maintainer.
8070 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8072         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8073         * Makefile.in: Regenerate.
8075 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8077         * MAINTAINERS: Add myself and Nathan Sidwell
8078         <nathan@codesourcery.com> as VxWorks maintainers.
8080 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8082         * Makefile.def: Remove order dependency comments.
8083         * Makefile.tpl: Add explicit install-install dependencies.
8084         * Makefile.in: Regenerate.
8086         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8087         * Makefile.in: Regenerate.
8089         * Makefile.tpl: Add configure-target (for src-release in src)
8090         * Makefile.in: Regenerate.
8092 2002-09-30  Nick Clifton  <nickc@redhat.com>
8094         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8096 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8098         * configure.in (s390*-*-linux*): Enable libgcj.
8100 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8102         * configure: Revert accidentally applied changes.
8104         * Makefile.tpl: Make more autoconf-friendly.
8105         * Makefile.in: Regenerate.
8106         * configure: Make substitution more autoconf-like.
8108 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8110         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8111         single entry to handle all these.
8112         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8113         libjava on arm-*-elf.
8115 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8117         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8118         things that depend on them.
8120 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8122         * Makefile.tpl: Make subsituted variables more autoconfy.
8123         * Makefile.in: Regenerate.
8124         * configure: Make seds more autoconfy.
8126 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8128         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8129         * Makefile.in: Regenerate.
8130         * configure.in: Rewrite sed statements to look autoconfy.
8132         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8133         all-target-foo on configure-target-foo.
8134         * Makefile.def: Ditto.
8135         * Makefile.in: Rebuild.
8137 2002-09-25  Andrew Haley  <aph@redhat.com>
8139         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8141 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8143         * Makefile.def: New file.
8144         * Makefile.tpl: New file.
8145         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8146         * contrib/gcc_update: Note that Makefile.in is a generated file.
8148         * configure.in: Minor rearrangement.  Simplify tests.
8150 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8152         * configure.in (with_headers): Skip copy if value is "yes".
8153         (with_libs): Likewise.
8155 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8157         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8158         * configure.in (sh*-*-pe*): Ditto.
8159         * configure.in (mips*-*-pe*): Ditto.
8160         * configure.in (*arm-wince-pe): Ditto.
8162         * configure.in: Rearrange.
8164 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8166         * MAINTAINERS: Update my email address.
8168 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8170         * MAINTAINERS: (Write After Approval): Add myself.
8172 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8174         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8176 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8178         * MAINTAINERS: Change my mailing address.
8180 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8182         * MAINTAINERS (Write After Approval): Remove myself.
8183         (Various Maintainers: c++ runtime libs): Add myself.
8185 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8187         * MAINTAINERS (Write After Approval): Remove myself.
8188         (Various Maintainers: c++ runtime libs): Add myself.
8190 2002-08-15  Eric Christopher  <echristo@redhat.com>
8192         * config.sub: Import from master repository.
8193         * config.guess: Ditto.
8195 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8197         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8198         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8199         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8201 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8203         * MAINTAINERS: Add self to rs6000 vector extensions.
8205 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8207         * libiberty/configure: Reverted unintended yesterday's check in.
8209 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8211         * boehm-gc/configure, libf2c/configure: Rebuilt.
8212         * libffi/configure, libiberty/configure: Ditto.
8213         * libjava/configure, libobjc/configure: Ditto.
8214         * libstdc++-v3/configure, zlib/configure: Ditto.
8215         Merged from binutils:
8216         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8217         From Steve Ellcey <sje@cup.hp.com>:
8218         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8219         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8220         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8221         IA64.
8222         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8223         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8224         soname_spec, sys_lib_search_path_spec): Ditto.
8226 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8228         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8230 2002-08-04  H.J. Lu  (hjl@gnu.org)
8232         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8234 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8236         * MAINTAINERS (Write After Approval): Add myself.
8238 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8240         * configure.in: Move generic linux case to end.  Copy generic
8241         linux noconfigdirs to mips*-*-linux* entry and new
8242         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8244 2002-07-19  Michael Matz  <matz@suse.de>
8246         * MAINTAINERS: Add myself as ra* maintainer.
8248 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8250         * config.guess: Update to 2002-07-09 version.
8251         * config.sub: Update to 2002-07-03 version.
8253 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8255         * MAINTAINERS: Fix typo in a maintainer email address.
8257 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8259         * configure.in: Remove two redundant tests.
8261 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8263         * configure.in (mips*-*-irix6*o32): Enable stabs.
8265 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8267         * configure.in: Don't build grez.
8268         * Makefile.in: Ditto.
8270         * Makefile.in: Remove references to bsp, cygmon, libstub.
8271         * configure.in: Ditto.
8273         * configure.in: Remove leftover reference to gdbtest.
8275 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8277         * configure.in (gxx_include_dir):  Change to match versioned
8278         C++ headers if --enable-version-specific-runtime-libs is used.
8280 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8282         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8284 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8286         * configure.in: Make --without-x work.
8288 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8290         * configure.in: Rearrange target Makefile fragment collection.
8292         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8293         cvs[src].
8294         * configure.in: Ditto.
8296 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8298         * MAINTAINERS (Write After Approval): Update my e-mail address.
8300 2002-06-24  Ben Elliston  <bje@redhat.com>
8302         * configure.in (host_tools): Remove cgen.
8304         * Makefile.in (all-cgen): Remove; runs from its source directory.
8305         (check-cgen, install-cgen, clean-cgen): Likewise.
8306         (all-opcodes): Do not depend on all-cgen.
8307         (all-sim): Likewise.
8309 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8311         * Makefile.in: Eliminate 'apache' targets.
8312         * configure.in: Eliminate 'apache' targets.
8314         * configure.in: Eliminate redundant tests.  Reorganize.
8316         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8318         * config-ml.in: Eliminate references to Cygnus configure.
8320         * Makefile.in: Eliminate references to building emacs.
8322 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8324         * MAINTAINERS: Update my email address.
8326 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8328         * config.if (libstdcxx_incdir): Version C++ headers.
8329         (cxx_incdir): Remove.
8331 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8333         * MAINTAINERS (Write After Approval): Add self.
8335 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8337         * configure.in: Add support for ip2k.
8339 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8341         * configure.in: Fix AIX configury bug.
8343 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8345         * MAINTAINERS (Write After Approval): Add self.
8347 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8349         * configure.in: replace ${topsrcdir} with ${srcdir}
8351         * configure.in: Move definition of libstdcxx_flags
8352         right above usage, rather than waaay earlier.
8354         * configure.in: Pull definition of is_cross_compiler earlier.
8356         * configure.in: Rearrange a little.
8358         * configure.in: Remove references to librx.
8359         * Makefile.in: Remove references to librx.
8361 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8363         * config.sub: Add support for avr target.
8364         Import from master sources, rev 1.255
8366 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8368         * configure, .cvsignore:  Revert previous change...
8369         * Makefile:  ...delete.
8371 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8373         * configure.in: Eliminate ${gasdir} variable.
8375 2002-06-18  Dave Brolley  <brolley@redhat.com>
8377         * configure.in: Add support for frv.
8378         * config.sub: Add support for frv.
8380 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8382         * configure:  Remove garbage from previous commit.
8384 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8386         * configure:  For in-source builds, make a subdir and re-exec there.
8387         * Makefile:  New file.  Pass targets through to build directory.
8388         * .cvsignore:  No longer ignore "Makefile".
8390 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8392         * MAINTAINERS (Write After Approval): Add self.
8394 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8396         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8398 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8400         * configure.in (vax-*-netbsd*): Re-enable gas.
8402 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8404         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8405         BUILD_PREFIX_1, to correct nomenclature.
8406         * configure: Likewise.
8408         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8409         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8411 2002-05-31  Olaf Hering  <olh@suse.de>
8413         * config-ml.in: Propogate DESTDIR also.
8415 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8417         * configure.in (vax-*-netbsd*): Don't build gas for this
8418         platform.
8420 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8422         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8423         and libgcj for AVR.
8425 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8427         * MAINTAINERS (Write After Approval): Add myself.
8429 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8431         * config.guess: Update to 2002-05-22 version.
8432         * config.sub: Likewise.
8434 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8436         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8437         * config-ml.in: Likewise.
8438         * configure: Likewise.
8439         * configure.in: Likewise.
8441 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8443         * MAINTAINERS: Update my email address.
8445 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8447         * configure.in: Simplify makefile fragment collection.
8449         * configure.in: Remove code to build emacs.
8451         * configure.in : Remove --srcdir argument from targargs and buildargs
8452         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8454         * configure: Move some logic to configure.in.
8455         * configure.in: Move some logic from configure.
8457 2002-05-11  Tom Tromey  <tromey@redhat.com>
8459         * MAINTAINERS: Reflect libgcj reality.
8461 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8463         * Makefile.in: Honour DESTDIR.
8465 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8467         * config.guess: Import 2002-03-20 version.
8468         * config.sub: Import 2002-04-26 version.
8470 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8472         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8474 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8476         * MAINTAINERS: Add self.
8478 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8480         * ltmain.sh: Detect and handle object name conflicts
8481         while piecewise linking a static library.
8483 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8485         * configure.in (noconfigdirs): Don't disable libgcj on
8486         sparc64-*-solaris* and sparcv9-*-solaris*.
8488 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8490         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8492 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8494         * configure.in (FLAGS_FOR_TARGET): Do not add
8495         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8496         on i[3456]86-*-linux*.
8498 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8500         * configure.in (noconfigdirs): Replace [ ] with test.
8502         * configure.in (noconfigdirs): Do not add target-newlib if
8503         target == i[3456]86-*-linux*, and host == target.
8505 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8507         * configure.in: delete reference to absent file
8509         * configure.in: replace '[' with 'test'
8511         * configure.in: Eliminate references to gash.
8512         * Makefile.in: Eliminate references to gash.
8514         * configure.in: remove useless references to 'pic' makefile fragments.
8516         * configure.in: (*-*-windows*) Finish removing.
8518         * configure.in: Eliminate redundant test for libgui.
8520 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8522         * MAINTAINERS: Add self and realphabetize.  Update entries
8523         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8524         entry for a29k port maintainer.
8526 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8528         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8529         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8531 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8533         * configure.in: remove references to dead files
8535 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8537         * MAINTAINERS: Add information about purpose of this file.
8539 2002-04-18  Tom Tromey  <tromey@redhat.com>
8541         * configure.in: Disallow configuring libgcj when it is already
8542         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8543         Solaris 2.8 by default.  For PR libgcj/6158.
8545 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8547         * configure.in:  Move default CC setting out of config/mh-* fragments
8548         directly into here.
8550 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8552         * configure.in: don't even try to configure or make a subdirectory
8553         if there's no configure script for it.
8555 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8557         * MAINTAINERS: Remove chill maintainers.
8558         * Makefile.in (CHILLFLAGS): Remove.
8559         (CHILL_LIB): Remove.
8560         (TARGET_CONFIGDIRS): Remove libchill.
8561         (CHILL_FOR_TARGET): Remove.
8562         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8563         CHILL_LIB.
8564         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8565         (CHECK_TARGET_MODULES): Likewise.
8566         (INSTALL_TARGET_MODULES): Likewise.
8567         (CLEAN_TARGET_MODULES): Likewise.
8568         (configure-target-libchill): Remove.
8569         (all-target-libchill): Remove.
8570         * configure.in (target_libs): Remove target-libchill.
8571         Do not compute CHILL_FOR_TARGET.
8572         * libchill: Remove directory.
8574 2002-04-11  DJ Delorie  <dj@redhat.com>
8576         * Makefile.in, configure.in: Sync with binutils, entries
8577         follow...
8579 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8581         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8582         (do-tar, do-bz2): New rules.
8583         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8584         (gdb-tar): New rule.
8585         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8586         (insight_dejagnu.tar): New rule.
8587         (insight.tar): New rule.
8588         (gdb+dejagnu.tar): New rule.
8589         (gdb.tar): New rule.
8591 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8593         * Makefile.in: Add all-tix to deps for all-snavigator
8594         so that tix is built when building snavigator.
8596 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8598         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8599         ld and gdb are not supported.
8601 2002-01-07  Mark Salter  <msalter@redhat.com>
8603         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8604         Allow target-libgloss to be built for arm, strongarm, and xscale.
8606 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8608         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8609         options for i[3456]86-pc-linux* native builds.
8611 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8613         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8614         files from .po files for a distribution.
8616 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8618         * configure.in: Enable libstdc++-v3 for h8300 targets.
8620 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8622         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8623         version from bfd/.
8625 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8627         * Makefile.in (VER): When present, extract the version number from
8628         the file version.in.
8630 2001-05-24  Tom Rix  <trix@redhat.com>
8632         * configure.in : enable ld for aix
8634 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8636         * config.guess: Add linux target for S/390.
8638 2000-11-07  Philip Blundell  <pb@futuretv.com>
8640         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8642 2000-11-03  Philip Blundell  <pb@futuretv.com>
8644         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8645         files.
8647 2001-01-15  Ben Elliston  <bje@redhat.com>
8649         * configure.in (host_tools): Add sid.
8650         Always configure cgen.
8652 2000-11-24  Nick Clifton  <nickc@redhat.com>
8654         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8657 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8659         * Makefile.in (ALL_MODULES): Add all-cgen.
8660         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8661         (all-cgen): New target.
8662         (all-opcodes,all-sim): Depend on all-cgen.
8663         * configure.in (host_tools): Add cgen.
8664         Only configure cgen if --enable-cgen-maint.
8666 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8668         * configure.in: Add *-*-freebsd* configurations.
8670 2002-04-08  Tom Tromey  <tromey@redhat.com>
8672         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8673         Fixes PR libgcj/6068.
8675 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8677         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8679 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8681         * configure.in (alpha*-dec-osf*): Enable libgcj.
8683 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8685         * MAINTAINERS (Write After Approval): Add myself.
8687 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8689         Fix for: PR bootstrap/3591, target/5676
8690         * configure.in (mcore-pe): Disable the configuration of
8691         libstdc++-v3 since exceptions are not supported.
8693 2002-03-20  Anthony Green  <green@redhat.com>
8695         * configure.in: Enable libgcj for xscale-elf target.
8697 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8699         * MAINTAINERS:  Update my email address.
8701 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8703         * ltmain.sh (relink_command): Fix typo in previous change.
8705 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8707         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8708         (relink_command): Added --tag flags.
8709         (mode=install): If relinking fails; error out.
8711 2002-03-12  Richard Henderson  <rth@redhat.com>
8713         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8714         .NOTPARALLEL tag.
8715         (do-check): Rename from check.
8716         (check): Allow parallel check.
8718 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8720         * MAINTAINERS: Add myself as maintainer for xtensa port.
8721         Fix alphabetical order in CPU port maintainer list.
8722         Remove myself from Write After Approval list.
8724 2002-03-11  Richard Henderson  <rth@redhat.com>
8726         * Makefile.in (.NOTPARALLEL): Add fake tag.
8728 2002-03-07  H.J. Lu  (hjl@gnu.org)
8730         * configure.in: Enable gprof for mips*-*-linux*.
8732 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8734         * MAINTAINERS (Write After Approval): Add myself.
8736 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8738         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8739         libjava.
8740         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8742 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8744         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8745         because its Makefile is there; test for the executable instead.
8747 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8749         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8750         libstdc++-v3 and libjava.
8752 2002-02-11  Adam Megacz  <adam@xwt.org>
8754         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8755         boehm-gc
8757 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8759         * config.guess: Updated to 2002-01-30's version.
8760         * config.sub: Updated to 2002-02-01's version.
8761         Contribute sh64-elf.
8762         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8763         * configure.in: Added sh64-*-*.
8765 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8767         * MAINTAINERS: Belatedly add myself to write after approval list.
8769 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8771         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8772         Remove self as Write After Approval.
8774 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8776         * MAINTAINERS: Put self in as maintainer for contrib/regression
8777         directory.
8779 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8781         * MAINTAINERS:  Update my email address.
8783 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8785         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8786         target-libiberty, and target-libgloss.  Skip Java-related
8787         libraries if not supported for NetBSD on target CPU.
8789 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8791         * install-sh: Use _inst.$$_ for temp file name.
8793 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8795         * MAINTAINERS (Write After Approval): Move my contact info
8796         from here...
8797         (OS Port Maintainers): ...to here (netbsd).
8799 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8801         * MAINTAINERS (Write After Approval): Add myself.
8803 2002-01-17  H.J. Lu  <hjl@gnu.org>
8805         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8806         (all-target-fastjar): Also depend on all-target-libiberty.
8808 2002-01-16  H.J. Lu  (hjl@gnu.org)
8810         * config.guess: Import from master sources, rev 1.225.
8811         * config.sub: Import from master sources, rev 1.238.
8813 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8815         * MAINTAINERS (Write After Approval): Remove myself.
8817 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8819         * MAINTAINERS (Write After Approval): Add myself.
8821 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8823         * MAINTAINERS: Add self as docs co-maintainer.
8825 2001-12-11  Matthias Klose  <doko@debian.org>
8827         * MAINTAINERS (Write After Approval): Add myself.
8829 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8831         * MAINTAINERS: Update my email address.
8833 2001-12-07  Turly O'Connor  <turly@apple.com>
8834         * MAINTAINERS (Write After Approval): Add myself.
8835         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8836         (rs6000_initialize_trampoline): Call __trampoline_setup for
8837         ABI_DARWIN too.
8838         * darwin-tramp.asm: New file, implements __trampoline_setup.
8839         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8841 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8843         * MAINTAINERS (Write After Approval): Add myself.
8845 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8847         * configure, configure.in: Use temp file for long sed commands.
8849 2001-12-03  Laurent Guerby  <guerby@acm.org>
8851         * config.sub: Update to version 1.232 on subversion.
8853 2001-12-03  Ben Elliston  <bje@redhat.com>
8855         * MAINTAINERS: Update mail address for config.* patches.
8857 2001-11-27  DJ Delorie  <dj@redhat.com>
8858             Zack Weinberg  <zack@codesourcery.com>
8860         When build != host, create libiberty for the build machine.
8862         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8863         CONFIG_ARGUMENTS.
8864         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8865         New variables.
8866         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8867         and rules.
8868         (all.normal): Depend on ALL_BUILD_MODULES.
8869         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8870         (all-build-libiberty): Depend on configure-build-libiberty.
8872         * configure: Calculate and substitute proper value for
8873         ALL_BUILD_MODULES.
8874         * configure.in: Create the build subdirectory.
8875         Calculate and substitute TARGET_CONFIGARGS (formerly
8876         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8878 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8880         * MAINTAINERS (write-after-approval): Add self.
8882 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8884         * MAINTAINERS (GNATS only accounts): Remove self.
8886 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8888         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8889         libf2c.
8891 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8893         * MAINTAINERS (Write After Approval): Add self.
8895 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8897         * MAINTAINERS: mips and s390 are also CPU ports.
8899 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8901         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8903 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8905         * MAINTAINERS: Alphabetize.
8907 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8909         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8911 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8913         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8915 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8917         * configure.in (--enable-languages): Be more permissive about
8918         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8920 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8922         * config.sub: Import from master sources, rev. 1.230.
8923         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8925 2001-11-07  Laurent Guerby  <guerby@acm.org>
8927         * MAINTAINERS (Write After Approval): Add self.
8929 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8931         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8933 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8935         * config.sub: Import from master sources, rev 1.226.
8936         * config.guess: Import from master sources, rev 1.216.
8938 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8940         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8941         * MAINTAINERS: Add self as maintainer of MMIX port.
8942         Remove old after-approval entry.
8944 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8946         * ChangeLog, configure: Fix spelling errors.
8948 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8950         * MAINTAINERS: Tweak my address.
8952 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8954         * MAINTAINERS: Update my email address.
8956 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8958         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8959         * MAINTAINERS: Add self as maintainer of CRIS port.
8961 2001-10-10  Geert Bosch  <bosch@gnat.com>
8963         * MAINTAINERS (Various maintainers: Ada front end):
8964         Added Robert Dewar.
8966 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8968         * MAINTAINERS (Write After Approval): Added self
8970 2001-10-02  Geert Bosch  <bosch@gnat.com>
8972         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8974 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8976         * configure: Handle temporary files securely using mkdir.
8978 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8980         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8982 2001-09-26  Will Cohen  <wcohen@redhat.com>
8984         * configure.in (*-*-linux*): Disable configuration of target-newlib
8985         and target-libgloss.
8987 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8989         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8990         RANLIB.
8992 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8994         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8995         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8996         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8997         avoid quotes nesting problems.
8998         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8999         (DO_X): Export only variables that are set.
9001 2001-09-19  Ben Elliston  <bje@redhat.com>
9003         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9004         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9005         semantics.  Use the shell built-in "type" command instead.
9007 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9009         Merged from gcc-3_0-branch:
9010         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9011         * ltcf-c.sh: Use $objext, not $ac_objext.
9012         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9013         * ltcf-cxx.sh: Add support for GNU.
9014         2001-07-22  Timothy Wall  <twall@redhat.com>
9015         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9016         default settings if using GNU tools with that configuration.
9017         * ltcf-cxx.sh: Ditto.
9018         * ltcf-gcj.sh: Ditto.
9019         2001-07-21  Michael Chastain  <chastain@redhat.com>
9020         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9021         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9022         * ltmain.sh: Mark as gcc-local.
9024 2001-08-30  Eric Christopher  <echristo@redhat.com>
9025             Jason Eckhardt  <jle@redhat.com>
9027         * config.guess: Merge from master sources.
9028         * config.sub: Merge from master sources, add support for mipsisa32.
9030 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9031         * config.sub: Merge from master sources, rev 1.219.
9032         * MAINTAINERS: Add self as contact for stormy16 port.
9034 2001-08-14  Zack Weinberg  <zackw@panix.com>
9036         * config.sub: Merge from master sources, rev 1.218.
9037         * config.guess: Merge from master sources, rev 1.209.
9039 2001-08-11  Graham Stott  <grahams@redhat.com>
9041         * Makefile.in (check-c++): Add missing semicolon.
9043 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9045         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9047 2001-07-30  Eric Christopher  <echristo@redhat.com>
9049         * MAINTAINERS (Various maintainers: mips port): Added myself.
9051 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9053         * configure.in (sh-*-linux*): New.
9055 2001-07-27  Richard Henderson  <rth@redhat.com>
9057         * .cvsignore: Add LAST_UPDATED.
9059 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9061         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9063 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9065         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9067 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9069         * MAINTAINERS (Write After Approval): Added myself.
9071 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9073         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9074         and libgcj on m68hc11/m68hc12.
9076 2001-06-27  H.J. Lu  (hjl@gnu.org)
9078         * Makefile (CFLAGS_FOR_BUILD): New.
9079         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9081 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9083         * README: Remove version number.
9085 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9087         * INSTALL/README: Update wrt. to the installation instructions now
9088         residing in gcc/doc/install.texi.
9090 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9092         * README: Replace with a cut-down and updated version of gcc/README.
9094 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9096         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9097         multilibs to be disabled.
9099 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9101         * MAINTAINERS (Write After Approval): Add myself.
9103 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9105         * config.guess: Import CVS version 1.195.
9106         * config.sub: Import CVS version 1.212.
9108 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9110         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9111         gcc/xgcc is built, use -print-prog-name to find out the program
9112         name to use.
9114 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9116         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9117         appear to also be in the master copy.
9118         * config.sub:  Import CVS version 1.211.
9120 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9122         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9123         with_gcc]: Use `gcc -shared' to build a shared library.
9125 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9127         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9128         archives.
9130 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9132         * MAINTAINERS (Write After Approval): Add myself.
9134 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9136         * configure.in (libstdcxx_flags): Do not try to execute
9137         libstdc++-v3/testsuite_flags until it exists.
9139 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9141         * MAINTAINERS: Update my email address.
9143 2001-05-31  Graham Stott  <grahams@redhat.com>
9145         * MAINTAINERS (Write After Approval): Add myself.
9147 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9149         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9150         libraries when using g++ with native linker.
9152 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9154         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9156 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9158         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9159         [aix4*|aix5*]: Prepend blank.
9161 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9163         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9164         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9165         of subdir/configure scripts to use the new libtool.m4.
9167 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9169         * MAINTAINERS (Write After Approval): Add myself.
9171 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9173         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9175 2001-05-11  Ben Elliston  <bje@redhat.com>
9177         * Makefile.in (all-sid): New target.
9178         (check-sid, clean-sid, install-sid): Likewise.
9180 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9182         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9184 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9186         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9187         libgcj.
9189 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9191         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9192         gcc/xgcc is built, use -print-prog-name to find out the program
9193         name to use.
9195 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9197         * configure.in (noconfigdirs): Don't reset it from scratch in the
9198         target case; only append to it.
9200         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9201         sparc-*-solaris2.8]: Disable ${libgcj}.
9203 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9205         * configure.in (libgcj_saved): Copy from $libgcj.
9206         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9207         --disable-libgcj.
9209 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9211         * MAINTAINERS: Remove self as MIPS maintainer and
9212         C front end maintainer.
9214 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9216         * configure.in: Move *-chorusos target case to the proper switch.
9217         Disable libgcj.
9219 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9221         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9222         1.641.2.228.
9224 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9226         * Makefile.in (STAGE1_CFLAGS): Pass down.
9228 2001-04-13  Alan Modra  <amodra@one.net.au>
9230         * config.guess: Add hppa64-linux support.  Note for next import that
9231         this is already in the master file.
9232         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9234 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9236         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9237         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9239 2001-04-11  Stan Shebs  <shebs@apple.com>
9241         * MAINTAINERS: Add self as Darwin port maintainer.
9243 2001-04-11  Alan Modra  <amodra@one.net.au>
9245         * MAINTAINERS: Update my email address.
9247 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9249         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9250         recent versions of FreeBSD (release 3 or later).
9251         * ltconfig: On FreeBSD, -lc must not be provided when building
9252         a shared library or else the standard -pthread gcc option is
9253         rendered worthless to later users of the built library.
9255 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9257         * MAINTAINERS: Add self and RTH as C front end maintainers.
9259 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9261         * config.sub: Make sure to match an already-canonicalized
9262         machine name (eg. mn10300-unknown-elf).
9264 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9266         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9267         New macros.
9268         (bootstrap, cross): Use RECURSE_FLAGS.
9269         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9271 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9273         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9275 2001-03-22  Colin Howell  <chowell@redhat.com>
9277         * Makefile.in (DO_X): Do not backslash single-quotes in
9278         backquotes (two places).
9280 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9282         Re-installed:
9283         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9284         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9285         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9286         * ltcf-cxx.sh: Likewise.
9287         * ltcf-gcj.sh: Likewise.
9289 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9291         * MAINTAINERS: Add myself as "documentation co-maintainer".
9293 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9295         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9296         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9298 2001-03-19  Tom Tromey  <tromey@redhat.com>
9300         * config-ml.in: Handle GCJ and GCJFLAGS.
9302 2001-03-21  Michael Chastain  <chastain@redhat.com>
9304         * Makefile.in: all-m4 depends on all-texinfo.
9306 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9308         * MAINTAINERS: Add myself to write after approval list.
9310 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9312         * Makefile.in (DO_X): Quote nested quotes.
9314 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9316         * MAINTAINERS: Add myself to write after approval list.
9318 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9320         * Makefile.in (DO_X): Use double quotes for quoting
9321         "RANLIB=$${RANLIB}".
9323 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9325         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9327 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9329         * configure.in: Only use `lang_requires' for languages athat are
9330         actually enabled.
9332 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9334         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9336 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9338         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9340 2001-03-07  Tom Tromey  <tromey@redhat.com>
9342         * configure.in: Allow config-lang.in to set `lang_requires' to list
9343         of other required languages.
9345 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9347         * Makefile.in: Remove RANLIB definition. Use RANLIB
9348         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9349         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9351 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9352             Alexandre Oliva  <aoliva@redhat.com>
9354         * Makefile.in (check-c++): Use tabs, not spaces.
9356 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9358         * MAINTAINERS: add myself to Write After Approval list.
9360 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9362         * Makefile.in (check-c++): New rule.
9364         * configure.in (target_libs): Remove libg++.
9365         (noconfigdirs): Remove libg++.
9366         (noconfigdirs): Same.
9367         (noconfigdirs): Same.
9368         (noconfigdirs): Same.
9370         * config-ml.in: Remove libg++ references.
9372         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9373         (ALL_TARGET_MODULES): Same.
9374         (configure-target-libg++): Remove.
9375         (all-target-libg++): Remove.
9376         (configure-target-libio): Remove.
9377         (all-target-libio): Remove.
9378         (check-target-libio): Remove.
9379         (.PHONY): Remove.
9380         (libg++.tar.bz2): Remove.
9381         (all-target-cygmon): Remove libio.
9382         (all-target-libstdc++): Remove.
9383         (configure-target-libstdc++): Remove.
9384         (TARGET_LIB_PATH): Remove libstdc++.
9385         (ALL_GCC_CXX): Remove libstdc++.
9386         (all-target-gperf): Correct.
9388 2001-02-16  Nick Clifton  <nickc@redhat.com>
9390         * configure.in (noconfigdirs): Allow configuration of texinfo
9391         for Cygwin hosts.
9393 2001-02-15  Anthony Green  <green@redhat.com>
9395         * configure: Introduce GCJ_FOR_TARGET.
9396         * configure.in: Ditto.
9397         * Makefile.in: Ditto.
9399 2001-02-13  Andreas Schwab  <schwab@suse.de>
9401         * MAINTAINERS: Update mail address.
9403 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9405         * config.guess: Add linux target for S/390.
9406         * config.sub: Likewise.
9408 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9410         * configure.in: for *-chorusos, don't config target-newlib and
9411         target-libgloss.
9413 2001-02-06  Ben Elliston  <bje@redhat.com>
9415         * configure: Output host type to stdout, not stderr.
9417 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9419         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9420         * ltcf-cxx.sh: Likewise.
9422         * config.if: Assume enable_libstdcxx_v3 is defined.
9424 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9426         Remove V2 C++ library.
9427         * configure.in: Remove --enable-libstdcxx_v3 support.
9429 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9431         * include/demangle.h: Add prototype for java_demangle_v3.
9433 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9435         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9437 2001-01-27  Richard Henderson  <rth@redhat.com>
9439         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9441 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9443         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9444         Don't unset, it's non-portable and no longer necessary, set to empty
9445         instead.
9447 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9449         * ltconfig: Shell portability fix for the tagname validity check.
9451 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9453         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9454         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9456 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9458         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9460 2001-01-26  Tom Tromey  <tromey@redhat.com>
9462         * configure.in: Allow libgcj to be built on Sparc Solaris.
9464 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9466         * ltcf-c.sh: Add aix5 case.
9467         * ltcf-cxx.sh: Likewise.
9468         * ltconfig: Likewise.
9470 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9472         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9473         keep at least one of build_libtool_libs or build_old_libs set to
9474         yes.
9476         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9477         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9479 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9481         * configure.in: Enable libgcj on several additional platforms.
9483 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9485         * configure.in: Enable libgcj for linux targets.
9487 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9489         * MAINTAINERS (Write After Approval): Add myself.
9491 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9493         * MAINTAINERS: Add myself as vax port maintainer.
9495 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9497         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9499 2001-01-09  Mike Stump  <mrs@wrs.com>
9501         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9502         failures of subdirectories.
9504 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9506         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9507         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9508         * ltcf-cxx.sh: Likewise.
9509         * ltcf-gcj.sh: Likewise.
9510         * ltconfig.sh: Fix typo.
9512 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9514         * configure: handle DOS-style absolute paths.
9516 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9518         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9520 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9522         * MAINTAINERS: Add myself as avr port co-maintainer.
9524 2000-12-28  Ben Elliston  <bje@redhat.com>
9526         * MAINTAINERS: Add myself under ``Write After Approval''.
9528 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9530         * texinfo: Remove directory from GCC.
9532 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9534         * COPYING: Update to current
9535         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9536         to 19yy as example year in copyright notice).
9538 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9540         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9541         (libstdcxx_incdir): Pass down.
9542         * config.if: Remove expired bits for cxx_interface, add stub.
9543         (libstdcxx_incdir): Add variable for g++ include directory.
9544         * configure.in (gxx_include_dir): Use it.
9546 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9548         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9549         with old-email address from ``Write After Approval''.
9551 2000-12-15  Andreas Jaeger  <aj@suse.de>
9553         * configure.in: Handle lang_dirs.
9555 2000-12-14  Tom Tromey  <tromey@redhat.com>
9557         * MAINTAINERS: Removed brads.
9559         * MAINTAINERS: Added gcj developers.
9561 2000-12-13  Anthony Green  <green@redhat.com>
9563         * configure.in: Disable libgcj for any target not specifically
9564         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9565         with g++ abi.
9567 2000-12-13  Mike Stump  <mrs@wrs.com>
9569         * Makefile.in (local-distclean): Also remove fastjar.
9571 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9573         * contrib/gcc_update: Add fastjar --touch entries.
9575 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9577         * configure.in: Disable language-specific target libraries for
9578         languages that aren't enabled.
9580 2000-12-10  Anthony Green  <green@redhat.com>
9582         * configure.in: Define libgcj.  Disable libgcj target libraries for
9583         most targets.
9585 2000-12-10  Neil Booth  <neilb@earthling.net>
9587         * MAINTAINERS: Update mail address, remove from WAA list.
9589 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9591         * libjava: Imported from /cvs/java.
9592         * libffi: Likewise.
9593         * Boehm-gc: Likewise.
9595 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9597         * configure.in (target_libs): Revert 2000-12-08 patch.
9598         (noconfigdirs): Added target-libjava.
9600 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9602         * djunpack.bat: removed.
9604 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9606         * Makefile.in: handle DOS-style absolute paths.
9607         * config-ml.in: likewise.
9608         * symlink-tree: likewise.
9610 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9612         * fastjar: Imported.
9614 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9616         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9617         libjava.
9618         * configure.in (target_libs): Removed `target-libjava'.
9620 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9622         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9623         (ALL_MODULES): Added fastjar.
9624         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9625         (all-target-libjava): all-fastjar replaces all-zip.
9626         (all-fastjar): Added.
9627         (configure-target-fastjar, all-target-fastjar): Likewise.
9628         * configure.in (host_tools): Added fastjar.
9630 2000-12-07  Mike Stump  <mrs@wrs.com>
9632         * Makefile.in (local-distclean): Remove leftover built files.
9634 2000-11-24  Nick Clifton  <nickc@redhat.com>
9636         * configure.in (xscale-elf): Add target.
9637         (xscale-coff): Add target.
9639 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9641         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9642         recent versions of FreeBSD (release 3 or later).
9643         * ltconfig: On FreeBSD, -lc must not be provided when building
9644         a shared library or else the standard -pthread gcc option is
9645         rendered worthless to later users of the built library.
9647 2000-11-16  Fred Fish  <fnf@be.com>
9649         * configure.in (enable_libstdcxx_v3): Fix typo,
9650         libstd++ -> libstdc++.
9652 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9654         * MAINTAINERS: Add self to Write After Approval list.
9656 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9658         * MAINTAINERS: Update my email address.  Add myself to global write
9659         privs list.
9661 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9663         * Makefile.in: Merge with src and libgcj.
9664         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9665         configure-target-<library> when their configure scripts need the C
9666         or C++ library to have already been built to work properly.
9667         (do_proto_toplev): Set them to an empty string.
9669         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9670         (REALLY_SET_LIB_PATH): Use them.
9672 2000-11-17  Stan Shebs  <shebs@apple.com>
9674         * MAINTAINERS: Add self to Write After Approval list.
9676 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9678         * configure: Provide the original toplevel configure arguments
9679         (including $0) to subprocesses in the environment rather than
9680         through gcc/configargs.h.
9682 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9684         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9685         C99.  Alphabetise "Write After Approval" list.
9687 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9689         * configure: Turn on libstdc++ V3 by default.
9691         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9692         if we've got GCC.
9694 2000-11-11  Philip Blundell  <philb@gnu.org>
9696         * MAINTAINERS: Add self to Write After Approval list.
9698 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9700         * ltcf-c.sh (aix4): Improve shared library configuration; require
9701         exporting symbols.
9702         * ltcf-cxx.sh (aix4): Define.
9703         * ltconfig (aix4): Define library and soname specs appropriate for
9704         AIX.  Define command to create export symbols list.
9706 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9708         * config.sub: Add support for Sun Chorus
9710 2000-10-31  Nick Clifton  <nickc@redhat.com>
9712         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9713         <name>@redhat.com.  Also installed new email address for Clint
9714         Popetz.
9716 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9718         * etc: Remove directory from GCC.
9720 2000-10-16  Michael Meissner  <meissner@redhat.com>
9722         * configure (gcc/configargs.h): Only create if there is a build GCC
9723         directory created.
9725 2000-10-16  Matthias Klose  <doko@debian.org>
9727         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9728         when configured for libstdc++-v3.
9730 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9732         * configure: Save configure arguments to gcc/configargs.h.
9734 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9736         * config.guess: Import CVS version 1.157.
9737         * config.sub: Import CVS version 1.181.
9739 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9741         * Makefile.in (bootstrap): avoid recursion if subdir missing
9742         (cross): ditto
9743         (do-proto-toplev): ditto
9745 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9747         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9748         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9750         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9751         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9752         all affected `configure' scripts.
9754 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9756         * MAINTAINERS: Add self as cpplib co-maintainer.
9758 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9760         * MAINTAINERS: Add self to Write After Approval list.
9762 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9764         * INSTALL/README: egcs -> GCC update.
9766 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9768         * MAINTAINERS: Add myself to Write After Approval list.
9770 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9772         * MAINTAINERS: Add myself to Write After Approval list.
9774 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9776         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9777         X11 libraries for hppa64.
9779 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9781         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9783 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9785         * Makefile.in (all-zlib): Added dummy target.
9787         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9788         ltcf-gcj.sh: Updated from libtool multi-language branch.
9790 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9792         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9793         (bootstrap*): Depend on all-bootstrap.
9795 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9797         * config.guess: Import CVS version 1.156.
9798         * config.sub: Import CVS version 1.179.
9800 2000-09-02  Anthony Green  <green@cygnus.com>
9802         * Makefile.in (all-gcc): Depend on all-zlib.
9803         (CLEAN_MODULES): Add clean-zlib.
9804         (ALL_MODULES): Add all-zlib.
9805         * configure.in (host_libs): Add zlib.
9807 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9809         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9810         crosses, but add gcc/include to the header search path for them.
9812 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9814         * MAINTAINERS: Add self to Write After Approval list.
9816 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9818         * config.guess: Import CVS version 1.152.
9819         * config.sub: Import CVS version 1.177.
9821 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9823         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9824         $targargs to tell whether newlib is going to be built.
9826         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9827         $$r/TARGET_SUBDIR/libio for _G_config.h.
9829 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9831         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9833 2000-08-22  DJ Delorie  <dj@redhat.com>
9835         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9837 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9839         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9840         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9841         sub-configures.
9843 2000-08-21  DJ Delorie  <dj@redhat.com>
9845         * MAINTAINERS: Add self as a libiberty maintainer
9847 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9849         * configure.in (libstdcxx_flags): Use
9850         libstdc++-v3/src/libstdc++.INC.
9852 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9854         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9856 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9858         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9860         * configure: Make enable_threads and enable_shared defaults
9861         explicit.  Substitute enable_threads into generated Makefiles.
9862         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9863         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9865 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9867         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9869 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9871         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9872         previous delta.
9874 2000-08-11  Jason Merrill  <jason@redhat.com>
9876         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9877         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9878         (FLAGS_FOR_TARGET): Not here.
9879         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9881 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9883         * config-ml.in (CC, CXX): Don't introduce a leading space.
9885 2000-08-07  DJ Delorie  <dj@delorie.com>
9887         * MAINTAINERS: Add self as a DJGPP maintainer
9889 2000-08-07  DJ Delorie  <dj@redhat.com>
9891         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9892         "if we're also building gcc, and it's a gcc that will run on the
9893         build machine, we want to use its includes instead of the system's
9894         default includes".
9896 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9898         * MAINTAINERS: Add self to Write After Approval list.
9900 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9902         * configure.in (libstdcxx_flags): Don't use `"'.
9904         * config-ml.in: Adjust multilib search paths to the
9905         appropriate multilib tree.
9907 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9909         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9910         commas in $LANGUAGES.
9912 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9914         * configure.in: Re-enable all references to libg++ and librx.
9916 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9918         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9919         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9920         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9921         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9923         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9925 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9927         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9928         CXX_FOR_TARGET for sed.
9930 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9932         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9933         Do not override if already set in the environment or in configure.
9934         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9935         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9937 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9939         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9940         the libtool CVS tree multi-language branch.
9941         * ltconfig, ltmain.sh: Updated.
9943 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9945         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9946         (clean-target): Depend on it.
9948         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9949         (GCC_FOR_TARGET): Use it.
9950         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9951         * configure.in: ... here.
9952         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9953         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9955 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9957         * MAINTAINERS: Add self to Write After Approval list.
9959 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9961         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9962         (configure-target-libchill, configure-target-libobjc): Likewise.
9964         * configure.in: Use the same cache file for all target libs.
9965         * config-ml.in: But different cache files per multilib variant.
9967 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9969         * configure (topsrcdir): Don't use dirname.
9971 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9973         * MAINTAINERS: Add self to Write After Approval list.
9975 2000-07-20  Jason Merrill  <jason@redhat.com>
9977         * configure.in: Remove all references to libg++ and librx.
9979         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9981 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9983         * config.sub: Update to subversions version 2000-07-06.
9985 2000-07-12  Andrew Haley  <aph@cygnus.com>
9987         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9988         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9990 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9992         * symlink-tree:  Check number of arguments.
9994 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9996         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9997         search path for a g++ extracted from the build tree.  This
9998         will allow link tests run by configure scripts in
9999         subdirectories to succeed.
10001 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10003         * ltconfig: Add support for mips-dde-sysv4.2MP
10005 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10007         * MAINTAINERS: Add myself as loop discovery maintainer.
10009 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10011         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10012         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10014 2000-06-19  Timothy Wall  <twall@cygnus.com>
10016         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10017         * config.sub: Add tic54x target.
10019 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10021         * MAINTAINERS: Add self as Fortran maintainer,
10022         remove Craig Burley.
10024 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10026         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10027         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10029 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10031         * MAINTAINERS: Add self as i18n maintainer
10033 20000-05-21  H.J. Lu  (hjl@gnu.org)
10035         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10036         directory are used if they exist. Make sure
10037         $(build_tooldir)/include is searched for header files,
10038         $(build_tooldir)/lib/ for library files.
10039         (GCC_FOR_TARGET): Likewise.
10040         (CXX_FOR_TARGET): Likewise.
10042 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10044         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10046 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10048         * Makefile.in (configure-target-libiberty): Depend on
10049         configure-target-newlib.
10051 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10053         * configure.in, Makefile.in: Merge all libffi-related
10054         configury stuff from the libgcj tree.
10056 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10058         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10059         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10061 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10063         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10064         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10065         current version information.  Add to proto-toplev directory.
10066         (gdb-taz): Build do-djunpack.
10068 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10070         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10072 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10074         * MAINTAINERS: Add self to Write After Approval list.
10076 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10078         * ltmain.sh: Preserve in relink_command any environment
10079         variables that may affect the linker behavior.
10081 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10083         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10085 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10087         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10089 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10091         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10092         with the version name.
10094 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10096         * MAINTAINERS: Add self as bb-reorder maintainer.
10098 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10100         * config.if: Tweak.
10102 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10104         * djunpack.bat: New file.
10106 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10108         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10109         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10110         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10111         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10113 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10115         * config.sub (case $basic_machine): Change default for "ibm-*"
10116         to "openedition".
10118 2000-04-13  Andreas Jaeger  <aj@suse.de>
10120         * MAINTAINERS: Added myself.
10122 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10124         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10125         (do-md5sum): New target.
10126         (MD5PROG): Define.
10127         (PACKAGE): Default to TOOL.
10128         (VER): Default to a shell script.
10129         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10130         md5 checksum generation.
10131         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10132         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10133         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10134         insight.tar.bz2): Use gdb-taz to create archive.
10136 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10138         * configure (warn_cflags): Delete.
10140 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10142         * MAINTAINERS: Added myself.
10144 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10145             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10147         * configure.in (enable_libstdcxx_v3): Add.
10148         (target_libs): Add bits here to switch between libstdc++-v2 and
10149         libstdc++-v3.
10150         * config.if: And this file too.
10151         * Makefile.in: Add libstdc++-v3 targets.
10153 2000-04-05  Michael Meissner  <meissner@redhat.com>
10155         * config.sub (d30v): Add d30v as a basic machine type.
10157 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10159         * configure.in: -linux-gnu*, not -linux-gnu.
10161 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10163         * MAINTAINERS: Add self in write-after-approval section.
10165 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10167         * MAINTAINERS: Add self as ia64 port maintainer.
10169 2000-03-08  Neil Booth  <NeilB@earthling.net>
10171         * MAINTAINERS: Add self in write-after-approval section.
10173 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10175         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10176         (do-tar-bz2): Replace TOOL with PACKAGE.
10177         (gdb.tar.bz2): Remove GDBTK from GDB package.
10178         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10179         dejagnu.tar.bz2): New packages.
10181 2000-02-27  Andreas Jaeger  <aj@suse.de>
10183         * configure.in: Add entry for mips*-*-linux*, move catch all
10184         *-*-*linux* entry below this one.
10186 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10188         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10190 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10192         * config.sub: Support an OS of "wince".
10194 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10196         * config.guess, config.sub: Updated to match config's 2000-02-15
10197         version.
10199 2000-02-23  Linas Vepstas  <linas@linas.org>
10201         * config.sub: Add support for Linux/IBM 370.
10202         * configure.in: Likewise.
10204 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10206         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10208 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10210         * config.guess: Guess "cygwin" rather than "cygwin32".
10212 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10214         * configure (gcc_version): When setting, narrow search to
10215         lines containing `version_string'.
10217 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10219         * config.sub: Add support for avr target.
10221 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10223         * MAINTAINERS: Add maintainers for MCore port.
10225 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10227         * config.sub: Add mmix-knuth-mmixware.
10229 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10231         * MAINTAINERS: Pair cccp with cpplib maintainership.
10233 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10235         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10236         structure stuff to -L library search.
10237         (CXX_FOR_TARGET): Ditto.
10238         (CROSS_CHECK_MODULES): Fix spelling mistake.
10240 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10242         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10243         the C++ compiler.
10245 2000-01-12  Richard Henderson  <rth@cygnus.com>
10247         * configure.in: Don't build some bits for beos.
10249 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10251         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10252         as include files.
10254 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10256         * Add self as cpplib maintainer, as requested by Jason
10257         Merrill.  Correct my e-mail address.
10259 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10261         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10262         not mh-aix43.
10264 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10266         * MAINTAINERS: Add myself to "write after approval" list.
10268 1999-12-14  Richard Henderson  <rth@cygnus.com>
10270         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10271         * config.sub: Accept alphaev[78], alphaev8.
10273 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10275         * config.guess, config.sub: Update from autoconf.
10277 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10279         * MAINTAINERS:  update my playtime e-address.
10281 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10283         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10284         necessary libraries are missing.
10286 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10288         * MAINTAINERS: Add new 'write after approval' maintainer.
10290 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10292         * MAINTAINERS: Add new Java maintainer.
10294 1999-10-25  Andreas Schwab  <schwab@suse.de>
10296         * configure: Fix quoting inside arguments of eval.
10298 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10300         * config-ml.in: Allow suppression of some ARM multilibs.
10302 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10304         * config.guess: Add OS/390 match pattern.
10305         * config.sub: Add mvs, openedition targets.
10306         * configure.in (i370-ibm-opened*): New.
10308 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10310         * config.sub: Add support for configuring for pj.
10312 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10314         * config.sub (maybe_os): Add support for configuring for fr30.
10316 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10318         * configure.in: Do not configure or build ld for AIX
10319         platforms.  ld is known to be broken on these platforms.
10321 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10323         * config-ml.in: Pass compiler flag corresponding to multidirs to
10324         subdir configures.
10326 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10328         * Makefile.in (LDFLAGS): Define.
10330 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10332         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10333         noconfigdirs.
10334         (*-*-cygwin*): Likewise.
10336 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10338         * mkdep: New file.
10339         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10340         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10342         From Eli Zaretskii <eliz@is.elta.co.il>:
10343         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10344         long file name when using DJGPP on MS-DOS.
10346 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10348         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10350 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10352         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10353         dependency as this causes "make check" to globally "make all"
10355 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10357         * configure.in (target_libs): Added target-zlib.
10358         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10359         (CONFIGURE_TARGET_MODULES): Likewise.
10360         (CHECK_TARGET_MODULES): Likewise.
10361         (INSTALL_TARGET_MODULES): Likewise.
10362         (CLEAN_TARGET_MODULES): Likewise.
10363         (configure-target-zlib): New target.
10364         (all-target-zlib): Likewise.
10365         (all-target-libjava): Depend on all-target-zlib.
10366         (configure-target-libjava): Depend on configure-target-zlib.
10368         * Makefile.in (configure-target-libjava): Depend on
10369         configure-target-newlib.
10370         (configure-target-boehm-gc): New target.
10371         (configure-target-qthreads): New target.
10373         * configure.in (target_libs): Added target-qthreads.
10374         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10375         (CONFIGURE_TARGET_MODULES): Likewise.
10376         (CHECK_TARGET_MODULES): Likewise.
10377         (INSTALL_TARGET_MODULES): Likewise.
10378         (CLEAN_TARGET_MODULES): Likewise.
10379         (all-target-qthreads): New target.
10380         (configure-target-libjava): Depend on configure-target-qthreads.
10381         (all-target-libjava): Depend on all-target-qthreads.
10383         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10384         (CONFIGURE_TARGET_MODULES): Likewise.
10385         (CHECK_TARGET_MODULES): Likewise.
10386         (INSTALL_TARGET_MODULES): Likewise.
10387         (CLEAN_TARGET_MODULES): Likewise.
10388         (all-target-libjava): New target.
10389         (all-target-boehm-gc): Likewise.
10390         * configure.in (target_libs): Added libjava, boehm-gc.
10392 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10394         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10395         configure.bat in SUPPORT_FILES.
10396         (gas+binutils.tar.bz2): Likewise.
10398         * makeall.bat: Remove; obsolete.
10400 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10402         From Mark Elbrecht:
10403         * configure.bat: Remove; obsolete.
10405 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10407         * configure: Add -W -Wall to the default CFLAGS when compiling with
10408         gcc.
10410 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10412         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10414 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10416         * configure.in: Build ld on IRIX6.
10418 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10420         * Makefile.in: Change distribution targets to use bzip2 instead of
10421         gzip.
10422         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10423         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10425 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10427         * config.sub: Add mcore target.
10429 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10431         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10433 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10435         * config.guess (dummy): Changed to $dummy.
10437 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10439         * config.sub: Tidied up case statements.
10441 1999-05-22  Ben Elliston  <bje@cygnus.com>
10443         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10444         <jiro@din.or.jp>.
10446         * config.guess: Merge with FSF version. Future changes will be
10447         more accurately recorded in this ChangeLog.
10448         * config.sub: Likewise.
10450 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10452          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10454 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10456         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10458 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10460         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10462 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10464         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10465         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10466         Bad merge removed these two changes.
10468 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10469                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10471         * config.guess (interix Alpha): Add.
10473 1999-04-11  Richard Henderson  <rth@cygnus.com>
10475         * configure.in (i?86-*-beos*): Do config gperf; don't config
10476         gdb, newlib, or libgloss.
10478 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10480         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10481         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10482         from multidirs.
10484 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10486         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10488 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10490         * config.sub: Add support for mcore targets.
10492 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10494         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10495         not mt-ospace, in order to shut up assembler warning about using
10496         symbols that are named the same as registers.
10498 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10500         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10501         dependency list for all-target-cygmon.
10503 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10505         * config-ml.in: Check $host, not $target, for selective multilibs.
10506         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10507         thumb interworking, and underscore prefix multilibs.
10509 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10511         * missing: Update to version from current automake.
10513 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10515         * configure (gxx_include_dir): Removed.
10517         * configure.in (gxx_include_dir): Handle it.
10518         * Makefile.in: Likewise.
10520 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10522         * config.sub (mips64vr4111,mips64vr4111el) Add.
10524 1999-03-21  Ben Elliston  <bje@cygnus.com>
10526         * config.guess: Correct typo for detecting ELF on FreeBSD.
10528 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10530         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10531         config/mh-djgpp.
10533 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10535         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10536         all-target-newlib to dependency list for all-target-bsp.
10538 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10540         * config.sub: Add i386-uwin support.
10541         * config.guess: Likewise.
10543 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10545         * configure.in: cleanup, add mh-*pic handling for arm, special
10546         case powerpc*-*-aix*
10548 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10550         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10551         can be built.
10553 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10555         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10556         targets.
10558 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10560         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10562 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10564         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10566 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10568         * config.sub: Fix typo in arm recognition.
10570 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10572         * configure.in (noconfigdirs): Changed target_configdirs to
10573         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10574         rather than m68k-*-* since it is not known to work on
10575         m68k-aout. Ditto for arm-*-*oabi.
10577 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10579         * configure.in (*-*-windows*): Remove, no longer used.
10581 1999-02-19  Ben Elliston <bje@cygnus.com>
10583         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10584         Smart and improved by Andrew Cagney.
10586 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10588         * config.guess: Recognize openbsd-*-hppa.
10590 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10592         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10593         only if it is not empty.
10595 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10597         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10599         * config.guess: Modified to recognize uname's armv* syntax.
10601         * config.sub: Modified to recognize uname's armv* syntax.
10603 1999-02-17  Mark Salter  <msalter@cygnus.com>
10605         * configure.in: Added target-bsp for sparclite.
10607 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10609         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10611 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10613         * configure.in: Add support for strongarm port.
10614         * config.sub: Add support for strongarm target.
10616 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10618         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10619         the old name config/mh-cygwin32.
10620         Enable texinfo.
10622 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10624         * configure.in: Do build ld for ix86 Solaris.
10626 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10628         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10629         $AR_FOR_TARGET.  Likewise for RANLIB.
10631 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10633         * config.sub (oabi):  Recognize.
10634         * configure.in (arm-*-oabi):  Handle.
10636 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10638         * config.guess: Improve detection of i686 on UnixWare 7.
10640 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10642         * config.guess: Add support for i386-pc-interix.
10643         * config.sub: Likewise.
10644         * configure.in: Likewise.
10646 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10648         * Makefile.in: Remove unneeded all-target-libio from
10649         from all-target-winsup target since it is now unneeded.
10650         Add all-target-libtermcap in its place since it is now
10651         needed.
10653 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10655         * configure.in: makefile stub for cygwin target is probably
10656         unnecessary.  Remove it for now.
10658 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10660         * configure.in: libtermcap.a should be built when cygwin is the
10661         target as well as the host.
10662         * config.guess: Allow mixed case in cygwin uname output.
10663         * Makefile.in: Add libtermcap target.
10665 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10667         * config.sub: Clean up handling of hppa2.0.
10669 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10671         * config.guess: Use C code to identify more HP machines.
10673 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10675         * config.sub: Handle hppa2.0.
10677 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10679         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10680         cygmon for all sparclite targets, regardless of object format.
10682 1998-12-15  Mark Salter  <msalter@cygnus.com>
10684         * configure.in: Added target-bsp for several target architectures.
10686         * Makefile.in: Added rules for bsp.
10688 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10690         * config.guess: Improve detection of hppa2.0 processors.
10692 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10694         * config.guess: Recognize FreeBSD using ELF automatically.
10696 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10698         * configure (skip-this-dir): Add handling for new shell script, which
10699         might be created by a sub-directory's configure to indicate, this particular
10700         directory is "unwanted".
10701         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10703 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10705         * ltconfig: import from libtool, after changing libtool to
10706         account for the cygwin name change.
10708 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10710         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10711         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10713 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10715         * configure.in: Add libtermcap to list of cygwin dependencies.
10717 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10719         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10720         they include winsup/include when it's a cygwin target.
10722 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10724         * configure.in (host_tools): Added zip.
10725         * Makefile.in (all-target-libjava): Depend on all-zip.
10726         (all-zip): New target.
10727         (ALL_MODULES): Added all-zip.
10728         (NATIVE_CHECK_MODULES): Added check-zip.
10729         (INSTALL_MODULES): Added install-zip.
10730         (CLEAN_MODULES): Added clean-zip.
10732 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10734         * Makefile.in: lose "32" from comment about cygwin.
10736 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10738         * configure.in: Use -Os to build target libraries for the fr30.
10740 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10742         * config.sub: Add fr30.
10744 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10746         * configure.in: drop "32" from config/mh-cygwin32.  Check
10747         cygwin* instead of cygwin32*.
10748         * config.sub: Check cygwin* instead of cygwin32*.
10750 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10752         * config.guess: Match any version of Unixware7.
10754 1998-10-20  Syd Polk  <spolk@cygnus.com>
10756         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10757         if desired.
10759 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10761         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10762         these if the appropriate directories and files to not exist.
10764 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10766         * Makefile.in (DEVO_SUPPORT): Add config.if.
10768 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10770         * configure: Add pattern to replace "build_tooldir"'s
10771         definition in the generated Makefile with "tooldir"'s
10772         actual value.
10774 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10776         * config.sub: Bring back lost sparcv9.
10778         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10780 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10782         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10783         CC_FOR_TARGET and friends.
10785 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10787         * Makefile.in (build_tooldir): New variable, same as tooldir.
10788         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10789         -B$(build_tooldir)/bin/.
10790         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10792 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10794         * README: Remove installation instructions and refer to the
10795         INSTALL directory instead.
10797 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10799         * config.sub: Add support for i[34567]86-pc-udk.
10800         * configure.in: Likewise.
10802 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10804         * Makefile.in: add bzip2 package building bits for user
10805         tools module
10806         * configure.in: ditto
10808 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10810         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10811         (ALL_TARGET_MODULES): Add all-target-libobjc.
10812         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10813         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10814         (all-target-libchill): Add dependencies.
10815         * configure.in (target_libs): Add libchill.
10817 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10819         * configure.in (target_subdir): Remove duplicate line.
10821 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10823         * Makefile.in (all-automake): fix dependencies.
10825 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10827         * configure.in: Minor cleanups for building in the $(target_alias)
10828         subdir.
10830 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10832         * Makefile.in (bootstrap): Set r and s before make all.  Use
10833         BASE_FLAGS_TO_PASS in make all.
10834         (cross): Likewise.
10836 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10838         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10840 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10842         * config.sub: Fix typo in last change.
10844 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10846         * config.sub: Add support for C4x target.
10847         * configure.in: Likewise.
10849 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10851         * config.sub: Recognize sparcv9 just like sparc64.
10853 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10855         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10857 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10859         * config.guess: Correctly identify Pentium II sco boxes.
10861         * config.guess: Fix "tr" code.  From Weiwen Liu.
10863 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10865         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10866         stabs.
10868 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10870         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10871         (ALL_TARGET_MODULES): Add all-target-libchill.
10872         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10873         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10874         (all-target-libchill): Add dependencies.
10875         * configure.in (target_libs): Add libchill.
10877 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10879         * config.guess: Avoid assumptions about "tr" behaves when
10880         LANG is set to something other than English.
10882 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10884         * configure (gxx_include_dir): Changed to
10885         '${prefix}/include/g++'-${libstdcxx_interface}.
10887         * config.if: New to determine the interfaces.
10889 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10891         * config.guess: Detect and handle MPE/IX.
10892         * config.sub: Deal with MPE/IX.
10894 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10896         * configure.in: Use mh-aix43.
10898 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10900         * configure: Fix --without/--disable cases for gxx-include-dir.
10902 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10904         * mdata-sh:  Imported.  Needed for automake support.
10906 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10908         * Makefile.in (taz): Try "chmod -R og=u ." before
10909         "chmod og=u `find . -print`".
10911 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10913         * configure.in: Add arm-elf and thumb-elf support.
10915 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10917         * Makefile.in: Undo previous patch.
10919 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10921         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10922         to here ...
10923         (install-no-fixedincludes): and here
10924         (INSTALL_MODULES): ... from here.
10926 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10928         * config.sub: Merge with FSF.
10930         * config.guess: Merge with FSF.
10932 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10934         * configure (extraconfigdirs): New variable.
10935         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10936         * Makefile.in (all): Move higher in file.
10937         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10938         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10939         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10940         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10941         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10943 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10945         * Makefile.in (all-target-libjava): Depend on all-gcc and
10946         all-target-newlib.
10947         (configure-target-libjava): Depend on $(ALL_GCC).
10949 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10951         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10952         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10954 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10956         * INSTALL/README: Fix typo.
10958 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10960         * ylwrap: Change absolute path checks to check for DOS style path
10961         names.
10963         * ylwrap: Don't use a full path name if the source file is in the
10964         same directory.  From hjl@lucon.org (H.J. Lu).
10966         * config-ml.in: Default to being verbose, to match Feb 18 change to
10967         configure.
10969 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10971         Brought over from egcs:
10973         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10975         * configure.in (target_subdir): Set to ${target_alias} instead
10976         of "libraries".
10978         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10980         * configure.in (target_subdir): Set to libraries if enable_multilib.
10982 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10984         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10985         multilibs, force reconfiguration the first time we create
10986         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10988 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10990         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10991         avoid confusion with --no-recursion.
10993 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10995         * configure.in: Win32 hosts shouldn't use install -x
10996         * install-sh: remove -x option, and special .exe-handling
10997         hack.
10999 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11001         * config.guess: Recognize i586-pc-beos.
11002         * configure.in: Don't build some bits for beos.
11004 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11006         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11007         CFLAGS default to -O2.
11009         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11010         when using GNU ld.
11012 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11014         * ltmain.sh: Correct install when using a different shell.
11016 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11018         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11020 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11022         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11023         target.
11025 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11027         * ltconfig: Update to correct AIX handling.
11029 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11031         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11033         * configure.in (target_subdir): Set to ${target_alias} instead
11034         of "libraries".
11036 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11038         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11039         (Makefile): Depend on $(gcc_version_trigger).
11041         * configure (gcc_version): Change default initializer to empty
11042         string.
11043         (gcc_version_trigger): New variable; pass this variable down
11044         to subdir configures to enable them checking gcc's version
11045         themselves. Emit make macros for both gcc_version vars.
11046         (topsrcdir): Initialize reliably.
11047         (recursion line): Remove --with-gcc-version=${gcc_version}.
11049 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11051         * configure (enable_version_specific_runtime_libs): Implement new flag
11052         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11053         in $(libsubdir); emit definition in each generated Makefile.
11054         (gxx_include_dir): Initialize depending on
11055         $enable_version_specific_runtime_libs.
11057 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11059         * configure (gcc_version): Initialize properly depending on
11060         how and where configure is started.
11061         (recursion line): Pass a --with-gcc-version=${gcc_version}
11062         to configures in subdirs.
11064 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11066         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11067         cygmon
11069 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11071         * configure.in: Add cygmon and libstub support for mn10200.
11073 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11075         * configure (gcc_version): Add new variable describing the
11076         particular gcc version we're building.
11077         * Makefile.in (libsubdir): Add new macro for the directory
11078         in which the compiler finds executables, libraries, etc.
11079         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11080         and libsubdir.
11082 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11084         * Makefile.in (local-clean): Remove *.log.
11085         (warning.log): Built with warn_summary from build.log.
11086         (mail-report.log): Run test_summary.
11087         (mail-report-with-warnings.log): Run test_summary including
11088         warning.log in the report.
11090 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11092         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11094 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11096         * Makefile.in (grep): Grep no longer depends on libiberty.
11098 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11100         * Makefile.in: all-snavigator needs all-libgui.
11102 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11104         * configure.in: Add cygmon and libstub support for mn10300.
11106 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11108         * missing: Update to version from automake 1.3.
11110         * ltmain.sh: On installation, don't get confused if the same name
11111         appears more than once in the list of library names.
11113 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11115         * config.sub: Accept m68060 and m5200 as CPU names.
11117 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11119         * configure: Use && rather than using -a in test, because odd
11120         strings can confuse test.
11121         * configure.in: Likewise.
11123 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11125         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11127 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11129         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11130         bootstrap4-lean): New targets.
11132 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11134         * mpw-* Delete.  Not used.
11136 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11138         * COPYING.LIB: Update FSF address.
11140 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11142         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11144         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11145         GAS_SUPPORT_DIRS.
11147 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11149         * ltconfig, ltmain.sh: Avoid producing a version number if
11150         -version-info was not used.
11152 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11154         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11155         building with newlib.
11157 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11159         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11160         Solaris `make' causes it to continue to next definition.
11162 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11164         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11165         the right GUI libraries and files are installed along with GDB.
11167 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11169         * configure.in: Change alpha to alpha* in several places.
11171 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11173         * config.sub: Recognize sparc86x.
11175 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11177         * configure.in (--enable-target-optspace): Remove debug echo.
11179 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11181         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11183 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11185         * ltconfig: Update cygwin32 support.
11187         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11188         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11189         (GDB_SUPPORT_DIRS): Likewise.
11191 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11193         * configure.in (target_makefile_frag): If --enable-target-optspace,
11194         use -Os to compile target libraries rather than -O2.  Default to
11195         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11196         not used.
11197         * configure.in (target_cflags): Ditto for d30v.
11199 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11201         * Makefile.in (all-bfd): Depend on all-intl.
11202         (all-binutils): Likewise.
11203         (all-gas): Likewise.
11204         (all-gprof): Likewise.
11205         (all-ld): Likewise.
11207 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11209         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11211 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11213         * Makefile.in (all-bfd): Depend upon all-libiberty.
11215         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11217 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11219         * Makefile.in: Add libstub.
11221         * configure.in: Ditto. Build libstub for targets that have cygmon
11222         support.
11224 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11226         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11228 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11230         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11231         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11233 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11235         * configure: Define DEFAULT_M4 by searching PATH.
11236         * Makfile.in: Use DEFAULT_M4.
11238 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11240         * ltconfig: Add cygwin32 support.
11242         * Makefile.in, configure.in: Add libtool as a native only directory
11243         to configure and build.
11245 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11247         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11249 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11251         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11253 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11255         * Makefile.in: add ash make rules
11256         * configure.in: add ash to native_only and host_tools lists
11258 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11260         * Makefile.in (all-gettext, all-intl): New targets.
11261         (ALL_MODULES): Added all-gettext, all-intl.
11262         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11263         (INSTALL_MODULES): Added install-gettext, install-intl.
11264         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11266         * configure.in (host_tools): Added gettext.
11267         (native_only): Likewise.
11268         (noconfigdirs) [various cases]: Likewise.
11269         (host_libs): Added intl.
11271 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11273         * configure: Do not disable building gdbtk for cygwin32 hosts.
11275 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11277         * configure.in: Add thumb-coff target.
11278         * config.sub: Add thumb-coff target.
11280 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11282         * Makefile.in: Revert yesterday's change.
11283         (all-target-winsup):  all-target-librx stays out of here.
11285 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11287         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11288         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11289         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11290         Remove references to librx and libg++.
11292 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11294         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11295         recursive makes
11297 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11299         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11300         for newlib directory.
11301         (CXX_FOR_TARGET): Likewise.
11303 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11305         * ltconfig: Update after libtool/ltconfig.in change for
11306         hpux11.
11308 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11310         * ltconfig, ltmain.sh: Update to libtool 1.2.
11312 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11314         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11315         (install-gcc-cross): Instead, override LANGUAGES here.
11317 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11319         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11320         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11322 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11324         * configure.in: Add Thumb-pe target.
11326 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11328         * Makefile.in - changed sn targets to snavigator
11329         * configure.in - changed sn targets to snavigator
11331 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11333         * config-ml.in: After building symlink tree call make distclean
11334         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11335         to be the case for libiberty.
11337 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11339         * configure: When making link, also check the current
11340         directory. The configure scripts may create one.
11342 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11344         * config.sub: Accept alphapca56 and alphaev6 properly.
11346 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11348         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11350 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11352         * config.sub (sco5): Fix typo.
11354 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11356         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11357         install-itcl.
11358         (install-itcl): Remove dependency on install-tcl.
11360 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11362         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11364 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11366         * configure.in: Don't build libgui for a cygwin32 target when not on
11367         a cygwin32 host.
11369 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11371         * configure (redirect): Set to null, so default behavior of
11372         configure is now --verbose.
11374 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11376         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11377         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11379 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11381         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11382         this change to sync Makefile.in with its ChangeLog entries.
11384 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11386         * ltmain.sh (mkdir): Check that the directory doesn't exist
11387         before we exit with error, so that we don't get races during
11388         parallel builds.
11390 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11392         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11394 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11396         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11397         PICFLAG_FOR_TARGET.
11398         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11400         * configure: Emit a definition for the new macro enable_shared
11401         into each Makefile.
11403 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11405         * configure.in (host_tools, native_only): Add libtool.
11407 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11409         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11410         Fix typo in ming config comment.
11412 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11414         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11416 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11418         * config.sub: Add tic30 cases, and map c30 to tic30.
11420 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11422         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11423         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11424         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11425         (CLEAN_TARGET_MODULES): Similarly
11426         (all-target-libf2c): Add dependences.
11427         * configure.in (target_libs): Add libf2c.
11429 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11431         * configure.in: Remove expect from noconfigdirs when target
11432         is cygwin32.  OK to build expect and dejagnu with Canadian
11433         Cross.
11435 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11437         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11438         host.
11440         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11441         and mingw32.
11443 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11445         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11446         here as it is not defined in the toplevel Makefile.
11448 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11450         * configure (package_makefile_rules_frag): New variable, which names
11451         a file with generic rules, ...
11452         Change comment to mention we now have FIVE parts.
11453         * configure: Undo last change.
11455 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11457         * config.guess: More accurate determination of HP processor types.
11458         * config.sub: More accurate determination of HP processor types.
11460 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11462         * configure (package_makefile_frag): Move inserting the
11463         ${package_makefile_frag} to where it should be according
11464         to the comment.
11466 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11468         * config.guess: Add support for Linux/ARM.
11470 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11472         * .cvsignore: Remove *-info and *-install since they match
11473         release-info and mpw-install, which we don't want to just ignore.
11475 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11477         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11479 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11481         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11482         local_prefix to sub-make invocations.
11484 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11486         * configure.in: Check makefile fragments in the source
11487         directory.
11489 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11491         * configure.in: Check whether host and target makefile
11492         fragments exist before adding them to *_makefile_frag.
11494 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11496         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11498 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11500         * configure.in: Make sure we only replace RPATH_ENVVAR on
11501         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11502         regexp to sed.
11504         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11505         to sub-makes.
11507 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11509         * config-ml.in (multi-do): LDFLAGS must include multilib
11510         designator.
11512 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11514         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11516 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11518         * config.sub: Add mingw32 support.
11519         * configure.in: Likewise.
11521 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11523         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11525 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11527         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11528         * configure (gxx_include_dir): Provide a definition for subdirs
11529         which do not use autoconf.
11531 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11533         * config.guess: Sync with egcs.  Picks up new alpha support,
11534         BeOS & some additional linux support.
11536 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11538         * config.guess: HP 9000/803 is a PA1.1 machine.
11540 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11542         * configure.in: It's alpha*-...
11544 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11546         * configure.in (host_makefile_frag, target_makefile_frag):
11547         Handle multiple config files.
11548         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11549         alpha-*-*.
11551 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11553         * mkdep: New file.
11555 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11557         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11559 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11561         * Makefile.in: Add libgui directory.
11562         (GDB_TK): Add all-libgui.
11563         * configure.in: Add libgui directory.
11564         * configure: Add all-libgui to GDB_TK.
11566 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11568         * config-ml.in (multidirs): Add m32r to multilib list.
11570 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11572         * Makefile.in (all-target-gperf): Change dependency to
11573         all-target-libstdc++.
11575 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11577         * config.guess: Add BeOS support.
11579 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11581         Source directory cvs renamed to cvssrc:
11582         * configure.in (host_tools): Change cvs to cvssrc.
11583         (native_only): Likewise.
11584         (noconfigdirs) [various cases]: Likewise.
11585         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11586         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11587         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11588         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11589         (all-cvssrc): Rename target from all-cvs.
11591 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11593         * configure (gxx_include_dir): Fix thinko.
11595 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11597         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11598         (install-cross, install-gcc-cross): New targets.
11600 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11602         * configure.in (noconfigdirs): Add support for Thumb target.
11604         * config.sub (maybe_os): Add support for Thumb target.
11606 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11608         * Makefile.in: Add rules for cygmon.
11610         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11612 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11614         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11615         * configure (gxx_include_dir): Provide a definition for subdirs
11616         which do not use autoconf.
11618 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11620         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11621         11/18/97 build
11623 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11625         * From Franz Sirl.
11626         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11627         found on RedHat Linux systems.
11629 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11631         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11632         guesses.
11634 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11636         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11638 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11640         * ltmain.sh: If mkdir fails, check whether the directory was created
11641         anyhow by some other process.
11643 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11645         * configure.in (d30v-*-*): Configure all directories.
11647 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11649         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11650         for the D30V.
11652 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11654         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11656 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11658         * include/libiberty.h: Add extern "C" { so it can be used with C++
11659         progrms.
11660         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11661         programs.
11663 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11665         * configure.in (d30v-*-*): Configure GCC now.
11667 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11669         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11670         is no longer needed.
11672 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11674         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11676 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11678         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11679         targets using "$@" to provide support for similar but not identical
11680         targets without having to duplicate code.
11682 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11684         * makefile.vms: Fix to work with DEC C.
11686 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11688         * config.sub: Add mips-tx39-elf to marketing names.
11690 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11692         * ltmain.sh: Handle symlinks in generated script.
11694 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11696         * configure: Handle autoconf style directory options: --bindir,
11697         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11698         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11699         --sysconfdir.
11700         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11701         (sharedstatedir, localstatedir, oldincludedir): New variables.
11702         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11703         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11704         sbindir, sharedstatedir, and sysconfdir.
11706 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11708         * Makefile.in (bootstrap-lean): New target.
11710 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11712         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11713         sn, and gnuserv from noconfigdirs.
11715 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11717         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11719 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11721         * Makefile.in (cross): New target.
11723 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11724                           Jeff Law         <law@cygnus.com>
11726         * Makefile.in (bootstrap2, bootstrap3): New targets.
11727         (all-bootstrap): Remove outdated and confusing target.
11728         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11730 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11732         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11733         windows.  Consistent with gdb/configure.
11735 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11737         * configure.in: Name Linux target fragment.
11739         * configure: Rewrite so that project Makefile fragment is inserted
11740         first and appears last in the resulting Makefile.
11742 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11744         * Makefile.in (install-itcl): Install tcl first.
11746 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11748         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11750 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11752         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11754         * configure.in (skipdirs): Add target-librx for Linux.
11755         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11757 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11759         * Makefile.in (bootstrap): New target.
11761 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11763         * config.sub: Accept 'amigados' for backward compatibility.
11765 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11767         * config.guess: Merge with FSF.
11769 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11771         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11773 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11775         * config.sub: Add "marketing-names" patch.
11777 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11779         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11781 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11783         * config.sub: Handle v850-elf.
11785 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11787         * .cvsignore (*-install): Remove.
11789 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11791         * ltconfig: Set CONFIG_SHELL in libtool.
11792         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11794 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11796         * configure.in (target_subdir): Set to libraries if enable_multilib.
11798 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11800         * config.guess: Update from gcc directory.
11802 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11804         * Makefile.in (all-sim): Depends on all-readline.
11806 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11808         * Makefile.in (BISON, YACC): Use $$s.
11809         (all-bison): Depend on all-texinfo.
11811 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11813         * Makefile.in (BISON): Add -L flag.
11814         (YACC): Likewise.
11816 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11818         * configure.in (noconfigdirs): Add support for v850e target.
11820         * config.sub (maybe_os): Add support for v850e target.
11822 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11824         * configure.in (noconfigdirs): Add support for v850ea target.
11826         * config.sub (maybe_os): Add support for v850ea target.
11828 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11830         * config.sub: Add mipstx39.  Delete r3900.
11832 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11834         * Makefile.in (all-autoconf): Depends on all-texinfo.
11836 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11838         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11839         eabi targets.
11841 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11843         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11845         * configure: When handling a Canadian Cross, handle YACC as well as
11846         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11847         * Makefile.in (all-bison): Depend upon all-texinfo.
11849 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11851         * Makefile.in (BISON): bison, not byacc or bison -y.
11852         (YACC): bison -y or byacc or yacc.
11853         (various): Add *-bison as appropriate.
11854         (taz): No need to mess with BISON anymore.
11856 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11858         * configure: If OSTYPE matches *win32*, try to find a good value for
11859         CONFIG_SHELL.
11861 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11863         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11864         configure.in if it is present.
11866 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11868         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11870 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11872         * config.sub: Recognize `arc' cpu.
11873         * configure.in: Likewise.
11874         * config-ml.in: Likewise.
11876 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11878         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11880 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11882         * configure: Changed sed delimiter from ':' to '|' when
11883         attempting to substitute ${config_shell} for SHELL. On
11884         NT ${config_shell} may contain a ':' in it.
11886 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11888         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11890 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11892         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11894 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11896         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11898         * ylwrap: If the program is a relative path, force it to be
11899         absolute.
11901 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11903         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11905 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11907         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11908         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11909         for libraries.
11911 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11913         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11914         separated by spaces.
11916 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11918         * ylwrap: New file.
11919         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11921         * ltmain.sh: Handle /bin/sh at start of install program.
11923         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11925         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11926         * missing: New file, from automake 1.2.
11928 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11930         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11931         check-tk to CHECK_X11_MODULES.
11933 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11935         * config.sub: Merge with FSF.
11937 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11939         * config.guess: Merge with FSF.
11941 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11943         * configure: Treat msdosdjgpp like go32.
11944         * configure.in: Likewise.  Don't remove gprof for go32.
11946         * configure: Change Makefile.tem2 to Makefile.tm2.
11948 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11950         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11952 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11954         * install-sh (chmodcmd): Set to null if the DST directory already
11955         exists.  Same as Nov 11th change.
11957 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11959         * configure (GDB_TK): Needs itcl and tix.
11961 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11963         * config.guess: Update from FSF.
11965 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11967         * Makefile.in (GDB_TK): Depend on itcl and tix.
11969 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11971         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11972         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11973         (INSTALL_SCRIPT): New variable.
11974         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11975         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11976         to -x.
11977         * install-sh: Add support for -x option.
11979 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11981         * configure.in, Makefile.in: Treat tix like itcl.
11983 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11985         * Makefile.in (WINDRES): New variable.
11986         (WINDRES_FOR_TARGET): New variable.
11987         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11988         (EXTRA_HOST_FLAGS): Add WINDRES.
11989         (EXTRA_TARGET_FLAGS): Add WINDRES.
11990         (EXTRA_GCC_FLAGS): Add WINDRES.
11991         ($(DO_X)): Pass down WINDRES.
11992         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11993         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11994         DLLTOOL_FOR_TARGET.
11996 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11998         * configure.in: configure sim before gdb for win32-x-ppc
12000 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12002         Move gperf into the toplevel, from libg++.
12003         * configure.in (target_tools): Add target-gperf.
12004         (native_only): Add target-gperf.
12005         * Makefile.in (all-target-gperf): New target, depend on
12006         all-target-libg++.
12007         (configure-target-gperf): Empty rule.
12008         (ALL_TARGET_MODULES): Add all-target-gperf.
12009         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12010         (CHECK_TARGET_MODULES): Add check-target-gperf.
12011         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12012         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12014 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12016         * config.sub (mn10200): Recognize new basic machine.
12018 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12020         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12021         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12023 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12025         * configure.in: If we're building mips-sgi-irix6* native, turn on
12026         ENABLE_MULTILIB and set TARGET_SUBDIR.
12028 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12030         * Makefile.in (all-sn): Depend on all-grep.
12032 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12034         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12036         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12037         Makefile.  From Jeff Makey <jeff@cts.com>.
12038         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12040         * Makefile.in (DISTBISONFILES): Remove.
12041         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12042         $(DEFAULT_YACC).
12044         * configure.in: Build itl, db, sn, etc., when building for native
12045         cygwin32.
12047         * Makefile.in (LD): New variable.
12048         (EXTRA_HOST_FLAGS): Pass down LD.
12049         ($(DO_X)): Likewise.
12051 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12053         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12055 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12057         * configure.in (targargs): Strip out any supplied --build argument
12058         before adding our own. Always add --build.
12060 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12062         * configure.in (targargs): Pass --build if we're doing
12063         a cross-compile.
12065 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12067         * configure: Use '|' instead of ":" as the separator in
12068         sed. Otherwise sed chokes on NT path names with drive
12069         designators. Also look for "?:*" as the leading characters in an
12070         absolute pathname.
12072 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12074         * config.sub: Support for r3900.
12076 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12078         * configure.in: Use install-sh, not install.sh.
12080 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12082         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12083         apply it twice.
12085 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12087         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12088         install-binutils.
12090 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12092         * Makefile.in: Add automake targets.
12093         * configure.in (host_tools): Add automake.
12095 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12097         * configure: Default CXX to c++, not gcc.
12098         * Makefile.in (CXX): Set to c++, not gcc.
12099         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12101 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12103         * install-sh: try appending a .exe if source file doesn't
12104         exist
12106 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12108         * configure.in: Turn on multilib by default.
12109         (cross_only): Remove target-libiberty.
12111         * Makefile.in (all-gcc): Don't depend on libiberty.
12113 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12115         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12117 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12119         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12120         (DISTBISONFILES): Add ld/Makefile.in
12122 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12124         * configure.in: if target is cygwin32 but host isn't cygwin32,
12125         don't configure gdb tcl tk expect, not just gdb.
12127 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12129         * configure.in: Added gnuserv everywhere sn appears.
12131         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12132         (CROSS_CHECK_MODULES): Added check-gnuserv.
12133         (INSTALL_MODULES): Added install-gnuserv.
12134         (CLEAN_MODULES): Added clean-gnuserv.
12135         (all-gnuserv): New target.
12137 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12139         * config.guess: Fixes for MIPS OpenBSD systems.
12141 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12143         * Makefile.in (INSTALL_XFORM): Remove.
12144         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12146         * mkinstalldirs: New file, copied from automake.
12147         * Makefile.in (installdirs): Rename from install-dirs.  Use
12148         mkinstalldirs.  Change all users.
12149         (DEVO_SUPPORT): Add mkinstalldirs.
12151 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12153         * install-sh: Rename from install.sh.
12154         * Makefile.in (INSTALL): Change install.sh to install-sh.
12155         (DEVO_SUPPORT): Likewise.
12157         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12158         Graichen <graichen@rzpd.de>.
12160 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12162         * config.guess: Recognize OpenBSD systems correctly.
12164 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12166         * README, Makefile.in (ETC_SUPPORT): Remove references to
12167         cfg-paper*, configure.{texi,man,info*}._
12169 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12171         * Makefile.in (all.normal): Ensure that gcc is built after all
12172         the x11 - ie gdb - targets.
12174 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12176         * makefile.vms: Don't run conf-a-gas.
12178 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12180         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12182 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12184         * configure.in: Remove noconfigdirs case since gdb also
12185         configures and builds for tic80-coff.
12187 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12189         * configure: Set cache_file to config.cache.
12190         * Makefile.in (local-distclean): Remove config.cache.
12192 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12194         * COPYING: Update FSF address.
12196 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12198         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12199         noconfigdirs.
12201 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12203         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12204         MAKEDIRS, is empty.
12206 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12208         * config.sub: Tweak mn10300 entry.
12210 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12212         * configure.in (host_tools): Put sim before gdb, so gdb's
12213         configure.tgt can determine if the simulator was configured.
12215 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12217         * config.sub: Move BeOS $os case to be with other Cygnus
12218         local cases.
12220 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12222         * config.sub: Remove misplaced comment that broke Linux.
12224 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12226         * config.sub: Add BeOS support.
12228 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12230         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12232 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12234         * configure.in (noconfigdirs): Remove tcl and tk from
12235         noconfigdirs for cygwin32 builds.
12237 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12239         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12241 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12243         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12244         make-all.com, use makefile.vms instead.
12246 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12248         * config.sub: Accept -lnews*.
12250 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12252         * configure.in (noconfigdirs): Disable target-newlib,
12253         target-examples and target-libiberty for d30v.
12255 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12257         * configure.in (noconfigdirs): Enable ld for d30v.
12259 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12261         * configure.in (tic80-*-*): Build compiler.
12263 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12265         * configure.in (d30v-*): Remove sim directory from list of
12266         unsupported d30v directories
12268 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12270         * config.sub, configure.in: Add d30v target cpu.
12272 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12274         * makefile.vms: New file.
12275         * make-all.com: Remove.
12277 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12279         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12281 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12283         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12285 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12287         * Makefile.in (ALL_MODULES): Added all-db.
12288         (CROSS_CHECK_MODULES): Addec check-db.
12289         (INSTALL_MODULES): Added install-db.
12290         (CLEAN_MODULES): Added clean-db.
12292 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12294         * config.guess: Merge with latest FSF sources.
12296 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12298         * Makefile.in (ALL_MODULES): Added all-itcl.
12299         (CROSS_CHECK_MODULES): Added check-itcl.
12300         (INSTALL_MODULES): Added install-itcl.
12301         (CLEAN_MODULES): Added clean-itcl.
12303 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12305         * configure.in: build gdb for mn10200
12307 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12309         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12311 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12313         * configure.in (tic80-*-*): Turn off most targets right now.
12315 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12317         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12318         rather than the makeinfo program.
12319         (do-info): Depend upon all-texinfo.
12321 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12323         * configure.in: Remove uses of config/mh-linux.
12325         * config.sub, config.guess: Merge with latest FSF sources.
12327 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12329         * config.sub (case $basic_machine): Add tic80 entries.
12331 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12333         * config.sub, config.guess: Merge with latest FSF sources.
12335 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12337         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12338         * mpw-config.in: Test for NewFolderRecursive.
12339         * mpw-install: Use symbolic name for startup filename.
12340         * mpw-README: Add various additional details.
12342 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12344         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12346 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12348         * configure.in: Do build gcc and the target libraries for
12349         the mn10200.
12351 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12353         * configure.in: don't avoid building gdb for mn10300 any more
12354         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12355         instead of single-quoting it.
12357 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12359         * configure.in: Don't use --with-stabs on IRIX 6.
12361 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12363         * configure.in (m32r): Build gdb, libg++ now.
12365 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12367         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12368         directories from noconfigdirs.
12370 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12372         * config.sub (basic_machine): added mips16 configuration
12374 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12376         * config.sub: Handle d10v-unknown.
12378 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12380         * config.sub: Handle v850-unknown.
12382 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12384         * Makefile.in: add findutils
12385         * configure.in: add findutils to list of host_tools
12387 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12389         * config.sub: Handle mn10200 and mn10300.
12391 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12393         * configure.in (d10v-*): Do not build librx.
12395 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12397         * configure.in (mn10300): Build everything except gdb & libgloss.
12399 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12401         * config.guess:  Patch for Dansk Data Elektronik servers,
12402         from Niels Skou Olsen <nso@dde.dk>.
12404         For ncr, use /bin/uname rather than uname, since GNU uname does not
12405         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12407         Patch for MIPS R4000 running System V,
12408         from Eric S. Raymond <esr@snark.thyrsus.com>.
12410         Fix thinko for nextstep.
12412         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12414         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12415         * config.guess: Guess mips-dec-mach_bsd4.3.
12417         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12418         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12419         release numbers.
12420         * config.guess (mips-mips-riscos*):  Emit just enough of the
12421         release number.
12423         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12424         * config.guess (sparc-auspex-sunos*):  Added.
12425         (f300-fujitsu-*): Added.
12427         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12428         * config.guess:  Recognize a Tadpole as a sparc.
12430 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12432         * config.guess: Don't assume that NextStep version is either 2 or
12433         3.  NextStep 4 (aka OpenStep 4) has come out now.
12435 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12437         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12438         From Rik Faith <faith@cs.unc.edu>.
12440 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12442         * config.sub: Contributions from bug-gnu-utils to:
12443         Support plain "hppa" (no version given) architecture, reported by
12444         OpenStep.
12445         OpenBSD like NetBSD.
12446         LynxOs is not a hardware supplier.
12448         * config.guess: Contributions from bug-gnu-utils to add support for:
12449         OpenBSD like NetBSD.
12450         Stratus systems.
12451         More Pyramid systems.
12452         i[n>4]86 Intel chips.
12453         M680[n>4]0 Motorola chips.
12454         Use unknown instead of lynx for hardware manufacturer.
12456 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12458         * install.sh (chmodcmd): Set to null if the DST directory already
12459         exists.
12461 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12463         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12464         not use mt-ppc target Makefile fragment any more.
12466 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12468         * configure.in (*-*-windows):  Exclude everything but those dirs
12469         needed to build windows.
12471 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12473         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12475 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12477         * configure.in:  Exclude mmalloc from i386-windows.
12479 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12481         * Undo my previous change.
12483 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12485         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12486         unconditionally.
12487         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12489 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12491         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12492         host to add it's own flags.
12494 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12496         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12498 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12500         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12501         (CXX_FOR_TARGET): Likewise.
12502         (GCC_FOR_TARGET): Define.
12503         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12504         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12505         CC_FOR_TARGET was specified on the command line.
12506         (MAKEOVERRIDES): Don't define.
12508 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12510         * configure.in (m32r): Fix spelling of libg++ libs.
12512 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12514         * config.sub (-apple*): Remove, now redundant.
12516 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12518         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12520         * configure: Rework yesterday's sed script patch.
12522         * config.sub: Merge with FSF.
12524 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12526         * config.guess:  Merge from FSF.
12528         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12529         * config.guess: Use pc instead of unknown, for pc clone systems.
12530         Change linux to linux-gnu.
12532         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12533         * config.guess: Avoid non-portable tr syntax.
12535 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12537         * test-build.mk (HOLES): Add "xargs" for gdb.
12539         * configure: Avoid hpux10.20 sed bug.
12541 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12543         * configure.in:  Add support for windows host
12544         (that is a build done under the Microsoft build environment).
12546 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12548         * Makefile.in: Replace all uses of srcroot with s, to shrink
12549         command line lengths.
12551         Patches from Geoffrey Noer <noer@cygnus.com>:
12552         * configure.in: If configuring for newlib, pass --with-newlib to
12553         subdirectories.
12554         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12555         -Bnewlib/ and -Lwinsup to gcc.
12556         (CXX_FOR_TARGET): Likewise.
12558 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12560         * Makefile.in (ETC_SUPPORT): Add configure.
12562 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12564         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12565         host configuration file.
12567 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12569         * configure.in: Break mn10x00 support into separate
12570         mn10200 and mn10300 configurations.
12571         * config.sub: Likewise.
12573 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12575         * configure.in: Add lots of stuff to noconfigdirs for
12576         the mn10x00 targets.
12578         * config.sub, configure.in: Add mn10x00 support.
12580 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12582         * make-all.com: Call conf-a-gas, not config-a-gas.
12584 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12586         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12587         targets.
12589 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12591         * mpw-README: Add much more detail for native PowerMac.
12592         * mpw-install: New file.
12593         * mpw-configure: Add --norecursion and --help options.
12594         * mpw-config.in: Translate readme and install files when
12595         copying to objdir.
12596         * mpw-build.in: Don't always depend on byacc and flex.
12597         (install-only-top): New action.
12599 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12601         * configure.in:  You can now configure GDB for the v850.
12603 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12605         * configure.in (noconfigdirs): Don't configure any C++ dirs
12606         if targeting D10V.
12608 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12610         * config.sub: Recognize mips64vr5000.
12612 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12614         * configure.in: Use a single line for host_tools and native_only.
12616 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12618         * config.sub, configure.in: Add entries for m32r.
12620 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12622         * Makefile.in (inet-install): Don't run install-gzip.
12624 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12626         * configure.in:  Don't config lots of things for *-*-windows*.
12628 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12630         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12631         (host_libs, host_tools): Copy from configure.in.
12632         * mpw-configure: Don't complain about directories not found.
12634 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12636         * configure.in (i[345]86): Recognize i686 for pentium pro.
12637         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12638         file.
12640         * config.guess (i[345]86): Ditto.
12642 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12644         * configure.in (noconfigdirs): Removed gdb for D10V.
12646 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12648         * configure.in: Remove ld, target-libio, target-libg++, and
12649         target-libstdc++ from noconfigdirs.
12651 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12653         * configure: Fix three locations where shell scripts were
12654         being run directly rather than with config_shell.
12656 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12658         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12659         * config.sub (basic_machine): Recognize v850.
12661 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12663         * mpw-configure: Handle multiple enable/disable options and
12664         pass them down recursively, handle -c and -s flags appropriately
12665         depending on choice of compiler, add escape mechanism for
12666         quoted arguments to gC.
12668 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12670         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12671         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12672         so that -mrelocatable-lib and -mno-eabi are used.
12674         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12675         not support --print-multi-lib, don't abort.
12677 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12679         * make-all.com: Run config-a-gas.
12680         * setup.com: Don't copy subdirectory files around.
12682 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12684         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12685         target, it now compiles correctly.
12687 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12689         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12691 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12693         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12695 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12697         * configure.in (native_only): Add prms.
12699 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12701         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12702         (BINUTILS_SUPPORT_DIRS): Likewise.
12704 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12706         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12707         d10v support is added.
12709 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12711         * configure.in (d10v-*-*): New target.
12713 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12715         * config.guess (HP 9000/811): Recognize this as a PA1.1
12716         machine.
12718 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12720         * Makefile.in (do-tar-gz): New target, split out from tail end of
12721         taz target.  Run each command separately, don't use pipes.
12722         (taz): Use it.
12724 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12726         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12727         * mpw-build.in: No builds should depend on building byacc or flex,
12728         they are assumed to be installed already.
12730 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12732         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12733         variable that CC_FOR_TARGET needs.
12735 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12737         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12738         options have changed since the last time the subdirectory was
12739         configured, and if it has, reconfigure.
12740         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12741         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12743 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12745         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12746         CLEAN_MODULES): Add bash.
12747         (all-bash): New target.
12749 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12751         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12753 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12755         * config.sub (basic_machine): Recognize d10v as a valid processor.
12757 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12759         * mpw-configure: Add support for --bindir.
12760         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12762 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12764         * configure.in: add bash, time, gawk to list of hosttools and things
12765         to only build for native toolchains
12767 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12769         * Makefile.in (docdir): Remove.
12771 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12773         * Makefile.in (datadir): Set to $(prefix)/share.
12775 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12777         * configure.in: build diff and patch for cygwin32-hosted
12778         toolchains.
12780 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12782         * config.sub: Accept -rtems*.
12784 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12786         * configure.in: enable dosrel for cygwin32-hosted builds,
12787                 remove diff from the list of things not buildable
12788                 via Canadian Cross
12790 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12792         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12793         don't get ". ".
12795 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12797         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12799 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12801         * Makefile.in (taz): Handle case where tex3patch didn't even get
12802         checked out.  Also, if it was found, put the symlink in a new util
12803         subdirectory.
12805 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12807         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12809 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12811         * config.sub: Recognize -openvms.
12812         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12813         * make-all.com, setup.com: New files.
12815 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12817         * Makefile.in (taz): tex3patch moved to texinfo/util.
12819 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12821         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12822         * configure.in: remove make from disable-if-Can-Cross list
12823                 enable gdb if ${host} and ${target} are cygwin32
12825 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12827         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12828         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12830 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12832         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12833         distinguish sysv/svr4/bsd variants.
12834         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12836 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12838         * configure.in: Added copyright notice.
12839         * move-if-change: Added copyright notice.
12841 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12843         * configure.in (powerpcle-*-solaris*): Until we get shared
12844         libraries working, don't build gdb, sim, make, tcl, tk, or
12845         expect.
12847 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12849         * config.guess:  Merge with FSF:
12851         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12852         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12854         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12855         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12857         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12858         * config.guess:  Combine two OSF1 rules.
12859         Also recognize field test versions.  From mjr@zk3.dec.com.
12860         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12861         because GNU uname does not support -p.  From pmr@pajato.com.
12863 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12865         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12867 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12869         * mpw-README: Document GCCIncludes.
12871 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12873         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12875 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12877         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12879 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12881         * configure.in (*-*-cygwin32): Configure make.
12883 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12885         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12887 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12889         * Makefile.in (all-inet): Depend on all-perl.
12891         * Makefile.in (inet-install): New target.
12893         * Makefile.in (all-inet): Depend on all-tcl.
12894         (all-inet): Depend on all-send-pr.
12896 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12898         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12899         temporarily.
12901 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12903         * configure.in: Don't configure --with-gnu-ld on AIX.
12905 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12907         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12909 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12911         * Makefile.in (ALL_MODULES): Added all-inet.
12912         (CROSS_CHECK_MODULES): Added check-inet.
12913         (INSTALL_MODULES): Added install-inet.
12914         (CLEAN_MODULES): Added clean-inet.
12915         (all-indent): New target.
12917         * configure.in (host_tools): Added inet.
12918         (native_only): Added inet.
12919         (noconfigdirs): Added inet.
12921 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12923         * configure.in: Don't configure libgloss if we are not configuring
12924         newlib.
12926 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12928         * configure.in: Don't configure libgloss for unsupported
12929         architectures.
12931 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12933         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12935 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12937         * Makefile.in (ALL_MODULES): Include all-apache.
12938         (CROSS_CHECK_MODULES): Include check-apache.
12939         (INSTALL_MODULES): Include install-apache.
12940         (all-apache): New target.
12942         * configure.in: Added apache everywhere perl is seen.
12944 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12946         * Makefile.in: Add support for clean-{module} and
12947         clean-target-{module} rules.
12949 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12951         * configure.in (*-*-ose) do not build libgloss.
12953 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12955         * config.guess (prep*:SunOS:5.*:*): Turn into
12956         powerpele-unknown-solaris2.
12958 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12960         * configure.in: Permit --enable-shared to specify a list of
12961         directories.
12963 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12965         * configure.in (host==solaris): Pass only the first word of $CC
12966         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12968 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12970         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12972 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12974         * Makefile.in (ALL_MODULES): Include all-perl.
12975         (CROSS_CHECK_MODULES): Include check-perl.
12976         (INSTALL_MODULES): Include install-perl.
12977         (ALL_X11_MODULES): Include all-guile.
12978         (CHECK_X11_MODULES): Include check-guile.
12979         (INSTALL_X11_MODULES): Include install-guile.
12980         (all-perl): New target.
12981         (all-guile): New target.
12983         * configure.in (host_tools): Include perl and guile.
12984         (native_only): Include perl and guile.
12985         (noconfigdirs): Don't build guile and perl; no ports have been
12986         done.
12988 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12990         * configure (--enable-*): Handle quoted option lists such as
12991         --enable-sim-cflags='-g0 -O' better.
12993 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12995         * Makefile.in ({,inst}all-target): New rule so we can make and
12996         install all of the target directories easily.
12998 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13000         * configure.in: Add missing global flag in sed substitution when
13001         deleting `target-' from ${configdirs}.
13003 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13005         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13006         option.
13008         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13009         config/mh-necv4.
13011         * install.sh: Correct misspelling of transformbasename.
13013         * config.guess: Recognize mips-*-sysv*.
13015 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13017         * config.sub: Recognize mon960.
13019 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13021         * configure: Restore Canadian Cross handling of BISON and LEX,
13022         removed in Feb 20 change.
13024 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13026         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13027         Mention make install.  Remove the old copyright date as well the
13028         clumsy and rather pointless copyright on the README file.
13030 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13032         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13033         Makefile after running symlink-tree, then run `make distclean' to
13034         avoid clobbering any generated files in srcdir.
13036 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13038         * configure.in (m68k-*-netbsd*): Build everything now.
13040 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13042         * Makefile.in (taz): Fix quoting.
13044 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13046         * configure.in (sparclet-*-*): Build everything now.
13048 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13050         * configure.in (m68k-*-linux*): New host.
13052 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13054         * configure: Check for bison before byacc.
13056 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13058         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13059         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13060         searching PATH.  These are used as fallbacks by Makefile.in if
13061         flex/bison/byacc aren't in objdir.
13063 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13065         * Makefile.in: Make everything which depends upon all-bfd also
13066         depend upon all-opcodes, in case --with-commonbfdlib is used.
13068 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13070         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13071         building NT native compilers on Unix.
13073 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13075         * configure.in: Don't get CC from the host Makefile fragment if we
13076         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13077         Solaris test for /usr/ucb/cc to the post target script, just after
13078         the compiler sanity test.
13080 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13082         * config.sub: Merge with FSF.
13084 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13086         * Makefile.in (RPATH_ENVVAR): New variable.
13087         (REALLY_SET_LIB_PATH): Use it.
13088         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13090 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13092         * config.sub, configure.in: Recognize sparclet cpu.
13094 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13096         * config.guess:  Support m68k-cbm-sysv4.
13098 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13100         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13101         m68k-unknown-linuxaout from linker help string.  Put quotes around
13102         $ld_help_string.
13104 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13106         * config.guess (powerpc-harris-powerunix): Add guess for port
13107         to new target.
13109 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13111         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13113 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13115         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13116         $(REALLY_SET_LIB_PATH) in Makefile.
13117         * Makefile.in (SET_LIB_PATH): New variable.
13118         (REALLY_SET_LIB_PATH): New variable.
13119         ($(DO_X)): Use $(SET_LIB_PATH).
13120         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13121         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13122         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13123         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13124         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13125         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13126         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13127         (install-dosrel): Likewise.
13128         (all-opcodes): Depend upon all-libiberty.
13130 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13132         * config.guess (*:CYGWIN*): New
13134 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13136         * Makefile.in (all-target-winsup): All all-target-libiberty.
13138 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13140         * configure.in (noconfigdirs): Add missing # in front of comment.
13142 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13144         * configure.in: add second pass to things added to noconfigdirs
13145         so *-gm-magic can exclude libgloss properly.
13147 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13149         * mpw-configure (extralibs_name, rez_name): Set correctly
13150         for MWC68K compiler.
13152         * mpw-README: Add more info on the necessary build tools.
13154 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13156         * configure.in, config.sub: Recognize cygwin32.
13158 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13160         * config.guess, config.sub: Recognize A/UX.
13162 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13164         * config.sub: Merge with gcc/config.sub.
13166 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13168         * mpw-build.in (do-binutils): Add build of stamps.
13170 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13172         * config.sub: Add recognition for mips64vr4100*-* targets.
13174 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13176         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13177         Add creation of gconfigargs with `--enable-shared' turned on.
13178         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13179         ($(host)-stamp-stage3-configured): Likewise.
13180         (HOLES): Add chatr and ldd.
13181         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13183 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13185         * configure: Pass --nfp to recursive configures.
13187 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13189         * Makefile.in (DLLTOOL): New.
13190         (DLLTOOL_FOR_TARGET): New.
13191         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13192         (EXTRA_TARGET_FLAGS): Ditto.
13193         (EXTRA_GCC_FLAGS): Ditto.
13194         (CONFIGURE_TARGET_MODULES): Ditto.
13195         (DO_X): Ditto.
13196         * configure: Add DLLTOOL.
13198 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13200         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13201         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13202         mh-sco, since old workarounds no longer needed, and don't
13203         build ld, since libraries have weak symbols in COFF.
13205 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13207         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13209 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13211         * configure.in: Make sure that ${CC} can be used to compile an
13212         executable.
13214 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13216         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13217         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13218         nothing depending on whether gdbtk is being built.
13220 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13222         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13224 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13226         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13227         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13229 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13231         * config-ml.in: Add support for
13232         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13233         Simplify setting of multidirs from --disable-foo.
13235 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13237         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13238         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13239         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13240         non-empty, pass them on to the  GCC make.
13241         (all-bootstrap): New rule that is like all-gcc, except it executes
13242         the GCC bootstrap rule instead of the GCC all rule.
13244 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13246         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13248 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13250         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13251         DG/UX support.
13253 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13255         * config.sub (i*86*) Change [345] to [3456]
13257 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13259         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13260         --with-gnu-ld=no.
13262 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13264         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13265         AIX multilibs get built.
13267 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13269         * configure.in (i386-win32): Don't build expect if we're not
13270         building the tcl subdir.
13272 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13274         * Makefile.in: (configure-target-examples, all-target-examples):
13275         New targets, configure and build example programs.
13277 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13279         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13280         use it as input to sedit the generated MPW makefile.
13281         * mpw-README: Add a suggestion about Gestalt.h.
13283 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13285         * config.sub: Accept *-*-ieee*.
13287 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13289         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13290         Ronald F. Guilmette <rfg@monkeys.com>.
13292 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13294         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13295         for powerpc-pe native.
13296         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13297         (target==powerpc-pe): duplicate i386-win32 entry.
13299 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13301         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13302         of vxworks, not just vxworks5.1.
13304 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13306         * mpw-configure: Add support for exec-prefix.
13308 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13310         * config.guess: Recognize HP model 816 machines as having
13311         a PA1.1 processor.
13313 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13315         * configure: Ignore new autoconf configure options.
13317 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13319         * config.guess:  Recognize Pentium under SCO.
13320         From Robert Lipe <robertl@arnet.com>.
13322 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13324         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13326 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13328         * configure.in: Don't configure gas for alpha-dec-osf*.
13330 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13332         * configure.in: Default to --with-stabs for some targets for which
13333         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13334         i[345]86*-*-unixware*.
13336 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13338         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13339         rather than basing it on the target.  Simplify handling of options
13340         controlling which directories to configure.  Remove extraneous
13341         slash in multi-clean target.
13343 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13345         * config-ml.in: Prefix more variables with ml_ so they don't collide
13346         with configure's.
13348 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13350         * configure: Don't turn -v into --v.
13352 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13354         * configure.in (targargs): Fix typo.
13356         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13358 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13360         * configure.in: Strip --host and --target options from
13361         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13362         --with-cross-host option when building with a cross-compiler.
13363         * configure: Canonicalize the arguments put into config.status by
13364         always using `=' for an option with an argument.  Pass a presumed
13365         --host or --target explicitly.
13367 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13369         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13370         into general OS recognition case.
13372 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13374         * configure.in (target_configdirs): add target-winsup only
13375         for win32 target systems.
13377 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13379         * Makefile.in (all-target-libgloss): Depend upon
13380         configure-target-newlib, since when libgloss is built it looks to
13381         see if the newlib directory exists.
13383 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13385         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13386         cfg-ml-*.in.
13388 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13390         * configure: Handle LD and LD_FOR_TARGET when configuring a
13391         Canadian Cross.
13393 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13395         * configure.in (target_libs): add target-winsup.
13396         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13397         (target==ppcle-pe): remove ld from $noconfigdirs.
13399 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13401         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13402         Preserve relative path names in $srcdir.  Build symlink tree if
13403         configuring cross target dir and srcdir=. (= no VPATH support).
13404         (configure-target-libg++): Depend on configure-target-librx.
13405         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13406         * config-ml.in: New file.
13407         * symlink-tree: New file.
13408         * configure: Ensure srcdir="." if that's what it is.
13410 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13412         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13413         includes and FLEX_SKELETON setting.
13414         * mpw-configure (--with-gnu-ld): New option, controls whether
13415         to use PPCLink or ld with PowerMac GCC.
13416         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13417         * mpw-config.in: Configure grez if targeting Mac.
13419         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13420         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13421         just macos.
13422         * configure.in: Configure grez resource compiler if targeting Mac.
13423         * Makefile.in (all-grez, install-grez): New targets.
13425 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13427         * configure: CXX defaults to gcc, not g++.  If we find
13428         gcc in the path, set CC to gcc -O2.
13430 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13432         * configure: Default ${build} correctly.  Avoid picking up extra
13433         spaces when reading CC and CXX from Makefile.  When doing a
13434         Canadian Cross, use plausible default values for numerous
13435         variables.
13436         * configure.in: When doing a Canadian Cross, don't try to
13437         configure tools whose configure script can't handle it.
13439 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13441         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13443 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13445         * configure:  Remove dubious bug reporting address.
13447 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13449         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13450         configure script, run that instead of this directory's configure.
13451         In either case, print a message that we're configuring the sub-dir.
13453 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13455         * configure.in: Before checking for the existence of various files,
13456         use sed to filter out "target-".
13458 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13460         * Makefile.in (DO_X): Split rule to decrease command line length
13461         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13462         (Philippe De Muyter).
13464 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13466         * Makefile.in (all-patch): depend on all-libiberty.
13468 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13470         * configure.in: If the only directory in target_configdirs which
13471         actually exists is libiberty, then set target_configdirs to empty,
13472         to avoid trying to build a target libiberty in a gas or gdb
13473         distribution.
13475 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13477         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13478         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13479         systems.
13481 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13483         * configure.in (copy_dirs): Use sys-include instead of include
13484         for --with-headers option.
13486 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13488         * Makefile.in, configure.in: Make winsup builds work with
13489         new scheme.
13491 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13493         * configure.in: Build the linker on AIX.
13495 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13497         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13498         where needed.
13500 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13502         * Makefile.in (all-gcc): Fix typo.
13504 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13506         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13508 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13510         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13511         to target-xiberty, to provide more flexibility.
13512         (target_subdir):  Define.  Create if cross.
13513         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13514         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13515         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13516         check-libFOO -> check-target-libFOO, etc.
13517         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13518         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13519         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13520         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13521         allow ALL_GCC="" to only configure.
13522         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13523         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13524         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13526 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13528         * Makefile.in (taz): Build "info" in etc explicitly.
13530 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13532         * configure.in:  Make sure that CC is undefined (as opposed to
13533         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13534         problem with autoconf trying to configure on a host without GCC.
13536 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13538         * mpw-configure: Set host alias from choice of host compiler,
13539         only use generic MPW Makefile sed if present, edit a file
13540         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13541         * mpw-README: Add problem notes about CW6 and CW7.
13543 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13545         * Makefile.in (taz): Use ";" instead of ";;".
13547 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13549         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13550         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13551         DISTDOCDIRS.
13552         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13553         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13555 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13557         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13558         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13559         Move bfd to DISTSTUFFDIRS.
13561 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13563         * Makefile.in (X11_LIB): Removed.
13564         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13566         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13568 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13570         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13571         names.
13573 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13575         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13577 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13579         * configure.in (i[345]86-*-win32): Always build newlib.
13580         Don't configure cvs, autoconf or texinfo.
13581         * Makefile.in (LD_FOR_TARGET): New.
13582         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13583         Pass down LD_FOR_TARGET.
13585 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13587         * winsup: New directory.
13588         * Makefile.in: Build winsup.
13589         * configure.in: Winsup is configured when target is win32.
13590         Can only build win32 target GDB when native.
13592 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13594         * config.guess: Recognize HP model 819 machines as having
13595         a PA 1.1 processor.
13597 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13599         * configure: Fix sed loop which substitutes for CC and CXX to
13600         avoid bug found in various sed implementations.
13602 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13604         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13605         simulator.  Use standard powerpc-*-eabi*.
13607 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13609         * configure.in: Stop putting gas and binutils in noconfigdirs for
13610         powerpc-*-aix* and rs6000-*-*.
13612 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13614         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13615         -mcall-aixdesc libraries.
13617 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13619         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13621         * config.sub (arm | armel | armeb): Fix shell syntax.
13623 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13625         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13626         -msoft-float and -mcpu=common support.
13627         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13628         libraries.
13630 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13632         * configure.in: Allow configuration and build of emacs19 for the alpha.
13634 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13636         * configure.in (CC): Get ^CC, not just any old CC, from
13637         ${host_makefile_frag}.
13639 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13641         * configure.in (CC): Try to get CC from
13642         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13644 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13646         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13647         only if it exists in $(srcdir).
13649 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13651         * configure: If CC and CXX are not set in the environment, set
13652         them, based on either an existing Makefile or on searching for gcc
13653         in PATH.  Substitute for CC and CXX in Makefile.
13654         * configure.in: Remove libm from target_libs.  Separate
13655         target_configdirs from configdirs.  If CC is not set in
13656         environment, try to get it from a host Makefile fragment.  Rewrite
13657         changes of configdirs to use skipdirs instead.  A few minor
13658         tweaks.  Take directories out of target_configdirs as they are
13659         taken out of configdirs.  Remove existing Makefile files from
13660         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13661         CONFIG_ARGUMENTS in Makefile.
13662         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13663         by configure.in.
13664         (CONFIG_ARGUMENTS): Likewise.
13665         (CONFIGURE_TARGET_MODULES): New variable.
13666         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13667         ($(CONFIGURE_TARGET_MODULES)): New target.
13668         (configure-libg++, configure-libio): New targets.
13669         (all-libg++): Depend upon configure-libg++.
13670         (all-libio): Depend upon configure-libio.
13671         (configure-libgloss, all-libgloss): New targets.
13672         (configure-libstdc++): New target.
13673         (all-libstdc++): Depend upon configure-libstdc++.
13674         (configure-librx, all-librx): New targets.
13675         (configure-newlib): New target.
13676         (all-newlib): Depend upon configure-newlib
13677         (configure-xiberty): New target.
13678         (all-xiberty): Depend upon configure-xiberty.
13680 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13682         * configure.in (host i[345]86-*-win32):  Expand the
13683         noconfigdirs again.
13685 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13687         * mpw-configure: Fix sed command file name.
13689 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13691         * configure.in (host i[345]86-*-win32): Reduce the
13692         noconfigdirs again.
13694 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13696         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13697         or powerpc*-*-pe*, since they are not yet supported.
13699 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13701         Add PowerMac support and many other enhancements.
13702         * mpw-configure: New option --cc to select compiler to use,
13703         paste options set according to --cc into the generated
13704         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13705         if mpw-make.sed is present.
13706         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13707         add forward includes for PowerPC include files.
13708         * mpw-build.in: Build using Makefile.PPC if present.
13709         (do-byacc, etc): Remove separate version resource builds.
13710         (do-gas): Build "stamps" before "all".
13711         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13712         * mpw-README: Update to reflect --cc option, PowerMac support,
13713         and recently-reported compatibility problems.
13715 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13717         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13718         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13719         (--with-multilib-top): Pass to recursive invocations.
13721 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13723         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13724         v810-*-*.
13726 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13728         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13729         gdb, ld and opcodes on v810-*-*.
13731 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13733         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13734         (local-maintainer-clean): New target.
13735         (maintainer-clean): New target.
13736         (realclean): Just depend upon maintainer-clean.
13738 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13740         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13742 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13744         * configure.in: Build ld in mips*-*-bsd* case.
13746 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13748         * config.sub: Accept -lites* OS.  From Ian Dall.
13750 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13752         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13753         targets.
13755 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13757         * configure.in: treat i386-win32 canadian cross the same as
13758         i386-go32 canadian cross.
13760 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13762         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13763         running under the simulator to build a reduced set of libraries.
13764         (powerpc-*-eabiaix): Add fine grained multilib support added to
13765         other powerpc targets yesterday.
13767 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13769         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13770         -disable-softfloat, -disable-relocatable, -disable-aix, and
13771         -disable-sysv to control which multilib libraries get built.
13773 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13775         * configure: Add Makefile.tem to list of files to remove in trap
13776         handler.
13778 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13780         * config.guess (*Linux*):  Add missing "exit"s.
13781         Also, need specific check for alpha-unknown-linux (uses COFF).
13783 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13785         * config.guess:  Merge with FSF:
13787         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13788         * config.guess (AIX4): More robust release numbering discovery.
13790         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13791         * config.guess (i386-sequent-ptx): Properly get version number.
13793         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13794         * config.guess (mips:*:4*:UMIPS): New case.
13796 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13798         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13799         (i386-win32 host): Likewise.  Don't build readline.
13801 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13803         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13804         SUPPORT_FILES to submakes.
13806 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13808         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13809         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13810         mpw-configure.
13812 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13814         * configure.in (appdirs): Use =, not ==, in test expression when
13815         trying to build the text to print in the warning message for
13816         Solaris users.
13818 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13820         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13822 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13824         * config.guess: Recognize lynx-2.3.
13826 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13828         * config.sub (z8ksim): Deleted
13829         (z8k-*-coff): New, this is the one true name of the target.
13831 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13833         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13835 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13837         * config.guess (*:Linux:*:*): First try asking the linker what the
13838         default object file format is (elf, aout, or coff).  Then if this
13839         fails, try previous methods.
13841 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13843         * configure.in: Don't build newlib for *-*-vxworks5.1.
13845 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13847         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13848         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13850 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13852         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13854 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13856         * cfg-ml-com.in: New file.
13857         * cfg-ml-pos.in: New file.
13859 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13861         * COPYING.NEWLIB: Add HP free copyright to list.
13863 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13865         * config.sub: Recognize -eabi* for the system, not just -eabi.
13867 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13869         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13870         * config.sub, configure.in (win32): New target and host.
13872 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13874         * configure.in: Add i386-pe configuration.
13876 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13878         * mpw-build.in (install): Install GDB after LD.
13880 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13882         * mpw-config.in (elf/mips.h): Always forward-include, needed
13883         for GDB to build.
13885 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13887         * testsuite: New directory for customer acceptance and whole tool
13888         chain tests.
13890 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13892         * configure: If per-host line isn't found, but AC_OUTPUT is found
13893         and a configure script exists, run it instead.
13895 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13897         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13899 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13901         * configure: Set build_{cpu,vendor,os,alias} to host values when
13902         --build isn't specified.
13904 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13906         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13907         (FLAGS_TO_PASS): Pass them.
13908         (EXTRA_TARGET_FLAGS): Ditto.
13910 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13912         * Makefile.in (all-libg++): Depend on all-libstdc++.
13914 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13916         * configure.in (noconfigdirs): Enable all packages for
13917           i386-unknown-netbsd.
13919 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13921         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13922         hosted builds (DOS builds)
13924 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13926         Changes for ARM based on patches from Richard Earnshaw:
13927         * config.sub: Handle armeb and armel.
13928         * configure.in: Omit arm linker only for riscix.
13930 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13932         * config.guess:  Update from FSF.
13934 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13936         * config.sub: Recognize powerpcle as the little endian variant of
13937         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13938         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13939         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13940         temporarily.
13942 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13944         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13946 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13948         * config.sub: Accept -lites* as a basic system type.
13950 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13952         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13953         installed, and if so return linuxoldld as the system name.
13955 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13957         * config.guess: Add hppa1.1-hp-lites support.
13959 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13961         * configure.in: Don't build newlib for m68k-vxworks5.1.
13963 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13965         * configure.in (mips-sgi-irix6): Use mh-irix5.
13967 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13969         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13971 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13973         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13974         OSF/1.  Fix compiler flags.
13975         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13977 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13979         * configure.in: Recognize --with-newlib.
13980         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13982 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13984         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13985         to *_X11_MODULES due to gdbtk needing X include files et al.
13987 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13989         Merge in support for Mac MPW as a host.
13990         (Old change descriptions retained for informational value.)
13992         * mpw-config.in: Add generic include forwards for cpu-specific
13993         include files in aout and elf directories.
13995         * mpw-configure: Added copyright.
13996         * mpw-config.in: Check for presence of required build tools.
13997         (target_libs): Add newlib.
13998         (target_tools): Add examples.
13999         (Read Me): Generate as "Read Me for MPW" instead.
14000         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14001         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14002         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14004         * mpw-configure: Remove subdir-specific makefile hackery,
14005         delete mk.tmp after using it.
14007         * mpw-build.in (all): Display start and end times.
14009         * mpw-configure (host_canonical): Set.
14010         (target_cpu): Always add to makefiles.
14011         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14012         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14013         (mpw-mh-mpw): Look for in srcdir and srcroot.
14014         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14016         * mpw-build.in: (install-only): New target.
14018         * mpw-configure (host_alias, target_alias): Rename from hostalias
14019         and targetalias, add into generated Makefile.
14020         (mk.tmp): If present, add into generated Makefile.
14021         * mpw-build.in (all-gas): Build config.h first before gas proper.
14023         * mpw-configure (config.status): Write only if changed.
14024         * mpw-config.in (readline): Configure it (not built, just used for
14025         definitions).
14027         * mpw-config.in (elf/mips.h): Add a forward include.
14029         * mpw-config.in: Forward-include most .h files in include into
14030         extra-include.
14031         (readline): Don't build.
14032         mpw-build.in (install): Install GDB.
14034         * mpw-configure (prefix, mpw_prefix): Handle it.
14035         * mpw-config.in (mmalloc, readline): Don't configure.
14036         * mpw-build.in (thisscript): Rename to ThisScript.
14037         Use mpw-build instead of BuildProgram everywhere.
14038         (mmalloc, readline): Don't build.
14039         * mpw-README: New file, basic documentation about the MPW port.
14041         * mpw-config.in: Use forward-include to create include files.
14043         * mpw-configure: Add more things to the top of each configured
14044         Makefile, including contents of config/mpw-mh-mpw.
14045         * mpw-config.in (extra-include): Create this directory and fill it
14046         with Posix-like include files when configuring.
14048         * config.sub (apple, mac, mpw): Add various aliases.
14050         * mpw-build.in: New file, top-level build script fragment for MPW.
14051         * mpw-configure: New file, configure script for MPW.
14052         * mpw-config.in: New file, config fragment for MPW.
14054 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14056         * configure.in (host_libs): Remove glob, since it is gone from the
14057         sources.
14059 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14061         * Makefile.in: define empty GDB_NLM_DEPS var.
14063         * configure.in(target_makefile_frag): use config/mt-netware
14064         for netware targets.
14066 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14068         * config.sub: Merge in recent FSF changes.  Remove linux special
14069         cases.
14071 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14073         Revert this change:
14075         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14077                 * build-all.mk: Use CC=cc -Xs on Solaris.
14079 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14081         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14082         stop using it.
14083         * Makefile.in: Nuke all references to glob subdirectory.
14085 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14087         * configure.in: Fix --enable-shared logic in per-host.
14089 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14091         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14093 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14095         * configure.in (noconfigdirs): Don't build gas on AIX, for
14096         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14098 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14100         * configure: Fix --cache-file to work if the file argument is a
14101         relative path.
14103 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14105         * configure: If the --cache-file is used, pass it down to
14106         configure in subdirectories.
14108 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14110         * config.sub: add vxworks29k configuration.
14112 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14114         * Makefile.in (taz): Do "diststuff" part quietly.
14116 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14118         * config.sub: Mini-merge with gcc/config.sub.
14120 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14122         * config.guess (IRIX): Sed - to _.
14124 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14126         * Makefile.in (source-vault, binary-vault): New targets.
14128 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14130         * config.sub: Recognize -eabi as a basic system type.
14132 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14134         * configure.in (enable_shared stuff): Fix typo.
14136 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14138         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14140 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14142         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14144 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14146         * configure.in (rs6000-*-*): Don't build gas.
14148 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14150         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14151         reduce command line length.
14152         (AS_FOR_TARGET): Check for as.new, not Makefile.
14153         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14155 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14157         * config.guess:  Merge from FSF.
14159 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14161         * configure: Don't use $ when handling program_suffix.
14163 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14165         * configure.in:  Configure tk for hppa/hpux.
14167 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14169         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14171 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14173         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14174         to LIBCXXFLAGS.  Tests are better run without it.
14176 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14178         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14180 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14182         * configure.in (*-*-netware*): Don't configure xiberty.
14184 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14186         * configure.in:  Remove tk from native_only list.
14188 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14190         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14191           for special NCD build.
14193 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14195         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14196         makeall.bat, they're only useful for binutils snapshots.
14197         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14198         makeall.bat to specified SUPPORT_FILES.
14200 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14202         * build-all.mk: Add Ericsson targets to sun4 and solaris
14203           hosts.  Add  BNR's sun4 target to solaris host, so their
14204           build-from-source will be tested in-house first.
14206 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14208         * Makefile.in (LIBCFLAGS): New variable.
14209         (CFLAGS_FOR_TARGET): Ditto.
14210         (LIBCFLAGS_FOR_TARGET): Ditto.
14211         (LIBCXXFLAGS): Ditto.
14212         (CXXFLAGS_FOR_TARGET): Ditto.
14213         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14214         (BASE_FLAGS_TO_PASS): Pass them.
14215         (EXTRA_TARGET_FLAGS): Ditto.
14217         * configure.in: Support --enable-shared.
14219 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14221         * configure.in (target_libs):  Include libstdc++ again.
14222         * config.guess:  Update from FSF (for FreeBSD).
14224 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14226         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14227         makeall.bat.
14228         (DISTDOCDIRS): Add `etc'.
14229         (ETC_SUPPORT_PFX): New variable.
14230         (taz): Include anything from etc starting with a word in
14231         ETC_SUPPORT_PFX.
14233 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14235         * config.sub: Update for recent FSF changes.  Remove obsolete
14236         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14237         spacing changes.
14239 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14241         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14243         * config.guess:  Merge with FSF.
14244         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14246 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14248         * configure: Since the "trap 0" handler will override the exit
14249         status on many systems, only use it for "exit 1", and make it set
14250         a non-zero exit status; reset it before "exit 0".  Also, check
14251         exit status of config.sub, and error out if it failed.
14253 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14255         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14256         and install libgloss.
14258 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14260         * Makefile.in (all-binutils): Depend upon all-byacc.
14262         * configure.in: Don't build emacs on Irix 5.
14264 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14266         * configure.in (*-*-netware*): Add libio.
14268 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14270         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14271         (CHECK_TARGET_MODULES): Ditto.
14272         (INSTALL_TARGET_MODULES): Ditto.
14273         (TARGET_LIBS): Ditto.
14274         (all-libstdc++): Note dependencies.
14276 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14278         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14280 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14282         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14283         -fexternal-templates.
14285         * configure.in (target_libs): Add libstdc++.
14286         (noconfigdirs): Add libstdc++ as appropriate.
14288 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14290         * config.guess:  Update from FSF.
14292 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14294         * configure: Use ${config_shell} when running ${configsub}.
14296 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14298         * config.sub: No longer recognize h8300h.
14300 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14302         * config.sub: Remove extraneous differences between config.sub and
14303         gcc/config.sub.
14305 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14307         * Makefile.in (DISTSTUFFDIRS): Add gas.
14309 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14311         * COPYING.NEWLIB: New file.
14313 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14315         * config.guess (HP-UX):  Patch from Harlan Stenn
14316         <harlan@landmark.com> to also emit release level.
14318 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14320         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14322 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14324         * config.sub:  Merge nextstep cleanup from FSF.
14326 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14328         * configure.in (arm-*-*): Don't configure ld for this target.
14330 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14332         * configure.in (*-*-netware): don't configure libg++, libio,
14333           librx, or newlib.
14335 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14337         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14338         configure ld--it works, but it doesn't support shared libraries.
14340 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14342         * config.guess (*-unknown-freebsd*):  Get rid of possible
14343         trailing "(Release)" in version string.
14344         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14346 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14348         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14349         Fix type: *-next-neststep -> *-next-nextstep.
14351         * config.guess:  Merge from FSF:
14353         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14355         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14357         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14359         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14360         instead of UNIX_SV for UnixWare 1.0).
14362 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14364         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14365         to make gdb/nlm/* build after the compiler and linker.
14367 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14369         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14370         not just i[34]86.
14371         (m68k-atari-sysv4):  Relocate to match FSF version.
14373         * config.guess:  More merges from the FSF:
14375         Add a space before function call or macro invocation.
14377         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14379         * config.guess: Add trap cmd to remove dummy.c and dummy when
14380         interrupted.
14382         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14384         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14385         (dummy): Redirect stderr from compilation of dummy.c.
14387         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14389         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14391 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14393         * configure: Accept and ignore --cache*, for compatibility with
14394         new autoconf.
14396 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14398         * config.guess:  Merge from FSF:
14400         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14402         * config.guess (Pyramid*:OSx*:*:*): New case.
14403         (PATH): Add /.attbin at end for finding uname.
14404         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14406         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14408         * config.guess (M88*:DolphinOS:*:*): New case.
14410         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14412         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14413         to select whether to use ELF or COFF.
14415         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14417         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14419         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14421         * config.guess: Guess the OS version for HPUX.
14423         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14425         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14427 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14429         * configure.in: Recognize --with-headers, --with-libs, and
14430         --without-newlib.
14431         * Makefile.in (all-xiberty): Depend upon all-ld.
14433 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14435         * configure.in: Change i[34]86 to i[345]86.
14437 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14439         * configure (version): A few more tweaks to help message.
14441 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14443         * Makefile.in:  Remove (for now) librx as a host library,
14444         now that we're building it for target.
14446 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14448         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14449         (Karl Berry).
14451 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14453         * configure.in:  Also configure librx.
14455 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14457         * Makefile.in:  Update various rules to reflect that librx
14458         is now needed for libg++.
14460 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14462         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14464 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14466         * configure.in: Configure the examples directory.
14468 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14470         * configure: Simplify Jun 2 1994 change.
14472 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14474         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14475         /bin/gcc isn't good enough to build gcc.
14477 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14479         * Makefile.in (GDB_SUPPORT_FILES): Remove
14480         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14481         (gdb.tar.gz): Add new rule to use standard distribution building
14482         mechanism.
14484 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14486         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14487         Bill Cox <bill@cygnus.com>.
14489 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14491         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14493 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14495         * configure:  Search current dir first in .gdbinit.
14497 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14499         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14501 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14503         * config.sub:  Refer to NeXT's operating system as nextstep.
14505         * config.sub (case $basic_machine):  Re-order the cases, to match
14506         the order in the FSF version (which is mostly alphabethical).
14507         Merge in some additions and changes from the FSF.
14509 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14511         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14512         * config.sub: Recognize cxux7.
14513         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14515 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14517         * config.sub:  Fix typo powerpc -> powerpc-*.
14519 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14521         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14523         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14524         parallel with all-emacs and install-emacs).  Top-level command
14525         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14527 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14529         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14530         $(relbindir)/make before doing ``make install'', and use
14531         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14532         installing over running make binary.
14533         ($(host)-stamp-stage3-installed): Likewise.
14535 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14537         * config.guess: Recognize Mach.
14539 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14541         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14542         see whether --exec-prefix was used.
14544 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14546         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14548 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14550         * Makefile.in: Add all-librx target similar to all-libproc.
14552 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14554         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14555         with post 1.2 uname bogosity.
14557 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14559         * configure: Remove temporary files on receipt of a signal.
14561 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14563         * configure: If there is a package_makefile_frag, remove
14564         ${subdir}/Makefile.tem after copying it in.
14566 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14568         * build_all.mk: support rs6000 lynx identifies itself as
14569         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14570         since /bin/gcc is too feeble to compile a modern gcc.
14572 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14574         * brought devo/test-build.mk update-to-date with progressive/
14575           test-build.mk. Add lynx targets and hppa flag info.
14577 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14579         * configure.in:  Use mh-ncrsvr43.  Patch from
14580         Tom McConnell <tmcconne@sedona.intel.com>.
14582 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14584         * config.guess (i386-unknown-bsdi):  No longer need to
14585         check #if defined(__bsdi__) && defined(__i386__).
14587 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14589         * configure: Set program_transform_nameoption correctly.
14591 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14593         * brought build-all.mk update-to-date with progressive build-all.mk,
14594           added new targets and hppa info.
14596 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14598         * configure: If config.guess result is a prefix of the user
14599         specified target, assume a native build and use the user specified
14600         target as the host alias.  Remove SunOS patch suffix removal hack.
14601         * configure.in: Remove SunOS patch suffix removal hack.
14603         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14604         in NATIVE_CHECK_MODULES.
14606 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14608         * Makefile.in: Rename HOST_ONLY to NATIVE.
14609         * configure: Delete SunOs patch suffix from host_canonical
14610           and build_canonical variables that are prepended to Makefiles.
14611         * configure.in: Add comments for easier maintenance.
14613 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14615         * Makefile.in: Add all-libproc target similar to all-gui.
14617 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14619         * Makefile.in (CHECK_MODULES): split into
14620         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14622 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14624         * config.guess (i386-unknown-bsdi): New system to guess.
14626 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14628         * Makefile.in: Add all-gui target (but not yet build by "all").
14630 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14632         * config.sub: Move deletion of patch suffix from here...
14633         * configure.in: To here, at Ian's suggestion.  The top-
14634           level scripts might need to know of a patch level.
14636 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14638         * config.sub: Strip off patch suffix so rtl is recognized
14639           as a sunos4.1.3 machine, even though it's been patched.
14641 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14643         * Makefile.in (INSTALL_LAST): Delete.
14644         (INSTALL_DOSREL): New.
14646 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14648         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14649         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14650         whether we pass down --with-gnu-ld anyhow.
14652 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14654         * Makefile.in (INSTALL_LAST): Change operation so it works
14655         on more flavors of make.
14656         * configure.in (go32): Don't build libg++ or libio.
14658 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14660         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14661         they can be overriden by templates.
14663 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14665         * configure.in (target==go32): Don't build gdb.
14666         * dosrel: New directory.
14668 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14670         * configure.in (host==go32): Configure dosrel too.
14671         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14672         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14673         be set by incoming names or templates.
14674         (INSTALL_LAST): New rule.
14676 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14678         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14680 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14682         * configure.in (appdirs): New variable.  Currently empty, but will
14683         be used in gas distribution.  If nonempty, lists a set of
14684         directories at least one of which must get configured, or top
14685         level configuration is considered to have failed.
14686         (rs6000-*-lynxos*): Use new file name.
14688 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14690         Eliminate XTRAFLAGS.
14691         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14692         newlib include files using -idirafter, and also use -nostdinc.
14693         (CXX_FOR_TARGET): Likewise.
14694         (XTRAFLAGS): Removed.
14695         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14696         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14697         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14698         ($(DO_X)): Don't pass down XTRAFLAGS.
14700 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14702         * configure.in (mips*-dec-bsd*): New target; do build linker.
14703         (mips*-*-bsd*): New target; don't build linker.
14705 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14707         * configure.in: support rs6000-*-lynxos* configuration.
14708         support sunos4 as a cross target.
14710         * config.sub: look for lynx*, not lynx since the OS version may
14711         legitimately be part of the name.
14713 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14715         * configure.in (i[34]86-*-sco*): Move to be with other i386
14716         targets.
14717         (romp-*-*): New target.  Skip various binary utilities.
14718         (vax-*-*): New target.  Don't build newlib.
14719         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14721 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14723         * configure.in: Only set host_makefile_frag if config
14724         directory exists.
14726 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14728         * install.sh: If $dstdir exists, don't check whether each
14729         component does.
14731 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14733         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14735 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14737         * configure.in (*-*-lynxos*): Don't configure newlib for either
14738         native or cross Lynx.
14740 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14742         * config.sub (sparc64-elf): Fix os.
14743         (z8k): Remove duplicate.
14745 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14747         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14748         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14750 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14752         * configure: Make file links cleanly even if Lynx fails on
14753           an NFS symlink (at least fail cleanly).
14755 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14757         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14758         -XNh2000.
14760 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14762         * configure: Unknown options are fatal again.
14764 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14766         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14767         compatibility.
14769 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14771         * build-all.mk: Add `clean' target.
14773 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14775         * config.guess:  Add SINIX support.
14776         * configure.in:  Add mips-*-sysv4* support.
14778 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14780         * build-all.mk: Document all useful targets.
14781         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14782         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14784 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14786         * configure: Support --silent, --quiet.
14788 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14790         * configure: Support --disable-FEATURE.
14792 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14794         * config.guess: Recognize NCR running SVR4.3.
14796 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14798         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14799         Patch from Paul Eggert <eggert@twinsun.com>.
14801 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14803         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14805 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14807         * configure: Make unrecognized options give nonfatal warnings
14808         instead of fatal errors, and pass them to any subdirectory
14809         configures in case they recognize them.
14810         Make --x equivalent to --with-x.
14812 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14814         * configure: Add --enable-* options.  Clean up usage message and
14815         some comments.
14817 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14819         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14821 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14823         * configure.in (hppa*-*-*): Enable binutils.
14825 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14827         * config.sub: Recognize cisco.
14829 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14831         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14833 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14835         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14836         than one configuration name.  Add comment.
14838 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14840         * config.guess: about target *-hitachi-hiuxwe2, fixed
14841         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14842         macro is incorrect.]
14844 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14846         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14847         than the "make ls" stuff which used to be here.
14849 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14851         * config.guess:  Recognize i[34]86-unknown-freebsd.
14852         From Shawn M Carey <smcarey@rodan.syr.edu>.
14854 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14856         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14858 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14860         * config.guess: Check for ptx.
14862 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14864         * config.sub: Add os9k checking.
14866 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14868         * config.guess: Handle OSF1 running on HPPA processors
14870 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14872         * configure: If subdir configure fails, print out a message with
14873         subdirectory name, in case subdir's configure code didn't identify
14874         itself.
14876 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14878         * configure.in: Remove embedded newlines from configdirs.
14879         Avoid mismatches of substrings.  Fix matching strings at end
14880         of configdirs.
14882 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14884         * config.guess:  Add Lynx/rs6000 config support.
14886 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14888         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14890 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14892         * configure.in (hppa*-*-osf*): Treat this just like most other
14893         PA configurations (eg no binutils or ld).
14894         (hppa*-*-*elf*): These configurations have binutils and ld.
14896 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14898         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14900 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14902         * configure.in (rs6000-*-*): Build gas.
14904 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14906         * Makefile.in:  Avoid bug in losing hpux sed.
14908 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14910         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14911         for GDB and GDB has been fixed to not need it.
14913 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14915         * config.guess: Recognize vax hosts.
14917 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14919         * configure (while loop): Don't use "break 2" inside case
14920         statement -- the case statement isn't an enclosing loop.
14922 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14924         * config.guess:  Clean up NeXT support, to allow nextstep
14925         on Intel machines.  Make OS be nextstep.
14927 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14929         * config.guess: Add alternate forms for Convex.
14931 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14933         * configure:  Completely rewrite option processing.  Take
14934         advantage of pattern-matching to avoid invoking test frequently.
14935         Also clean up host and target defaulting logic.
14937 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14939         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14940         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14941         commands (plus user environment) will fit SCO limits.
14943 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14945         * configure.in: Don't issue warnings about directories which are
14946         not being configured if -norecursion is set.  Correct test for
14947         --with-gnu-as and --with-gnu-ld to not get confused by substring
14948         matches.
14950         * configure.in: Don't build gas for alpha-dec-osf1*.
14952 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14954         * configure:  Back out Per's change of 12/19/1993.  It changes the
14955         behavior of configure in unexpected and confusing ways.
14957         Also, use different delim char when calculating
14958         program_transform_name so that the name can contain slashes.
14960 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14962         * configure.in, config.sub: Add support for VSTa micro-kernel.
14964 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14966         * configure.in: Nuke hacks which were used to get a special
14967         version of GAS for HPPA configurations.
14969 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14971         * configure:  If only ${target_alias} is given, use that
14972         as the default for ${host_alias}.
14973         * configure:  Add missing back-slashes before nested quotes.
14975 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14977         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14979 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14981         * config.guess:  Recognize some Tektronix configurations.
14982         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14984 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14986         * config.sub: Match any flavor of SH.
14988 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14990         * configure.in: Don't try to configure newlib for Alpha.
14992 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14994         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14995         libg++ or libio for any Alpha target.
14997         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14999 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15001         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15002         default arguments -- so it tried to compress itself.
15004 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15006         * configure.in (notsupp): ensure that a space is always at the end
15007           of the configdirs list, since the grep checks for an explicit space
15009 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15011         * configure.in (target i386-sysv4.2): don't build ld, since static
15012           versions of many libraries are not available.
15014 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15016         * config.guess: Recognize Apollos (using environment variables).
15017         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15019 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15021         * config.guess: Recognize Sony news mips running newsos.
15023 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15025         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15026         "fi ; else" for bash.
15028 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15030         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15032 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15034         * config.sub: accept unixware as an alias for svr4.2.
15035         Fix some inconsistancies with the gcc version.
15037 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15039         * Makefile.in (DISTDOCDIRS):  Add gdb.
15041 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15043         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15045 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15047         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15048         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15049         this now.
15051 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15053         * config.sub: Accept hiux* as an OS name.
15055         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15056         etc/make-stds.texi.  The underscore came from gcc, and dje now
15057         agrees that RUNTESTFLAGS is the correct name.
15059 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15061         * install.sh:  Remove 'set -e'.  It makes any conditionals
15062         in the script useless.
15064         * config.guess: Automatically recognize arm-acorn-riscix
15065         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15067 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15069         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15071 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15073         * Makefile.in (DISTDOCDIRS): New variable.
15074         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15075         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15077 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15079         * configure.in (hppa target): check the source directory for the
15080           pagas sub-directory
15082 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15084         * config.sub: Allow -aout* and -elf*.
15086 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15088         * configure.in: Don't build ld on i386-solaris2, same as for
15089         sparc-solaris2.
15091 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15093         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15095 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15097         * configure.in:  Configure gdb for alpha.
15099 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15101         * Makefile.in (CXXFLAGS): Add -O.
15103 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15105         * config.guess: added support for DG Aviion
15107 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15109         * configure.in: Produce warning message for subdirectories not
15110         configurable for this host/target combination.  Don't try to
15111         configure gdb for vms.
15113 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15115         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15116         appropriate files before making "diststuff".
15117         (DISTBISONFILES): New var: list of files to be edited.
15118         (DISTSTUFFDIRS): Add binutils.
15120 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15122         * config.sub: also handle mipsel and mips64el (for little endian mips)
15124 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15126         * configure.in: Add * to end of all OS names.
15128 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15130         * configure.in: Build newlib for LynxOS native.
15132 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15134         * config.guess: Add support for delta 88k running SVR3.
15136         * configure.in: Add comment about HP compiler vs. emacs.
15138 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15140         * configure.in: don't build ld on solaris2 (not a viable option
15141           due to bugs in getpwnam & getpwuid)
15143 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15145         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15146         config.guess will produce a full version number.
15148 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15150         * configure.in: Build linker and binutils for alpha-dec-osf1.
15152 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15154         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15155         and gdb/testsuite/Makefile.in.
15157 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15159         * configure.in: recognize mips*- instead of mips-
15161 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15163         * config.sub: Accept linux*coff and linux*elf as operating
15164         systems.
15166 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15168         * config.sub: Recognize mips64, and mips3 as an alias for it.
15170 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15172         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15173         gdb knows how to handle OSF/1 shared libraries.
15175 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15177         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15178         * config.guess: Recognize Hitachi's HIUX.
15179         * config.sub: Recognize h3050r* and hppahitachi.
15180         Remove redundant cases for hp9k[23]*.
15182 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15184         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15185         if gas and ld are in the source tree and are in ${configdirs}.
15186         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15187         --with options (but still pass them down on the command line,
15188         if they were explicitly specified).
15190 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15192         * configure: substitute SHELL value in Makefile.in with
15193         ${CONFIG_SHELL}
15195 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15197         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15198         *-*-solaris2* targets.
15200 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15202         * Makefile.in: define M4, and pass it down to sub-makes;
15203         all-autoconf now depends on all-m4
15205 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15207         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15208         presence of {ar,ranlib} instead of a configured directory
15210 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15212         * config.guess: Accept 34?? as well as 33?? for NCR.
15214 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15216         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15217         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15219 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15221         * configure: grab values for $(CC) and $(CXX) from the
15222         environment, so that someone can do "CC=gcc configure; make" and
15223         have it work right (matching the way that autoconf works now)
15225         * configure.in, Makefile.in: add support for gash, the tcl
15226         interface to Galaxy
15228         * config.guess: add NetBSD variants (hp300, x86)
15230 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15232         * install.sh: Support -d option (in the manner of SunOS 4 install,
15233         as it is more deterministic than that of GNU install)
15234         (chmodcmd): Set file to mode 755 by default (should also do default
15235         chgrp and chown, but I don't feel like dealing with that now)
15237 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15239         * config.sub: Remove h8300hhms alias.
15241 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15243         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15245 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15247         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15248         as stmp-fixinc
15250 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15252         * config.sub: recognize m88110-bug-coff.
15254 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15256         * Makefile.in (all-libio): all dependencies on the toolchain used
15257         to build this (gcc, gas, ld, etc)
15259 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15261         * config.guess: Deal with OSF/1 1.3 on alpha.
15263 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15265         * install.sh: add some 'else true' clauses for portability
15267         * configure.in: don't build libio for h8[35]00-*-* targets
15269 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15271         * Makefile.in:  Add support for new libio.
15273 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15275         * install.sh: If one command fails, don't try the rest.  Don't try
15276         to remove $dsttmp (via trap) unless we have already created it.
15277         If $src doesn't exist, detect it and exit with an error.
15279         * config.guess: Recognize BSD on hp300.
15281 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15283         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15284         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15286 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15288         * Makefile.in (all-send-pr): depends on all-prms
15290 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15292         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15294 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15296         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15297         Added test for mips-mips-riscos5.
15299 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15301         * configure.in: use mh-hp300 for 68k HP hosts
15303 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15305         * configure: add support for CONFIG_SHELL, so that you can use
15306         some alternate shell for evaluating configure scripts
15308 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15310         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15311         in configure script to bug-gdb@prep.ai.mit.edu when building
15312         distribution archive.
15313         * Makefile.in (COMPRESS):  Remove def.
15314         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15315         gdb.tar.Z and make-gdb.tar.Z respectively.
15316         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15317         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15318         to convergence with 'taz' target in Makefile.in.
15320 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15322         * install.sh (dsttmp): use trap to ensure that tmp files go
15323         away on error conditions
15325 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15327         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15329 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15331         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15332         its parent is '/' not ''.
15334         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15336 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15338         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15339         that ${newsrcdir}/configure.in does.
15341 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15343         * test-build.mk: support for CONFIG_SHELL
15345 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15347         * config.sub (netware):  Add as a basic system type.
15349 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15351         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15352           $(srcdir)/ from the dependency on Makefile.in.
15354 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15356         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15357         (h8300hhms is temporary until multi-libraries are implemented).
15358         * configure.in: Handle h8300h too.
15360 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15362         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15364 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15366         * configure:  Remove extraneous output when guessing host type.
15367         * config.guess:  Remove extraneous output when guessing using C
15368         compiler rather than uname, or when guessing fails.
15370 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15372         * Makefile.in: remove all.cross and install.cross targets
15374         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15375           definitions
15377 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15379         * configure.in (target sh): Build gprof.
15381 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15383         * config.sub: change -solaris to -solaris2
15385 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15387         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15389 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15391         * configure: Correct error message for missing Makefile.in to
15392         print correct directory.
15394 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15396         * install.sh: kludge around 386BSD shell bug
15398 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15400         * config.guess:  Recognize NeXT.
15401         * config.guess:  Recognize i486-ncr-sysv4.
15402         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15404 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15406         * Makefile.in (MAKEINFOFLAGS): New variable.
15407         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15408         * build-all.mk, test-build.mk: Pass down --no-split as
15409         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15411 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15413         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15415 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15417         * Makefile.in (libg++.tar.z):  New rule.
15418         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15419         * Makefile.in (taz):  Only do a single chmod.
15421 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15423         * install.sh: don't use dirname anymore (replaced with sed usage)
15425 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15427         * Makefile.in:  Change extension for gzip'd files from '.z' to
15428         '.gz' per new FSF standard usage.
15430 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15432         * configure: put quotes around the final value of program_transform_name
15434 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15436         * Makefile.in: new install.sh support; update install-info rules
15438 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15440         * configure.in: Build diff for crosses, but not for go32 host.
15442         * configure.in: Build gprof only for native, and don't build it
15443         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15445 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15447         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15449 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15451         * configure.in (host_tools): Add prms.
15453 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15455         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15456         with $(FLAGS_TO_PASS) on the command line
15458         * config.sub: Recognize lynx and lynxos
15460 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15462         * config.sub: Accept -ecoff*, not just -ecoff.
15464 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15466         * Makefile.in (taz): Use .gz suffix instead of .z.
15467         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15468         names.
15470 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15472         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15474 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15476         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15477         that rebuilds that might happen during 'make install' don't get
15478         bogus gcc include files
15480 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15482         Change from Utah for HPPA support:
15483         * config.guess: Recognize hppa1.x-hp-bsd.
15485 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15487         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15488         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15490 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15492         * config.sub: Add support for rom68k and bug boot monitors.
15494 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15496         * Makefile.in: Make all-opcodes depend on all-bfd.
15498 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15500         * config.guess: Added special check for i[34]86-univel-sysv4*.
15502 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15504         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15505         the processor rather than assuming i486.
15507 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15509         * config.guess: Recognize SunOS6 as Solaris3.
15511 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15513         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15514         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15516 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15518         * build-all.mk (all-cross): New target for Canadian Cross.
15519         Added Q2 go32 targets.
15520         * test-build.mk: Configure go32 cross sparclite-aout and
15521         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15522         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15524 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15526         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15527         GO32 hosted toolchains
15529 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15531         * configure: change  so "-exec-prefix" gets passed down rather
15532         than "-exec_prefix" so autoconf generated Makefiles get the
15533         exec_prefix set right.
15535 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15537         * config.guess: get the Solaris2 minor version number
15539         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15541 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15543         * config.guess: Recognize some Sequent platforms.
15545 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15547         * Makefile.in: added the vault-install target
15549         * configure.in: actually use the Sun3 makefile fragment that's in
15550         config, also added the release dir to configdirs
15552 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15554         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15556 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15558         * configure.in: remove some program from Alpha targetted toolchains
15560 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15562         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15563         gprof.
15564         (taz): Run "make diststuff" in those directories instead of "make
15565         proto-dir".  Look for "VERSION=" only at start of line in subdir
15566         Makefile.  Use "gzip -9" for compression.
15567         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15568         (binutils.tar.z): New target.
15570 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15572         * Makefile.in (taz): Include gpl.texinfo.
15574 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15576         * Makefile.in (setup-dirs): Merged into "taz" target.
15577         (taz): Only do `proto-dir' stuff if a directory is actually needed
15578         for this target.
15580 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15582         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15583         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15584         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15585         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15586         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15588 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15590         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15591         config.sub, and move-if-change to gdb testsuite distribution
15592         archive, so the testsuite can be extracted, configured, and
15593         run separately from the gdb distribution.  Blow away the Chill
15594         tests that require a Chill compiled executable, since GNU Chill
15595         is not yet publically available.
15597 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15599         * test-build.mk: set environment variables in a single command,
15600         instead of a list of assignments and exports
15602         * config.guess: recognize Alpha/OSF1 systems
15604 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15606         * configure: Change help message to prefer --options rather than
15607           -options.
15609 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15611         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15612         zippy@ecst.csuchico.edu.
15613         * config.guess: Recognize miniframe.
15615 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15617         * Makefile.in: Use srcroot to find runtest rather than rootme.
15618         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15620 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15622         * test-build.mk: Extensive additions to support building on a
15623         machine other than the host.
15625 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15627         * configure (tooldir): Fix for i386-aix again.
15629 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15631         * configure, Makefile.in:  Change definition of $(tooldir)
15632         to match the FSF.
15634 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15636         * config.guess:  Recognize i[34]86/SVR4.
15638 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15640         * Makefile.in (all-gdb): gdb depends on sim.
15642 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15644         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15645         at the same time we make the prototype gdb directory.
15646         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15647         files at the same time as the gdb base release distribution.
15649 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15651         * Makefile.in (check): Use individual check targets rather than
15652         DO_X rule.
15653         (check-gcc): Added.
15655 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15657         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15658         for System V release 3.2.
15660 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15662         * config.sub: Recognize hppaosf.
15663         * configure.in: Do configure ld/binutils/gas for it.
15665 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15667         * configure (tooldir): Alter syntax used to set this, for systems
15668         where "\$" isn't handled right, like i386-aix.
15670 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15672         * configure: Pass program-transform-name, not
15673         program_transform_name, to recursive configures.
15675 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15677         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15678         of gas+ld+binutils.
15680 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15682         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15684 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15686         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15688 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15690         * Makefile.in (PRMS): Set back to all-prms.
15692 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15694         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15695         targets, rather than for MIPS hosts.
15697 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15699         * configure.in: add comment for --with-x default values
15701         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15703         * Makefile.in: add check-* targets for each of the directories in
15704         the tree.  Add a definition of RUNTEST that will use the one we
15705         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15707 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15709         * configure.in: Removed obsolete references to bfd_target and
15710         target_makefile_frag.
15712         * build-all.mk: Set assorted targets for Q2.
15713         * config.sub: Recognize z8k-sim and h8300-hms.
15714         * test-build.mk: Really don't pass host to configure.
15715         (HOLES): Added uname.
15717 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15719         * configure: Handle an empty program-prefix, program-suffix or
15720         program-transform-name correctly.
15722 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15724         * build-all.mk: -G 8 no longer required for MIPS targets.
15725         * test-build.mk: Don't pass host argument to configure; make it
15726         guess.
15728 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15730         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15731         * Makefile.in (COMPRESS):  New macro, like GZIP.
15733 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15735         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15737         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15738         with gas currently defaults to -G 0.
15740 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15742         * Makefile.in (all-flex): flex depends on byacc.
15744         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15745         to test-build.mk as RELEASE_TAG.
15746         * test-build.mk (configargs): New variable containing arguments to
15747         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15748         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15750         * config.guess: Use /bin/uname when checking -X argument on SCO,
15751         to avoid invoking GNU uname which doesn't understand -X.
15753         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15755         * configure.in: Build gas for mips-*-*.
15757 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15759         * Makefile.in (all.normal): insert missing backslash.
15761 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15763         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15765         * Makefile.in: Complete overhaul to merge many almost identical
15766         targets.
15768 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15770         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15771         (gdb.tar.Z): Adjusted.
15773         * Makefile.in (setup-dirs, taz): New targets; should be general
15774         enough to adapt for gdb sometime.  Build only .z file.
15775         (gas.tar.z): New target.
15777 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15779         * build-all.mk: Use CC=cc -Xs on Solaris.
15781 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15783         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15784         for handling BISON for FSF releases.
15786 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15788         * configure: Actually implement the change zoo just documented.
15790 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15792         * configure: when using config.guess, only set target_alias when
15793         it's not already been set (ie, on the command line)
15795 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15797         * Makefile.in: add installcheck target, set PRMS to install-prms
15799 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15801         * configure: add support for package_makefile_fragment, handle the
15802         case where a directory has a configure.in file but no Makefile.in
15803         more gracefully (with an actual understandable error message, even);
15804         add support for --without (and add this to the usage message); also
15805         explicitly add a --host=${host_alias} to the command line when
15806         config.guess is used
15808 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15810         * configure: Must use both --host and --target in recursive calls.
15812 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15814         * Makefile.in: Change deja-gnu to dejagnu.
15816 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15818         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15820 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15822         * configure.in: canonicalize all instances to *-*-solaris2*,
15823         also strip out a number of tools to not build for go32 host
15825 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15827         * config.guess: add GPL.
15829         * Makefile.in, config.guess, config.sub, configure: bump
15830           copyrights to 93.
15832 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15834         * Makefile.in (do-info): Removed obsolete check for existence of
15835         localenv file.
15837         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15839 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15841         * Makefile.in: a couple of 'else true' for decstation,
15842         support for TclX
15844         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15846 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15848         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15850 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15852         * config.guess: Recognize i386-ibm-aix (PS/2).
15853         * configure.in: Use config/mh-aix386 file for it.
15855 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15857         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15858         CC_FOR_TARGET instead.
15859         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15861 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15863         * Makefile.in: Add sim to list of directories sent with gdb
15865 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15867         * configure.in: Put back mips-dec-bsd* case.
15869 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15871         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15872         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15873         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15875 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15877         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15879         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15880         (install-info): install dir.info only if it exists,
15881         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15883 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15885         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15886         gas for mips-dec-bsd.
15888 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15890         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15891         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15893 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15895         * configure.in: Added "dejagnu" to hosttools list.
15897 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15899         * config.sub, configure.in, config.guess:  Add support
15900         for Bosx, an AIX variant from Bull.
15901         Patches from F.Pierresteguy@frcl.bull.fr.
15903 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15905         * devo/dejagnu: Initial creation of devo/dejagnu.
15906         Migrated dejagnu testcases and support files for testing software
15907         tools to reside as subdirectories, currently called "testsuite",
15908         within the directory of the software tool.  Migrated all programs,
15909         support libraries, etc. beloging to dejagnu proper from
15910         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15911         with no modifications.  The changes to these files which will
15912         allow them to configure, build, and execute properly will be made
15913         in a future update.
15915 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15917         * Makefile.in: Change send_pr to send-pr.
15918         * configure.in: Likewise.
15919         * send_pr: Renamed directory to send-pr.
15921 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15923         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15925 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15927         * README:  Update for gdb-4.8 release.
15928         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15929         gdb-xxx.tar.z (gzip'd) file also.
15931 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15933         * Makefile.in: make all-diff depend on all-libiberty
15935 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15937         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15939 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15941         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15943 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15945         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15946         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15947         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15949 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15951         * Makefile.in:  makeinfo binary is in a new location
15953 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15955         * config.sub: Accept -ecoff as an OS.
15957         * Makefile.in: Various changes to eliminate a level of make
15958         recursion and reduce the required command line length.
15959         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15960         sub-makes.
15961         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15962         variables holding settings for specific sub-makes.
15963         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15964         in terms of BASE_FLAGS_TO_PASS.
15965         (TARGET_LIBS): New variable listing directories which use
15966         TARGET_FLAGS_TO_PASS.
15967         (subdir_do): Eliminated.
15968         (do-*): New set of targets to replace subdir_do.
15969         (various): All targets which used subdir_do now depend on do-*.
15970         (local-clean): Renamed from do_clean.
15971         (local-distclean): New target, dependency of distclean and
15972         realclean.
15973         (install-info): Don't create directories.  Depend on dir.info
15974         rather than calling make recursively.
15975         (install-dir.info): Eliminated.
15976         (install-info-dirs): Create all info directories here.
15977         (dir.info): Depend upon do-install-info.
15979         * test-build.mk (HOLES): Added false.
15981 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15983         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15985 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15987         * Makefile.in (info): remove dependency on all-texinfo.  The
15988         problem was really in texinfo/C, not at this level.
15990 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15992         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15994 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15996         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15997         GDB releases.
15999 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16001         * configure: Include srcdir in message about target of link not
16002         being found.  Don't convert `-' to `_' in `with' options being
16003         passed to subdirs.
16005 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16007         * configure.in: add uudecode to host_tools
16009         * Makefile.in: added {all,install}-uudecode targets, added them to
16010         the appropriate lists
16012 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16014         * Makefile.in (all-gcc): Added dependency on all-gas.
16016         * configure.in (mips-*-*): Build ld and binutils.
16018 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16020         * configure: check return code from mkdir, print error message and
16021           exit on failure.
16023 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16025         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16027 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16029         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16031 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16033         * config.sub (h8500):  Recognize this as a cpu type.
16035 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16037         * configure: source directory missing is no longer a warning
16039         * configure.in: recognize irix[34]* instead of irix[34]
16041         * Makefile.in: define and pass down X11_LIB
16043 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16045         * guess-systype: Renamed to ...
16046         * config.guess:  ... by popular request.
16047         * configure.in, Makefile.in:  Update accordingly.
16049 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16051         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16052         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16053         + Execute ./dummy instead of assuming . is in PATH.
16055 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16057         * guess-systype:  New shell script.  Attempts to guess the
16058         canonical host name of the executing host.
16059         Only a few hosts are supported so far.
16060         * configure:  Call guess-systype if no host is specified.
16062 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16064         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16065         gcc Makefile.
16068 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16070         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16071         (all-gcc, install-gcc, subdir_do): Use it.
16073 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16075         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16077 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16079         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16080           set exclusively by configure, using configure.in .
16082 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16084         * test-build.mk: set $PATH for all builds
16086         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16088 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16090         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16091         the one used in gcc/Makefile.in, so that a null expansion doesn't
16092         override the one needed to build gcc with a native cc.
16095 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16097         * configure: Accept -with arguments.
16099 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16101         * Makefile.in: added h8300sim
16103 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16105         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16106         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16107         (all-cygnus, native, build-cygnus): Make
16108         $(canonhost)-stamp-3stage-done, not $(host)....
16109         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16110         i386-sco3.2v4.  Added else true to if command.
16112 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16114         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16116 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16118         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16120 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16122         * configure.in: don't remove binutils from Solaris builds
16124 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16126         * Makefile.in: get rid of earlier definitions for *clean,
16127         also handle the recursive info rule better
16129 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16131         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16132         do more-or-less the right thing.
16134 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16136         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16137         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16139 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16141         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16142         $(host_canonical).
16144         * configure.in: split the configdirs list into 4 categories (native
16145         v. cross, library v. tool) and handle the cross-only and native-
16146         only in more reasonable (and correct!) way.
16148 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16150         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16151         configdirs anymore.
16153 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16155         * Makefile.in: extensive cleanup::  removed all of the explicit
16156         clean-* targets, collapsed many wrappers around subdir_do into
16157         one, added additional targets to satisfy standards.texi, deleted
16158         some old targets, some changes for consistency
16160 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16162         * configure.in: handle some programs as cross-only, and others as
16163         native only
16165         * test-build.mk: handle partial holes in a more generic manner
16167         * Makefile.in: m4 depends on libiberty
16169 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16171         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16172         time, wdiff, and find to configdirs
16174         * Makefile.in: all, clean, and install rules for the new programs
16175         added to configure.in
16177 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16179         * configure.in: use mh-sun for all *-sun-* hosts
16181 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16183         * Makefile.in: define flags for X11 include files and library file
16184         locations, pass them down to the programs that need this info
16186         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16188 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16190         * configure.in: start building libg++ for HP-UX targets
16192 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16194         * README:  Update references to files moved into etc/.
16196 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16198         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16199         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16201 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16203         * configure: accept dash as well as underscore in long option
16204         names for FSF compatibility.
16206 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16208         * config.sub: added -sco3.2v4 support from FSF.
16210 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16212         * configure.in: expand the section that adds or removes
16213         directories from the list of programs to build, to handle native
16214         vs. cross in addition to host v. native
16216 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16218         * Makefile.in:  Replace C++ in macro names with CXX.
16219         This is less likely to break ...
16221 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16223         * test-build.mk: add -w to GNU_MAKE
16225 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16227         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16228         add 'sparc' to list of recognized cpus.  This needed to make
16229         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16230         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16231         then changes that into $CPU-wrs-vxworks.
16233         * configure.in: remove most references to gdbtest, regularize
16234         target based program removal
16236         * test-build.mk: import from p3 tree (many fixes and changes)
16238 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16240         * Makefile.in: added rules to handle tcl, tk, and expect
16242         * configure.in: handle those directories if they exist
16244 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16246         * config.sub: removed bogus hppabsd and hppahpux names, since
16247         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16249 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16251         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16252         depends upon all-xiberty
16254         * Makefile.in: changes from p3, including:
16256         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16258         * Makefile.in (XTRAFLAGS): include newlib directories if
16259         newlib/Makefile exists, rather than if host != target.
16261         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16263         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16264         from the same source tree and not building a cross-compiler.  This
16265         matters for the libg++ configuration if reconfiguring a tree that
16266         has already been installed.
16268         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16270         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16271         pick up the machine and system specific header files.
16273         * Makefile.in: added AS_FOR_TARGET, passed down in
16274         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16275         the C compiler to use to create programs which are run in the
16276         build environment, set it to default to $(CC), and passed it down
16277         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16279         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16281         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16282         We need them for unusual native builds, like systems without
16283         ranlib.
16285         * configure: also define $(host_canonical) and
16286         $(target_canonical), which are the full, canonical names for the
16287         given host and target
16289 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16291         * Makefile.in:  Added separate definitions for C++.
16293 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16295         * configure.in (configdirs):  Add deja-gnu.
16297 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16299         * README:  Update for configure.texi and gdb-4.7 release.
16301 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16303         * Makefile.in:  Move "all" target to top of file.
16304         Previously, first target was ".PHONY" which caused BSD4.4 make
16305         to build .PHONY when make was run without arguments.
16307 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16309         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16310         Library-copylefted code in libiberty.
16312 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16314         * config.sub:  Replace m68kmote with plain old m68k.
16316 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16318         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16320 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16322         * config.sub: Complain if no argument is given.  Added support for
16323         386bsd as OS and target alias.
16325 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16327         * Makefile.in (XTRAFLAGS): include newlib directories if
16328         newlib/Makefile exists, rather than if host != target.
16330 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16332         * config.sub: recognize sparclite-wrs-vxworks.
16334         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16335         p3.) Added clean-xiberty to clean.
16337 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16339         * configure.in: use *-*-* instead of nested cases for host and target
16341 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16343         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16344         from the same source tree and not building a cross-compiler.  This
16345         matters for the libg++ configuration if reconfiguring a tree that
16346         has already been installed.
16348 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16350         * config.sub (i486v/i486v4):  Merge in from FSF version.
16352 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16354         * configure: only set PWD if it is already set.
16356 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16358         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16359         doesn't have unset and all success paths (and most error paths)
16360         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16361         to just ${PWD} to avoid confusion.)
16363 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16365         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16366         even for a native compilation.
16368 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16370         Changes to make the gdb.tar.Z rule work better.
16372         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16373         (DEVO_SUPPORT):  Add configure.texi.
16374         (bfd-ilrt.tar.Z):  Remove ancient rule.
16376 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16378         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16379         pick up the machine and system specific header files.
16381         * configure.in, config.sub: added new target m68010-adobe-scout,
16382         with alias of adobe68k.  Changed configure.in to check for
16383         -scout before -sco* to avoid a false match.
16385         * Makefile.in: added AS_FOR_TARGET, passed down in
16386         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16387         the C compiler to use to create programs which are run in the
16388         build environment, set it to default to $(CC), and passed it down
16389         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16391 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16393         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16394         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16395         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16396         FOR_TARGET variants, to newlib and libg++.
16398 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16400         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16401         first.
16403 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16405         * config.sub:  Accept `elf' as an environment.
16407 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16409         * Makefile.in (all-opcodes):  cd into the right directory
16411 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16413         * configure: added -program_transform_name option, used as
16414         argument to sed when installing programs.
16415         configure.texi: added documentation for -program_prefix,
16416         -program_suffix and -program_transform_name.
16418 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16420         * config.sub:  Accept i486 where i386 ok.
16422 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16424         * config.sub: accept we32k
16426 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16428         * config.sub, configure.in: accept OSE68000 and OSE68k.
16430         * Makefile.in: don't create all directories for ``make install'';
16431         let the subdirectories create the ones they need.
16433 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16435         * COPYING: new file, GPL v2
16437 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16439         * Makefile.in: use the new gen-info-dir, which needs a template
16440         argument (which also lives in texinfo)
16442         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16444 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16446         * config.sub (ncr3000):  Change i386 to i486.
16448 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16450         * Makefile.in: add install-rcs, install-grep to
16451         install-no-fixedincludes, removed install-bison and install-libgcc
16453 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16455         * configure.in: grab the HPUX makefile fragment if on HPUX
16457 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16459         * Makefile.in: eradicate bison spoor (ditto libgcc).
16460          configure.in: recognise m68{k,000}-ericsson-OSE.
16461          es1800 is alias for m68k-ericsson-OSE
16463 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16465         * configure.in: rearrange the parts that remove programs from
16466         configdirs, based now on HOST==TARGET or by canonical triple.
16468 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16470         * test-build.mk: recurse explicitly with -f test-build.mk when
16471           appropriate.  predicate stage3 and comparison on the existence
16472           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16473           On very clean, also remove ...stamp-co.  Build in-place before
16474           doing other builds.
16476 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16478         * Makefile.in, configure.in: add tgas
16480 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16482         * Makefile.in: a number of changes merged in from progressive.
16484         * configure.in: add libm.
16486         * .cvsignore: ignore some stuff that comes from test-build.mk.
16488 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16490         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16492 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16494         * configure: Add program_suffix (parallel to program_prefix)
16495         * Makefile.in: adjust directory-creating script for losing decstation
16497 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16499         * configure:  Minor $subdir-related fixes.
16501 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16503         * configure: fix various problems with propogating
16504         makefile_target_frag in subdirs.
16505         * configure.in: config libgcc if its there
16507 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16509         * config.sub:  HPPA merge.
16511 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16513         * Makefile.in:  Replace all-bison with all-byacc in all
16514         dependency lines for other tools (which now use byacc).
16516 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16518         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16520 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16522         * Makefile.in: make gprof rules similar to byacc rules (instead of
16523         vestigal $(unsubdir) that didn't work...)
16525 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16527         * config.sub:  Add support for Linux.
16528         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16529         (at least for libg++).
16531 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16533         * configure.texi: fix doc for the -nfp option to configure
16535 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16537         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16539 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16541         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16542         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16543         * configure.in: added solaris* host_makefile_frag hook.
16545 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16547         * config.sub: changed recognition of m68000 so that various
16548         m68k types can be specified via m680[01234]0
16550 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16552         * config.sub (basic_machine): fix sed so that '-foo' isn't
16553         completely substituted out while .+'-foo' loses the '-foo'
16555 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16557         * config.sub ($os): Add -aout.
16559 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16561         * configure:  If host_makefile_frag is absolute, don't
16562         prefix ${invsubdir} (relevant to libg++ auto-configure).
16564 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16566         * Makefile.in (tooldir): Define it.
16567         (all-ld): Depend on all-flex.
16569 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16571         * Makefile.in (check):  Fix libg++ special case.
16573 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16575         * configure: do not bury `pwd` into config.status, thus do fewer
16576           pwd's.
16578         * configure: print the "Building in" message only when building in
16579           other than "." AND verbose.
16581         * configure: remove -s, rework -v to better accommodate guested
16582           configures.
16584         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16586 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16588         * Makefile.in: macroize flags passed on recursion.  remove
16589           fileutils.
16591 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16593         * configure: get makesrcdir right for subdirs deeper than 1.
16595         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16596           install.
16598 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16600         * Makefile.in: don't print subdir_do or recursion lines.
16602 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16604         * standards.texi: added menu item.
16606         * Makefile.in: build and install standards.info.
16608         * standards.texi: new file.
16610 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16612         * configure: test for and move config.status pieces from
16613           ${subdir}/.
16615 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16617         * configure:  Test for existance of files before trying to mv
16618         them, to avoid numerous non-existance messages.
16620 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16622         * configure: correct final line of config.status.
16624         * configure: patch from eggert.  Avoids a protection problem if
16625           the original Makefile.in is read only.
16627         * configure: use move-if-change from gcc to create config.status.
16628           Some makefiles depend on config.status to tell if a directory
16629           has been reconfigured for a different host.  This change
16630           prevents those directories from remaking everything in the case
16631           where the reconfig was only intended to rebuild a Makefile.
16633         * configure: test for config.sub with "config.sub sun4" rather
16634           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16635           host alias from a missing config.sub.
16637 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16639         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16640           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16642 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16644         * configure: mkdir ${subdir} as needed.
16646 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16648         * Makefile.in,configure.in: added autoconf.
16650 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16652         * Makefile.in: no longer pass against on recursion.
16654         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16655           definitions are not inherited.
16657         * configure: correct makesrcdir when subdir is .
16659 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16661         * configure:  Add support for 'subdirs' variable, which is
16662         like 'configdirs', except that configure doesn't re-invoke
16663         itself for subdirs, it just creates a Makefile for each subdir.
16664         * configure.texi:  Document subdirs.
16666 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16668         * configure.in: added flex to configdirs
16670 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16672         * Makefile.in: remove clean-stamps from clean.
16674 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16676         * configure.in:  Add gdbtest to configdirs.
16678 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16680         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16681         to recursive makes.
16682         * configure.in:  Recognize new ncr3000 config.
16684 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16686         * Makefile.in, configure.in: removed references to gdbm.
16688 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16690         * config.sub:  Don't canonicalize os value
16691         newsos* to bsd (readline needs to check for newsos).
16692         (This fix was earlier made Jan 31, but got re-broken.)
16694 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16696         * configure.in:  sco is an os, not a vendor!
16698         * configure:  Quote $( better.  Keep various shells happy.
16700 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16702         * Makefile.in: eliminate stamp-files.
16704 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16706         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16707           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16709 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16711         * config.sub:  fix iris/iris3.
16713 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16715         * configure: re-add -rm.
16717 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16719         * Maskefile.in: add .stmp-rcs to all.
16721         * configure.in: remove gas from rs6000 build, use aix host fragment.
16723 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16725         * configure: pass down site_option during recursion.
16727 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16729         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16731 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16733         * configure: Change exec_prefix so that it really defaults to prefix.
16735 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16737         * Makefile.in, configure.in:  Add support for mmalloc library.
16739 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16741         * Makefile.in: add stmp dependencies for a few more things.
16743 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16745         * configure: adjusted error message on objdir/srcdir configure
16746           collision, per john's suggestion.
16748         * Makefile.in: add libiberty stmp to all and all.cross.
16750 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16752         * Makefile.in: remove force dependencies, add grep to all.
16754 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16756         * Makefile.in: drop flex.  make stamp files work.
16758         * configure: added test for conflicting configuration in srcdir,
16759           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16760           gets cranky.  use relative paths for configure and srcdir
16761           whenever possible.  Send some error messages to stderr that were
16762           going to stdout.
16764 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16766         * Makefile.in:  Fix libg++ rule to check for gcc directory
16767         before using gcc/gcc.  Also pass XTRAFLAGS.
16769 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16771         * Makefile.in: added stmp-files so that directories aren't polled
16772           when they are already built.
16774         * configure.texi: fixed a node pointer problem.
16776 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16778         * config.sub configure.in gdb/configure.in
16779         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16780         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16781         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16783 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16785         * configure: -recurring becomes -silent.  corrected help message
16786           for -site= option.
16788         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16790 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16792         * configure: when building Makefile for crosses, replace
16793           tooldir and program_prefix.  default srcdir from location of
16794           config.sub.  remove "for host in hosts" and "for target in
16795           targets" loops.
16797 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16799         * Makefile.in: Do not pass bindir or mandir to cvs.
16801 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16803         * Makefile.in, configure.in: removed traces of namesubdir,
16804           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16805           copyrights to '92, changed some from Cygnus to FSF.
16807         * configure.texi: remove most references to multiple hosts,
16808           multiple targets, subdirs, etc.
16810         * configure.man: removed rcsid. reference config.sub not
16811           config.subr.
16813         * Makefile.in: mkdir $(infodir) on install-info.
16815 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16817         * configure.texi:  Explain better about .gdbinit and about
16818         the environment that configure.in sections run in.
16820 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16822         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16824 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16826         * README:  DOC.configure => cfg-paper.texi.
16828 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16830         * config.sub (near case $os):  Don't convert newsos* to bsd!
16832 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16834         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16835         the number of copies of COPYING that go into the GDB tar file.
16837 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16839         * bfd/configure.in, gdb/config/mh-i386sco,
16840         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16841         Fix SCO configuration stuff.
16843 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16845         * Makefile.in:  For libg++, make sure the -I pointing
16846         to the gcc directory goes *after* all the libg++-local -I flags.
16847         Also, move just-gcc dependency from just-libg++ to all-libg++.
16849 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16851         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16853 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16855         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16857 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16859         * config.sub:  Add stratus configuration frags.  Also
16860         submitted to FSF.
16862 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16864         * Makefile.in (DEV_SUPPORT):  add configure.man.
16866         * config.sub(Decode manufacturer-specific):  add -none*.
16868 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16870         * Makefile.in:  remove form feeds to make Sun's make happy.
16871         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16873 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16875         * Makefile.in (AR_FLAGS):  Make quieter.
16877 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16879         * configure.in:  Add libg++.
16880         * configure:  When verbose, don't output the command line at each
16881         level; it will be unremarkably the same as the previous version,
16882         which will be the same as what the user typed.
16884 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16886         * configure.in, Makefile.in: fix clean-info, add flex.  add
16887           fileutils.
16889         * configure: be less sensitive to spaces in Makefile.in.  Do not
16890           look for sources in "..".  Doing so breaks subdirectories that
16891           might have their own configure.  If a subdir has it's own
16892           configure script, use it.
16894 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16896         * cfg-paper.texi: some changes suggested by rms.
16898 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16900         * config.sub:  Merge in some small additions from the FSF version,
16901         taken from the gcc distribution, to bring the Cygnus and FSF
16902         versions into closer sync.
16904 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16906         * configure.in:  Changed svr4 references to sysv4.
16908 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16910         * configure: added -V for version number option.
16912 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16914         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16915           renamed from DOC.configure to cfg-paper.texi.
16917 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16919         * configure, config.subr, config.sub: config.subr is now
16920           config.sub again.
16922 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16924         * configure.texi: new file, in progress.
16926         * Makefile.in: build info file and install the man page for
16927           configure.
16929         * configure.man: new file, first cut.
16931         * configure: find config.subr again now that configuration "none"
16932           has gone.  removed all traces of the -ansi option.  removed all
16933           traces of the -languages option.
16935         * config.subr: resync from rms.
16937 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16939         * configure, config.sub, config.subr: merge config.sub into
16940           config.subr, call the result config.subr, remove config.sub, use
16941           config.subr.
16943         * Makefile.in: revised install for dir.info.
16945 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16947         * configure.in: add decstation host makefile frag.
16949         * Makefile.in: BISON now bison -y again.  also install-gcc on
16950           install.  clean-gdbm on clean.  infodir belongs in datadir.
16951           Make directories for info install.  Build dir.info here then
16952           install it.
16954 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16956         * Makefile.in: fix for bad directory tests.
16958 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16960         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16961           regexp.  -srcdir relative was being handled incorrectly.
16963         * Makefile.in: unwrapped some for loops so that parallel makes
16964           work again and so one can focus one's attention on a particular
16965           package.
16967 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16969         * configure: added PWD as a stand in for `pwd` (for speed). use
16970           elif wherever possible.  make -srcdir work without -objdir.
16971           -objdir= commented out.
16973 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16975         * configure: +options become --options.  -subdirs commented out.
16976           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16977           Makefile now at top of generated Makefile.  Removed cvs log
16978           entries.  added -srcdir.  create .gdbinit only if there is one
16979           in ${srcdir}.
16981         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16982           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16983           and mandir now keyed off datadir by default.
16985 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16987         * Freshly created ChangeLog.
16990 Local Variables:
16991 mode: change-log
16992 left-margin: 8
16993 fill-column: 76
16994 version-control: never
16995 End: