2011-11-29 Andrew MacLeod <amacleod@redhat.com>
[official-gcc.git] / ChangeLog
blobe70df0cb9e1e58fea257ca503bc4798be770805e
1 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
7         * libtool.m4: dditional FreeBSD 10 fixes.
9 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
11         * MAINTAINERS: Move myself from Write After Approval to CPU Port
12         Maintainers section, as Epiphany maintainer.
14 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
16         PR target/49992
17         * configure.ac: Remove ranlib special-casing for Darwin.
18         * configure: Regenerate.
20 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
22         * MAINTAINERS (Reviewers): Keep the list sorted.
24 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
26         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
28 2011-11-09  Roland McGrath  <mcgrathr@google.com>
30         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
31         * configure: Rebuild.
32         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
33         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
34         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
35         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
36         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
37         Add READELF.
38         * Makefile.in: Rebuild.
40 2011-11-09  Jason Merrill  <jason@redhat.com>
42         * Makefile.def (language=c++): Remove check-c++0x.
43         * Makefile.in (check-gcc-c++): Regenerate.
45 2011-11-08  Richard Henderson  <rth@redhat.com>
47         * configure.ac: Test for libitm directory present first.
49         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
51         * configure.ac: Test libitm/configure.tgt to disable libitm.
52         * configure: Rebuild.
54 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
55             Richard Henderson  <rth@redhat.com>
57         Merged from transactional-memory.
59         * Makefile.def (lang_env_dependencies): libitm is c++.
60         Add libitm target module.
61         * configure.ac: Likewise.
62         * config/mmap.m4: New file.
63         * contrib/gcc_update: Add libitm to touch data.
64         * Makefile.in, configure: Rebuild.
66 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
68         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
69         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
70         * Makefile.in: Regenerate.
72 2011-11-01  DJ Delorie  <dj@redhat.com>
74         * config.sub: Update to version 2011-10-29 (added rl78)
76 2011-10-27  Nick Clifton  <nickc@redhat.com>
78         * config.sub: Import these changes from the config project:
80         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
81             Ben Elliston  <bje@gnu.org>
83         * config.sub (epiphany): New.
85         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
86             Ben Elliston  <bje@gnu.org>
88         * config.sub (hexagon, hexagon-*): New.
90         2011-08-23  Roland McGrath  <mcgrathr@google.com>
92         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
93         64eb to be64.
95         2011-08-16  Roland McGrath  <mcgrathr@google.com>
97         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
98         (nacl): Grok as alias for 32el-unknown-nacl.
100 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
102         * MAINTAINERS (Write After Approval): Add myself.
104 2011-10-24  Teresa Johnson  <tejohnson@google.com>
106         * MAINTAINERS (Write After Approval): Add myself.
108 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
110         * MAINTAINERS (sparc port): Remove myself.
112 2011-09-14  Tom de Vries  <tom@codesourcery.com>
114         * MAINTAINERS (Write After Approval): Add myself.
116 2011-08-14  Yao Qi  <yao@codesourcery.com>
118         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
119         * configure: Regenerate.
121 2011-07-26  Ian Lance Taylor  <iant@google.com>
123         * configure.ac: Set have_compiler based on whether gcc directory
124         exists, rather than on whether gcc is in configdirs.
125         * configure: Rebuild.
127 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
129         * MAINTAINERS (Global Reviewers): Add self.
131 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
133         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
134         link directories.
135         * Makefile.in: Rebuild.
137 2011-07-20  Ian Lance Taylor  <iant@google.com>
139         PR bootstrap/49787
140         * configure.ac: Move --enable-bootstrap handling earlier in file.
141         If --enable-bootstrap and either --enable-build-with-cxx or
142         --enable-build-poststage1-with-cxx, enable C++ automatically.
143         * configure: Rebuild.
145 2011-07-19  Ian Lance Taylor  <iant@google.com>
147         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
148         make C++ a boot_language.  Set and substitute
149         POSTSTAGE1_CONFIGURE_FLAGS.
150         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
151         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
152         * configure, Makefile.in: Rebuild.
154 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
156         * MAINTAINERS (Register Allocation): Move myself from reviewers to
157         maintainers.
159 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
161         * MAINTAINERS (Global Reviewers): Add myself.
163 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
165         * configure: Regenerate.
167 2011-07-16  Jason Merrill  <jason@redhat.com>
169         * Makefile.def (language=c++): Add check-c++0x and
170         check-target-libmudflap-c++.
171         * Makefile.tpl (check-target-libmudflap-c++): New.
172         * Makefile.in: Regenerate.
174 2011-07-16  Matthias Klose  <doko@ubuntu.com>
176         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
177         * Makefile.def (target_modules/libjava): Pass
178         $(EXTRA_CONFIGARGS_LIBJAVA).
179         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
180         if not configured with --enable-static-libjava.
181         * Makefile.in: Regenerate.
182         * configure: Likewise.
184 2011-07-15  Jason Merrill  <jason@redhat.com>
186         * Makefile.in (check-c++): Move check-gcc-c++0x after
187         check-target-libstdc++-v3.
189 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
191         * MAINTAINERS (c6x port): New entry.
193 2011-07-13  Jason Merrill  <jason@redhat.com>
195         * Makefile.in (check-gcc-c++0x): New.
196         (check-c++): Depend on it.
198 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
200         PR target/39150
201         * configure.ac (i[3456789]86-*-solaris2*): Also accept
202         x86_64-*-solaris2.1[0-9]*.
203         * configure: Regenerate.
205 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
207         * MAINTAINERS (RTL optimizers): Add self.
209 2011-06-27  Gabriel Charette  <gchare@google.com>
211         * MAINTAINERS (Write After Approval): Add myself.
213 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
215         PR regression/47836
216         PR bootstrap/23656
217         PR other/47733
218         PR bootstrap/49247
219         PR c/48825
220         * configure.ac (target_libraries): Remove target-libiberty.
221         Remove case-statement setting skipdirs=target-libiberty for
222         multiple targets.  Remove checking target_configdirs and
223         removing target-libiberty but keeping target-libgcc if
224         otherwise empty.
225         * Makefile.def (target_modules): Don't add libiberty.
226         (dependencies): Remove all traces of target-libiberty.
227         * configure, Makefile.in: Regenerate.
229 2011-06-13  Walter Lee <walt@tilera.com>
231         * configure.ac (tilepro-*-*) New case.
232         (tilegx-*-*): Likewise.
233         * configure: Regenerate.
235 2011-06-06  Jing Yu  <jingyu@google.com>
237         * configure.ac: Skip target-libiberty for
238         arm*-*-linux-androideabi.
239         * configure: Regenerated.
241 2011-06-06  Nick Clifton  <nickc@redhat.com>
243         * config.sub: Sync from upstream.
245 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
247         * MAINTAINERS (Write After Approval): Add myself.
249 2011-06-01  Daniel Jacobowitz  <drow@false.org>
251         * MAINTAINERS: Update my email address.
253 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
255         * MAINTAINERS (Write After Approval): Update my email address.
257 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
259         * MAINTAINERS (Write After Approval): Add myself.
261 2011-05-08  Doug Kwan  <dougkwan@google.com>
263         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
264         * configure: Regenerated.
265         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
266         value from configure.
267         * Makefile.in: Regenerated.
269 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
271         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
272         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
273         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
274         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
275         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
276         *-*-vxworks*): Disable newlib and libgloss in separate case
277         statement.
278         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
279         to separate case statement.
280         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
281         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
282         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
283         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
284         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
285         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
286         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
287         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
288         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
289         i[[3456789]]86-*-rdos*, m32r-*-*,
290         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
291         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
292         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
293         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
294         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
295         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
296         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
297         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
298         and libgloss in main case over targets.  Remove most empty cases
299         in main case over targets.
300         * configure: Regenerate.
302 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
304         * MAINTAINERS (Write After Approval): Add myself.
306 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
308         * configure.ac: Remove code setting special library locations for
309         hppa*64*-*-hpux11*.  Remove code setting compiler for
310         sparc-sun-solaris2*.
311         * configure: Regenerate.
313 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
315         * configure.ac: Separate libgloss_dir settings from general case
316         over targets.
317         * configure: Regenerate.
319 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
321         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
322         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
323         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
324         cases in libgcj-disabling case statement.
325         (hppa*64*-*-linux*): Set unsupported_languages instead of
326         disabling target-zlib.
327         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
328         to hppa*64*-*-hpux*.
329         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
330         hppa*-*-hpux*.
331         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
332         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
333         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
334         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
335         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
336         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
337         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
338         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
339         libgcj-disabling case statement.
340         * configure: Regenerate.
342 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
344         * configure.ac: Disable Java for targets not supporting libffi.
345         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
346         Remove cases in Java-disabling statement.
347         (*arm-wince-pe): Change to arm-wince-pe.
348         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
349         cases in Java-disabling statement.
350         (bfin-*-*): Don't disable Java again.
351         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
352         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
353         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
354         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
355         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
356         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
357         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
358         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
359         Java-disabling statement.
360         (mmix-*-*): Don't disable Java again.
361         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
362         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
363         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
364         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
365         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
366         statement.
367         * configure: Regenerate.
369 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
371         * configure.ac: Separate cases disabling Java and Java libraries
372         from general case over targets.
373         * configure: Regenerate.
375 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
377         * MAINTAINERS: Update my email address.
379 2011-04-20  Easwaran Raman  <eraman@google.com>
381         * MAINTAINERS (Write After Approval): Add myself.
383 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
385         PR lto/48086
386         * configure.ac: Re-enable LTO on *-apple-darwin9*.
387         * configure: Regenerate.
389 2011-04-16  Jim Meyering  <meyering@redhat.com>
391         * MAINTAINERS (Write After Approval): Add myself.
393 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
395         * MAINTAINERS: Update my email address.
397 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
399         * MAINTAINERS (Write After Approval): Add myself.
401 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
403         * MAINTAINERS (Write After Approval): Add myself.
405 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
407         * MAINTAINERS (Write After Approval): Add myself.
409 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
411         * configure.ac (build_tools): Remove build-byacc.
412         (host_libs): Remove mmalloc.
413         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
414         autoconf automake libtool diff rcs fileutils shellutils time
415         textutils wdiff find uudecode hello tar gzip indent recode release
416         sed perl gawk findutils gettext zip.
417         (libgcj): Remove target-qthreads.
418         (target_tools): Remove target-examples target-gperf.
419         (YACC): Don't handle building byacc.
420         * configure: Regenerate.
421         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
422         dosutils, examples, fileutils, find, findutils, gawk, gettext,
423         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
424         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
425         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
426         handle building components.
427         * Makefile.in: Regenerate.
429 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
431         * MAINTAINERS: Update my email address as Xtensa maintainer.
433 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
435         * config.sub: Sync from upstream.
437 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
439         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
440         (microblaze*): Don't disable libssp.
441         * configure: Regenerate.
443 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
445         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
446         moveifchange.
447         * configure: Regenerate.
448         * Makefile.tpl: Use @SHELL@ not @config_shell@.
449         * Makefile.in: Regenerate.
451 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
453         * configure.ac (*-*-sysv4*): Don't enable libgomp.
454         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
455         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
456         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
457         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
458         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
459         md_exec_prefix cases.
460         * configure: Regenerate.
462 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
464         * configure.ac: Separate cases disabling target-libssp,
465         target-libiberty, target-libstdc++-v3 and Fortran from general
466         case over targets.
467         * configure: Regenerate.
469 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
471         * configure.ac (*-*-chorusos): Don't disable libgcj.
472         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
473         Remove case.
474         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
475         (arm-*-coff): Don't disable libgcj.
476         (arm*-*-linux-gnueabi): Remove useless assignment.
477         (arm-*-riscix*): Don't disable libgcj.
478         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
479         configuration.
480         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
481         (c54x*-*-*): Remove case.
482         (tic54x-*-*): Don't disable GCC or GCC libraries.
483         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
484         to *.
485         (d10v-*-*): Don't disable GCC libraries.
486         (d30v-*-*): Don't disable libgcj.
487         (h8500-*-*): Don't disable GCC libraries.
488         (i960-*-*): Don't disable libgcj.
489         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
490         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
491         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
492         libgcj.
493         (m68k-*-coff*): Remove case.
494         (mmix-*-*): Don't disable libgloss on host.
495         (mn10200-*-*, mn10300-*-*): Remove cases.
496         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
497         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
498         Don't disable libgcj.
499         (romp-*-*): Remove case.
500         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
501         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
502         case.
503         (v810-*-*): Don't disable GCC libraries.
504         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
505         (ip2k-*-*): Don't disable GCC libraries.
506         * configure: Regenerate.
508 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
510         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
511         libffi on host.
512         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
513         on host.
514         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
515         * configure: Regenerate.
517 2011-03-26  John Marino  <binutils@marino.st>
519         * configure.ac: Add support for *-*-dragonfly*
520         * configure: Regenerate.
522 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
524         * configure.ac (native_only): Remove.
525         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
526         send-pr uudecode guile gnuserv on host.
527         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
528         send-pr rcs guile perl texinfo libtool on host.
529         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
530         automake send-pr rcs guile perl texinfo libtool on host.
531         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
532         (*-*-kaos*): Don't disable target-examples target-gperf on target.
533         (alpha*-dec-osf*): Don't disable fileutils on target.
534         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
535         texinfo send-pr expect dejagnu on target.
536         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
537         target-qthreads on target.
538         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
539         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
540         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
541         x86_64-*-mingw*): Don't disable expect on target.
542         (*-*-cygwin*): Don't disable target-gperf on target.
543         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
544         gnuserv on target.
545         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
546         target.
547         * configure: Regenerate.
549 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
551         * configure.ac (target_tools): Remove target-groff.
552         (native_only): Remove target-groff.
553         (hppa*64*-*-*): Don't disable byacc.
554         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
555         setting.
556         (*-*-kaos*): Don't skip target-librx and target-groff.
557         (*-*-netware*): Don't skip target-libmudflap.
558         (*-*-tpf*): Don't skip target-libmudflap.
559         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
560         directories on the host.
561         (ia64*-*-*vms*): Don't skip tix.
562         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
563         host.
564         * configure: Regenerate.
566 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
568         * configure.ac: Remove references to mt-mep, mt-netware,
569         mt-wince.
570         * Makefile.def: Add all-utils soft dependencies.
571         * Makefile.tpl: Remove GDB_NLM_DEPS.
572         * configure: Regenerate.
573         * Makefile.in: Regenerate.
575 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
577         * configure.ac: Do not include mh-x86omitfp.
578         * configure: Regenerate.
580 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
582         * configure.ac: Remove empty cases.
583         * configure: Regenerate.
585 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
587         * Makefile.def: Add dependency from termcap to gdb.
588         * Makefile.in: Regenerate.
590 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
592         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
593         * configure: Regenerate.
594         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
595         * Makefile.tpl: Likewise.
596         * Makefile.in: Regenerate.
598 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
600         * configure.ac: Remove all mentions of tentative_cc.
601         * configure: Regenerate.
603 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
605         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
606         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
607         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
608         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
609         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
610         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
611         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
612         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
613         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
614         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
615         *-*-rhapsody*): Remove host cases.
616         * configure: Regenerate.
618 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
620         * configure.ac (ppc*-*-pe): Remove host case.
621         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
622         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
623         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
624         cases.
625         * configure: Regenerate.
627 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
629         * config.sub: Update to version 2011-03-23.
631 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
633         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
634         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
635         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
636         * configure: Regenerate.
638 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
640         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
641         to Write After Approval.
642         * config-ml.in: Don't handle arc-*-elf*.
643         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
644         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
645         handle GCC libraries.
646         * configure: Regenerate.
648 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
650         PR bootstrap/48120:
651         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
652         Add -lstdc++ -lm to LIBS.
653         * configure: Regenerate.
655 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
657         * config.guess: Update to version 2011-02-02
658         * config.sub: Update to version 2011-02-24
660 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
662         PR lto/48086
663         * configure.ac: Re-enable LTO on *-apple-darwin9.
664         * configure: Regenerate.
666 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
668         PR lto/48086
669         * configure.ac: Disable LTO on darwin due to an assembler change in
670         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
671         under 256.
672         * configure: Regenerate.
674 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
676         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
678 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
680         * MAINTAINERS: Update my e-mail address.
682 2011-03-06  Joey Ye  <joey.ye@arm.com>
684         * MAINTAINERS: Update my e-mail address.
686 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
688         * configure.ac: Adjust test of with_ppl.
689         * configure: Regenerated.
691 2011-03-02  Kai Tietz  <ktietz@redhat.com>
693         * MAINTAINERS: Adjust my e-mail address.
695 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
697         * configure.ac: Add -lpwl to ppllibs.
698         * configure: Regenerated.
700 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
702         * config/cloog.m4: Add -lisl to clooglibs.
703         * configure: Regenerated.
705 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
707         * MAINTAINERS (CPU Port maintainers): Add self.
709 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
711         * MAINTAINERS: Add myself as testsuite maintainer.
713 2011-02-15  Mike Stump  <mikestump@comcast.net>
715         * MAINTAINERS: Add myself as testsuite maintainer.
717 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
719         Import from Libtool and gnulib:
721         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
723         Prepare for supporting FreeBSD 10.
724         * config.rpath: Remove handling of freebsd1* which soon would
725         match FreeBSD 10.0.
727         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
729         Remove support for FreeBSD 1.x.
730         * libtool.m4 (_LT_LINKER_SHLIBS)
731         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
732         soon would incorrectly match FreeBSD 10.0.
734 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
736         PR binutils/12283
737         * move-if-change: Import version from gnulib.
739 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
741         PR lto/47225
742         * Makefile.def (lto-plugin): Double dash for enable-shared.
743         (configure-gcc): Depend on all-lto-plugin.
744         * Makefile.in: Rebuilt.
746 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
748         * configure.ac: Remove extra bracket.
749         * configure: Regenerate.
751 2011-02-08  Tobias Burnus  <burnus@net-b.de>
753         * MAINTAINERS: Add myself as libquadmath maintainer.
755 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
757         * MAINTAINERS: Update my email address.
759 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
761         * MAINTAINERS (option handling): Add self.
763 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
765         PR lto/47225
766         * Makefile.def: Add dependency for install-gcc
767         on install-lto-plugin.
768         * Makfile.in: Regenerated
770 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
772         * MAINTAINERS (CPU Port Maintainers): Add myself.
774 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
776         PR libgcj/44341
777         * configure.ac: Discard --with-* flags for host when configuring
778         target libraries for cross build.
779         * configure: Rebuilt.
781 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
783         * MAINTAINERS (linear loop transforms): Removed.
785 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
787         * configure.ac: If with_ppl is no, move setting with_cloog=no
788         after CLOOG_REQUESTED check.
789         * configure: Regenerated.
791 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
793         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
794         CLooG has been requested.
795         * configure: Regenerated.
797 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
799         * configure: Regenerated.
800         * configure.ac: Check for version 0.11 (or later revision) of PPL.
802 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
804         * configure: Regenerated.
805         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
807 2011-01-21  Andreas Schwab  <schwab@redhat.com>
809         * configure.ac: Use AS_HELP_STRING throughout.
810         * configure: Regenerate.
812 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
814         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
815         * configure: Regenerate.
817 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
819         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
821 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
823         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
824         for ia64-hpux.
825         * configure: Regenerate.
827 2011-01-07  Jan Hubicka  <jh@suse.cz>
829         PR lto/47225
830         * Makefile.in: Regenerate.
831         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
832         configure.
834 2011-01-07  Jan Hubicka  <jh@suse.cz>
836         * Makefile.in: Regenerate.
837         * Makefile.def (gcc host module) and soft dependency on lto-plugin
838         and configure dependency on lto-plugin configure.
839         (lto-plugin module): Remove dependency on GCC; add dependency on
840         liniberty.
842 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
844         * MAINTAINERS (Write After Approval): Add myself.
846 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
848         * configure: Regenerate.
850 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
852         * configure.ac: (picochip): Disable libiberty.
854 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
856         * MAINTAINERS (Write After Approval): Add myself.
858 2010-12-10  Ian Lance Taylor  <iant@google.com>
860         PR bootstrap/46819
861         * configure.ac: For --disable-libgcj clear libgcj_saved.
862         * configure: Rebuild.
864 2010-12-10  Tobias Burnus  <burnus@net-b.de>
866         PR fortran/46540
867         * configure.ac: Add --disable-libquadmath and
868         --disable-libquadmath-support.
869         * configure: Regenerate.
871 2010-12-03  Ian Lance Taylor  <iant@google.com>
873         * MAINTAINERS: Add myself as libgo maintainer.
875 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
877         PR libffi/46792
878         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
879         * configure: Regenerate.
881 2010-12-02  Ian Lance Taylor  <iant@google.com>
883         * configure.ac: Always set default for poststage1_ldflags to
884         -static-libstdc++ -static-libgcc.
886 2010-11-29  Andreas Schwab  <schwab@redhat.com>
888         * configure.ac: Move comment to remove extra space in last argument
889         of GCC_TARGET_TOOL.
891 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
893         PR other/46026
894         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
895         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
896         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
897         (BASE_FLAGS_TO_PASS): Use it.
898         * configure: Rebuilt.
899         * Makefile.in: Rebuilt.
901 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
903         PR binutils/12258
904         * configure.ac: Correct comments for --enable-gold/--enable-ld.
905         Properly check default linker.
906         * configure: Regnerated.
908 2010-11-23  Matthias Klose  <doko@ubuntu.com>
910         * configure.ac: For --enable-gold, handle value `default' instead of
911         `both*'.   New configure option --{en,dis}able-ld.
912         * configure: Regenerate.
914 2010-11-20  Ian Lance Taylor  <iant@google.com>
916         * configure.ac: Only disable a language library if no language needs
917         it.  Don't let --disable-libgcj uncondtionally disable libffi.
918         * configure: Rebuild.
920 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
922         * Makefile.in: Regenerate.
924         PR other/46202
925         * configure.ac: Fix just-built in-tree STRIP name to be
926         binutils/strip-new.
927         * configure: Regenerate.
928         * Makefile.def (install-strip-gcc, install-strip-binutils)
929         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
930         (install-strip-sid): Mirror dependencies on non-strip variants
931         of these targets on the respective -strip prerequisites.
932         * Makefile.tpl (install-strip, install-strip-host)
933         (install-strip-target): New targets.
934         (install-strip-[+module+], install-strip-target-[+module+]):
935         New targets.
936         * Makefile.in: Regenerate.
938 2010-11-19  Ian Lance Taylor  <iant@google.com>
939             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
941         * configure.ac: Add target-libgo to target_libraries.  Set
942         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
943         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
944         (HOST_EXPORTS): Add GOC.
945         (BASE_TARGET_EXPORTS): Add GOC.
946         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
947         (GOCFLAGS_FOR_TARGET): New variable.
948         (EXTRA_HOST_FLAGS): Add GOC.
949         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
950         * Makefile.def (target_modules): Add libgo.
951         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
952         (dependencies): Add dependency from configure-target-libgo to
953         configure-target-libffi and all-target-libstdc++-v3.  Add
954         dependencies from all-target-libgo to all-target-libffi.
955         (languages): Add go.
956         * configure: Rebuild.
957         * Makefile.in: Rebuild.
959 2010-11-19  Ian Lance Taylor  <iant@google.com>
961         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
962         compiler/flag environment variables.
964 2010-11-18  Ian Lance Taylor  <iant@google.com>
966         * configure.ac: Check for lang_requires_boot_languages in
967         config-lang.in files.
968         * configure: Rebuild.
970 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
971             Tobias Burnus  <burnus@net-b.de>
973         PR fortran/32049
974         * Makefile.def: Add libquadmath; build it with language=fortran.
975         * configure.ac: Add libquadmath.
976         * Makefile.tpl: Handle multiple libs in check-[+language+].
977         * Makefile.in: Regenerate.
978         * configure: Regenerate.
980 2010-11-16  Tom Tromey  <tromey@redhat.com>
982         * MAINTAINERS: Moved myself to reviewers section.
984 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
986         * MAINTAINERS: Moved myself to reviewers section.
988 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
990         * MAINTAINERS (Various Maintainers): Add self for build machinery.
991         (Write After Approval): Remove self.
993 2010-11-15  Andreas Schwab  <schwab@redhat.com>
995         * configure.ac: Fix spelling in option names.
996         * configure: Regenerated.
998 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1000         PR bootstrap/39622
1001         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1002         * configure: Regenerated.
1004 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1006         * MAINTAINERS: Update my email address.
1008 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1010         * configure: Regenerate.
1012 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1014         * configure: Regenerate.
1016 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1018         * configure: Regenerate.
1020 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1022         * configure: Regenerate.
1024 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1026         * configure.ac: Support official CLooG.org versions.
1027         * configure: Regenerate.
1028         * config/cloog.m4: New.
1030 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1032         * MAINTAINERS (Write After Approval): Add myself.
1034 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1036         * MAINTAINERS: Update my email address.
1038 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1040         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1041         * configure: Regenerate.
1043 2010-11-03  Ian Lance Taylor  <iant@google.com>
1044             Dave Korn  <dave.korn.cygwin@gmail.com>
1046         PR lto/46273
1047         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1048         and on other supported platforms whenever LTO is enabled.
1049         * configure: Rebuild.
1051 2010-11-02  Alan Modra  <amodra@gmail.com>
1053         PR binutils/12110
1054         * configure.ac: Error when source path contains spaces.
1055         * configure: Regenerate.
1057 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1059         * MAINTAINERS: Update my email address.
1061 2010-10-20  Ian Lance Taylor  <iant@google.com>
1063         * Makefile.def (target_modules): Set lib_path to src/.libs for
1064         libstdc++-v3 module.
1065         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1066         * Makefile.in: Rebuild.
1068 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1070         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1071         (Write After Approval): Remove myself.
1073 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1075         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1077 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1079         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1081 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1083         * configure.ac (build_lto_plugin): New shell variable.
1084         (--enable-lto): Turn on by default for all non-ELF platforms that
1085         have had LTO support added so far.  Set build_lto_plugin appropriately
1086         for both ELF and non-ELF.
1087         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1088         * configure: Regenerate.
1090 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1092         Sync from src:
1093         * configure.ac (v850 support): Remove target-libgloss from
1094         noconfigdirs.
1095         * configure: Regenerate.
1097 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1099         PR bootstrap/45326
1100         PR bootstrap/45174
1101         * configure.ac: Honor initial values of $build_configargs,
1102         $host_configargs, $target_configargs.  Mark the precious, so
1103         environment settings get recorded.
1104         * configure: Regenerate.
1106 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1108         PR bootstrap/45796
1109         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1110         Depend on all-build-libiberty.
1111         * Makefile.in: Regenerate.
1113 2010-09-30  Michael Eager  <eager@eagercon.com>
1115         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1116         * configure: Regenerate.
1118 2010-09-28  Michael Eager  <eager@eagercon.com>
1120         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1122 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1124         PR bootstrap/44621
1125         * configure.ac: Fix unportable shell quoting.
1126         * configure: Regenerate.
1128 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1130         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1131         targets and amend comment.
1132         * configure: Regenerate.
1134 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1136         * MAINTAINERS (Write After Approval): Add myself.
1138 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1140         * configure.ac: Enable LTO by default on Darwin.
1141         * configure: Regenerate.
1143 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1145         * MAINTAINERS (Write After Approval): Add myself.
1147 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1149         * MAINTAINERS (Write After Approval): Add myself.
1151 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1153         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1154         ports
1156 2010-07-28  David Yuste  <david.yuste@gmail.com>
1158         * MAINTAINERS (Write After Approval): Add myself.
1160 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1162         * configure.ac: Support all v850 targets.
1163         * configure: Regenerate.
1165 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1167         PR bootstrap/44455
1168         * configure.ac (extra_mpfr_configure_flags): Copy from
1169         extra_mpc_gmp_configure_flags.
1170         * configure: Re-generated.
1172 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1174         * MAINTAINERS (Write After Approval): Add myself.
1176 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1178         * MAINTAINERS (Write After Approval): Add myself.
1180 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1182         * MAINTAINERS (Write After Approval): Add myself.
1184 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1186         PR target/44862
1187         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1188         Provide -B option to allow for link spec %s substitutions for
1189         libstdc++.a on darwin.
1190         * Makefile.in: Regenerate.
1192 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1194         * MAINTAINERS (Reviewers): Update my e-mail address
1196 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1198         * Makefile.def (configure-gcc): Depend on all-libelf.
1199         * Makefile.in: Rebuild.
1201 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1203         * MAINTAINERS (Write After Approval): Add myself in the right place.
1205 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1207         * MAINTAINERS (Write After Approval): Add myself.
1209 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1211         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1213 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1215         * config.sub: Update to version 2010-05-21.
1216         * config.guess: Update to version 2010-04-03.
1218 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1220         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1221         * configure: Regenerate.
1223 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1225         * MAINTAINERS (Write After Approval): Add myself.
1227 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1229         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1230         a platform that supports LTO.
1231         * configure: Regenerate.
1233 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1235         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1236         * configure: Regenerated.
1238 2010-04-27  Roland McGrath  <roland@redhat.com>
1239             H.J. Lu  <hongjiu.lu@intel.com>
1241         * configure.ac (--enable-gold): Support both, both/gold and
1242         both/bfd to add gold to configdirs without removing ld.
1243         * configure: Regenerated.
1245         * Makefile.def: Add install-gold dependency to install-ld.
1246         * Makefile.in: Regenerated.
1248 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1250         PR lto/42776
1251         * configure.ac (--enable-lto): Refactor handling so libelf tests
1252         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1253         and allow LTO to be explicitly enabled on non-ELF platforms that
1254         are known to support it inside else-clause.
1255         * configure: Regenerate.
1257 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1259         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1260         * configure: Regenerate.
1262 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1264         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1265         * configure: Regenerate.
1267 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1269         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1270         separately.
1271         * configure: Regenerate.
1273 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1275         * MAINTAINERS (Write After Approval): Add myself.
1277 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1279         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1280         * configure: Regenerate.
1282 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1284         * configure: Regenerate after change to elf.m4.
1286 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1288         * MAINTAINERS (Write After Approval): Add myself.
1290 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1292         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1293         * configure: Regenerated.
1295 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1297         * configure.ac: Print "buggy but acceptable" when CLooG
1298         revision is less than 9.
1299         * configure: Regenerated.
1301 2010-04-01  Diego Novillo  <dnovillo@google.com>
1303         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1305 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1307         PR bootstrap/43615
1308         PR bootstrap/43328
1310         Revert:
1312         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1314         * configure.ac: Do not pass --enable-multilib nor
1315         --disable-multilib in baseargs.  Accept explicitly passed
1316         --enable_multilib.
1317         * configure: Regenerate.
1319 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1321         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1323 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1325         * MAINTAINERS: Remove myself.
1327 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1329         PR bootstrap/43328
1330         * configure.ac: Do not pass --enable-multilib nor
1331         --disable-multilib in baseargs.  Accept explicitly passed
1332         --enable_multilib.
1333         * configure: Regenerate.
1335 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1337         * MAINTAINERS (spu port): Remove me.
1339 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1341         * configure.ac (tic6x-*-*): New case.
1342         * configure: Regenerate.
1344 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1346         * config.sub: Update to version 2010-03-22.
1347         * config.guess: Update to version 2009-12-30.
1349 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1351         PR ada/42554
1352         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1353         * configure: Regenerate.
1355 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1357         * MAINTAINERS: Update my email address.
1359 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1361         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1362         (ghassan.shobaki@amd.com): Removed.
1364 2010-03-17  Alan Modra  <amodra@gmail.com>
1366         * MAINTAINERS: Update my email address.
1368 2010-03-16  Diego Novillo  <dnovillo@google.com>
1370         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1371         Matthews.
1373 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1375         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1376         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1378 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1380         * MAINTAINERS: Update my email address.
1382 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1384         * MAINTAINERS: Update my email address.
1386 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1388         * MAINTAINERS: Update my email address.
1390 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1392         * MAINTAINERS: Update my email address.
1394 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1396         PR libstdc++/32499
1397         * configure.ac (RANLIB): Default to true.
1398         (STRIP): Likewise.
1399         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1400         * configure: Regenerate.
1402 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1404         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1405         (Write After Approval): Update my email address.
1407 2010-02-17  Nick Clifton  <nickc@redhat.com>
1409         PR 11238
1410         * Makefile.tpl (local-distclean): Also remove config.cache files in
1411         sub-directories as there may not be Makefiles present in the
1412         sub-directories.
1413         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1414         the config.cache files found by the find command.
1416         * Makefile.in: Regenerate.
1417         * configure.ac: Revert previous delta.
1418         * configure: Regenerate.
1420 2010-02-15  Nick Clifton  <nickc@redhat.com>
1422         PR 11238
1423         * configure.ac: Delete config.cache files in sub-directories when
1424         deleting Makefiles.
1425         * configure: Regenerate.
1427 2010-02-12  Ben Elliston  <bje@gnu.org>
1429         * MAINTAINERS: Update my email address.
1431 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1433         * MAINTAINERS (spu port): Update my email address.
1435 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1437         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1439 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1441         * configure.ac: Add "recommended" version checks for GMP/MPC.
1442         Update recommended GMP/MPFR/MPC versions.
1443         * configure: Regenerate.
1445 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1447         * MAINTAINERS: Move my Embecosm email address into the
1448         write-after-approval section.
1450 2010-01-26  Ian Lance Taylor  <iant@google.com>
1452         * MAINTAINERS: Add myself as Go frontend maintainer.
1454 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1456         PR libstdc++/36101, PR libstdc++/42813
1457         * configure.ac (bootstrap_target_libs): Make inclusion of
1458         target-libgomp conditional on libgomb being in target_configdirs.
1459         * configure: Regenerate.
1461 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1463         PR libstdc++/36101, PR libstdc++/42813
1464         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1465         * configure: Regenerate.
1467 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1469         PR libstdc++/36101, PR libstdc++/42813
1470         * configure.ac (target_configdirs): Substitute.
1471         * Makefile.def: Bootstrap target module libgomp.
1472         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1473         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1474         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1475         * configure, Makefile.in: Regenerate.
1477 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1479         * MAINTAINERS: Adjust my details.
1481 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1483         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1485 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1487         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1489 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1491         * MAINTAINERS (Write After Approval): Add myself.
1493 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1495         * MAINTAINERS (Write After Approval): Add myself.
1497 2010-01-11  Richard Guenther  <rguenther@suse.de>
1499         PR lto/41569
1500         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1501         * Makefile.in: Regenerated.
1503 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1505         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1506         * configure: Regenerate.
1508 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1509             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1511         PR bootstrap/42424
1512         * configure.ac: Include libtool m4 files.
1513         (_LT_CHECK_OBJDIR): Call it.
1514         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1515         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1517         * configure: Regenerate.
1519 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1521         PR bootstrap/41818
1522         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1523         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1524         * Makefile.in: Regenerate.
1526 2010-01-02  Richard Guenther  <rguenther@suse.de>
1528         PR lto/41529
1529         * configure.ac: Include config/elf.m4.  Disable LTO if not
1530         builting for an elf target.
1531         * configure: Regenerate.
1533 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1535         * MAINTAINERS: Change my email address.
1537 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1539         * config.sub, config.guess: Update from upstream sources.
1541 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1543         * MAINTAINERS (Write After Approval): Add myself.
1545 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1547         PR middle-end/30447
1548         PR middle-end/30789
1549         PR other/40302
1551         * configure.ac: Require MPC.
1552         * configure: Regenerate.
1554 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1556         PR target/38384
1557         PR bootstrap/40972
1558         * libtool.m4: Sync from git Libtool.
1559         * ltoptions.m4: Likewise.
1560         * ltversion.m4: Likewise.
1561         * lt~obsolete.m4: Likewise.
1562         * ltmain.sh: Likewise.
1564 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1566         * configure.ac: Update minimum MPC version to 0.8.
1567         * configure: Regenerate.
1569 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1571         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1572         * configure: Regenerated.
1574 2009-11-21  Ian Lance Taylor  <iant@google.com>
1576         * configure.ac: Change default of poststage1_ldflags to be empty if
1577         poststage1_libs is set.  When poststage1_libs is empty, and
1578         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1579         * configure: Rebuild.
1581 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1583         * MAINTAINERS (Write After Approval): Update my email address.
1585 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1587         * config.guess: Update from upstream sources.
1589 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1591         * Makefile.def: Restore host and target settings for gmp.
1592         * Makefile.in: Rebuild.
1594 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1596         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1597         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1598         Fix portability of test of C++ as bootstrap language.  Add
1599         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1600         * configure: Rebuild.
1601         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1602         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1603         in-tree building.
1604         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1605         (POSTSTAGE1_HOST_EXPORTS): Use it.
1606         (STAGE[+id+]_CXXFLAGS): New.
1607         (BASE_FLAGS_TO_PASS): Pass it down.
1608         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1609         extra_exports.
1610         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1611         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1612         extra_exports.
1613         * Makefile.in: Rebuild.
1615 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1617         * config.sub, config.guess: Update from upstream sources.
1619 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1621         * MAINTAINERS (Write After Approval): Add myself.
1623 2009-11-09  Jon Beniston  <jon@beniston.com>
1625         * MAINTAINERS (Write After Approval): Add myself.
1627 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1629         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1630         paths for *-w64-mingw* and x86_64-*mingw*.
1631         * configure: Regenerated.
1633 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1635         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1637 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1639         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1640         Phil Edwards to Write-After Approval.
1642 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1644         * configure.ac: Disable target-winsup & co for
1645         x86_64-*-mingw* and *-w64-mingw* targets.
1646         * configure: Regenerated.
1648 2009-10-16  Nick Clifton  <nickc@redhat.com>
1650         * MAINTAINERS: Add myself as a maintainer for the RX port.
1652 2009-10-26  Johannes Singler  <singler@kit.edu>
1654         * MAINTAINERS (Write After Approval): Update my e-mail address.
1656 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1658         * configure.ac (CLooG test): Use = with test.
1659         * configure: Regenerate.
1661 2009-10-22  Richard Guenther  <rguenther@suse.de>
1663         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1664         cloog if the ppl version check failed.  Move flags saving
1665         before setting in libelf check.
1666         * configure: Regenerate.
1668 2009-10-21  Richard Guenther  <rguenther@suse.de>
1670         * configure.ac: Adjust the ppl and cloog configure to work as
1671         documented.  Disable cloog if ppl was disabled.  Omit the version
1672         checks if they were disabled.
1673         * configure: Re-generate.
1675 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1677         * configure.ac: Add 'lto' to enable_languages, not
1678         new_enable_languages, and only if not already present.
1679         * configure: Regenerate.
1681 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1683         * README: Refer to the various COPYING* files instead of just
1684         COPYING.
1685         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1687 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1689         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1690         
1691 2009-10-07  Richard Guenther  <rguenther@suse.de>
1693         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1694         and Richard Guenther as reviewers.
1695         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1696         as reviewers.
1698 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1700         * config.sub: Update from upstream sources.
1702 2009-10-06  Ian Lance Taylor  <iant@google.com>
1704         * Makefile.def: check-gold depends upon all-gas.
1705         * Makefile.in: Rebuild.
1707 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1709         * MAINTAINERS (Write After Approval): Add myself.
1711 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1713         * Makefile.def: all-lto-plugin depends on all-libiberty.
1714         set bootstrap=true for lto-plugin.
1715         Add lto-plugin.
1716         * Makefile.in: Regenerate.
1717         * configure.ac (host_libs): Add lto-plugin.
1718         * configure: Regenerate.
1720 2009-10-03  Diego Novillo  <dnovillo@google.com>
1722         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1723         (HOST_LIBELFLIBS): Define.
1724         (HOST_LIBELFINC): Define.
1725         * Makefile.in: Regenerate.
1726         * configure.ac: Add --enable-lto.
1727         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1728         If --enable-lto is used, add 'lto' to new_enable_languages.
1729         If --enable-lto is used and gold is enabled, add
1730         lto-plugin to configdirs.
1731         * configure: Regenerate.
1733 2009-10-03  Simon Baldwin  <simonb@google.com>
1735         * configure.ac: If --with-system-zlib, suppress local zlib and
1736         pass --with-system-zlib to subdir configure scripts.
1737         * configure: Regenerate.
1739 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1740             Paolo Bonzini  <bonzini@gnu.org>
1742         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1743         $(srcdir).
1744         * Makefile.in: Rebuilt.
1746 2009-09-26  Gary Funck  <gary@intrepid.com>
1748         * MAINTAINERS (Write After Approval): Add myself.
1750 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1752         * configure.ac: Update minimum MPC version to 0.7.
1753         * configure: Regenerate.
1755 2009-09-25  Nick Clifton  <nickc@redhat.com>
1757         * configure.ac: Pass any --cache-file=/dev/null option on to
1758         subconfigures.
1759         * configure: Regenerate.
1761 2009-09-23  Nick Clifton  <nickc@redhat.com>
1763         * config.sub, config.guess: Update from upstream sources.
1765 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1767         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1768         * Makefile.in: Rebuilt.
1770 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1772         PR bootstrap/32272
1773         * configure.ac: Error out if $srcdir isn't '.' but contains
1774         host-${host_noncanonical}.
1775         * configure: Regenerate.
1777 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1779         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1780         maintainer.
1782 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1784         * configure.ac: If bootstrapping a combined tree with
1785         --enable-gold, require c++ in stage1_languages.
1786         * configure: Regenerate.
1788         * configure.ac: Also add target_libs of stage1_languages to
1789         bootstrap_target_libs.
1790         * configure: Regenerate.
1792         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1793         with --enable-languages not containing c++.
1794         * configure: Regenerate.
1796 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1798         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1799         * configure: Regenerate.
1801 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1803         * MAINTAINERS (Write After Approval): Update my e-mail address,
1804         and move from from here...
1805         (Waiting for paperwork): To here.
1807 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1809         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1811 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1813         * configure.ac: Do not use $extrasub for replacing @if/@endif
1814         parts in Makefile; instead, use additional arguments to
1815         AC_CONFIG_COMMANDS to do the replacement manually, with several
1816         sed invocations, to avoid HP-UX sed command limits.
1817         * configure: Regenerate.
1819 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1821         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1822         blank before -L.
1824 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1826         * configure.ac (with-build-config): Document.  Handle without.
1827         Handle missing argument.
1828         * configure: Rebuilt.
1830 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1832         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1833         Default to bootstrap-debug only if compare-debug works.
1834         * configure: Rebuilt.
1835         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1836         * Makefile.in: Rebuilt.
1838 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1840         * MAINTAINERS (OS Port Maintainers): Update my email address.
1842 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1844         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1845         * Makefile.in: Rebuilt.
1847 2009-09-01  Chris Demetriou  <cgd@google.com>
1849         * MAINTAINERS (Write After Approval): Add myself.
1851 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1853         PR debug/30161
1854         * include/dwarf2.h (enum dwarf_tag): Added
1855         DW_TAG_GNU_template_template_param
1856         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1858 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1860         * Makefile.tpl (AWK): Fix typo.
1861         * Makefile.in: Regenerate.
1863 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1865         * configure.ac: Detect awk and sed.
1866         * Makefile.def (flags_to_pass): Add AWK and SED.
1867         * Makefile.tpl (AWK, SED): New.
1868         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1869         * configure: Regenerate.
1870         * Makefile.in: Regenerate.
1872 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1874         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1875         (collapseslashes): Likewise.
1877 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1879         * configure.ac (AC_PREREQ): Bump to 2.64.
1881 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1883         * configure.ac: Remove --with-datarootdir, --with-docdir,
1884         --with-pdfdir, --with-htmldir switches.
1885         * configure: Regenerate.
1887         * configure: Regenerate.
1889         * compile: Sync from Automake 1.11.
1890         * depcomp: Likewise.
1891         * install-sh: Likewise.
1892         * missing: Likewise.
1893         * mkinstalldirs: Likewise.
1894         * ylwrap: Likewise.
1896 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1898         * ltmain.sh (func_normal_abspath): New function.
1899         (func_relative_path): Likewise.
1900         (func_mode_help): Document new -bindir option for link mode.
1901         (func_mode_link): Add new -bindir option, and use it to place
1902         output DLL if specified.
1904 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1906         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1907         (baseargs): Add --disable-option-checking.
1908         * configure: Regenerate.
1910         * Makefile.def (configure-target-libiberty): Depend on
1911         all-binutils and all-ld.
1912         (configure-target-newlib): Likewise.
1913         * Makefile.in: Regenerate.
1915 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1917         * config.sub, config.guess: Update from upstream sources.
1919 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1921         Sync from src, merge:
1923         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1925         * configure.ac: Do not exclude gas for i386-*-darwin.
1926         Add a case for x86_64-*-darwin.
1927         * configure: Regenerate.
1929 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1931         * MAINTAINERS: Add my name to Write After Approval list.
1933 2009-08-06  Michael Eager  <eager@eagercon.com>
1935         * configure.ac: Add Microblaze target.
1936         * configure: Regenerate.
1938 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1940         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1941         * configure: Regenerate.
1942         
1943 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1945         * MAINTAINERS (Write After Approval): Update my e-mail address.
1947 2009-07-06  Ian Lance Taylor  <iant@google.com>
1949         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1950         * configure: Rebuild.
1952 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1954         * MAINTAINERS: Move myself to the Graphite Reviewers.
1956 2009-06-30  Wei Guozhi  <carrot@google.com>
1958         * MAINTAINERS: Add my name to Write After Approval list.
1960 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1962         PR bootstrap/40338
1963         * configure.ac (comparestring): Create new variable.
1964         * Makefile.tpl (comparestring): Use to skip some comparisions.
1965         * configure: Regenerate.
1966         * Makefile.in: Regenerate.
1968 2009-06-26  Doug Evans  <dje@sebabeach.org>
1970         * Makefile.def (host_modules): Add cgen.
1971         * Makefile.in: Regenerate.
1972         * configure.ac (host_tools): Add cgen.
1973         * configure: Regenerate.
1975 2009-06-23  DJ Delorie  <dj@redhat.com>
1977         * MAINTAINERS: Add myself as mep maintainer.
1979 2009-06-23  Ian Lance Taylor  <iant@google.com>
1981         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1982         boot_languages.  Only bootstrap target libraries listed in
1983         target_libs for some boot language.  Add --with-stage1-ldflags,
1984         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1985         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1986         if not building with C++.
1987         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1988         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1989         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1990         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1991         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1992         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1993         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1994         * configure, Makefile.in: Rebuild.
1996 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1998         * MAINTAINERS: Added my name to write-after-approval list.
2000 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2002         * configure.ac: Define is_elf for QNX Neutrino targets.
2003         * configure: Regenerate.
2005 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2007         * MAINTAINERS: Added my name to the write-after-approval list
2009 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2011         * configure.ac: Detect MPC in default directory.
2012         * configure: Regenerate.
2014 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2015             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2017         * Makefile.tpl (all): Avoid a trailing backslash.
2018         * Makefile.in: Regenerate.
2020 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2022         * config.sub, config.guess: Update from upstream sources.
2024 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2026         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2027         to noconfdirs.
2028         * configure: Regenerate.
2030 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2032         * Makefile.tpl ([+compare-target+]): Compare all stage
2033         directories, rather than just gcc.
2034         * Makefile.in: Rebuilt.
2036 2009-06-01  Doug Kwan  <dougkwan@google.com>
2038         * configure.ac: Support gold for target arm*-*-*.
2039         * configure: Regenerate.
2041 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2043         * Makefile.def: Add MPC support and dependencies.
2044         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2046         * Makefile.in, configure: Regenerate.
2048 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2050         * Makefile.tpl (all): Avoid harmless warning in make all when
2051         gcc-bootstrap is enabled but stage_last does not exist.
2052         * Makefile.in: Rebuilt.
2054 2009-05-24  Nicolas Roche  <roche@adacore.com>
2056         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2057         * Makefile.in: Regenerate.
2059 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2061         * MAINTAINERS: Update my e-mail address.
2063 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2065         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2066         * configure:  Regenerate.
2068 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2070         PR other/40159
2071         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2072         gcc-no-bootstrap are mutually exclusive.
2073         * Makefile.in: Rebuilt.
2075 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2077         PR other/40159
2078         * Makefile.tpl (all): Don't end with unconditional success.
2079         * Makefile.in: Rebuilt.
2081 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2083         PR target/37137
2084         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2085         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2086         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2087         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2088         stage_configureflags, stage_cflags and stage_libcflags into
2089         explicit Makefile macros.
2090         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2091         GFORTRAN.
2092         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2093         CC.  Set CC_FOR_BUILD from CC.
2094         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2095         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2096         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2097         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2098         and GFORTRAN.
2099         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2100         (_LIBCFLAGS): Renamed to _TFLAGS.
2101         (do-compare-debug, do-compare3-debug): Drop.
2102         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2103         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2104         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2105         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2106         (XGCC_FLAGS_FOR_TARGET): New.
2107         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2108         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2109         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2110         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2111         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2112         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2113         TFLAGS.
2114         (BUILD_CONFIG): Include if requested.
2115         (all): Set TFLAGS on bootstrap.
2116         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2117         (all-stageid-prefixmodule): Likewise.
2118         (do-clean, distclean-stageid): Set TFLAGS.
2119         (restrap): Fix whitespace.
2120         * Makefile.in: Rebuilt.
2122 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2124         * config.guess: Sync with src.
2126 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2128         * configure.ac ($with_ppl):  Default to no if not supplied.
2129         ($with_cloog):  Likewise.
2130         configure:  Regenerate.
2132 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2134         * MAINTAINERS: Update my e-mail address.
2136 2009-04-27  Nick Clifton  <nickc@redhat.com>
2138         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2140 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2142         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2143         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2144         * Makefile.in: Regenerate.
2146 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2148         PR bootstrap/39739
2149         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2150         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2152         * configure, Makefile.in: Regenerate.
2154 2009-04-21  Taras Glek  <tglek@mozilla.com>
2156         * include/hashtab.h: Update GTY annotations to new syntax
2157         * include/splay-tree.h: Likewise
2159 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2161         * config.sub, config.guess: Update from upstream sources.
2163 2009-04-15  Anthony Green  <green@moxielogic.com>
2165         * configure.ac: Add moxie support.
2166         * configure: Rebuilt.
2168 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2170         * configure.ac: Change copyright header to refer to version
2171         3 of the GNU General Public License and to point readers at the
2172         COPYING3 file and the FSF's license web page.
2173         * Makefile.def: Likewise.
2174         * Makefile.tpl: Likewise.
2175         * Makefile.in: Regenerate.
2177 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2179         * configure.ac: Restore match for darwin9 or later. Use double
2180         brackets since regeneration eats one pair.
2181         * configure: Regenerate.
2183 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2185         PR gas/10039
2186         * configure.ac: Require texinfo 4.7.
2187         * configure: Regenerated.
2189 2009-04-09  Nick Clifton  <nickc@redhat.com>
2191         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2192         the GCC Runtime Library Exception.
2194 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2196         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2197         * configure: Regenerate.
2199 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2201         * Makefil.def (languages): New entries.
2202         * Makefile.tpl (check-gcc-*): New generic target.
2203         * Makefile.in: Regenerate.
2205 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2207         * MAINTAINERS:  Update my email address.
2209 2009-03-18  Tom Tromey  <tromey@redhat.com>
2211         * configure: Rebuild.
2212         * configure.ac (host_libs): Add libiconv.
2213         * Makefile.in: Rebuild.
2214         * Makefile.def (host_modules): Add libiconv.
2215         (configure-gdb, all-gdb): Depend on libiconv.
2217 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2219         * configure.ac: Treat gdb as supported on x86_64-darwin.
2220         * configure: Regenerate.
2222 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2224         * configure.ac (--with-host-libstdcxx): New option.
2225         * configure: Regenerate.
2227 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2229         * MAINTAINERS:  Move myself into the write after approval list.
2231 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2233         * MAINTAINERS: Update e-mail address.
2234         
2235 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2237         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2239 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2241         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2243 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2245         Backport from git Libtool:
2247         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2248         Support GNU/kOpenSolaris.
2249         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2250         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2251         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2252         GNU/kOpenSolaris.
2254 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2256         * MAINTAINERS: Update e-mail address.
2258 2009-02-24  Michael Eager  <eager@eagercon.com>
2260         * MAINTAINERS (Write After Approval): Add self.
2262 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2264         * MAINTAINERS (Write After Approval): Add myself.
2266 2009-02-05  Andreas Schwab  <schwab@suse.de>
2268         * Makefile.tpl (stage_last): Define $r and $s before using
2269         $(RECURSE_FLAGS_TO_PASS).
2270         * Makefile.in: Regenerate
2272 2009-01-30  Ian Lance Taylor  <iant@google.com>
2274         * MAINTAINERS: Move myself to the Global Reviewers list.
2276 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2278         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2279         * configure: Regenerate.
2281 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2283         * MAINTAINERS: Make whitespace consistent.
2284         Remove Robert Millan from Write After Approval.
2286 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2288         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2289         (all-opcodes): Depend on all-libiberty.
2290         * Makefile.in: Regenerate.
2292 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2294         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2295         * configure: Regenerate.
2297 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2299         * MAINTAINERS (Write After Approval): Add myself.
2301 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2303         * MAINTAINERS: Add myself to reviewers (Fortran).
2305 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2307         PR tree-optimization/38515
2308         * configure.ac (cloog-polylib): Removed.
2309         (with_ppl, with_cloog): Test for "no".
2310         * configure: Regenerated.
2312 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2314         * MAINTAINERS: Moved myself to reviewers (Fortran).
2316 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2318         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2319         (Write After Approval): Remove myself.
2321 2009-01-03  Diego Novillo  <dnovillo@google.com>
2323         * MAINTAINERS: Remove myself from alias maintainership.
2325 2009-01-02  David Ayers  <ayers@fsfe.org>
2327         * MAINTAINERS: Update e-mail address.
2329 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2331         * MAINTAINERS: Make whitespace consistent.
2333 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2335         Backport from upstream Libtool:
2336         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2337         Add cache variables to tests that require the linker to work.
2338         For shlibpath_overrides_runpath, this also changes the semantics
2339         to let the result from the C compiler take precedence.
2341 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2343         * config.sub, config.guess: Update from upstream sources.
2345 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2347         * configure.ac (ppllibs): Add by default the lib flags.
2348         * configure: Regenerate.
2350 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2352         * MAINTAINERS:  Add myself to the write after approval list.
2354 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2356         * configure.ac: Add double brackets on darwin[912].
2357         * configure: Regenerate.
2359 2008-12-03  Daniel Kraft  <d@domob.eu>
2361         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2362         Approval to Reviewer section (for Fortran front-end).
2364 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2366         * configure.ac: Expand to darwin10 and later.
2367         * configure: Regenerate.
2369 2008-12-02  Andreas Schwab  <schwab@suse.de>
2371         * Makefile.def: configure-target-boehm-gc depends on
2372         all-target-libstdc++-v3.
2373         * Makefile.in: Regenerate.
2375 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2377         * MAINTAINERS:  Add myself as mingw maintainer.
2379 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2381         * config.sub, config.guess: Update from upstream sources.
2383 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2385         * README.SCO: Remove.
2387 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2389         * MAINTAINERS:  Add myself to the write after approval list.
2391 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2393         * MAINTAINERS:  Update my email address in WAA section.
2395 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2397         * MAINTAINERS: Update e-mail address.
2399 2008-11-27  Toon Moene  <toon@moene.org>
2401         * MAINTAINERS: Change e-mail address.
2403 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2405         * configure.ac: Build gdb for i?86-*-darwin*
2406         * configure: Regenerated.
2408 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2410         * MAINTAINERS: Added my full name.
2412 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2414         PR bootstrap/38014
2415         PR bootstrap/37923
2417         Revert:
2419         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2421         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2422         * Makefile.in: Regenerated.
2424         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2426         PR gdb/921
2427         PR gdb/1646
2428         PR gdb/2175
2429         PR gdb/2176
2431         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2432         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2433         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2434         (HOST_EXPORTS): Pass CPPFLAGS.
2435         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2436         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2437         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2438         * Makefile.in, configure: Regenerated.
2439         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2440         and CPPFLAGS_FOR_BUILD.
2442 2008-11-06  Jeff Law  <law@redhat.com>
2444         * MAINTAINERS: Add myself as middle end maintainer.
2446 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2448         * MAINTAINERS (Write after approval): Add myself.
2450 2008-11-05  Diego Novillo  <dnovillo@google.com>
2452         * MAINTAINERS (Global Reviewers): Add myself.
2453         (Non-Algorithmic Maintainers): Remove myself.
2455 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2457         * MAINTAINERS (Write after approval): Add myself.
2459 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2461         * MAINTAINERS (Write after approval): Add myself.
2463 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2465         * configure.ac (spu-*-*): Remove special case.
2466         * configure: Regenerate.
2468 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2470         * MAINTAINERS (Write after approval): Update my email address.
2472 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2474         * configure.ac [spu-*-*]: Do not set skipdirs.
2475         * configure: Re-generate.
2477 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2479         * MAINTAINERS (Various Maintainers): Add myself to reload.
2481 2008-10-25  Richard Guenther  <rguenther@suse.de>
2483         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2484         maintainer.  Remove myself as libgcc-math maintainer.
2485         (Non-Algorithmic Maintainers): Remove myself.
2487 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2489         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2490         * Makefile.in: Regenerated.
2492 2008-10-23  Cary Coutant  <ccoutant@google.com>
2494         * MAINTAINERS (Write after approval): Add myself.
2496 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2498         PR gdb/921
2499         PR gdb/1646
2500         PR gdb/2175
2501         PR gdb/2176
2503         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2504         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2505         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2506         (HOST_EXPORTS): Pass CPPFLAGS.
2507         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2508         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2509         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2510         * Makefile.in, configure: Regenerated.
2511         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2512         and CPPFLAGS_FOR_BUILD.
2514 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2516         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2517         Sebastian Pop.
2519 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2521         * MAINTAINERS (Write After Approval): Added myself.
2523 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2525         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2526         recommended version to 2.3.2.
2528         * configure: Regenerate.
2530 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2532         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2534 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2536         * MAINTAINERS (Write After Approval): Update e-mail address.
2538 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2540         * libtool.m4: Update to libtool 2.2.6.
2541         * lt~obsolete.m4: Update to libtool 2.2.6.
2542         * ltmain.sh: Update to libtool 2.2.6.
2543         * ltsugar.m4: Update to libtool 2.2.6.
2544         * ltversion.m4: Update to libtool 2.2.6.
2545         * ltoptions.m4: Update to libtool 2.2.6.
2546         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2548 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2550         * MAINTAINERS (Write After Approval): Add myself.
2552 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2554         * MAINTAINERS (Write After Approval): Update my name.
2556 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2558         * MAINTAINERS: Add myself in "Write After Approval".
2560 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2562         * MAINTAINERS: Add myself as ia64 maintainer.
2564 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2566         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2567         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2568         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2569         and Michael Tiemann from Write After Approval since they do not
2570         actually have access.
2572 2008-09-05  Richard Guenther  <rguenther@suse.de>
2574         * configure.ac: Initialize clooglibs to -lcloog.
2575         * configure: Re-generate.
2577 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2579         * MAINTAINERS (Write After Approval): Add myself.
2581 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2583         * configure.ac (--with-cloog-polylib): New.
2584         (--disable-cloog-version-check): New.
2585         (--disable-ppl-version-check): New.
2586         * configure: Re-generate.
2588 2008-09-03  Richard Guenther  <rguenther@suse.de>
2590         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2591         cloog test.
2592         * configure: Re-generate.
2594 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2596         Add picoChip port.
2597         * MAINTAINERS: Add picoChip maintainers.
2599 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2600             Tobias Grosser  <grosser@fim.uni-passau.de>
2601             Jan Sjodin  <jan.sjodin@amd.com>
2602             Harsha Jagasia  <harsha.jagasia@amd.com>
2603             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2604             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2605             Adrien Eliche  <aeliche@isty.uvsq.fr>
2607         Merge from graphite branch.
2608         * configure: Regenerate.
2609         * Makefile.in: Regenerate.
2610         * configure.ac (host_libs): Add ppl and cloog.
2611         Add checks for PPL and CLooG.
2612         * Makefile.def (ppl, cloog): Added modules and dependences.
2613         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2614         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2616 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2618         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2619         (GCC_SHLIB_SUBDIR): New.
2620         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2621         * configure: Regenerate.
2622         * Makefile.in: Regenerate.
2624 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2626         * MAINTAINERS: Consistently use tabs to separate columns.
2628 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2630         * MAINTAINERS (Write after Approval): Add myself.
2632 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2634         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2635         Enable bfd, binutils and opcodes.
2636         * configure: Regenerate.
2638 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2640         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2642 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2644         * MAINTAINERS:  Use correct Umlaut for last name.
2646 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2648         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2650 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2652         * MAINTAINERS: Update my email address.
2654 2008-08-16  Nicolas Roche  <roche@adacore.com>
2656         * Makefile.tpl: Add BOOT_ADAFLAGS.
2657         * Makefile.in: Regenerate.
2659 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2661         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2662         * configure: Regenerate.
2664 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2666         * configure.ac: Add makefile fragments for hpux.
2667         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2668         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2669         * configure: Regenerate.
2670         * Makefile.in: Regenerate.
2672 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2674         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2676 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2678         * MAINTAINERS (Write after Approval): Add myself.
2680 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2682         * MAINTAINERS (Write After Approval):  Add myself.
2684 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2686         * MAINTAINERS (Write After Approval):  Add myself.
2688 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2690         * MAINTAINERS: Update my email address.
2692 2008-06-25  Joey Ye  <joey.ye@intel.com>
2694         * MAINTAINERS (Write After Approval):  Add myself.
2696 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2698         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2699         * Makefile.in: Regenerate.
2700         * configure: Regenerate.
2702 2008-06-17  Daniel Kraft  <d@domob.eu>
2704         * MAINTAINERS (Write After Approval):  Add myself.
2706 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2708         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2709         "$@" is still intact with both Autoconf 2.59 and 2.62.
2710         * configure: Regenerate.
2712 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2714         * Makefile.tpl: Fix comment errors.
2715         * Makefile.in: Regenerate.
2717 2008-06-12  David S. Miller  <davem@davemloft.net>
2718             David Edelsohn  <edelsohn@gnu.org>
2720         * configure.ac: Add powerpc*-*-* to gold supported targets.
2721         * configure: Regenerate.
2723 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2725         PR tree-optimization/36218
2726         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2727         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2728         (all prefix="build-"): Pass them to build-system sub-makes.
2729         * Makefile.in: Regenerate.
2731 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2733         * MAINTAINERS (mt port): Remove.
2734         (sco5, unixware, sco udk): Remove.
2735         (Kean Johnston): Add to Write After Approval.
2737 2008-05-30  Julian Brown  <julian@codesourcery.com>
2739         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2740         of libobjc for ARM EABI Linux.
2741         * configure: Regenerate.
2743 2008-05-18  Xinliang David Li   <davidxl@google.com>
2745         * ChangeLog: Remove wrong ChangeLog entry.
2747 2008-05-17  Xinliang David Li   <davidxl@google.com>
2749         * MAINTAINERS (Write After Approval): Add myself.
2751 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2753         * MAINTAINERS (Write After Approval): Add myself.
2755 2008-05-14  Rafael Espíndola  <espindola@google.com>
2757         * config-ml.in: don't handle --enable-shared and --enable-static.
2759 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2761         * MAINTAINERS: Update my email address.
2763 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2765         * MAINTAINERS: Update my email address.
2767 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2769         * MAINTAINERS (Write After Approval): Add myself.
2771 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2773         * MAINTAINERS (Write After Approval): Add myself.
2775 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2777         * MAINTAINERS (crx): Add myself.
2779 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2781         Sync with src:
2782         2008-04-14  David S. Miller  <davem@davemloft.net>
2784         * configure.ac: Add sparc*-*-* to gold supported targets.
2785         * configure: Regenerate.
2787 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2789         PR bootstrap/35457
2790         * configure.ac: Include override.m4.
2791         * configure: Regenerate.
2793 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2795         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2796         * Makefile.in: Regenerate.
2798 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2800         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2801         as nonconfigurable directories list.
2802         * configure: Regenerate.
2804 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2806         * config.sub, config.guess: Update from upstream sources.
2808 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2810         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2811         * Makefile.in: Regenerate.
2813 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2815         * configure.ac: Do not build libssp for the AVR.
2816         * configure: Regenerate.
2818 2008-04-07  Ian Lance Taylor  <iant@google.com>
2820         * Makefile.def: check-gold depends upon all-binutils.
2821         * Makefile.in: Regenerate.
2823 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2825         * MAINTAINERS (Write After Approval): Add myself.
2827 2008-04-04  Nick Clifton  <nickc@redhat.com>
2829         PR binutils/4334
2830         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2831         builds.
2832         * configure: Regenerate.
2834 2008-04-04  NightStrike  <NightStrike@gmail.com>
2836         PR other/35151
2837         * configure.ac: Combine rules for mingw32 and mingw64.
2838         * configure: Regenerate.
2840 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2842         * MAINTAINERS (Write After Approval): Add myself.
2844 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2846         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2847         * Makefile.in (.NOTPARALLEL): Ditto.
2849 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2851         * MAINTAINERS (Write After Approval): Add myself.
2853 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2855         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2856         * Makefile.in (.NOTPARALLEL): Regenerate.
2858 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2860         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2861         * Makefile.in: Regenerate.
2863 2008-03-26  Jakub Staszak  <kuba@et.pl>
2865         * MAINTAINERS (Write After Approval): Add myself.
2867 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2869         * MAINTAINERS:  Update e-mail address.
2871 2008-03-20  Ian Lance Taylor  <iant@google.com>
2873         * configure.ac: Add support for --enable-gold.
2874         * Makefile.def: Add gold as a directory like ld.
2875         * configure, Makefile.in: Regenerate.
2877 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2879         * configure.ac: m4_include config/proginstall.m4.
2880         * configure: Regenerate.
2882         Backport from upstream Libtool:
2884         2007-10-12  Eric Blake  <ebb9@byu.net>
2886         Deal with Autoconf 2.62's semantic change in m4_append.
2887         * ltsugar.m4 (lt_append): Replace broken versions of
2888         m4_append.
2889         (lt_if_append_uniq): Don't require separator to be overquoted,
2890         and avoid broken m4_append.
2891         (lt_dict_add): Fix typo.
2892         * libtool.m4 (_LT_DECL): Don't overquote separator.
2894 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2896         * config.rpath: Add AIX 6 support.
2898 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2900         * Makefile.def (stageprofile).  Remove -fprofile-generate
2901         from stage_libcflags.
2902         * Makefile.in: Regenerate.
2904 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2906         * config.sub, config.guess: Update from upstream sources.
2908 2008-03-06  Tom Tromey  <tromey@redhat.com>
2910         * MAINTAINERS: Update for treelang deletion.
2912 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2914         * MAINTAINERS: Update my email address.
2916 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2918         * MAINTAINERS (darwin port): Add myself as a maintainer.
2919         (objective-c/c++): Add myself as a maintainer.
2921 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2923         * MAINTAINERS (Write After Approval): Update my email address.
2925 2008-02-25  Tomas Bily  <tbily@suse.cz>
2927         * MAINTAINERS (Write After Approval): Add myself.
2929 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2931         * MAINTAINERS (OpenMP): Add myself.
2933 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2935         PR bootstrap/32009
2936         PR bootstrap/32161
2938         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2939         * configure: Regenerate.
2941         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2942         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2943         STAGE4_LIBCFLAGS): New.
2944         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2945         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2946         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2947         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2948         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2949         for target modules.  Don't export LIBCFLAGS.
2950         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2951         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2952         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2953         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2954         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2955         * Makefile.in: Regenerate.
2957 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2959         PR libgcj/33085
2960         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2961         Do not use -DDLL_EXPORT.  Backport from upstream.
2963 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2965         * MAINTAINERS (Write After Approval): Add myself.
2967 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2969         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2970         * configure: Regenerate.
2972 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2974         * configure.ac (xtensa*-*-*): Recognize processor variants.
2975         * configure: Regenerate.
2977 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2979         PR bootstrap/34922
2980         * configure.ac (PARSE_ARGS): Push suitable setting of
2981         ac_subdirs_all, for `./configure --help=recursive'.
2982         Handle `+' in generic toplevel directory disabling.
2983         * configure: Regenerate.
2985 2008-01-28  Nick Clifton  <nickc@redhat.com>
2987         * MAINTAINERS (xstormy16): Take over maintainership.
2989 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2991         * MAINTAINERS (c4x port): Remove.
2993 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2995         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2997 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2999         * config.sub, config.guess: Update from upstream sources.
3001 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3003         * MAINTAINERS (Write After Approval): Add myself.
3005 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3007         * MAINTAINERS: Update my email address.
3009 2008-01-09  Raksit Ashok  <raksit@google.com>
3011         * MAINTAINERS (Write After Approval): Add myself.
3013 2008-01-09  Raksit Ashok  <raksit@google.com>
3015         * MAINTAINERS (Write After Approval): Add myself.
3017 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3019         * config.sub, config.guess: Update from upstream sources.
3021 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3023         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3024         Change recommended MPFR from 2.2.1 -> 2.3.0.
3025         * configure: Regenerate.
3027 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3029         * MAINTAINERS: Update my email address.
3031 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3033         * MAINTAINERS: Update my email address.
3035 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3037         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3038         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3039         * Makefile.in: Regenerate.
3041 2007-12-10  Mark Heffernan  <meheff@google.com>
3043         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3044         misplaced entries.
3046 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3048         * configure.ac: Enable libjava for x86_64-*-darwin9.
3049         * configure: Regenerate.
3051 2007-12-07  Bill Maddox  <maddox@google.com>
3053         * MAINTAINERS (Write After Approval): Add myself.
3055 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3057         * config.sub, config.guess: Update from upstream sources.
3059 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3061         * config-ml.in: Remove 64bit configure tests.
3063 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3065         * config-ml.in: Robustify against white space in absolute file
3066         names.
3068         * config-ml.in (multi-clean): Substitute ${Makefile}.
3069         Remove superfluous ${Makefile} in list.
3071 2007-11-19  Thiemo Seufer  <ths@mips.com>
3073         * config-ml.in: Don't hardcode the Makefile name.
3075 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3077         * MAINTAINERS (Write After Approval): Add myself.
3079 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3081         * MAINTAINERS (Write After Approval): Add myself.
3083 2007-11-06  Doug Kwan  <dougkwan@google.com>
3085         * MAINTAINERS (Write After Approval): Add myself.
3087 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3089         * MAINTAINERS (mercury): Remove entry.
3090         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3092 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3094         * Makefile.def (dependencies): Make configure-gdb depend on
3095         all-intl.
3096         * Makefile.in: Regenerated.
3098 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3100         * MAINTAINERS (Fortran maintainer): Remove myself.
3102 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3104         * Makefile.def: To avoid problems running with parallel makes,
3105         build newlib before libgloss so that target specific header
3106         files are availble.
3107         * Makefile.in: Regenerate
3109 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3111         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3112         * Makefile.in: Regenerate.
3114 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3116         * MAINTAINERS (Register allocation reviewer): Add myself.
3118 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3120         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3121         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3122         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3123         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3124         * configure: Regenerate.
3126 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3128         * MAINTAINERS (Register allocation reviewer): Add myself.
3130 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3132         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3133         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3134         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3135         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3136         * configure.ac: Default them to host tools for $host = $build.
3137         Subst them.
3139         * configure: Regenerate.
3140         * Makefile.in: Regenerate.
3142 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3144         * MAINTAINERS (Register allocation reviewer): Add myself.
3146 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3148         * MAINTAINERS (Register allocation reviewer): Add myself.
3150 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3152         * MAINTAINERS (Write After Approval): Fix typo.
3154 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3156         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3157         * configure: Regenerate.
3159 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3161         PR bootstrap/31906
3162         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3163         they're already prefixed.
3165 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3167         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3168         libstdc++.
3169         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3170         * configure: Regenerate.
3171         * Makefile.in: Regenerate.
3173 2007-09-17  Andreas Schwab  <schwab@suse.de>
3175         * configure.ac: Raise minimum makeinfo version to 4.6.
3176         * configure: Regenerate.
3178 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3180         * MAINTAINERS (write-after-approval) add myself
3182 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3184         * configure.ac: Correct makeinfo version check.
3185         * configure: Regenerate.
3187 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3189         * MAINTAINERS: Update my email address.
3191 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3193         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3194         to $skipdirs and only disable gprof for newlib.  Use the normal
3195         mips*-elf* handling in other respects.
3196         * configure: Regnerate.
3198 2007-09-12  David Daney  <ddaney@avtrex.com>
3200         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3201         enabling libgcj.
3202         * configure: Regenerate.
3204 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3206         PR other/32154
3207         * configure.ac: For libgloss targets, point the linker to the linker
3208         script, startup code and simulator library.
3209         * configure: Regenerate.
3211 2007-09-07  Andrew Haley  <aph@redhat.com>
3213         * configure.ac (noconfigdirs): Remove target-libffi and
3214         target-libjava.
3215         * configure: Regenerate.
3217 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3219         PR target/33281
3220         * configure.ac: Use config/mh-mingw on mingw.
3221         * configure: Regenerate.
3223 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3225         * MAINTAINERS (Write After Approval): Add myself.
3227 2007-09-05  Richard Guenther  <rguenther@suse.de>
3229         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3230         nor --disable-checking is provided also turn on yes and types
3231         checking for stage1.
3232         * configure: Re-generate.
3234 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3236         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3237         (Write After Approval): Remove myself.
3239 2007-08-29  Nick Clifton  <nickc@redhat.com>
3241         * config.sub, config.guess: Update from upstream sources.
3243 2007-08-22  Bud Davis  <jmdavis@link.com>
3245         * MAINTAINERS (Write After Approval): Added myself.
3246         * MAINTAINERS (Reviewers): Removed myself.
3248 2007-08-18  Paul Brook  <paul@codesourcery.com>
3249             Joseph Myers  <joseph@codesourcery.com>
3251         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3252         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3253         * Makefile.in: Regenerate.
3254         * configure.ac (--with-debug-prefix-map): New.
3255         * configure: Regenerate.
3257 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3258             Nigel Stephens  <nigel@mips.com>
3260         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3261         as target_makefile_frag.
3262         * configure: Regenerate.
3264 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3266         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3267         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3268         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3269         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3270         (do-compare, do-compare3, do-compare-debug): New.
3271         ([+compare-target+]): Use them.
3273 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3275         * MAINTAINERS (Write After Approval): Change my email address.
3277 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3278             Ben Elliston  <bje@au.ibm.com>
3280         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3281         --silent if $silent.
3282         * configure: Regenerate.
3284 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3286         * MAINTAINERS (Various Maintainers): Add myself as
3287         loop infrastructure maintainer.  Update my e-mail
3288         address.
3290 2007-07-31  Diego Novillo  <dnovillo@google.com>
3292         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3293         Adjust description.
3295 2007-07-26  Richard Guenther  <rguenther@suse.de>
3297         * configure.ac: Add types checking to stage1 checking flags.
3298         * configure: Regenerate.
3300 2007-07-17  Nick Clifton  <nickc@redhat.com>
3302         * COPYING3: New file.  Contains version 3 of the GNU General
3303         Public License.
3304         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3305         Lesser General Public License.
3307 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3309         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3311 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3313         * MAINTAINERS (S/390 co-maintainer): Add myself.
3314         (Write After Approval): Remove myself.
3316 2007-07-13  Dan Hipschman  <dsh@google.com>
3318         * MAINTAINERS (Write After Approval): Add myself.
3320 2007-07-11  Nick Clifton  <nickc@redhat.com>
3322         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3323         WINDRES export.
3324         * Makefile.in: Regenerate.
3326 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3328         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3329         maintainer.
3331 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3333         * lt~obsolete.m4: New. Import from 20070318 libtool.
3335 2007-07-03  Julian Brown  <julian@codesourcery.com>
3337         * MAINTAINERS (Write After Approval): Add myself.
3339 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3341         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3342         * configure: Regenerate.
3344 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3346         * configure.ac: Add some missing m4 quotation.
3347         * configure: Regenerate.
3349 2007-07-02  Simon Baldwin  <simonb@google.com>
3351         * MAINTAINERS (Write After Approval): Add myself.
3353 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3355         * configure: Regenerate.
3357 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3359         * Makefile.def: Add windmc tool to build.
3360         * Makefile.tpl: Likewise.
3361         * configure.ac: Likewise.
3362         * Makefile.in: Regenerate.
3363         * configure: Regenerate.
3365 2007-06-28  DJ Delorie  <dj@redhat.com>
3367         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3368         not building newlib.
3369         * configure: Regenerated.
3371 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3373         * MAINTAINERS (Write After Approval): Add myself.
3375 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3377         * MAINTAINERS (Write After Approval): Add myself.
3379 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3381         * MAINTAINERS (Write After Approval): Add myself.
3383 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3385         * MAINTAINERS (Write After Approval): Add myself.
3387 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3389         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3390         * Makefile.in: Regenerated.
3392 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3394         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3395         bfin*-*-uclinux* targets.
3396         * configure: Regenerate.
3398 2007-06-14  Ian Lance Taylor  <iant@google.com>
3400         * MAINTAINERS: Add myself as non-algorithmic global write
3401         maintainer.
3403 2007-06-14  Diego Novillo  <dnovillo@google.com>
3405         * MAINTAINERS: Add self as middle-end maintainer and
3406         non-algorithmic global write maintainer.
3408 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3410         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3411         Move all Fortran maintainers except Paul Brook into the
3412         Non-Autopoiesis section.
3414 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3416         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3417         (distclean-stage[+id+]): Possibly delete stage_last.
3418         * Makefile.in: Regenerate.
3420 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3422         * MAINTAINERS (Various Maintainer): Fix typo.
3424 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3426         * MAINTAINERS (Various Maintainer): Add myself as
3427         dataflow maintainer.
3429 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3431         * config.sub, config.guess: Update from upstream sources.
3433 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3435         * Makefile.tpl: Fix spelling error.
3436         * Makefile.in: Regenerate.
3438 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3440         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3441         lt_cv_sys_max_cmd_len.
3443 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3445         * MAINTAINERS (Various Maintainers): Add myself as
3446         auto-vectorizer maintainer.
3448 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3450         PR libjava/32098
3451         * libtool.m4: Revert previous change.
3452         * ltgcc.m4: Put it here.
3454 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3456         * MAINTAINERS (Various Maintainers): Add myself as
3457         auto-vectorizer maintainer.
3459 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3461         PR libjava/32098
3462         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3464 2007-05-30  Richard Guenther  <rguenther@suse.de>
3466         * MAINTAINERS (Various Maintainers): Add myself as
3467         auto-vectorizer maintainer.
3469 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3471         PR bootstrap/29382
3472         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3473         * configure: Rebuilt.
3475 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3477         * MAINTAINERS (Write After Approval): Removed my name.
3479 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3481         * MAINTAINERS (Write After Approval): Remove myself.
3483 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3485         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3487 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3489         * ltmain.sh: Update from ToT Libtool.
3490         * libtool.m4: Update from ToT Libtool.
3491         * ltsugar.m4: New. Update from ToT Libtool.
3492         * ltversion.m4: New. Update from ToT Libtool.
3493         * ltoptions.m4: New. Update from ToT Libtool.
3494         * ltconfig: Remove.
3495         * ltcf-c.sh: Remove.
3496         * ltcf-cxx.sh: Remove.
3497         * ltcf-gcj.sh: Remove.
3499 2007-05-22  Ollie Wild  <aaw@google.com>
3501         * MAINTAINERS (Write After Approval): Add myself.
3503 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3505         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3506         stage_cflags.
3507         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3508         Remove CFLAGS/LIBCFLAGS.
3509         (configure-stage[+id+]-[+prefix+][+module+],
3510         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3511         * Makefile.in: Regenerate.
3513 2007-05-15  Diego Novillo  <dnovillo@google.com>
3515         * MAINTAINERS: Update e-mail address.
3517 2007-05-15  Revital Eres  <eres@il.ibm.com>
3519         * MAINTAINERS (Write After Approval): Add myself.
3521 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3523         * MAINTAINERS (Write After Approval): Updated my address.
3525 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3527         * MAINTAINERS (Write After Approval): Add myself.
3529 2007-05-11  Silvius Rus  <rus@google.com>
3531         * MAINTAINERS (Write After Approval): Add myself.
3533 2007-04-23  Tom Tromey  <tromey@redhat.com>
3535         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3537 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3539         * MAINTAINERS (cpplib): Rename to ...
3540         (libcpp): ... this.  Add C/C++ front end maintainers.
3542 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3544         * config-ml.in: Pass ${ml_config_env} to configure calls.
3546 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3548         * MAINTAINERS (Write After Approval): Add myself.
3550 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3552         * MAINTAINERS (Write After Approval): Add myself.
3554 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3556         * MAINTAINERS (fortran 95 front end): Add myself.
3558 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3560         * MAINTAINERS (Write After Approval): Add myself.
3562 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3564         * MAINTAINERS (Modulo Scheduler): Add myself.
3566 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3568         * MAINTAINERS (fortran 95 front end): Add myself.
3569         (c++ front end): whitespace fix.
3571 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3573         * MAINTAINERS (Write After Approval): Add myself.
3575 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3577         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3578         of glob.  Quote arguments with single quotes too.
3579         * configure: Regenerate.
3581 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3583         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3584         * Makefile.in: Regenerate
3586 2007-03-07  Andreas Schwab  <schwab@suse.de>
3588         * configure: Regenerate.
3590 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3592         * configure.ac: Add "--with-pdfdir" configure option,
3593         which defines pdfdir variable.
3594         * Makefile.def (target=fixincludes): Add install-pdf to
3595         missing targets.
3596         (recursive_targets): Add install-pdf target.
3597         (flags_to_pass): Add pdfdir.
3598         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3599         target.
3600         * configure: Regenerate
3601         * Makefile.in: Regenerate
3603 2007-02-28  Eric Christopher  <echristo@apple.com>
3605         Revert:
3606         2006-12-07  Mike Stump  <mrs@apple.com>
3608         * Makefile.def (dependencies): Add dependency for
3609         install-target-libssp and install-target-libgomp on
3610         install-gcc.
3611         * Makefile.in: Regenerate.
3613 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3615         * configure: Regenerate.
3616         * configure.ac: Move statements after variable declarations.
3618 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3620         * MAINTAINERS: Add myself as sh maintainer.
3622 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3624         * configure.ac: Adjust for loop syntax.
3625         * configure: Regenerate.
3627 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3629         * configure: Rebuilt.
3631 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3633         * configure.ac: Drop multiple occurrences of --enable-languages,
3634         and fix its quoting.
3635         * configure: Rebuilt.
3637 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3638             Nathan Sidwell  <nathan@codesourcery.com>
3639             Vladimir Prus  <vladimir@codesourcery.com>
3640             Joseph Myers  <joseph@codesourcery.com>
3642         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3643         * configure: Regenerate.
3645 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3647         * ltconfig (freebsd*): Default to elf.
3649 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3651         * configure.ac (target_libraries): Move libgcc before libiberty.
3652         * configure: Regenerated.
3654 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3655             Paolo Bonzini  <bonzini@gnu.org>
3657         PR bootstrap/30753
3658         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3659         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3660         * configure: Regenerated.
3662 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3664         * MAINTAINERS (Language Front End Maintainers): Update my mail
3665         address.
3667 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3669         PR bootstrap/30748
3670         * configure.ac: Correct syntax for Solaris ksh.
3671         * configure: Regenerated.
3673 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3675         * configure.ac: Sync with src.
3676         * configure: Regenerate.
3678 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3680         * Makefile.in: Regenerate.
3682 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3684         * config.sub: Sync with src.
3686 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3688         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3689         noncanonical equivalents.
3690         * configure.in: Rename to...
3691         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3692         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3693         target_noncanonical.  Use them.  Rewrite removal of configure
3694         arguments for autoconf 2.59.  Discard variable settings.  Force
3695         program_transform_name for native tools.
3697         * Makefile.in: Regenerated.
3698         * configure: Regenerated with autoconf 2.59.
3700 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3702         * MAINTAINERS (Write After Approval): Add myself.
3704 2007-01-31  Andreas Schwab  <schwab@suse.de>
3706         * Makefile.tpl (LDFLAGS): Substitute it.
3707         * Makefile.in: Regenerate.
3709 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3711         * MAINTAINERS (Write After Approval): Add myself.
3713 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3715         * MAINTAINERS (spu port): Add myself.
3717 2007-01-23  Richard Guenther  <rguenther@suse.de>
3719         PR bootstrap/30541
3720         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3721         * Makefile.tpl (GNATBIND): Substitute it.
3722         (GNATMAKE): Likewise.
3723         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3724         of STAGE_PREFIX.
3725         * Makefile.in: Regenerate.
3726         * configure: Regenerate.
3728 2007-01-18  Mike Stump  <mrs@apple.com>
3730         * configure.in: Re-enable -Werror for gcc builds.
3732 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3734         * MAINTAINERS (Write After Approval): Add myself.
3736 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3738         * configure.in: Change == to = in test command.
3739         * configure: Regenerate.
3741 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3742             Nick Clifton  <nickc@redhat.com>
3743             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3745         * configure.in (build_configargs, host_configargs, target_configargs):
3746         Remove build/host/target parameters.
3747         (host_libs): Add gmp and mpfr.
3748         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3749         * Makefile.def (gmp, mpfr): New.
3750         (gcc): Remove target.
3751         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3752         target_os, target_vendor): New.
3753         (configure): Add host_alias/target_alias arguments; adjust invocations.
3754         * configure: Regenerate.
3755         * Makefile.in: Regenerate.
3757 2007-01-11  Matt Fago  <fago@earthlink.net>
3759         * configure.in: Try to link to functions only in mpfr 2.2.x
3760         to improve robustness of configure tests.
3761         * configure: Regenerate.
3763 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3765         * MAINTAINERS: Add myself as i386 maintainer.
3767 2007-01-08  Jan Hubicka  <jh@suse.cz>
3769         * MAINTAINERS: Add myself as i386 maintainer.
3771 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3773         * configure.in: Add support for an x86_64-mingw* target.
3774         * configure: Regenerate.
3776 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3778         * Makefile.tpl (all-target): Correct @if conditional for target
3779         modules.
3780         * configure.in: Omit libiberty if building only target libgcc.
3781         * configure, Makefile.in: Regenerated.
3783 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3785         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3786         * configure: Regenerate.
3788 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3790         * Makefile.def (target_modules): Add libgcc.
3791         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3792         * Makefile.tpl (clean-target-libgcc): Delete.
3793         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3794         on gcc even for bootstrapped modules.  Rewrite handling of
3795         lang_env_dependencies to loop over target_modules.
3796         * configure.in (target_libraries): Add target-libgcc.
3797         * Makefile.in, configure: Regenerated.
3799 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3801         * configure.in: Reorganize recognition of languages.  Add
3802         --enable-stage1-languages.  Show supported languages for the chosen
3803         target rather than all recognized languages.
3804         * configure: Regenerate.
3806 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3808         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3809         * Makefile.in: Regenerate.
3811 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3813         * configure.in: Warn that MPFR 2.2.0 is buggy.
3814         * configure: Regenerate.
3816 2006-12-27  Ian Lance Taylor  <iant@google.com>
3818         * configure.in: When removing Makefiles to force a reconfigure, also
3819         remove prev-DIR*/Makefile.
3820         * configure: Regenerate.
3822 2006-12-22  Andreas Schwab  <schwab@suse.de>
3824         * configure: Regenerate with correct autoconf version.
3826 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3828         * configure.in: add AC_SUBST for *_FOR_TARGET.
3829         * configure: Regenerate.
3831 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3833         * configure.in: Simplify logic for rejecting languages that cannot
3834         be built.  Separate the case when a language is unsupported,
3835         from the case when the user chooses not to build a language.
3837 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3839         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3840         it only affects bootstrap and could be tested on "$host" as well.
3841         * configure: Regenerate.
3842         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3844 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3846         PR bootstrap/29544
3847         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3848         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3849         move here comment from Makefile.tpl.
3850         * Makefile.tpl: Move some definitions higher in the file.
3851         (STAGE1_CHECKING): New.
3852         * configure.in: Add --enable-stage1-checking.
3853         * configure: Regenerate.
3854         * Makefile.in: Regenerate.
3856 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3858         * MAINTAINERS: Add myself as build system maintainer.
3860 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3862         * MAINTAINERS (Write After Approval): Add myself.
3864 2006-12-13  Eric Christopher  <echristo@apple.com>
3866         * MAINTAINERS: Add myself as darwin maintainer.
3868 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3870         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3872 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3874         MAINTAINERS: Update my entry.
3876 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3878         * configure.in:  Handle spu makefile frag.
3879         * Makefile.tpl (MAINT): Define
3880         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3881         * configure: Regenerate.
3882         * Makefile.in: Regenerate.
3884 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3886         * config.guess: Import latest version.
3887         * config.sub: Likewise.
3889 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3891         * configure.in (spu-*-*): Don't skip target-libiberty.
3892         * configure: Regenerate.
3894 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3896         PR bootstrap/30134
3897         * configure.in: Correct x86 darwin support for libjava to powerpc
3898         and i?86 only.
3899         * configure: Regenerate.
3901 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3903         * configure.in: Add x86 darwin support for libjava.
3904         * configure: Regenerate.
3906 2006-12-07  Mike Stump  <mrs@apple.com>
3908         * Makefile.def (dependencies): Add dependency for
3909         install-target-libssp and install-target-libgomp on
3910         install-gcc.
3911         * Makefile.in: Regenerate.
3913 2006-12-04  Richard Guenther  <rguenther@suse.de>
3915         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3916         (Non-Algorithmic Maintainers): Move over non-algorithmic
3917         loop optimizer maintainers, add myself as a non-algorithmic
3918         middle-end maintainer.
3920 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3922         * MAINTAINERS (Write After Approval): Add myself.
3924 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3926         * configure.in: Update error message for missing GMP/MPFR.
3928         * configure: Regenerate.
3930 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3932         * configure.in: Update MPFR version in error message.
3934         * configure: Regenerate.
3936 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3938         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3939         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3940         --with-gmp-lib): New flags.
3942         * configure: Regenerate.
3944 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3946         * MAINTAINERS (Write After Approval): Change my email address.
3948 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3950         * MAINTAINERS (Write After Approval): Add myself.
3952 2006-11-22  Philipp Thomas  <pth@suse.de>
3954         * MAINTAINERS (i18n): Update e-mail address.
3956 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3958         * MAINTAINERS (spu port): Add myself as maintainer.
3959         (Write After Approval): Remove myself.
3961 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3963         * configure.in (skipdirs): Don't build libssp for SPU.
3964         * configure: Regenerate.
3966 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3968         * MAINTAINERS (spu port): Add myself as maintainer.
3969         (libobjc): Update my email address.
3971 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3973         * MAINTAINERS (Write After Approval): Add myself.
3975 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3977         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3978         * configure : Rebuilt.
3980 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3982         * MAINTAINERS (Write After Approval): Add myself.
3984 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3986         * MAINTAINERS (Write After Approval): Add myself.
3988 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3990         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3991         libmpfr.a.
3992         * configure: Regenerate.
3994 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3996         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3997         (unstage): Test for stage_last presence.
3999         PR bootstrap/29802
4000         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4001         STAGE_PREFIX.
4002         * Makefile.in: Regenerate.
4004 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4006         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4007         maintainers.
4009 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4011         * MAINTAINERS (Write After Approval): Add myself.
4013 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4015         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4016         and stageN-package/Makefile.
4017         * Makefile.in: Regenerated.
4019 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4021         * configure.in: Remove target-libgloss from noconfigdirs for
4022         bfin-*-*.
4023         * configure: Regenerated.
4025 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4027         * configure.in (have_gmp): Only error if the gcc directory exists.
4029         * configure: Regenerate.
4031 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4033         * configure.in: Robustify error message for missing GMP/MPFR.
4035         * configure: Regenerate.
4037 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4039         * MAINTAINERS (Write After Approval): Add myself.
4041 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4043         * MAINTAINERS: Change email address.
4045 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4047         * MAINTAINERS (Write After Approval): Add myself.
4049 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4051         * MAINTAINERS (Write After Approval): Add myself.
4053 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4055         * MAINTAINERS (Write After Approval): Move myself to
4056         Write After Approval section.
4058 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4060         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4061         need_gmp anymore.
4062         * configure: Regenerate.
4064 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4066         * MAINTAINERS (Write After Approval): Add myself.
4068 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4070         * config.guess: Import latest version.
4071         * config.sub: Likewise.
4073 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4075         * Makefile.def: Added pdf target handling.
4076         * Makefile.tpl: Added pdf target handling.
4077         * Makefile.in: Regenerated.
4079 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4081         * MAINTAINERS: Add self as score port maintainer.
4083 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4085         * MAINTAINERS (Write After Approval): Add myself.
4087 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4089         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4090         or newer.
4091         * configure: Regenerated.
4093 2006-09-27  Dave Brolley  <brolley@redhat.com>
4095         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4096         using $s instead of $r.
4097         * configure: Regenerated.
4099 2006-09-26  Thiemo Seufer  <ths@mips.com>
4101         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4102         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4103         * configure: Regenerate.
4105 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4107         * MAINTAINERS (Write After Approval): Remove myself.
4109 2006-09-22  Chao-ying Fu  <fu@mips.com>
4111         * MAINTAINERS (Write After Approval): Add myself.
4113 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4115         * MAINTAINERS: Add self as soft-fp maintainer.
4117 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4119         * MAINTAINERS: Add myself as avr maintainer.
4120         Remove Marek Michalkiewicz as avr maintainer.
4122 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4124         * MAINTAINERS (Write After Approval): Add myself.
4126 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4128         * configure.in: Never build newlib for a Mingw host.
4129         Never build newlib as Mingw target library.
4130         Test the existence of winsup/cygwin for building a Cygwin newlib,
4131         rather than just winsup.
4132         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4133         building a Mingw target.
4134         * configure: Regenerate.
4136 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4138         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4140 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4142         * config.guess: Import from src (was more updated).
4143         * config.sub: Likewise.
4145 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4147         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4148         * configure: Regenerated.
4150 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4152         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4153         for stages after the first.
4155 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4157         * Makefile.def: Add dependencies for configure-opcodes
4158         on configure-intl and all-opcodes on all-intl.
4159         * Makefile.in: Regenerated.
4161 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4163         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4165 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4167         Port to hosts whose 'sort' and 'tail' implementations
4168         treat operands with leading '+' as file names, as POSIX
4169         has required since 2001.  However, make sure the code still
4170         works on pre-POSIX hosts.
4171         * ltmain.sh: Don't assume "sort +2" is equivalent to
4172         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4174 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4176         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4178 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4180         * ltconfig: chmod 644 before ranlib during install.
4182 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4184         PR bootstrap/18058
4185         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4186         if the bootstrap compiler is a GCC version that supports it.
4187         * configure: Regenerate.
4189 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4191         * configure.in: Fix thinkos in previous check-in.
4192         * configure: Regenerate.
4194 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4196         PR other/27063
4197         * configure.in: Test subdir_requires and give an appropriate
4198         error message.
4199         * configure: Regenerate.
4201 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4203         * MAINTAINERS (Write After Approval): Add myself.
4205 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4207         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4209 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4211         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4213 2006-06-20  David Ayers  <d.ayers@inode.at>
4215         PR bootstrap/28072
4216         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4217         whether target-libjava is being configured instead of whether the
4218         java front end is enabled.
4219         * configure: Regenerate.
4221 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4223         PR target/27540
4224         * configure.in: Only enable libgomp on IRIX 6.
4225         * configure: Regenerate.
4227 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4229         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4230         too.
4231         * Makefile.in: Regenerate.
4233 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4235         * config-ml.in: Alter CCASFLAGS to include special
4236         multilib options the same as is done for CFLAGS.
4238 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4240         * configure.in: Don't enable libgomp on hpux10.
4241         * configure: Rebuilt.
4243 2006-06-12  David Ayers  <d.ayers@inode.at>
4245         PR bootstrap/27963
4246         PR target/19970
4247         * configure.in: Remove target-boehm-gc from noconfigdirs where
4248         ${libgcj} is specified.
4249         * configure: Regenerate.
4251 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4253         Sync from src:
4255         * configure.in: Sync.
4256         * configure: Regenerated.
4258         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4260         * Makefile.def: Added dependencies from sim and gdb on intl, and
4261         added configure dependencies to everything with an all dependency
4262         on intl.
4263         * Makefile.in: Regenerated.
4265 2006-06-06  David Ayers  <d.ayers@inode.at>
4267         PR libobjc/13946
4268         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4269         * Makefile.in: Regenerate.
4270         * configure.in: Add --enable-objc-gc at toplevel and have it
4271         enable boehm-gc for Objective-C.
4272         Remove target-boehm-gc from libgcj.
4273         Add target-boehm-gc to target_libraries.
4274         Add target-boehm-gc to noconfigdirs where ${libgcj}
4275         is specified.
4276         Assert that boehm-gc is supported when requested for Objective-C.
4277         Only build boehm-gc if needed either for Java or Objective-C.
4278         * configure: Regenerate.
4280 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4282         PR 27674
4283         * Makefile.tpl (configure-[+prefix+][+module+],
4284         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4285         Remove rule to unstage bootstrapped modules.
4286         (stage_current): New.
4287         * Makefile.in: Regenerate.
4289 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4291         * MAINTAINERS (Write After Approval): Update my e-mail address.
4293 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4295         * include/libiberty.h: Declare pex_run_in_environment.
4297 2006-05-31  Asher Langton  <langton2@llnl.gov>
4299         * MAINTAINERS (Write After Approval): Add myself.
4301 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4303         * Makefile.def (bfd, opcodes): Fix lib_path.
4304         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4305         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4306         * Makefile.in: Regenerate.
4308 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4310         * Makefile.in: Regenerate.
4312 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4314         * Makefile.def: Add install-html target. Add datarootdir
4315         docdir and htmldir to flags_to_pass.
4316         * Makefile.tpl: Add install-html target.
4317         * Makefile.in: Regenerate.
4318         * configure.in: Add --with-datarootdir, --with-docdir, and
4319         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4320         * configure: Regenerate.
4322 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4324         * configure.in: Enable gprof for cross builds.
4325         * configure: Regenerate.
4327 2006-05-22  Richard Guenther  <rguenther@suse.de>
4329         Revert
4330         2006-01-31  Richard Guenther  <rguenther@suse.de>
4331         Paolo Bonzini  <bonzini@gnu.org>
4333         * Makefile.def (target_modules): Add libgcc-math target module.
4334         * configure.in (target_libraries): Add libgcc-math target library.
4335         (--enable-libgcc-math): New configure switch.
4336         * Makefile.in: Re-generate.
4337         * configure: Re-generate.
4338         * libgcc-math: New toplevel directory.
4340 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4341             Andreas Tobler  <a.tobler@schweiz.ch>
4343         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4344         * configure: Rebuilt.
4346 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4348         * MAINTAINERS (Write After Approval): Add myself.
4350 2006-05-01  DJ Delorie  <dj@redhat.com>
4352         * configure.in: Restore CFLAGS if GMP isn't present.
4353         * configure: Regenerate.
4355 2006-05-01  Richard Guenther  <rguenther@suse.de>
4357         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4358         maintainer.
4360 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4362         * MAINTAINERS (Write After Approval): Add myself.
4364 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4366         * MAINTAINERS (Write After Approval): Add myself.
4368 2006-04-18  DJ Delorie  <dj@redhat.com>
4370         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4371         reference libgloss so that libssp can be built in a combined
4372         tree.
4373         * configure: Regenerate.
4375 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4377         * MAINTAINERS (Write After Approval): Add myself.
4379 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4381         * configure.in: Require makeinfo 4.4 or higher.
4382         * configure: Regenerate.
4384 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4386         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4387         Rearrange the entries of other libraries to have them in one place.
4389 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4391         * MAINTAINERS (Write After Approval): Remove myself.
4392         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4394 2006-03-14  Richard Guenther  <rguenther@suse.de>
4396         * configure: Regenerate with autoconf 2.13.
4398 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4400         * MAINTAINERS: Use my work address.
4402         * MAINTAINERS: Update my E-mail address.
4404 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4406         * configure.in: Handle --disable-<component> generically.
4407         * configure: Regenerate.
4409 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4411         PR libgcj/17311
4412         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4414 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4416         * MAINTAINERS (Write After Approval):  Remove myself.
4417         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4419 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4421         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4422         (TARGET_CONFIGDIRS): Remove.
4423         * configure.in: Remove AC_SUBST(target_configdirs).
4424         * Makefile.in, configure: Regenerated.
4426 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4428         * MAINTAINERS (Write After Approval):  Remove myself.
4429         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4431 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4433         PR bootstrap/25670
4435         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4437         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4438         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4439         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4440         BUILD_PREFIX, BUILD_PREFIX_1.
4441         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4443         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4444         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4446         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4447         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4448         of `cat stage_current`.  Always provide the `r' and `s' variables.
4449         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4450         a single shell execution.
4451         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4452         bootstrapped modules, make the stage1 module if the build was not
4453         started yet, else build the current stage.
4454         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4455         (all-build, all-host, all-target, [+make_target+]-host,
4456         [+make_target+]-target): Do not use \-continued lines.
4457         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4458         (current_stage, restrap, stage_last): New.
4460         * Makefile.in: Regenerate.
4461         * configure: Regenerate.
4463 2006-02-19  Bud Davis  <jmdavis@link.com>
4465         * MAINTAINERS (Write After Approval):  Remove myself.
4466         (Language Front End Maintainers):  Add myself as fortran 95
4467         maintainer and update e-mail address.
4469 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4471         * MAINTAINERS (Write After Approval):  Remove myself.
4472         (Language Front End Maintainers):  Add myself as fortran 95
4473         maintainer.
4475 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4477         * MAINTAINERS (Write After Approval): Add myself.
4479 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4481         * MAINTAINERS (Write After Approval):  Remove myself.
4482         (Language Front End Maintainers):  Add myself as
4483         fortran 95 maintainer.
4485 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4487         Sync from src:
4489         2005-12-27  Leif Ekblad  <leif@rdos.net>
4491         * configure.in: Add support for RDOS target.
4492         * configure: Regenerate.
4494 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4495             Andreas Schwab  <schwab@suse.de>
4497         * configure: Regenerate.
4499 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4501         * configure.in (enable_libgomp): Add AIX.
4502         * configure: Regenerate.
4504 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4506         * MAINTAINERS (Write After Approval): Add myself.
4508 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4510         * MAINTAINERS (Write After Approval): Add myself.
4512 2006-01-31  Richard Guenther  <rguenther@suse.de>
4513         Paolo Bonzini  <bonzini@gnu.org>
4515         * Makefile.def (target_modules): Add libgcc-math target module.
4516         * configure.in (target_libraries): Add libgcc-math target library.
4517         (--enable-libgcc-math): New configure switch.
4518         * Makefile.in: Re-generate.
4519         * configure: Re-generate.
4520         * libgcc-math: New toplevel directory.
4522 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4524         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4525         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4526         the assembler, linker and binutils.
4527         * configure: Regenerate.
4529 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4531         * MAINTAINERS (Write After Approval): Add myself.
4533 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4535         * configure: Regenerate.
4537 2006-01-18  Richard Henderson  <rth@redhat.com>
4538             Jakub Jelinek  <jakub@redhat.com>
4539             Diego Novillo  <dnovillo@redhat.com>
4541         * libgomp: New directory.
4542         * Makefile.def: Add target_module libgomp.
4543         * Makefile.in: Regenerate.
4544         * configure.in (target_libraries): Add target-libgomp.
4545         * configure: Regenerate.
4547 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4549         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4550         @ from continuation.
4551         * Makefile.in: Rebuilt.
4553 2006-01-04  Chris Lattner  <sabre@gnu.org>
4555         * MAINTAINERS (Write After Approval): Add myself.
4557 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4559         PR bootstrap/24252
4561         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4562         * Makefile.tpl (OBJDUMP): New.
4563         (EXTRA_HOST_FLAGS): Add it.
4564         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4566         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4567         to use symbolic links between directories.  Avoid race conditions
4568         or make them harmless.
4569         * configure.in: Do not try to use symbolic links between directories.
4571         * Makefile.def (LEAN): Pass.
4572         * Makefile.tpl (LEAN): Define.
4573         (stage[+id+]-start): Accept that the previous directory does not
4574         exist, if the bootstrap is lean.
4575         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4576         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4577         configure substitution.
4578         ([+compare-target+]): Likewise.
4579         ([+bootstrap-target+]-lean): New.
4580         * configure.in: Remove lean bootstrap support from here.
4582         * Makefile.in: Regenerate.
4583         * configure: Regenerate.
4585 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4587         * MAINTAINERS (libdecnumber): Add myself.
4589 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4591         * libtool-ldflags: New script.
4593 2006-01-02  Andreas Schwab  <schwab@suse.de>
4595         * configure.in: When reconfiguring remove Makefile in
4596         all stage directories.
4597         * configure: Regenerate.
4599 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4601         * MAINTAINERS: Update my email address.
4603 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4605         Revert Ada-related part of the previous change.
4607         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4608         Do not pass.
4609         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4610         * Makefile.in: Regenerate.
4611         * configure.in: Do not include mt-ppc-aix target fragment.
4612         * configure: Regenerate.
4614 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4616         * configure.in: Select appropriate fragments for PowerPC/AIX.
4617         * configure: Regenerate.
4619         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4620         BOOT_CFLAGS, BOOT_LDFLAGS.
4621         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4622         BOOT_CFLAGS, BOOT_LDFLAGS.
4623         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4624         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4625         (stage): Fail if we cannot complete the work.
4626         * Makefile.in: Regenerate.
4628 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4630         * configure.in: Replace ms1 with mt.
4631         * configure: Rebuilt.
4633 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4635         * MAINTAINERS: Update my email address.
4637 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4639         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4640         install-host-nogcc): Don't invoke $(stage) at the end.
4641         * Makefile.in: Regenerate.
4643 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4645         * configure.in: Flip the top-level bootstrap switch.
4646         * configure: Regenerate.
4648 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4650         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4651         $(stage) and $(unstage).
4652         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4653         (all): Remove stray semicolon.
4654         (local-distclean): Don't handle multilib.tmp and multilib.out.
4655         (install.all): Set $s for consistency.
4656         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4657         check_multilibs setting.  Always make the install directory.
4658         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4659         Correct @if/@endif.
4660         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4661         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4662         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4663         (multilib.out): Remove.
4664         * Makefile.in: Regenerated.
4666 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4668         * MAINTAINERS (Write After Approval): Add myself.
4670 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4672         * MAINTAINERS: Add myself as mt maintainer.
4674         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4676 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4678         * MAINTAINERS: Change email address.
4680 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4682         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4683         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4684         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4685         Find in-tree tools if available.
4686         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4687         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4688         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4689         (COMPILER_*_FOR_TARGET): New.
4690         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4691         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4692         (CONFIGURED_*, USUAL_*): Remove.
4693         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4694         STRIP): Use autoconf substitutions.
4695         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4696         COMPILER_NM_FOR_TARGET): New.
4697         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4699         (all): Make all-host and all-target in parallel.
4700         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4701         that $$r and $$s are set before invoking a recursive make.
4702         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4703         ([+bootstrap-target+]): Inline most of the `all' target.
4705 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4707         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4708         from the gcc build directory.
4709         * Makefile.in: Regenerate.
4711 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4713         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4714         depend on all-libdecnumber.
4715         * configure.in (host_libs): Include libdecnumber.
4716         * Makefile.in: Regenerate.
4717         * configure: Likewise.
4719 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4721         * libdecnumber: Import decNumber sources from the dfp-branch.
4723 2005-11-21  Kean Johnston  <jkj@sco.com>
4725         * config.sub, config.guess: Sync from upstream sources.
4727 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4729         Import from Autoconf sources:
4731         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4732         * config/move-if-change: Don't output "$2 is unchanged";
4733         suggested by Ben Elliston.  Handle weird characters correctly.
4735 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4737         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4738         to match upstream libtool for darwin.
4740 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4742         * Makefile.def: Remove gdb dependencies for gdbtk.
4743         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4744         (configure-gdb, install-gdb): New rules.
4745         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4746         * Makefile.in, configure: Regenerated.
4748 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4750         * MAINTAINERS (Write After Approval): Add myself.
4752 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4754         * MAINTAINERS (Write After Approval): Add myself.
4756 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4758         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4759         Diego Novillo.
4761 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4763         PR bootstrap/24297
4764         * Makefile.tpl (do-[+make-target+], do-check, install,
4765         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4766         are set before recursing.
4767         * Makefile.in: Regenerate.
4769 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4771         PR bootstrap/18939
4772         * Makefile.def (gcc) <target>: Fix thinko.
4773         * Makefile.in: Regenerate.
4775 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4777         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4778         * configure: Regenerate.
4780 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4782         * MAINTAINERS (Write After Approval): Add self.
4784 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4786         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4787         target-libffi, target-qthreads, target-libjava, and
4788         targetlibobjc.
4789         * configure: Regenerate.
4791 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4793         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4794         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4795         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4796         (USUAL_OBJDUMP_FOR_TARGET): New.
4797         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4798         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4799         * configure, Makefile.in: Regenerated.
4801 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4803         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4804         before other host packages.
4806 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4808         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4810 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4812         PR bootstrap/22340
4814         * configure.in (default_target): Remove.
4815         * Makefile.tpl (all): Do not use prerequisites as subroutines
4816         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4817         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4818         use prerequisites as subroutines.
4819         (check-host, check-target): New.
4820         (bootstrap configure & all targets): Do not use stage*-start
4821         if the directory layout is already ok.
4822         (non-bootstrap configure & all targets): Prepend a $(unstage).
4823         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4824         (NOTPARALLEL): Remove.
4825         (unstage, stage variables): New variables.
4826         (unstage, stage targets): Simply expand to those variables.
4828         * configure: Regenerate.
4829         * Makefile.in: Regenerate.
4831 2005-10-04  James E Wilson  <wilson@specifix.com>
4833         * Makefile.def (lang_env_dependencies): Add libmudflap.
4834         * Makefile.in: Regenerate.
4836 2005-10-03  Andreas Schwab  <schwab@suse.de>
4838         Backport from libtool CVS:
4839         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4841         * ltmain.sh: add support for installing into temporary
4842         staging area (e.g. 'make install DESTDIR=...')
4844 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4846         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4847         * configure: Regenerated.
4849 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4851         * configure: Regenerate with the correct
4852         autoconf version.
4854 2005-09-30  Catherine Moore  <clm@cm00re.com>
4856         * configure.in (bfin-*-*): New.
4857         * configure: Regenerated.
4859 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4861         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4862         (LIPO_FOR_TARGET): New.
4863         (CONFIGURED_LIPO_FOR_TARGET): New.
4864         (USUAL_LIPO_FOR_TARGET): New.
4865         (STRIP_FOR_TARGET): New.
4866         (CONFIGURED_STRIP_FOR_TARGET): New.
4867         (USUAL_STRIP_FOR_TARGET): New.
4868         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4869         STRIP_FOR_TARGET.
4870         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4871         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4872         * Makefile.in: Regenerate.
4873         * configure: Regenerate.
4875 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4877         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4878         (rs6000-*-aix*): Same.
4879         * configure: Regenerate.
4881 2005-09-16  Tom Tromey  <tromey@redhat.com>
4883         * MAINTAINERS: Add self as java maintainer.
4885 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4887         * configure.in: Recognize f95 in the --enable-languages option,
4888         and substitute it for fortran, issuing a warning.
4889         * configure: Regenerate.
4891 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4893         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4894         * configure:  Regenerated.
4896 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4898         * MAINTAINERS: Add self as ms1 maintainer.
4900 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4902         * Makefile.def (libssp): Add to lang_env_dependencies.
4903         * Makefile.in: Regenerate.
4905 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4907         * MAINTAINERS: Add myself as middle-end maintainer.
4909 2005-08-17  Christian Groessler  <chris@groessler.org>
4911         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4912         * Makefile.in: Regenerate.
4914 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4916         * MAINTAINERS (write after approval): Added myself.
4918 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4920         * MAINTAINERS (Write After Approval): Add myself.
4922 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4924         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4925         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4926         Look for alternate names of the target cc and c++
4927         * configure: Regenerate.
4929 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4931         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4932         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4933         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4934         tools; remove code to manually set them.
4935         (Target tools): Look in the environment for them.
4936         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4937         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4938         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4939         build directory.
4940         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4941         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4942         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4943         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4944         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4945         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4946         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4947         * configure: Regenerate.
4948         * Makefile.in: Regenerate.
4950 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4952         * MAINTAINERS: Update for removed CPU targets.
4954 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4956         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4957         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4958         * Makefile.in: Regenerated.
4960 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4962         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4963         (CFLAGS_FOR_TARGET): Use it.
4964         (CXXFLAGS_FOR_TARGET): Likewise.
4965         * Makefile.in: Regenerated.
4966         * configure.in (--with-build-sysroot): New option.
4967         * configure: Regenerated.
4969 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4971         * Makefile.tpl: Wrap install between unstage and stage
4972         * Makefile.in: Regenerate.
4974 2005-07-21  Eric Christopher  <echristo@apple.com>
4976         * MAINTAINERS: Update affiliation.
4978 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4980         * MAINTAINERS: Add self as crx port maintainer.
4982 2005-07-20  DJ Delorie  <dj@redhat.com>
4984         * MAINTAINERS: Add self as m32c maintainer.
4986 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4988         * all files: Update FSF address.
4990 2005-07-15  Eric Christopher  <echristo@redhat.com>
4992         * MAINTAINERS: Change affiliation.
4994 2005-07-14  Jim Blandy  <jimb@redhat.com>
4996         * configure.in: Add cases for Renesas m32c.
4997         * configure: Regenerated.
4999 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5001         * COPYING.LIB: Update from fsf.org.
5003 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5005         * COPYING, compile, config.guess,
5006         config.sub, install-sh, missing, mkinstalldirs,
5007         symlink-tree, ylwrap: Sync from upstream sources.
5008         * config-ml.in: Update FSF address.
5010 2005-07-13  Eric Christopher  <echristo@redhat.com>
5012         * configure.in: Add toplevel noconfigdir support for tpf.
5013         * configure: Regenerate.
5015 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5017         PR ada/22340
5019         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5020         * Makefile.in: Regenerate.
5022 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5024         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5025         Brolley to write-after-approval.
5027 2005-07-07  Andreas Schwab  <schwab@suse.de>
5029         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5030         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5031         * Makefile.in: Regenerated.
5033 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5035         * configure.in: Don't build sim or rda when targetting darwin.
5036         * configure: Regenerate.
5038 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5040         * configure.in: Add --enable-libssp and --disable-libssp.
5041         * configure: Regenerate with autoconf-2.13.
5043 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5045         * Makefile.def (target_modules): Add libssp.
5046         * configure.in (target_libraries): Add target-libssp.
5047         * configure: Rebuilt.
5048         * Makefile.in: Rebuilt.
5050 2005-07-01  Zack Weinberg  <zackw@panix.com>
5052         * MAINTAINERS: Change email address.  Resign from maintainership.
5054 2005-07-01  Richard Guenther  <rguenther@suse.de>
5056         * MAINTAINERS: Change my e-mail address and affiliation.
5058 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5060         * Makefile.def (stagefeedback): Come after profile.
5061         Define profiledbootstrap target.
5062         * Makefile.tpl (profiledbootstrap): Remove.
5063         (stageprofile-end): Zap stagefeedback.
5064         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5065         * Makefile.in: Regenerate.
5067 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5069         * MAINTAINERS: Update my email address.
5071 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5073         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5074         In 'cpp' stanza, support '#line' as well as '# '.
5076 2005-06-08  Andreas Schwab  <schwab@suse.de>
5078         * MAINTAINERS: Move myself from 'Write After Approval' to
5079         'CPU Port Maintainers' section as m68k maintainer.
5081 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5083         * configure.in (unsupported_languages): New macro.
5084         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5085         non-ported target libraries in noconfigdirs.
5086         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5087         non-linux-gnu.  Remove libgcj_ex_libffi.
5088         <lang_frag loop>: Set add_this_lang=no if the language is in
5089         unsupported_languages.
5090         * configure: Regenerate.
5092 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5094         * configure.in: Fix typo in handling of --with-mpfr-dir.
5095         * configure: Regenerate.
5097 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5099         * MAINTAINERS: Update my email address.
5101 2005-06-02  Jim Blandy  <jimb@redhat.com>
5103         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5104         accepted into the master sources.)
5106 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5107             Michael Snyder  <msnyder@redhat.com>
5108             Stan Cox  <scox@redhat.com>
5110         * configure.in: Set noconfigdirs for ms1.
5112         * configure: Regenerate.
5114 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5116         * MAINTAINERS (Write After Approval): Add self.
5118 2005-06-01  Josh Conner  <jconner@apple.com>
5120         * MAINTAINERS (Write After Approval): Add self.
5122 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5124         * MAINTAINERS: Update my email address.
5126 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5128         * MAINTAINERS (Write After Approval): Add self.
5130 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5132         * MAINTAINERS (Write After Approval): Remove self.
5134 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5136         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5137         (Dependencies): Consider target modules for bootstrap dependencies.
5138         Make target bootstrap modules depend on each stage's gcc.
5139         * Makefile.in: Regenerate.
5141 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5143         * Makefile.def (configure-gcc): Depend on binutils having been built.
5144         (all-gcc): No need to do it here.
5145         * Makefile.in: Regenerate.
5147 2005-05-19  Paul Brook  <paul@codesourcery.com>
5149         * configure.in: Rewrite misleading error message when requested
5150         language cannot be built.
5151         * configure: Regenerate.
5153 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5155         * ylwrap: Import from Automake 1.9.5.
5157 2005-05-13  David Ung  <davidu@mips.com>
5159         * MAINTAINERS (Write After Approval): Add self.
5161 2005-05-09  Mike Stump  <mrs@apple.com>
5163         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5164         lt_cv_sys_max_cmd_len for now.
5166 2005-05-09  Stan Cox  <scox@redhat.com>
5168         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5170 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5172         * README.SCO: Update the URL.
5174 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5176         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5177         with_gnu_ld to libtool.
5178         * ltcf-c.sh (aix[45]): Define file_list_spec.
5179         * ltcf-cxx.sh (aix[45]): Same.
5180         * ltcf-gcj.sh (aix[45]): Same.
5181         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5182         exists, write list of input files to temporary file.
5184 2005-05-04  Mike Stump  <mrs@apple.com>
5186         * configure.in: Always pass --target to target configures as
5187         otherwise rebuilds that do --recheck will fail.
5188         * confiugure: Rebuilt.
5190 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5192         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5193         STAGE_HOST_EXPORTS.
5194         (configure, all): Add bootstrap support.
5195         (Host modules, target modules): Pass post-stage1 flags and exports.
5196         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5197         * Makefile.in: Regenerate.
5199 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5201         * configure: Regenerate.
5203 2005-04-27  Mike Stump  <mrs@apple.com>
5205         * MAINTAINERS: Add self as darwin maintainer.
5207 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5209         * config.sub: Update from master copy.
5211 2005-04-21  Mike Stump  <mrs@apple.com>
5213         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5214         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5216 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5218         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5219         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5220         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5221         "*-*-elf" and "*-*-linux*".
5222         * configure: Regenerate.
5224 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5226         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5228 2005-04-12  Mike Stump  <mrs@apple.com>
5230         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5232 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5234         * MAINTAINERS (Write After Approval): Add myself.
5236 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5238         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5240 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5242         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5243         (TARGET_CONFIGARGS): Include --with-target-subdir.
5244         (configure, all): New macros.  Use them throughout.
5245         * Makefile.in: Regenerate.
5247 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5249         * MAINTAINERS (Write After Approval): Add myself.
5251 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5253         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5255 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5257         * MAINTAINERS: Move John Carr to Write After Approval.
5259 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5261         * config/mh-mingw32: Delete.
5262         * configure.in: Don't use it.
5263         * configure: Regenerate.
5265 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5267         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5268         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5269         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5270         (HOST_LIB_PATH): Generate from Makefile.def.
5271         (TARGET_LIB_PATH): Likewise.
5272         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5273         * Makefile.in: Regenerate.
5274         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5275         (RPATH_ENVVAR): Include Darwin case.
5276         * configure: Regenerate.
5278 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5280         * MAINTAINERS (Various Maintainers): Remove self.
5281         (Write After Approval): Add self.
5283 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5285         * MAINTAINERS (Various Maintainers): Add self.
5287 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5289         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5290         * configure: Regenerate.
5292 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5294         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5295         gcc_version, and gcc_version_trigger from set of flags to pass.
5296         * Makefile.tpl: Remove definitions of above variables.
5297         (config.status): Remove dependency on $(gcc_version_trigger).
5298         * Makefile.in: Regenerate.
5299         * configure.in: Do not reference config/gcc-version.m4 nor
5300         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5301         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5302         * configure: Regenerate.
5304 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5305             Andrew Pinski  <pinskia@physics.uc.edu>
5307         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5308         * Makefile.in: Regenerate.
5310 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5312         * MAINTAINERS (Write After Approval): Add myself.
5314 2005-03-03  David Ayers  <d.ayers@inode.at>
5316         * MAINTAINERS (Write After Approval): Add myself.
5318 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5320         PR libgcj/20160
5321         * ltmain.sh: Avoid creating archives with components that have
5322         duplicate basenames.
5324 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5326         PR bootstrap/20250
5327         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5328         instead of check.
5329         * Makefile.in: Regenerate.
5331 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5333         * Makefile.in: Regenerate to fix conflict between the previous two
5334         patches.
5336 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5338         PR bootstrap/17383
5339         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5340         * Makefile.tpl (HOST_SUBDIR): New substitution.
5341         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5342         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5343         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5344         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5345         (Host modules, Bootstrapped modules): Use it.
5346         (Build modules, Target modules): Do not create symlink trees,
5347         always configure out-of-srcdir.
5348         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5349         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5350         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5351         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5353         * Makefile.in: Regenerate.
5354         * configure: Regenerate.
5356 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5358         Merged from libada-gnattools-branch:
5359         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5361         * gnattools: New directory.
5362         * Makefile.def: Add gnattools as a module, depending on target-libada.
5363         * Makefile.in: Regenerate.
5364         * configure.in: Include gnattools in host_tools; disable it if ada
5365         is disabled.
5366         * configure: Regenerate.
5368 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5370         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5371         treelang maintainer.
5372         (Write After Approval): Remove myself.
5374 2005-02-23  Paul Schlie  <schlie@comcast.net>
5376         * configure.in: Allow darwin targeted ports to build tk, itcl and
5377         libgui.
5378         * configure: Regenerate.
5380 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5382         PR libgcj/10353
5383         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5384         * configure: Regenerate.
5386 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5388         * MAINTAINERS (Write After Approval): Add myself.
5390 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5392         * MAINTAINERS: Update my e-mail address.
5394 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5396         * MAINTAINERS (Write After Approval): Add myself.
5398 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5400         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5401         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5402         target-libgloss when not *-*-elf and *-*-aout.
5403         * configure: Regenerate.
5405 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5407         * MAINTAINERS: Remove obsolete entries.
5409         * MAINTAINERS (Write After Approval): Add Michael Matz.
5411 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5413         * MAINTAINERS: Remove self as cpplib maintainer.
5415 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5417         * install-sh, config.sub: Import from upstream.
5419 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5421         PR bootstrap/18222
5422         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5423         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5424         * Makefile.in: Regenerate.
5426 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5428         * MAINTAINERS: Update my email address.
5430 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5431             Andreas Schwab  <schwab@suse.de>
5433         PR bootstrap/18033
5434         * config-ml.in: Eval option if surrounded by single quotes.
5436 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5438         Revert 2004-12-28 Makefile changes, a better fix will be
5439         applied to mainline and src after GCC 4.0 branches.
5441 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5443         PR bootstrap/17383
5445         * Makefile.def (target_modules): Remove stage parameter,
5446         it is always true now.
5447         * Makefile.tpl (configure-build-[+module+],
5448         configure-target-[+module+]): Always build symlink tree
5449         for the directory and for include.  BUILD_SUBDIR and
5450         TARGET_SUBDIR cannot be . anymore.
5451         * Makefile.in: Regenerate.
5453 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5455         Revert 2004-12-08 Makefile changes.
5457 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5459         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5460         cygwin, mingw.
5462 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5464         * configure.in (sh64-*-*): Reenable gprof.
5465         * configure: Regenerate.
5467 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5469         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5470         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5471         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5472         * Makefile.in: Regenerate.
5474 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5476         * MAINTAINERS: Update my email address.
5478 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5480         * Makefile.tpl: Generate normal dependencies if the LHS module is
5481         not bootstrapped.
5482         * Makefile.in: Regenerate.
5484 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5486         * configure.in: Include config/gxx-include-dir.m4.  Use
5487         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5488         * configure: Regenerate.
5490 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5492         * config.if: Delete.
5493         * configure.in: Set libstdcxx_incdir directly.
5494         * configure: Regenerate.
5496 2004-12-02  Eric Christopher  <echristo@redhat.com>
5498         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5499         * Makefile.in: Regenerate.
5501 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5503         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5504         * configure: Regenerate.
5506 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5508         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5509         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5510         * configure: Regenerate.
5512 2004-12-01  Eric Christopher  <echristo@redhat.com>
5514         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5515         of things to remove.
5517 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5519         * MAINTAINERS (Write After Approval): Update my e-mail address.
5521 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5523         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5524         from CVS libtool to always pass_all.
5526 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5528         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5529         (hppa*64*-*-*): Delete incorrect comment.
5530         * configure: Rebuilt.
5532 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5534         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5536 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5538         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5539         from CVS libtool to always pass_all.
5541 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5543         * install-sh, compile: Import from automake.
5545 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5547         * config.guess, config.sub:  Import from savannnah.
5549 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5551         * MAINTAINERS (Write After Approval): Add myself
5553 2004-11-12  Mike Stump  <mrs@apple.com>
5555         * Makefile.def: Add html support.
5556         * Makefile.tpl: Likewise.
5557         * Makefile.in: Regenerate.
5559 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5561         PR 18423
5562         * configure.in: Remove all instances of build-fixincludes from
5563         noconfigdirs.
5564         (build_configargs): Supply --target to subdirectories.
5565         * configure: Regenerate.
5567         * Makefile.def: Make gcc install depend on fixincludes install.
5568         * Makefile.in: Regenerate.
5570 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5572         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5574 2004-11-11  Paul Brook  <paul@codesourcery.com>
5576         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5578 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5580         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5581         target-libgfortran.
5582         * configure: Regenerate.
5584 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5586         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5587         like CC.
5589 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5591         * Makefile.def (host fixincludes): Specify missing targets.
5592         * Makefile.in: Regenerate.
5594 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5596         * MAINTAINERS: Add myself
5598 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5600         * MAINTAINERS (Write After Approval): Add myself.
5602 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5604         * Makefile.def: Build fixincludes for the host, too.
5605         * Makefile.in: Regenerate.
5606         * configure.in (host_tools): Add fixincludes.
5607         * configure: Regenerate.
5609 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5611         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5612         * configure: Regenerated.
5614 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5616         PR other/17783
5617         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5618         * configure: Regenerated.
5620 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5622         * README.SCO: Update per FSF instructions.
5624 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5626         PR target/18151
5627         * configure.in (case ${target}): Do not build fixincludes for avr.
5628         * configure: Regenerated.
5630 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5632         * configure.in (case ${target}): Do not build fixincludes
5633         on platforms where it is not used.
5634         * configure: Regenerated.
5636 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5638         * configure.in: Use an absolute path to install-sh.
5639         * configure: Regenerated.
5641 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5643         * MAINTAINERS (Write After Approval): Add myself.
5645 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5647         * MAINTAINERS: Remove from Write After Approval those that are
5648         already maintainers.
5650 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5652         * MAINTAINERS:  Update my email address.
5654 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5656         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5657         * configure: Regenerate.
5659 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5661         * MAINTAINERS:  Update my email address.
5663 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5665         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5666         entries belonging to this category.
5668 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5670         * MAINTAINERS: Update my e-mail address.
5672 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5674         Fix wrong conflict resolution in:
5676         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5678         * Makefile.in: Regenerate.
5679         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5680         in the recursive `make', instead of hardwiring `all'.
5681         (Autogenerated TARGET-* variables): New.
5683 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5685         * configure.in: Enable target-libgloss for crx-*-*.
5686         * configure: Regenerate.
5688 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5690         * MAINTAINERS (Various Maintainers): Move the "windows,
5691         cygwin, mingw" maintainer to ...
5692         (OS Port Maintainers): ... here.
5694 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5696         * MAINTAINERS (Write After Approval): Remove those that are
5697         maintainers of some subsystem.
5699 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5701         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5702         * ltcf-cxx.sh (tpf*): Likewise.
5703         * ltconfig (tpf*): Add TPF OS configuration support.
5705 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5707         * MAINTAINERS: Change my email address to my new work account.
5709 2004-09-24  Michael Roth  <mroth@nessie.de>
5711         * configure.in (--without-headers): Add missing double quotes.
5712         * configure: Regenerate.
5714 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5716         * ylwrap: Revert to previous version.
5718 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5720         PR bootstrap/17369
5721         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5722         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5723         SET_GCC_LIB_PATH_CMD.
5724         (BASE_TARGET_EXPORTS): Likewise.
5725         * Makefile.in: Regenerated.
5727         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5728         * configure: Regenerated.
5730 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5732         * config.guess: New upstream version
5733         * compile, depcomp, install-sh, ylwrap: Likewise.
5735 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5737         * config/mh-x86omitfp: New host makefile fragment.  Add
5738         -fomit-frame-pointer to the default BOOT_CFLAGS.
5739         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5740         * configure: Regenerate.
5742 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5744         PR target/11572
5745         * configure.in (*-*-darwin*): Renable libobjc.
5746         * configure: Regenerate.
5748 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5750         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5752 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5754         * Makefile.def: Remove libbanshee.
5755         * Makefile.tpl: Ditto.
5756         * configure.in: Ditto.
5757         * Makefile.in: Regen.
5758         * configure: Ditto.
5760 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5762         * ltmain.sh: Use $pic_object as $non_pic_object if
5763         $non_pic_object=none.
5765 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5767         * missing: Import latest version from master repository.
5769 2004-09-06  Nick Clifton  <nickc@redhat.com>
5771         * config.sub: Import latest version from master repository.
5772         * config.guess: Likewise.
5773         This includes these changes:
5775         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5777         * config.sub: Handle crisv32, alias etraxfs.
5778         * config.guess (crisv32:Linux:*:*): Handle.
5780         2004-08-13  Brad Smith  <brad@comstyle.com>
5782         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5783         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5785         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5787         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5788         assume the processor is a powerpc.  This is because coreutils
5789         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5790         in this case, due to a MacOS X bug that causes
5791         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5792         to return a negative number.
5793         Problem reported by Petter Reinholdtsen in:
5794         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5796         2004-07-19  Ben Elliston  <bje@gnu.org>
5798         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5800         2004-06-24  Ben Elliston  <bje@gnu.org>
5802         * config.guess: Update copyright years.
5803         * config.sub: Likewise.
5805         2004-06-22  Robert Millan  <robertmh@gnu.org>
5807         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5808         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5810         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5812         * config.guess (*:*VMS:*:*): New entry. Replaces
5813         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5814         manufacturer.
5816         2004-06-22  Ben Elliston  <bje@gnu.org>
5818         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5819         * config.sub: Likewise.
5821         2004-06-22  Ben Elliston  <bje@gnu.org>
5823         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5824         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5826         2004-06-11  Ben Elliston  <bje@gnu.org>
5828         * config.guess (pegasos:OpenBSD:*:*): Remove.
5830         2004-06-11  Ben Elliston  <bje@gnu.org>
5832         From Wouter Verhelst <wouter@grep.be>:
5833         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5835         2004-06-11  Ben Elliston  <bje@gnu.org>
5837         * config.guess (luna88k:OpenBSD:*:*): New.
5839         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5841         * config.guess (m32r*:Linux:*:*): New case.
5842         * config.sub: Handle m32rle.
5844         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5846         From Jens Petersen  <petersen@redhat.com>:
5847         * config.sub: Handle sparcv8.
5849         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5851         From Tom Smith <smith@cag.lkg.hp.com>:
5852         * config.guess: Version suffixes are equally significant on Tru64
5853         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5854         prefix of "P" (patched kernel).
5856         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5858         * config.sub: Add support for National Semiconductor CRX target.
5860 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5862         * MAINTAINERS (Various Maintainers): Remove myself as web page
5863         maintainer, add myself as maintainer of build status lists.
5865 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5867         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5868         *-*-netware, but add target-libmudflap.
5869         Consolidate *-*-netware targets (of which really only i?86 exists)
5870         into a single entry.
5871         * configure: Likewise.
5873 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5875         * Makefile.tpl (sorry): Remove.
5876         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5877         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5878         (do-clean): Clean per-stage directories too.
5879         (do-distclean): Run distclean-stage1 too.
5880         (.NOTPARALLEL): Enable during toplevel bootstrap.
5881         (stage[+id+]-bubble): Enable parallel execution during
5882         the recursive invocation.
5883         * Makefile.in: Regenerate.
5885         Fix previous checkin:
5887         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5888         include.
5889         * configure.in: Fix indentation.
5890         * configure: Regenerate.
5892 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5894         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5895         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5896         * configure: regenerate
5897         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5898         -mdynamic-no-pic
5900 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5902         * Makefile.def (build_modules): Add fixincludes.
5903         (dependencies): Make gcc depend on fixincludes.
5904         * configure.in (build_tools): Add fixincludes.
5905         (build_configdirs): Always include build_libs.
5906         * Makefile.in: Regenerate.
5907         * configure: Regenerate.
5909 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5911         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5912         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5913         phony targets; do not generate timestamp files.
5914         (distclean-stageN): Remove references to their timestamp files.
5915         (restageN, touch-stageN): Remove.
5916         (stageN-bubble): Rewritten.
5917         (compare): Support lean bootstraps.
5918         * Makefile.in: Regenerate.
5920         * configure.in: Only warn when bootstrapping but
5921         build != host or build != target.  Support lean bootstraps.
5922         * configure: Regenerate.
5924 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5926         * configure.in:  Give a better error message if GMP/MPFR are missing
5927         and a language needing them has been requested.
5928         * configure:  Regenerated.
5930 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5932         * configure.in:  Print a list of available language front-ends if
5933         a requested one is missing.  Tidy stray tab characters.
5934         * configure:  Regenerated.
5936 2004-08-19  Michael Koch  <konqueror@gmx.de>
5938         * gcc/doc/install.texi: Update entry about automake for libjava.
5940 2004-08-17  Robert Millan  <robertmh@gnu.org>
5942         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5943         (instead of FreeBSD).
5944         * configure: Regenerate.
5946 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5948         * Makefile.in: Regenerate.
5949         * configure: Regenerate.
5951         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5952         stage_*_flags.
5953         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5954         for bootstrapped modules if toplevel bootstrap is going.
5955         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5956         modules.  Adjust for changes in Makefile.def.  Enable several
5957         rules even in non-bootstrap mode, just to avoid peppering the
5958         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5959         (stage-[+prev+]-bubble): Remove.
5961         * Makefile.def (Dependencies): Depend on all-build-bison,
5962         all-build-flex, all-build-byacc, all-build-texinfo, rather
5963         than the host variations.
5964         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5965         with BUILD_SUBDIR.
5966         (BISON): Update for recent Bisons.
5967         (YACC): Fix typo.
5968         (cross): Depend on all-build.
5969         (all): Do not depend on all-build.
5970         (prebootstrap): Remove.
5971         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5972         (Prebootstrap dependencies): Add them to the per-stage targets
5973         and to all-prebootstrap.
5974         * configure.in (build_configdirs): Always enable build_tools.
5975         (BUILD_DIR_PREFIX): Remove.
5977         * Makefile.def (gcc): Add target variable.
5978         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5979         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5980         in the recursive `make', instead of hardwiring `all'.
5981         (Autogenerated TARGET-* variables): New.
5983 2004-08-13  Brian Booth  <bbooth@redhat.com>
5985         * MAINTAINERS: Remove myself from write-after-approval.
5987 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5989         * src-release: Stop distributing mmalloc with gdb (which doesn't
5990         use it).
5991         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5992         * Makefile.in: Regenerate.
5994 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5996         * configure.in (arm*-*-eabi*): New target.
5997         * configure: Regenerate.
5999 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6001         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6002         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6003         (Dependencies): New section.
6004         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6005         (configure-target-[+module+]): Depend on maybe-all-gcc
6006         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6007         (toplevel profiledbootstrap): Fix dependencies.
6008         * Makefile.in: Regenerate.
6010 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6012         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6013         target-libiberty to noconfigdirs.
6014         * configure: Regenerate.
6016 2004-08-03  Paul Brook  <paul@codesourcery.com>
6018         * configure.in: Check for MPFR as well as GMP.
6019         * configure: Regenerate.
6021 2004-08-01  Robert Millan  <robertmh@gnu.org>
6023         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6024         libmudflap for all GNU-based systems (with Glibc).
6025         * configure: Regenerate.
6027 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6029         * Makefile.def (host-modules): Add gcc.
6030         * Makefile.in: Regenerate.
6031         * Makefile.tpl (sorry): New rule.
6032         (configure-host, all-host, [+make_target+]-host, do-check,
6033         install-host): Do not add gcc as a special case.
6034         (host modules): Add a small special-casing for gcc.  Export
6035         extra_make_flags through the environment.
6036         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6037         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6038         other recursive targets for gcc): Remove.
6040         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6041         (stage, unstage): New rules.
6042         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6043         distclean-stage[+id+]): Use stage_current.
6044         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6045         the stage*-start rules.
6047 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6049         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6050         use -all_load flag.
6052 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6054         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6055         * configure: Regenerate.
6057 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6059         * maintainer-scripts/gcc_release: Revert yesterday's change.
6061 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6063         * MAINTAINERS: Add myself to write-after-approval.
6065 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6067         * libf2c: Removed.
6068         * gcc/gccbug.in: Updated because of libf2c removal.
6069         * maintainer-scripts/gcc_release: Ditto.
6071 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6073         * configure.in: Build libmudflap by default on FreeBSD.
6074         * configure: Regenerated.
6076 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6078         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6079         systems.
6080         * configure: Regenerated.
6082 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6084         PR target/16344
6085         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6086         feedback based compiler.
6087         * Makefile.in: Rebuilt.
6089 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6091         * Makefile.def (host_modules): Set bootstrap=true for flex.
6092         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6093         * Makefile.in: Rebuilt.
6095 2004-07-07  Jan Hubicka  <jh@suse.cz>
6097         * MAINTAINERS: Add self as a profile feedback maintainer.
6099 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6101         * configure.in:  Do not prepend $srcdir to /dev/null in
6102         makefile fragments.
6103         * configure:  Regenerate.
6105 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6107         * Makefile.def (build_modules): Add bison, byacc, flex,
6108         m4, texinfo.
6109         (flags_to_pass): Add FLEX.
6110         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6111         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6112         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6113         DEFAULT_MAKEINFO): Remove.
6114         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6115         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6116         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6117         objdir or else use configured tool.
6118         (all-build): New.
6119         (all): Depend on it.
6120         (Build module dependencies): Add.
6121         * Makefile.in: Regenerate.
6122         * configure.in: Better support for multiple build modules,
6123         matching what is done for host/target modules.  Do not look
6124         for "plausible" locations of build tools if Canadian cross.
6125         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6126         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6127         * configure: Regenerate.
6129 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6131         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6132         * Makefile.in: Regenerate.
6134 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6136         * Makefile.tpl (configure-build-[+module+],
6137         configure-[+module+], configure-target-[+module+]): Pass
6138         [+extra_configure_args+].
6139         (all-build-[+module+], all-[+module+], check-[+module+],
6140         install-[+module+], [+make_target+]-[+module+],
6141         all-target-[+module+], check-target-[+module+],
6142         install-target-[+module+], [+make_target+]-target-[+module+]):
6143         Pass [+extra_make_args+].
6144         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6145         (GCC_HOST_EXPORTS): Remove.
6146         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6147         cross, check-gcc, check-gcc-c++, install-gcc,
6148         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6149         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6150         * Makefile.in: Regenerate.
6152 2004-06-21  Matthew Sachs  <msachs@apple.com>
6154         * MAINTAINERS: Added self to write-after-approval.
6156 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6158         * configure.in: Check for srcdir/winsup rather than build directory
6159         winsup.
6160         * configure: Regenerate.
6162 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6164         * configure.in: Don't build Cygwin native newlib if winsup
6165         directory is missing.  Emit warning instead.
6166         * configure: Regenerate.
6168 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6170         * Makefile.tpl (touch-stage[+id+]): New.
6171         (restage[+prev+]): Depend on touch-stage[+id+].
6173         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6174         Use it throughout.
6176         * Makefile.def: Add profile and feedback bootstrap stages.
6177         Remove next field from bootstrap stages.
6178         * Makefile.tpl (LN, LN_S): Substitute.
6179         (stageN-start, stageN-end): Use double-colon rules, to
6180         provide a hook for additional setup commands.
6181         (distclean-stageN-gcc, restageN): Create dependencies from
6182         [+prev+], not from [+next+].
6183         (stageN-bubble): Add commands for successive stages from
6184         [+prev+], using double-colon rules.
6185         (all-stageN-gcc): Fix typo.
6186         (stagefeedback-start, profiledbootstrap): New.
6187         * Makefile.in: Regenerate.
6188         * configure.in: Call ACX_PROG_LN.
6189         * configure: Regenerate.
6191 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6193         * MAINTAINERS (Write After Approval): Add myself.
6195 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6197         * MAINTAINERS (Write After Approval): Add myself.
6199 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6201         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6202         without gcc.
6203         * configure: Regenerate.
6205 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6207         * Makefile.tpl: Fix typo.
6208         * Makefile.in: Regenerate.
6210 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6212         * configure.in: Remove new- prefix from toplevel
6213         bootstrap targets.
6214         * configure: Regenerate.
6216 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6218         * Makefile.tpl (all.normal): Rename to all.
6219         (all): Replace with a rule to pick the default
6220         target from configure.
6221         (all-gcc, configure-gcc): Use conditionals to
6222         do nothing when toplevel bootstrap is going on.
6223         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6224         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6225         * configure.in: Support --enable-bootstrap.
6227         * Makefile.def: Remove new- prefix from toplevel
6228         bootstrap targets.
6229         * Makefile.tpl: Likewise.
6231         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6232         target.
6234         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6235         $(RECURSE_FLAGS) to recursive invocation of make.
6237         * Makefile.in: Regenerate.
6238         * configure: Regenerate.
6240 2004-05-30  Andreas Jaeger  <aj@suse.de>
6241             Jim Wilson  <wilson@specifixinc.com>
6243         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6244         like CC.
6246 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6248         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6249         * configure: Regenerate.
6251 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6253         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6254         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6255         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6256         targets.
6257         * Makefile.in: Regenerate.
6259 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6261         * configure.in: Test the ability to symlink directories.
6262         * configure: Regenerate.
6264         * Makefile.def (bootstrap-stage): New definitions.
6265         * Makefile.tpl (configure-stage1-gcc,
6266         configure-stage2-gcc, configure-stage3-gcc,
6267         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6268         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6269         new-restage3, compare): Autogenerate, see Makefile.in
6270         entry for behavioral changes.
6271         (distclean-stage1, new-stage1-start, new-stage1-end,
6272         new-stage1-bubble, distclean-stage2, new-stage2-start,
6273         new-stage2-end, new-stage2-bubble, distclean-stage3,
6274         new-stage3-start, new-stage3-end): New autogenerated targets.
6275         (objext, prebootstrap, BOOT_CFLAGS,
6276         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6277         targets.
6279         * Makefile.in: Regenerate.
6280         (distclean-stage1, new-stage1-start, new-stage1-end,
6281         new-stage1-bubble, distclean-stage2, new-stage2-start,
6282         new-stage2-end, new-stage2-bubble, distclean-stage3,
6283         new-stage3-start, new-stage3-end): New targets.
6284         (all-stage1-gcc): Move prebootstrap dependency from here...
6285         (configure-stage1-gcc): ...to here.
6286         (new-bootstrap): Use bubble targets.
6287         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6288         Use per-stage distclean targets.
6289         (configure-stage1-gcc, configure-stage2-gcc,
6290         configure-stage3-gcc, all-stage1-gcc,
6291         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6292         Use new-stageN-start to prepare the tree.
6294 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6296         * Makefile.def (host_modules): add libcpp.
6297         * Makefile.tpl: Add dependencies on and for libcpp.
6298         * Makefile.in: Regenerate.
6299         * configure.in: Add libcpp host module.
6300         * configure: Regenerate.
6302 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6304         * Makefile.tpl: Whenever a recursive target is defined, wrap
6305         it in a special @if/@endif block, and prepare its maybe
6306         dependency in the @if/@endif block
6307         * configure.in: Instead of writing maybe dependencies, remove
6308         the @if/@endif statements, and remove the @if/@endif blocks
6309         that remain.
6310         * configure: Regenerate.
6311         * Makefile.in: Regenerate.
6313 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6315         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6317 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6319         PR bootstrap/15120
6320         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6321         * */configure: Rebuilt.
6323 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6325         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6326         of libf2c.
6327         * configure, Makefile.in: Regenerate.
6329 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6331         * MAINTAINERS (Write After Approval): Add myself.
6333 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6335         Merge from tree-ssa-20020619-branch.
6337         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6338         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6339         (HOST_GMPLIBS): Define.
6340         (HOST_GMPINC): Define.
6341         (TARGET_LIB_PATH): Add libmudflap.
6342         (GFORTRAN_FOR_TARGET): Define.
6343         (configure-build*): Export GFORTRAN.
6344         (configure-gcc): Export GMPLIBS and GMPINC.
6345         (all-gcc): Add maybe-all-libbanshee.
6346         (configure-target-libgfortran): Define.
6347         * Makefile.in: Regenerate.
6348         * configure.in (host_libs): Add libbanshee.
6349         (target_libraries): Add target-libmudflap and target-libgfortran.
6350         Add --with-libbanshee.
6351         Handle --disable-libmudflap.
6352         (*-*-freebsd*): Use with_gmp.
6353         Add $(libgcj) to noconfigdirs.
6354         * configure: Regenerate.
6355         * depcomp: New file.
6356         * MAINTAINERS: Add tree-ssa maintainers.
6358 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6360         * MAINTAINERS (Various Maintainers): Add myself.
6362 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6364         * MAINTAINERS (Write After Approval): Add myself.
6366 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6368         * MAINTAINERS (Write After Approval): Add myself.
6370 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6372         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6373         * configure: Regenerate.
6375 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6377         Revert:
6378         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6380         * Makefile.def (flags_to_pass): Remove *dir variables that
6381         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6382         as well as prefix and exec_prefix.
6383         * Makefile.in: Regenerate.
6385 2004-04-26  Robert Millan  <robertmh@gnu.org>
6387         Add patches from libtool CVS.
6388         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6389         * ltconfig: Likewise.
6390         * ltcf-c.sh: Likewise.
6391         * ltcf-cxx.sh: Likewise.
6392         * ltcf-gcj.sh: Likewise.
6394 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6396         * Makefile.def (host_modules): Mark with the bootstrap
6397         flag packages on which gcc depends.
6398         * Makefile.tpl (all-bootstrap): Use it.
6399         * Makefile.in: Regenerate.
6401 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6403         * Makefile.def (flags_to_pass): Remove *dir variables that
6404         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6405         as well as prefix and exec_prefix.
6406         * Makefile.in: Regenerate.
6408 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6410         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6411         * configure: Regenerate.
6412         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6413         * gcc/Makefile.tpl (compare): Use the result of the test.
6414         * gcc/Makefile.in: Regenerate.
6416 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6418         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6419         Always relocate gcc and prev-gcc to the original names, even
6420         if the build fails.
6421         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6422         New targets.
6424 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6426         * MAINTAINERS: Update my email address.
6428 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6430         * configure.in (mips*-*-irix5*): Enable ld.
6431         * configure: Regenerate.
6433 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6435         * configure: Regenerate.
6437 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6439         * Makefile.tpl (configure-[+module+], configure-gcc,
6440         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6441         Set and export LDFLAGS.
6442         * Makefile.in: Regenerate.
6444 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6446         * MAINTAINERS: Add myself to write-after-approval.
6448 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6450         PR bootstrap/14871
6451         * Makefile.tpl: If we don't have built-in-tree target tools,
6452         use the ones found by configure rather than hacking around with
6453         program_transform_name.
6454         * configure.in: Give Makefile.tpl the information necessary
6455         to do that.
6456         * Makefile.in: Regenerate.
6457         * configure: Regenerate.
6459 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6461         PR bootstrap/14760
6462         * configure.in: When computing baseargs, strip *all* copies of
6463         offending options.  Also, don't match/substitute the trailing space,
6464         so that this actually works when two similar options are separated by
6465         only one space.
6466         * configure: Regenerate.
6468 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6470         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6471         (rs6000-*-aix*): Same.
6472         * configure: Regenerate.
6474 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6476         * MAINTAINERS: Add myself to write-after-approval.
6478 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6480         * MAINTAINERS: Add myself to write-after-approval.
6482 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6484         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6485         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6486         * Makefile.in: Regenerate.
6488         * configure.in (top level bootstrap support): Rework --enable-werror
6489         to set @stage2_werror_flag@.
6490         * configure: Regenerate.
6491         * Makefile.tpl (top level bootstrap support): Pass
6492         @stage2_werror_flag@ down to configure in stages 2 and 3.
6493         * Makefile.in: Regenerate.
6495 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6497         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6498         for stages 2 and 3 as well as in make.  As a consequence, remove
6499         OUTPUT_OPTION (now detected by configure) from the flags passed down
6500         to make.
6501         * Makefile.in: Regenerate.
6503         * Makefile.tpl (new-bootstrap): Fix typo.
6504         * Makefile.in: Regenerate.
6506 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6508         * Makefile.tpl: Rearrange by moving recursive_targets rules
6509         into their proper sections.
6510         * Makefile.tpl (top level bootstrap support): Move disabling
6511         of coverage flags from 'make' to 'configure'; improve comments.
6512         * Makefile.in: Regenerate.
6514         * Makefile.tpl (experimental top level bootstrap) Move stage1
6515         language setting from all- target to configure- target; disable
6516         intermodule optimization in stage 1; prevent gratuitous rebuilds
6517         of stage 1.
6518         * Makefile.in: Regenerate.
6519         * configure.in: Comma-separate stage 1 language list for top
6520         level bootstrap.
6521         * configure: Regenerate.
6523         * Makefile.tpl: Clean up experimental top level bootstrap support:
6524         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6525         prev-gcc in configure- targets as well as all- targets.
6526         * Makefile.in: Regenerate.
6528 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6530         * compile: New file imported from automake.
6532 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6534         * configure.in: Remove symbolic link section.
6535         * configure: Regenerate.
6536         * Makefile.tpl (links): Remove.
6537         * Makefile.in: Regenerate.
6539 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6540             Nathanael Nerode  <neroden@gcc.gnu.org>
6542         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6543         Set with AC_CHECK_PROGS.
6544         * configure.in: Fix comment typo from last patch.
6545         * configure: Regenerate.
6547 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6549         * Makefile.tpl: Introduce experimental top level bootstrap support.
6550         * Makefile.in: Regenerate.
6551         * configure.in: Introduce support for top level bootstrap.
6552         * configure: Regenerate.
6554 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6555             Paolo Bonzini  <bonzini@gnu.org>
6557         PR bootstrap/14522
6558         * configure.in: Cope with shells that do not support unquoted ^
6559         * configure: Regenerate.
6561 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6562             Paolo Bonzini  <bonzini@gnu.org>
6564         PR bootstrap/14522
6565         * configure.in: Cope with shells that do not support nesting
6566         quotes inside quoted backquote substitutions.
6567         * configure: Regenerate.
6569 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6571         PR bootstrap/14522
6572         * configure.in: Fix escaping of $.
6573         * configure: Regenerate.
6575 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6577         * configure: Regenerate, since I forgot to while committing Paolo's
6578         changes.
6580 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6582         PR ada/14131
6583         Move language detection to the top level.
6584         * configure.in: Find default values for the tools as
6585         soon as possible.  Disable ada if GNAT is not found.
6586         Emit error message about missing languages.  Expand
6587         --enable-languages=all for the gcc subdirectory.
6589 2004-03-10  Ben Elliston  <bje@gnu.org>
6591         * MAINTAINERS: Update my email address.
6593 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6595         * ltconfig: Disable building static libraries if building shared
6596         libraries on AIX 5L.
6598 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6600         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6601         and disable libgcj.
6602         * configure: Regenerated.
6604 2004-03-01  Brian Booth  <bbooth@redhat.com>
6606         * MAINTAINERS: Add myself to write-after-approval.
6608 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6610         * MAINTAINERS: Add myself to write-after-approval.
6612 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6614         PR bootstrap/7087
6615         * Makefile.tpl: Guard XFOO sed statements better.
6616         * Makefile.tpl: Add dependency for configure-target-libada.
6617         * Makefile.in: Regenerate (incidentally fixes broken
6618         commit when libada-branch was merged).
6620 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6622         * MAINTAINERS: Add myself to write-after-approval.
6624 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6626         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6627         maintainers.
6629 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6631         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6632         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6634 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6636         PR bootstrap/11932
6637         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6639 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6641         * MAINTAINERS: Added myself to write-after-approval.
6643 2004-02-14  Michael Koch  <konqueror@gmx.de>
6645         * MAINTAINERS: Added myself to write-after-approval.
6647 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6649         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6650         some OS port maintainers to OS port maintainers section.
6652 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6654         * MAINTAINERS: Add self.
6656 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6658         * MAINTAINERS: Alphabetize.
6660 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6662         * MAINTAINERS: Remove myself.
6664 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6666         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6667         (rs6000-*-aix*): Same.
6668         * configure: Regenerate.
6670 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6672         * configure.in (host): Add in missing $noconfigdirs to defines.
6673         * configure: Regenerate.
6675 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6676             Nathanael Nerode  <neroden@gcc.gnu.org>
6678         PR ada/6637, PR ada/5911
6679         Merge with libada-branch:
6680         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6681         with appropriate dependencies. Add --enable-libada configure switch.
6682         * configure, Makefile.in: Regenerate.
6684 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6686         * MAINTAINERS: Add myself to write-after-approval.
6688 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6690         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6691         * configure: Regenerate.
6693 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6695         Merge from upstream:
6697         * ltmain.in: When setting IFS to '~', be careful about user
6698         arguments that contain '~'.
6700         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6702         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6703         Also test $base_compile against $CC with escaped arguments. Bug
6704         reported by Geoff Keating <geoffk@apple.com>.
6706 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6708         * MAINTAINERS: Remove i960 port.
6710 2004-01-23  DJ Delorie  <dj@redhat.com>
6712         * Makefile.def (target_modules) [libiberty]: Don't stage.
6713         * Makefile.in: Rebuilt.
6715 2004-01-20  Caroline Tice  <ctice@apple.com>
6717         * MAINTAINERS: Add myself to write-after-approval.
6719 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6721         * MAINTAINERS: Update my email address.
6723 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6725         * MAINTAINERS: Add myself to write-after-approval.
6727 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6729         * MAINTAINERS: Remove entries without email address.
6731 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6733         * MAINTAINERS: Add myself to write-after-approval.
6735 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6737         * MAINTAINERS: Update my email address.
6739 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6741         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6742         * Makefile.tpl (configure-target-[+module+]): Support stage.
6743         * Makefile.in: Rebuilt.
6745 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6747         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6749 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6751         * MAINTAINERS: Add myself as a MIPS maintainer.
6753 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6755         * configure.in: Use ./config.cache, not config.cache.
6756         * configure: Regenerate.
6757         * Makefile.tpl: Special-casing not needed for GCC any more.
6758         * Makefile.in: Regenerate.
6760         * configure.in: Don't share a cache file for host dirs.
6761         * configure: Regenerate.
6763         * config-ml.in: Don't mess with the cache file.
6765 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6767         * MAINTAINERS: Move myself from 'Write After Approval' to
6768         'CPU Port Maintainers' section as SPARC maintainer.
6770 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6772         * Makefile.tpl: Make GCC use a separate config.cache.
6773         * Makefile.in: Regenerate.
6775         PR bootstrap/11932, PR bootstrap/11933
6776         (I don't know if it will fix either of them, but it relates
6777         to them.)
6778         * configure.in: Don't use shared config.cache for target
6779         directories.
6780         * configure: Regenerate.
6782 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6784         * MAINTAINERS: Add myself to 'Write After Approval' section.
6786 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6788         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6789         * configure: Regenerated.
6791 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6793         * MAINTAINERS: Remove the mn10200 maintainer.
6795 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6797         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6798         * configure: Regenerated.
6800 2003-12-16  Jan Hubicka  <jh@suse.cz>
6802         * MAINTAINERS: Add myself as callgraph maintainer.
6804 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6806         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6807         * configure: Regenerate.
6809 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6811         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6812         'Write After Approval' section. Update email.
6814 2003-12-01  James Lemke  <jim@wasabisystems.com>
6816         * MAINTAINERS (Write After Approval): Add myself.
6818 2003-11-20  Matt Thomas  <matt@3am-software.com>
6820         * MAINTAINERS: Add myself as a vax port maintainer.
6822 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6824         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6825         (configure-build-[+module+], configure-[+module+]): Likewise.
6826         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6827         * Makefile.in: Regenerate.
6829 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6831         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6832         shared/dylibed libraries.
6833         * ltmain.sh: Likewise.
6834         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6835         * ltcf-cxx.sh: Likewise.
6836         * ltcf-gcj.sh: Likewise.
6837         * ltconfig: Likewise.
6839 2003-11-17  Stan Cox  <scox@redhat.com>
6841         * MAINTAINERS: Add myself as iq2000 port maintainer.
6843 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6845         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6846         * Makefile.in: Regenerate.
6848 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6850         * config.sub: Update to 2003-11-03 version.
6852 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6854         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6855         * configure:  Regenerate.
6857 2003-10-20  Nicolas Pitre  <nico@cam.org>
6859         * MAINTAINERS: Add myself to 'Write After Approval' section.
6861 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6863         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6865 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6867         * MAINTAINERS: Update my email address.
6869 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6871         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6873 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6875         * MAINTAINERS: Add myself to 'Write After Approval' section.
6877 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6879         * config.guess: Update to 2003-10-16 version.
6880         * config.sub: Update to 2003-10-16 version.
6882 2003-10-15  David Daney  <ddaney@avtrex.com>
6884         * MAINTAINERS: Added myself to 'Write After Approval' section.
6886 2003-10-15  Falk Hueffner  <falk@debian.org>
6888         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6889         'Write After Approval' section. Update email.
6891 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6893         * MAINTAINERS: Move myself from 'Write After Approval' to
6894         'Various Maintainers' section as middle-end maintainer.
6896 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6898         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6899         HOST_FLAGS_TO_PASS.
6900         * Makefile.in: Regenerate.
6902 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6904         * config.guess: Update to 2003-10-07 version.
6905         * config.sub: Update to 2003-10-07 version.
6907 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6909         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6910         * ltconfig (irix5*, irix6*): Don't override version_type.
6912 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6914         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6915         * configure: Rebuilt
6916         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6917         * Makefile.in: Rebuilt
6919 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6921         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6923 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6925         * MAINTAINERS (Write After Approval): Add myself.
6927 2003-09-29  Paul Koning  <ni1d@arrl.net>
6929         * MAINTAINERS: Move myself from "Write After Approval"
6930         to CPU platform maintainers for pdp11 platform.
6932 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6934         * MAINTAINERS: Move myself from 'Write After Approval' to
6935         'Various Maintainers' section as libffi testsuite maintainer.
6937 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6939         * configure.in: Pass a computed --program-transform-name
6940         to subconfigures.
6941         * configure: Regenerated.
6943 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6945         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6946         * Makefile.in: Regenerate.
6948         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6949         * Makefile.in: Regenerate.
6951 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6953         * MAINTAINERS: Move myself from 'Write After Approval'
6954         to 'Various Maintainers' (objective-c) section.
6956 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6958         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6959         quoting.
6960         * configure: Regenerated.
6962 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6964         * MAINTAINERS (Write After Approval): Add myself to write after
6965         approval list.
6967 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6969         * MAINTAINERS (Write After Approval): Add myself.
6971 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6973         * MAINTAINERS: Update my e-mail address.
6975 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6977         * libtool.m4 (LD): Correct powerpc64 host match.
6979 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6981         * MAINTAINTERS: Update my affiliation and email address.
6983 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6985         * MAINTAINERS (Write After Approval): Add myself.
6987 2003-09-04  DJ Delorie  <dj@redhat.com>
6989         * configure: Regenerate.
6991 2003-09-04  Robert Millan  <robertmh@gnu.org>
6993         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6995 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6997         * configure.in: Ensure arguments to sed are properly spaced.
6998         * configure: Regenerate.
7000 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7002         * MAINTAINERS: Update my e-mail address.
7004 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7006         * MAINTAINERS (Write After Approval): Add myself.
7008 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7010         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7011         * configure: Regenerated.
7013 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7015         * MAINTAINERS: Update my email address.
7017 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7019         * configure.in:  Use newline instead of semicolon when assuming
7020         shell arguments in a for loop.
7021         * configure:  Regenerated.
7023 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7025         * MAINTAINERS: Resurrect the i860 maintainer.
7027 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7029         PR 8180
7030         * configure.in: When testing with_libs and with_headers, treat
7031         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7032         * configure: Regenerate.
7034         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7035         make, shell, etc.
7036         (baseargs): Likewise.
7037         * configure: Regenerate.
7039 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7041         * MAINTAINERS (Write After Approval): Add myself.
7043 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7045         * configure.in: Disable libgcj for darwin not on powerpc.
7046         * configure: Rebuild.
7048 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7050         * config-ml.in, symlink-tree: Add license.
7052 2003-08-03  Richard Stallman  <rms@gnu.org>
7053             Eben Moglen  <moglen@columbia.edu>
7055         * README.SCO: New file.
7057 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7059         * Makefile.tpl (check, check-c++): Express dependencies using
7060         dependencies rather than commands.
7061         * Makefile.in: Regenerate.
7063 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7065         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7066         * configure: Ditto.
7068 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7070         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7071         * Makefile.in: Update.
7073 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7075         * configure.in: Enable libgcj for darwin.
7076         * configure: Rebuild.
7078 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7080         * config-ml.in:  Use ac_configure_args directly instead of
7081         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7082         actually seen.
7084 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7086         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7087         creating target and build subdirs to build all parent dirs as needed.
7088         * Makefile.in: Rebuild.
7089         * configure.in: Don't build dirs explicitly here.
7090         * configure: Rebuild.
7092 2003-07-26  Paul Brook  <paul@nowt.org>
7094         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7096 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7098         * Makefile.tpl (all-make): Depend on intl.
7099         * Makefile.in: Rebuilt.
7101 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7103         * install-sh:  Update to newer upstream versions (associated with
7104         aclocal 1.7).
7105         * mkinstalldirs:  Likewise.
7106         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7108 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7110         * MAINTAINERS: Move self from Bug database only accounts
7111         to write-after-approval.
7113 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7115         * config.if: Remove unused libc_interface determination.
7117 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7119         * MAINTAINERS: Move self from write-after-approval to
7120         build machinery (*.in).
7122 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7124         PR bootstrap/11273
7125         PR bootstrap/11408
7126         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7127         unused INSTALL_PROGRAM_ARGS.
7128         * configure.in: Use AC_PROG_INSTALL.
7129         * Makefile.in: Regenerate.
7130         * configure: Regenerate.
7132 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7134         * MAINTAINERS: Alphabetize.
7136 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7138         * configure: Rebuilt.
7139         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7140         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7141         newlib nor libgloss.
7142         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7143         * configure.in (am33_2.0-*-linux*): Added.
7145 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7147         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7148         * configure: Regenerate.
7150 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7152         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7153         * Makefile.in: Regenerate.
7155 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7157         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7158         * Makefile.in: Regenerate.
7160 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7162         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7163         * Makefile.in: Regenerated.
7165         * config-ml.in: Replace PWD with PWD_COMMAND.
7167 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7169         * intl: New directory; see intl/ChangeLog for details.
7170         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7171         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7172         * Makefile.in: Regenerate.
7174 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7176         * configure.in: Clean up config-lang.in handling.  Delete
7177         useless assignment to "subdirs".
7178         * configure: Regenerate.
7180 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7182         * configure.in: Rename 'target_libs' to 'target_libraries'.
7183         Remove useless reference to 'target_libs'.
7184         * configure: Regenerate.
7186 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7188         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7189         * Makefile.in: Regenerate.
7191 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7193         * Makefile.def: Introduce flags_to_pass.
7194         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7195         * Makefile.in: Regenerate.
7197 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7199         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7200         and target-libgloss.
7201         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7202         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7203         * configure: Regenerate.
7205 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7207         * configure.in: Update testsuite_flags to new location.
7208         * configure. Regenerate.
7210 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7212         * Makefile.tpl: Remove BUILD_CC stuff.
7213         * Makefile.in: Regenerate.
7215 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7217         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7219 2003-06-16  Graeme Peterson  <gp@qnx.com>
7221         * MAINTAINERS (Write After Approval): Add myself.
7223 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7225         * config.guess: Update to 2003-06-12 version.
7226         * config.sub: Update to 2003-06-13 version.
7228 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7230         * config.guess: Update to 2003-06-06 version.
7231         * config.sub: Update to 2003-06-06 version.
7233 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7235         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7236         * configure. Regenerate.
7238 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7240         * configure.in: Disable serial configure by default.
7241         * configure: Regenerate.
7242         * Makefile.tpl: Abolish .NOTPARALLEL.
7243         * Makefile.in: Regenerate.
7245         * Makefile.tpl: Replace {build,host,target}_canonical by
7246         {build,host,target}.
7247         * Makefile.in: Regenerate.
7249         * Makefile.tpl: Fix stupid pasto.
7250         * Makefile.in: Regenerate.
7252 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7254         * Makefile.tpl: Remove bogus conditional.
7255         * Makefile.in: Regenerate.
7257 2003-06-05  Jan Hubicka  <jh@suse.cz>
7259         * Makefile.tpl (profiledbootstrap): New target.
7260         * Makefile.in (profiledbootstrap): New target.
7262 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7264         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7265         Pinski. Remove user names from other bugzilla-only maintainers.
7267 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7269         * Makefile.tpl: Make 'recursive targets' using autogen rather
7270         than shell loop.  Remove duplicate 'clean' targets and false
7271         comments.
7272         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7273         Add systematic method of specifying missing targets in subdirs.
7274         Add copyright boilerplate.
7275         * Makefile.in: Regenerate.
7276         * configure.in: Add 'recursive targets' to maybe list.
7277         * configure: Regenerate.
7279         * MAINTAINERS: "GNATS only" -> "Bug database only".
7281         * Makefile.tpl: Rename [+target+] to [+make_target+].
7282         * Makefile.def: Rename 'target' to 'make_target'.
7284 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7286         * MAINTAINERS: Add self as options handling maintainer.
7288 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7290         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7291         been too long since I touched those ports.
7293 2003-05-28  DJ Delorie  <dj@redhat.com>
7295         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7296         * Makefile.in: Regenerate.
7298 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7300         * configure.in: Use curly braces in the definition of tooldir.
7301         * configure: Regenerate.
7303 2003-05-21  DJ Delorie  <dj@redhat.com>
7305         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7306         newlib or libgloss.
7307         * Makefile.in: Regenerate.
7309 2003-05-21  DJ Delorie  <dj@redhat.com>
7311         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7312         * Makefile.in: Regenerate.
7314 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7316         * MAINTAINERS: Update my e-mail address.
7318 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7320         * configure.in: Switch more things to use maybe dependencies.
7321         * Makefile.tpl: Switch more things to use maybe dependencies.
7322         Factor out common code from autogen IF statements.
7323         * configure: Regenerate.
7324         * Makefile.in: Regenerate.
7326 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7328         * configure.in: Accept i[3456789]86 for machine type.
7329         * configure: Regenerate.
7331 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7333         * configure.in: Switch more things to use maybe dependencies.
7334         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7335         * configure: Regenerate.
7336         * Makefile.tpl: Switch more things to use maybe dependencies.
7337         * Makefile.in: Regenerate.
7339 2003-05-16  Andreas Schwab  <schwab@suse.de>
7341         * Makefile.tpl (install-opcodes): Define.
7342         * Makefile.in: Rebuild.
7344 2003-05-13  Andreas Jaeger  <aj@suse.de>
7346         * config.guess: Update to 2003-05-09 version.
7347         * config.sub: Update to 2003-05-09 version.
7349 2003-05-13  Michael Eager  <eager@mvista.com>
7351         * configure.in: Correct sed script so that options in quotes are not
7352         deleted.
7353         * configure: Rebuild.
7355 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7357         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7358         and $$s/newlib/libc/sys/cygwin32 include paths.
7359         * configure: Ditto.
7361 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7363         * MAINTAINERS: Update my email addresses.
7365 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7367         * config-ml.in: Propagate INSTALL variables.
7369 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7371         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7373 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7375         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7376         * Makefile.in: Regenerate.
7378 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7380         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7382 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7384         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7386 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7388         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7389         * Makefile.in: Regenerated.
7391 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7393         * MAINTAINERS (Write After Approval): Upgrade myself from
7394         GNATS only to write-after-approval. Update my mail address.
7396 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7398         (OS Port Maintainers: freebsd): Add myself.
7400 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7402         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7404 2003-04-22  Kean Johnston  <jkj@sco.com>
7406         * MAINTAINERS (SCO ports): Added myself.
7408 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7410         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7412 2003-04-19  Kean Johnston  <jkj@sco.com>
7414         * MAINTAINERS (Write After Approval): Add myself.
7416 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7418         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7419         * Makefile.in: Regenerate.
7421 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7423         * configure.in (powerpc64*-*-linux*): Remove.
7424         * configure: Rebuilt.
7426 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7428         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7429         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7430         and restrap.
7431         * Makefile.in:  Regenerate.
7433 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7435         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7436         * configure: Regenerated.
7438 2003-04-15  DJ Delorie  <dj@redhat.com>
7440         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7442 2003-04-13  Nick Clifton  <nickc@redhat.com>
7444         * config-ml.in: Remove support for --disable-aix removing
7445         call-aix multilibs.
7447 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7449         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7450         * */configure: Rebuilt.
7452 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7454         * MAINTAINERS: Add my email address.
7456 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7458         * MAINTAINERS (Write After Approval): Add myself.
7460 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7462         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7463         * Makefile.in: Regenerate.
7465 2003-03-14  Michael Chastain  <mec@shout.net>
7467         * Makefile.in: Regenerate with correct Makefile.def.
7469 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7471         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7472         Make macro.
7473         * Makefile.in: Regenerate.
7474         * configure.in: Clean up gxx_include_dir logic.
7475         * configure: Regenerate.
7477 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7479         * MAINTAINERS (Write After Approval): Add myself.
7481 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7483         * MAINTAINERS: Update my mail address.
7485 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7487         * configure.in (gxx_include_dir): Fix typo.
7488         * configure: Regenerated.
7490 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7492         * Makefile.tpl: Reindent.
7493         * Makefile.in: Regenerate.
7494         * configure.in: Reindent.  Don't set unused variables.
7495         * configure: Regenerate.
7497 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7499         * configure.in: Include $(build_tooldir)/sys-include in
7500         FLAGS_FOR_TARGET.
7501         * configure: Regenerated.
7503 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7505         * Makefile.tpl: Always pass down RANLIB.
7506         * Makefile.in: Regenerate.
7508         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7509         * Makefile.in: Regenerate.
7510         * configure.in: Remove unused logic relating to --enable-shared
7511         and --enable-threads.  Remove bogus comments.  Remove redundant
7512         noconfigdirs.
7513         * configure: Regenerate.
7515         * configure.in: Replace ${libstdcxx_version} by its value.
7516         Remove reference to mh-dgux.
7517         * configure: Regenerate.
7519 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7521         * MAINTAINERS (Write After Approval): Add myself.
7523 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7525         * Makefile.tpl: Rearrange.
7526         * Makefile.in: Regenerate.
7528 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7530         * configure.in: Add support for kaOS as cross build target system.
7531         * configure: Regenerated.
7533 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7535         * MAINTAINERS (Write after approval): Add myself.
7537 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7539         * MAINTAINERS: Update my email address.
7541 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7543         * MAINTAINERS: Add self to blanket write privs. section.
7545 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7547         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7548         configure-target-* as some target builds may require additional
7549         flags for preprocessor tests.
7550         * Makefile.in: Regenerated.
7552 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7554         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7555         * ltconfig: Handle it.
7556         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7557         auto-detecting it.
7559         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7560         it is used as argument to $CC.
7561         * ltcf-gcj.sh: Likewise.
7563         * configure.in: Introduce --enable-maintainer-mode.
7564         * configure: Rebuilt.
7565         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7566         for maintainer mode.
7567         * Makefile.in: Rebuilt.
7569 2003-02-18  Jason Merrill  <jason@redhat.com>
7571         * Makefile.tpl (check-c++): Allow parallelism.
7573 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7575         * MAINTAINERS: Remove John Carr (who never actually had access to
7576         gcc.gnu.org).
7578 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7580         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7581         don't configure target-libobjc.
7582         * configure: Regenerate.
7584 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7586         * Makefile.tpl (RANLIB): Define.
7587         * Makefile.in: Regenerate.
7589 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7591         * MAINTAINERS: Update my email.
7593 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7595         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7596         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7597         * Makefile.in: Regenerated.
7598         * configure.in: Remove all traces of snavigator, db, and grep.
7599         * configure: Regenerated.
7601 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7603         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7604         After Approval.
7606 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7608         * MAINTAINERS (Write after approval): Add myself.
7610 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7612         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7613         * Makefile.in: Regenerated.
7615 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7617         * config.guess: Updated to 2003-01-30's version.
7618         * config.sub: Updated to 2003-01-28's version.
7620 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7622         * config.if: If gcc_version is already set, just use it.  Don't set
7623         gcc_version_trigger if it's already set, otherwise set it to
7624         gcc/version.c, but only if the file exists.  If it is not set and
7625         gcc/version.c does not exist, try to extract the version number from
7626         $CC.
7628 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7630         * MAINTAINERS: Add myself to write-after-approval list.
7632 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7634         * configure.in:  Revert 24Jan change.
7635         * configure:  Regenerate.
7637 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7639         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7640         entry of HJ Lu.
7642 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7644         * configure.in: Revert previous change.
7645         * configure: Regenerate.
7647 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7649         * configure.in: Make rda native-only.
7650         * configure: Regenerate.
7652 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7654         * MAINTAINERS: Move myself from GNATS-only-accounts to
7655         write-after-approval.
7657 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7659         * configure.in: Add missing \.
7660         * configure: Rebuilt.
7662 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7664         * configure.in (baseargs): Avoid using \| in sed regular
7665         expressions.
7666         * configure: Rebuilt.
7668 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7670         * configure.in (baseargs): Remove all supported forms of
7671         --cache-file, --srcdir, --host, --build and --target options
7672         from argument lists.
7673         * configure: Rebuilt.
7675 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7677         * MAINTAINERS: Add myself to write-after-approval list.
7679 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7681         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7682         * configure: Rebuilt.
7684 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7686         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7687         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7688         * Makefile.in: Regenerate.
7689         * configure: Regenerate.
7691 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7693         * configure.in: Remove Makefile in build, host and target modules
7694         unless configure was run with --no-recursion.
7695         * configure: Rebuilt.
7697 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7699         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7700         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7701         * Makefile.in: Regenerate.
7703 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7705         * config.guess: Update to 2003-01-03 version.
7706         * config.sub: Update to 2003-01-03 version.
7708 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7710         * configure: Regenerate with proper autoconf 2.13.
7712 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7714         * configure.in: Add AC_PREREQ for consistency.
7715         * configure: Regenerate.
7717 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7719         * configure.in (GDB_TK): Add tcl directories conditional on
7720         gdb/gdbtk directory being present.
7721         * configure: Regenerate.
7723 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7725         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7726         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7727         * configure: Rebuilt.
7729 2002-12-31  Tom Tromey  <tromey@redhat.com>
7731         * Makefile.in: Rebuilt.
7732         * Makefile.def (target_modules) [libffi]: Allow installation.
7734 2002-12-31  Andreas Schwab  <schwab@suse.de>
7736         * configure.in: Fix use of $program_transform_name.
7737         * configure: Regenerated.
7739 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7741         * configure.in (baseargs): Don't remove first configure argument.
7742         * configure: Regenerated.
7744 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7746         * Makefile.tpl (local-distclean): Don't remove...
7747         (multilib.ts): ... this.  Moved into...
7748         (multilib.out): ... this.  Don't use sub-make.
7749         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7750         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7751         (configure-build-[+module+], configure-[+module+],
7752         configure-target-[+module+], configure-gcc): ... these.  Test
7753         for Makefile existence.  Drop config.status from dependencies.
7754         * Makefile.in: Rebuilt.
7755         * configure.in: Move gcc-version-trigger to the end of
7756         ac_configure_args.  Add comments to maybedep.tmp and
7757         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7758         nonopt from baseargs, matching and removing corresponding
7759         whitespace while at it.
7760         * configure: Rebuilt.
7762 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7764         * configure.in (host_configargs): Replace reference to
7765         no-longer-defined buildopts with --build=${build_alias}.
7766         * configure: Rebuilt.
7768         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7769         program_transform_name to standard idiom.
7770         (AUTOGEN, AUTOCONF): Define.
7771         (Makefile.in): Use $(AUTOGEN).
7772         (Makefile): Depend on config.status, and use autoconf-style rule to
7773         build it.  Move original commands to...
7774         (config.status): ... this new target.
7775         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7776         $(AUTOCONF).
7777         * Makefile.in: Rebuilt.
7779 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7781         * Makefile.tpl: Fix dramatic bustage due to change in
7782         program_transform_name.
7783         * Makefile.in: Regenerate.
7785         * configure.in: Remove unnecessary PATH setting.
7786         * configure: Regnerate.
7788         * configure.in: Don't default to unprefixed tools unless
7789         the native tools will work.
7790         * configure: Regenerate.
7792         * configure.in: Convert to autoconf script.  Blow away lots
7793         of now-redundant Makefile fragments.
7794         * configure: Generate using Autoconf.
7795         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7796         * Makefile.in: Regenerate.
7798 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7800         * configure: Fix stupid bug where RANLIB was mistakenly included.
7802         * configure.in: Rename (buildargs, hostargs, targargs) to
7803         (build_configargs, host_configargs, target_configargs).
7805         * configure.in: Move logic out of sed statement.
7807         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7808         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7810 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7812         * config.sub: Import from master repository
7813         * config.guess: Ditto
7815 2002-12-24  Andreas Schwab  <schwab@suse.de>
7817         * Makefile.tpl (multilib.out): Fix missing space.
7818         * Makefile.in: Regenerate.
7820 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7822         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7823         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7824         * Makefile.in: Regenerate.
7825         * configure.in: Remove unnecessary leftovers.
7827 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7829         * configure.in (extra_ranlibflags_for_target): New variable.
7830         (*-*-darwin): Add -c to ranlib commands.
7831         * configure (tooldir): Handle extra_ranlibflags_for_target.
7833 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7835         * Makefile.tpl: Revert HJL's change.
7836         * Makefile.in: Regenerated.
7837         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7838         always.
7840 2002-12-19  Andreas Schwab  <schwab@suse.de>
7842         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7843         * Makefile.in: Regenerate.
7845 2002-12-18  H.J. Lu  <hjl@gnu.org>
7847         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7848         * Makefile.in: Regenerated.
7850         * configure.in (build_prefix): New. Substitute.
7852 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7854         * Makefile.tpl: Don't let real targets depend on phony targets.
7855         * Makefile.in: Regenerate.
7857         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7858         * Makefile.in: Regenerate.
7860 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7862         * config.sub: Import from master repository
7863         * config.guess: Ditto
7865 2002-12-16  Jason Merrill  <jason@redhat.com>
7867         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7868         previous 'make bootstrap'.
7869         * Makefile.in: Regenerate.
7871 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7873         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7875 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7877         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7878         * Makefile.in: Regenerate.
7880 2002-12-13  Jason Merrill  <jason@redhat.com>
7882         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7883         library tests.
7884         (check-c++): Just depend on it and check-target-libstdc++-v3.
7885         * Makefile.in: Regenerate.
7887 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7889         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7890         * Makefile.in: Rebuilt.
7892 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7894         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7896 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7898         * configure: Fix bug put in by gremlins.
7900         * Makefile.tpl: Substitute more autoconfily.
7901         * configure: Substitute more autoconfily.
7902         * Makefile.in: Regenerate.
7904 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7906         * config.sub: Import from master repository
7907         * config.guess: Ditto
7908         * MAINTAINERS: Added Svein Seldal under write after approval
7910 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7912         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7913         * Makefile.in (all-sim): Ditto.
7915 2002-12-06  DJ Delorie  <dj@redhat.com>
7917         * Makefile.tpl: Change configure dependencies to not have real
7918         targets depend on phony targets.
7920 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7922         * configure.in: Revert unintentional change.
7924         * Makefile.tpl: Change dependency for */multilib.out so that
7925         it works when gcc isn't in the tree.
7927         * configure.in: Substitute more.
7928         * configure: Run subconfigures from the Makefile.
7929         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7930         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7932 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7934         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7936 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7938         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7939         and corresponding dependencies.
7940         * Makefile.in: Regenerate.
7942         * configure.in (host_tools): Order binutils, gas and ld for
7943         convenience in running the testsuites.
7945         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7946         * Makefile.in: Regenerate.
7947         * configure.in: Introduce rules to serialize subconfigure runs.
7949         * configure.in: Introduce BASE_CC_FOR_TARGET.
7950         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7951         Realize configure-build-* targets.  Realize configure-target-* targets.
7952         * Makefile.in: Regenerate.
7954 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7956         * configure: Move gcc_version_trigger stuff from here...
7957         * configure.in: ...to here.
7959         * configure.in: Separate subconfigure options added by this file from
7960         options given by the user.  Add machinery to put args for host
7961         subconfigures into the Makefile.
7963         * Makefile.tpl: Remove 'vault' targets.
7964         * Makefile.tpl: Reorder and comment dependencies.
7965         * Makefile.in: Regenerate.
7967 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7968         * configure.in: Fix my broken commit of previous patch. (sigh)
7970 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7972         * configure.in: Move host-specific darwin noconfigdirs into
7973         the host-specific section.
7975 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7977         * configure.in: Move host-specific darwin noconfigdirs into
7978         the host-specific section.
7980 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7982         * configure: Remove skip-this-dir support.
7983         * Makefile.tpl: Remove skip-this-dir support.
7985         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7986         subdirectories.
7987         * Makefile.in: Regenerate.
7989         * Makefile.tpl: Strip out useless setting of 'dir'.
7990         * Makefile.in: Regenerate.
7992 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7994         * configure.in: Fix deeply stupid bug.
7996         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7997         shell code in CXX_FOR_TARGET
7998         * Makefile.def: Introduce raw_cxx.
7999         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8000         RAW_CXX_FOR_TARGET.
8001         * Makefile.in: Regenerate.
8003 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8005         * Makefile.tpl: Remove unnecessary ifs.
8006         * Makefile.in: Regenerate.
8008         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8009         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8010         targets for 'no_install' modules.
8011         * configure: Move GDB_TK substitution to configure.in.  Move
8012         build_modules stuff to configure.in.
8013         * configure.in: Implement soft dependency machinery.  Maybe-ize
8014         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8015         * Makefile.in: Regenerate.
8017 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8019         * Makefile.tpl: Make all-target, install-target behave similarly
8020         to all, install (only hitting configured targets).  Eliminate
8021         unused macro defintions.
8023         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8024         build != host.
8026         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8028         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8030         * configure.in: Produce lists of subdir targets we're actually
8031         configuring.  Remove references to "dosrel".
8032         * Makefile.tpl: Let configure set which subdir targets are hit.
8033         Remove install-cross; clean up install; remove ALL.  Remove
8034         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8035         Autogenerate host module targets.  Remove empty dependency lines
8036         and redundant dependency; rearrange slightly.
8037         * Makefile.def: Add host-side libtermcap, utils.
8039         * Makefile.in: Regenerate.
8041 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8043         * ltconfig (osf[345]): Append $major to soname_spec.
8044         Reflect this in library_names_spec.
8045         * ltmain.sh (osf): Prefix $major with . for use as extension.
8047 2002-11-19  Andreas Jaeger  <aj@suse.de>
8049         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8050         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8051         and sparc64 GNU/Linux systems.
8053 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8055         * MAINTAINERS: Update email.
8057 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8059         * MAINTAINERS: Complete James Dennett's entry.
8061 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8063         * MAINTAINERS (Write After Approval): Add myself.
8065 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8067         * Makefile.tpl: syntactic cleanup
8069 2002-11-13  Stuart Hastings  <stuart@apple.com>
8071         * MAINTAINERS: Add myself to write-after-approval list.
8073 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8075         * Makefile.def: Add list of recursive targets to autogenerate.
8076         Add build_modules.
8077         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8078         targets.  Autogenerate *-build-* targets.
8079         * Makefile.in: Regenerate.
8081 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8083         * configure: More autoconf-style substitutions.
8084         * Makefile.tpl: More autoconf-style substitutions.
8085         * Makefile.in: Regenerate.
8087 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8089         * configure: Substitute more variables in a more autoconf-friendly
8090         way.  Simplify slightly.
8091         * Makefile.tpl: Make more variables substitutable in an
8092         autoconf-friendly way.
8093         * Makefile.in: Regenerate.
8095 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8097         * MAINTAINERS (Write After Approval): Add myself.
8099 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8101         * configure.in (v810*): Remove special setting of tools.
8103         * configure: Add support for extra required flags for ar or nm.
8104         * configure.in (aix4.3+): Use above support for target-specific
8105         issues, rather than using config/mt-aix43.
8107 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8109         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8110         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8111         with $srcdir.  Reformat indentation.  Substitute some variables
8112         formerly hard-coded in the Makefile for build=host.
8113         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8114         * Makefile.def: Autogenerate more.
8115         * Makefile.in: Regenerate.
8117 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8119         * MAINTAINERS (Write After Approval): Add myself.
8121 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8123         * Makefile.def (host_modules): Add rda.
8124         * Makefile.in: Regenerate.
8125         * configure.in (target_tool): Add target-rda to list.
8127 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8129         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8131 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8133         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8134         and restrap targets to this rule.
8135         * Makefile.in:  Regenerate.
8137 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8139         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8140         GNATS only accounts.
8142 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8144         * configure.in (i[3456]86-*-linux*): Add check to disable
8145         ${libgcj} for glibc1.
8147 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8149         * MAINTAINERS: Add myself as ip2k port maintainer.
8151 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8153         * configure.in: Add tic4x target.
8155 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8157         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8158         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8159         * Makefile.in: Regenerate.
8161         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8162         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8163         * Makefile.in: Regenerate.
8165 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8167         * MAINTAINERS: Add myself as web pages co-maintainer.
8169 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8171         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8172         * Makefile.in: Regenerate.
8174 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8176         * MAINTAINERS: Add myself and Nathan Sidwell
8177         <nathan@codesourcery.com> as VxWorks maintainers.
8179 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8181         * Makefile.def: Remove order dependency comments.
8182         * Makefile.tpl: Add explicit install-install dependencies.
8183         * Makefile.in: Regenerate.
8185         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8186         * Makefile.in: Regenerate.
8188         * Makefile.tpl: Add configure-target (for src-release in src)
8189         * Makefile.in: Regenerate.
8191 2002-09-30  Nick Clifton  <nickc@redhat.com>
8193         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8195 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8197         * configure.in (s390*-*-linux*): Enable libgcj.
8199 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8201         * configure: Revert accidentally applied changes.
8203         * Makefile.tpl: Make more autoconf-friendly.
8204         * Makefile.in: Regenerate.
8205         * configure: Make substitution more autoconf-like.
8207 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8209         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8210         single entry to handle all these.
8211         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8212         libjava on arm-*-elf.
8214 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8216         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8217         things that depend on them.
8219 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8221         * Makefile.tpl: Make subsituted variables more autoconfy.
8222         * Makefile.in: Regenerate.
8223         * configure: Make seds more autoconfy.
8225 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8227         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8228         * Makefile.in: Regenerate.
8229         * configure.in: Rewrite sed statements to look autoconfy.
8231         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8232         all-target-foo on configure-target-foo.
8233         * Makefile.def: Ditto.
8234         * Makefile.in: Rebuild.
8236 2002-09-25  Andrew Haley  <aph@redhat.com>
8238         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8240 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8242         * Makefile.def: New file.
8243         * Makefile.tpl: New file.
8244         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8245         * contrib/gcc_update: Note that Makefile.in is a generated file.
8247         * configure.in: Minor rearrangement.  Simplify tests.
8249 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8251         * configure.in (with_headers): Skip copy if value is "yes".
8252         (with_libs): Likewise.
8254 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8256         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8257         * configure.in (sh*-*-pe*): Ditto.
8258         * configure.in (mips*-*-pe*): Ditto.
8259         * configure.in (*arm-wince-pe): Ditto.
8261         * configure.in: Rearrange.
8263 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8265         * MAINTAINERS: Update my email address.
8267 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8269         * MAINTAINERS: (Write After Approval): Add myself.
8271 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8273         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8275 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8277         * MAINTAINERS: Change my mailing address.
8279 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8281         * MAINTAINERS (Write After Approval): Remove myself.
8282         (Various Maintainers: c++ runtime libs): Add myself.
8284 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8286         * MAINTAINERS (Write After Approval): Remove myself.
8287         (Various Maintainers: c++ runtime libs): Add myself.
8289 2002-08-15  Eric Christopher  <echristo@redhat.com>
8291         * config.sub: Import from master repository.
8292         * config.guess: Ditto.
8294 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8296         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8297         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8298         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8300 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8302         * MAINTAINERS: Add self to rs6000 vector extensions.
8304 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8306         * libiberty/configure: Reverted unintended yesterday's check in.
8308 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8310         * boehm-gc/configure, libf2c/configure: Rebuilt.
8311         * libffi/configure, libiberty/configure: Ditto.
8312         * libjava/configure, libobjc/configure: Ditto.
8313         * libstdc++-v3/configure, zlib/configure: Ditto.
8314         Merged from binutils:
8315         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8316         From Steve Ellcey <sje@cup.hp.com>:
8317         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8318         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8319         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8320         IA64.
8321         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8322         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8323         soname_spec, sys_lib_search_path_spec): Ditto.
8325 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8327         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8329 2002-08-04  H.J. Lu  (hjl@gnu.org)
8331         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8333 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8335         * MAINTAINERS (Write After Approval): Add myself.
8337 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8339         * configure.in: Move generic linux case to end.  Copy generic
8340         linux noconfigdirs to mips*-*-linux* entry and new
8341         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8343 2002-07-19  Michael Matz  <matz@suse.de>
8345         * MAINTAINERS: Add myself as ra* maintainer.
8347 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8349         * config.guess: Update to 2002-07-09 version.
8350         * config.sub: Update to 2002-07-03 version.
8352 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8354         * MAINTAINERS: Fix typo in a maintainer email address.
8356 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8358         * configure.in: Remove two redundant tests.
8360 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8362         * configure.in (mips*-*-irix6*o32): Enable stabs.
8364 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8366         * configure.in: Don't build grez.
8367         * Makefile.in: Ditto.
8369         * Makefile.in: Remove references to bsp, cygmon, libstub.
8370         * configure.in: Ditto.
8372         * configure.in: Remove leftover reference to gdbtest.
8374 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8376         * configure.in (gxx_include_dir):  Change to match versioned
8377         C++ headers if --enable-version-specific-runtime-libs is used.
8379 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8381         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8383 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8385         * configure.in: Make --without-x work.
8387 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8389         * configure.in: Rearrange target Makefile fragment collection.
8391         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8392         cvs[src].
8393         * configure.in: Ditto.
8395 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8397         * MAINTAINERS (Write After Approval): Update my e-mail address.
8399 2002-06-24  Ben Elliston  <bje@redhat.com>
8401         * configure.in (host_tools): Remove cgen.
8403         * Makefile.in (all-cgen): Remove; runs from its source directory.
8404         (check-cgen, install-cgen, clean-cgen): Likewise.
8405         (all-opcodes): Do not depend on all-cgen.
8406         (all-sim): Likewise.
8408 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8410         * Makefile.in: Eliminate 'apache' targets.
8411         * configure.in: Eliminate 'apache' targets.
8413         * configure.in: Eliminate redundant tests.  Reorganize.
8415         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8417         * config-ml.in: Eliminate references to Cygnus configure.
8419         * Makefile.in: Eliminate references to building emacs.
8421 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8423         * MAINTAINERS: Update my email address.
8425 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8427         * config.if (libstdcxx_incdir): Version C++ headers.
8428         (cxx_incdir): Remove.
8430 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8432         * MAINTAINERS (Write After Approval): Add self.
8434 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8436         * configure.in: Add support for ip2k.
8438 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8440         * configure.in: Fix AIX configury bug.
8442 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8444         * MAINTAINERS (Write After Approval): Add self.
8446 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8448         * configure.in: replace ${topsrcdir} with ${srcdir}
8450         * configure.in: Move definition of libstdcxx_flags
8451         right above usage, rather than waaay earlier.
8453         * configure.in: Pull definition of is_cross_compiler earlier.
8455         * configure.in: Rearrange a little.
8457         * configure.in: Remove references to librx.
8458         * Makefile.in: Remove references to librx.
8460 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8462         * config.sub: Add support for avr target.
8463         Import from master sources, rev 1.255
8465 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8467         * configure, .cvsignore:  Revert previous change...
8468         * Makefile:  ...delete.
8470 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8472         * configure.in: Eliminate ${gasdir} variable.
8474 2002-06-18  Dave Brolley  <brolley@redhat.com>
8476         * configure.in: Add support for frv.
8477         * config.sub: Add support for frv.
8479 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8481         * configure:  Remove garbage from previous commit.
8483 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8485         * configure:  For in-source builds, make a subdir and re-exec there.
8486         * Makefile:  New file.  Pass targets through to build directory.
8487         * .cvsignore:  No longer ignore "Makefile".
8489 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8491         * MAINTAINERS (Write After Approval): Add self.
8493 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8495         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8497 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8499         * configure.in (vax-*-netbsd*): Re-enable gas.
8501 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8503         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8504         BUILD_PREFIX_1, to correct nomenclature.
8505         * configure: Likewise.
8507         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8508         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8510 2002-05-31  Olaf Hering  <olh@suse.de>
8512         * config-ml.in: Propogate DESTDIR also.
8514 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8516         * configure.in (vax-*-netbsd*): Don't build gas for this
8517         platform.
8519 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8521         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8522         and libgcj for AVR.
8524 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8526         * MAINTAINERS (Write After Approval): Add myself.
8528 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8530         * config.guess: Update to 2002-05-22 version.
8531         * config.sub: Likewise.
8533 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8535         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8536         * config-ml.in: Likewise.
8537         * configure: Likewise.
8538         * configure.in: Likewise.
8540 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8542         * MAINTAINERS: Update my email address.
8544 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8546         * configure.in: Simplify makefile fragment collection.
8548         * configure.in: Remove code to build emacs.
8550         * configure.in : Remove --srcdir argument from targargs and buildargs
8551         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8553         * configure: Move some logic to configure.in.
8554         * configure.in: Move some logic from configure.
8556 2002-05-11  Tom Tromey  <tromey@redhat.com>
8558         * MAINTAINERS: Reflect libgcj reality.
8560 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8562         * Makefile.in: Honour DESTDIR.
8564 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8566         * config.guess: Import 2002-03-20 version.
8567         * config.sub: Import 2002-04-26 version.
8569 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8571         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8573 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8575         * MAINTAINERS: Add self.
8577 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8579         * ltmain.sh: Detect and handle object name conflicts
8580         while piecewise linking a static library.
8582 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8584         * configure.in (noconfigdirs): Don't disable libgcj on
8585         sparc64-*-solaris* and sparcv9-*-solaris*.
8587 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8589         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8591 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8593         * configure.in (FLAGS_FOR_TARGET): Do not add
8594         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8595         on i[3456]86-*-linux*.
8597 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8599         * configure.in (noconfigdirs): Replace [ ] with test.
8601         * configure.in (noconfigdirs): Do not add target-newlib if
8602         target == i[3456]86-*-linux*, and host == target.
8604 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8606         * configure.in: delete reference to absent file
8608         * configure.in: replace '[' with 'test'
8610         * configure.in: Eliminate references to gash.
8611         * Makefile.in: Eliminate references to gash.
8613         * configure.in: remove useless references to 'pic' makefile fragments.
8615         * configure.in: (*-*-windows*) Finish removing.
8617         * configure.in: Eliminate redundant test for libgui.
8619 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8621         * MAINTAINERS: Add self and realphabetize.  Update entries
8622         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8623         entry for a29k port maintainer.
8625 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8627         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8628         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8630 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8632         * configure.in: remove references to dead files
8634 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8636         * MAINTAINERS: Add information about purpose of this file.
8638 2002-04-18  Tom Tromey  <tromey@redhat.com>
8640         * configure.in: Disallow configuring libgcj when it is already
8641         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8642         Solaris 2.8 by default.  For PR libgcj/6158.
8644 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8646         * configure.in:  Move default CC setting out of config/mh-* fragments
8647         directly into here.
8649 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8651         * configure.in: don't even try to configure or make a subdirectory
8652         if there's no configure script for it.
8654 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8656         * MAINTAINERS: Remove chill maintainers.
8657         * Makefile.in (CHILLFLAGS): Remove.
8658         (CHILL_LIB): Remove.
8659         (TARGET_CONFIGDIRS): Remove libchill.
8660         (CHILL_FOR_TARGET): Remove.
8661         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8662         CHILL_LIB.
8663         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8664         (CHECK_TARGET_MODULES): Likewise.
8665         (INSTALL_TARGET_MODULES): Likewise.
8666         (CLEAN_TARGET_MODULES): Likewise.
8667         (configure-target-libchill): Remove.
8668         (all-target-libchill): Remove.
8669         * configure.in (target_libs): Remove target-libchill.
8670         Do not compute CHILL_FOR_TARGET.
8671         * libchill: Remove directory.
8673 2002-04-11  DJ Delorie  <dj@redhat.com>
8675         * Makefile.in, configure.in: Sync with binutils, entries
8676         follow...
8678 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8680         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8681         (do-tar, do-bz2): New rules.
8682         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8683         (gdb-tar): New rule.
8684         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8685         (insight_dejagnu.tar): New rule.
8686         (insight.tar): New rule.
8687         (gdb+dejagnu.tar): New rule.
8688         (gdb.tar): New rule.
8690 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8692         * Makefile.in: Add all-tix to deps for all-snavigator
8693         so that tix is built when building snavigator.
8695 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8697         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8698         ld and gdb are not supported.
8700 2002-01-07  Mark Salter  <msalter@redhat.com>
8702         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8703         Allow target-libgloss to be built for arm, strongarm, and xscale.
8705 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8707         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8708         options for i[3456]86-pc-linux* native builds.
8710 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8712         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8713         files from .po files for a distribution.
8715 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8717         * configure.in: Enable libstdc++-v3 for h8300 targets.
8719 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8721         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8722         version from bfd/.
8724 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8726         * Makefile.in (VER): When present, extract the version number from
8727         the file version.in.
8729 2001-05-24  Tom Rix  <trix@redhat.com>
8731         * configure.in : enable ld for aix
8733 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8735         * config.guess: Add linux target for S/390.
8737 2000-11-07  Philip Blundell  <pb@futuretv.com>
8739         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8741 2000-11-03  Philip Blundell  <pb@futuretv.com>
8743         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8744         files.
8746 2001-01-15  Ben Elliston  <bje@redhat.com>
8748         * configure.in (host_tools): Add sid.
8749         Always configure cgen.
8751 2000-11-24  Nick Clifton  <nickc@redhat.com>
8753         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8756 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8758         * Makefile.in (ALL_MODULES): Add all-cgen.
8759         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8760         (all-cgen): New target.
8761         (all-opcodes,all-sim): Depend on all-cgen.
8762         * configure.in (host_tools): Add cgen.
8763         Only configure cgen if --enable-cgen-maint.
8765 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8767         * configure.in: Add *-*-freebsd* configurations.
8769 2002-04-08  Tom Tromey  <tromey@redhat.com>
8771         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8772         Fixes PR libgcj/6068.
8774 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8776         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8778 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8780         * configure.in (alpha*-dec-osf*): Enable libgcj.
8782 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8784         * MAINTAINERS (Write After Approval): Add myself.
8786 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8788         Fix for: PR bootstrap/3591, target/5676
8789         * configure.in (mcore-pe): Disable the configuration of
8790         libstdc++-v3 since exceptions are not supported.
8792 2002-03-20  Anthony Green  <green@redhat.com>
8794         * configure.in: Enable libgcj for xscale-elf target.
8796 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8798         * MAINTAINERS:  Update my email address.
8800 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8802         * ltmain.sh (relink_command): Fix typo in previous change.
8804 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8806         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8807         (relink_command): Added --tag flags.
8808         (mode=install): If relinking fails; error out.
8810 2002-03-12  Richard Henderson  <rth@redhat.com>
8812         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8813         .NOTPARALLEL tag.
8814         (do-check): Rename from check.
8815         (check): Allow parallel check.
8817 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8819         * MAINTAINERS: Add myself as maintainer for xtensa port.
8820         Fix alphabetical order in CPU port maintainer list.
8821         Remove myself from Write After Approval list.
8823 2002-03-11  Richard Henderson  <rth@redhat.com>
8825         * Makefile.in (.NOTPARALLEL): Add fake tag.
8827 2002-03-07  H.J. Lu  (hjl@gnu.org)
8829         * configure.in: Enable gprof for mips*-*-linux*.
8831 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8833         * MAINTAINERS (Write After Approval): Add myself.
8835 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8837         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8838         libjava.
8839         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8841 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8843         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8844         because its Makefile is there; test for the executable instead.
8846 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8848         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8849         libstdc++-v3 and libjava.
8851 2002-02-11  Adam Megacz  <adam@xwt.org>
8853         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8854         boehm-gc
8856 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8858         * config.guess: Updated to 2002-01-30's version.
8859         * config.sub: Updated to 2002-02-01's version.
8860         Contribute sh64-elf.
8861         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8862         * configure.in: Added sh64-*-*.
8864 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8866         * MAINTAINERS: Belatedly add myself to write after approval list.
8868 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8870         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8871         Remove self as Write After Approval.
8873 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8875         * MAINTAINERS: Put self in as maintainer for contrib/regression
8876         directory.
8878 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8880         * MAINTAINERS:  Update my email address.
8882 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8884         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8885         target-libiberty, and target-libgloss.  Skip Java-related
8886         libraries if not supported for NetBSD on target CPU.
8888 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8890         * install-sh: Use _inst.$$_ for temp file name.
8892 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8894         * MAINTAINERS (Write After Approval): Move my contact info
8895         from here...
8896         (OS Port Maintainers): ...to here (netbsd).
8898 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8900         * MAINTAINERS (Write After Approval): Add myself.
8902 2002-01-17  H.J. Lu  <hjl@gnu.org>
8904         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8905         (all-target-fastjar): Also depend on all-target-libiberty.
8907 2002-01-16  H.J. Lu  (hjl@gnu.org)
8909         * config.guess: Import from master sources, rev 1.225.
8910         * config.sub: Import from master sources, rev 1.238.
8912 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8914         * MAINTAINERS (Write After Approval): Remove myself.
8916 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8918         * MAINTAINERS (Write After Approval): Add myself.
8920 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8922         * MAINTAINERS: Add self as docs co-maintainer.
8924 2001-12-11  Matthias Klose  <doko@debian.org>
8926         * MAINTAINERS (Write After Approval): Add myself.
8928 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8930         * MAINTAINERS: Update my email address.
8932 2001-12-07  Turly O'Connor  <turly@apple.com>
8933         * MAINTAINERS (Write After Approval): Add myself.
8934         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8935         (rs6000_initialize_trampoline): Call __trampoline_setup for
8936         ABI_DARWIN too.
8937         * darwin-tramp.asm: New file, implements __trampoline_setup.
8938         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8940 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8942         * MAINTAINERS (Write After Approval): Add myself.
8944 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8946         * configure, configure.in: Use temp file for long sed commands.
8948 2001-12-03  Laurent Guerby  <guerby@acm.org>
8950         * config.sub: Update to version 1.232 on subversion.
8952 2001-12-03  Ben Elliston  <bje@redhat.com>
8954         * MAINTAINERS: Update mail address for config.* patches.
8956 2001-11-27  DJ Delorie  <dj@redhat.com>
8957             Zack Weinberg  <zack@codesourcery.com>
8959         When build != host, create libiberty for the build machine.
8961         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8962         CONFIG_ARGUMENTS.
8963         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8964         New variables.
8965         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8966         and rules.
8967         (all.normal): Depend on ALL_BUILD_MODULES.
8968         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8969         (all-build-libiberty): Depend on configure-build-libiberty.
8971         * configure: Calculate and substitute proper value for
8972         ALL_BUILD_MODULES.
8973         * configure.in: Create the build subdirectory.
8974         Calculate and substitute TARGET_CONFIGARGS (formerly
8975         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8977 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8979         * MAINTAINERS (write-after-approval): Add self.
8981 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8983         * MAINTAINERS (GNATS only accounts): Remove self.
8985 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8987         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8988         libf2c.
8990 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8992         * MAINTAINERS (Write After Approval): Add self.
8994 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8996         * MAINTAINERS: mips and s390 are also CPU ports.
8998 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9000         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9002 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9004         * MAINTAINERS: Alphabetize.
9006 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9008         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9010 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9012         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9014 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9016         * configure.in (--enable-languages): Be more permissive about
9017         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9019 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9021         * config.sub: Import from master sources, rev. 1.230.
9022         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9024 2001-11-07  Laurent Guerby  <guerby@acm.org>
9026         * MAINTAINERS (Write After Approval): Add self.
9028 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9030         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9032 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9034         * config.sub: Import from master sources, rev 1.226.
9035         * config.guess: Import from master sources, rev 1.216.
9037 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9039         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9040         * MAINTAINERS: Add self as maintainer of MMIX port.
9041         Remove old after-approval entry.
9043 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9045         * ChangeLog, configure: Fix spelling errors.
9047 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9049         * MAINTAINERS: Tweak my address.
9051 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9053         * MAINTAINERS: Update my email address.
9055 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9057         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9058         * MAINTAINERS: Add self as maintainer of CRIS port.
9060 2001-10-10  Geert Bosch  <bosch@gnat.com>
9062         * MAINTAINERS (Various maintainers: Ada front end):
9063         Added Robert Dewar.
9065 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9067         * MAINTAINERS (Write After Approval): Added self
9069 2001-10-02  Geert Bosch  <bosch@gnat.com>
9071         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9073 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9075         * configure: Handle temporary files securely using mkdir.
9077 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9079         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9081 2001-09-26  Will Cohen  <wcohen@redhat.com>
9083         * configure.in (*-*-linux*): Disable configuration of target-newlib
9084         and target-libgloss.
9086 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9088         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9089         RANLIB.
9091 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9093         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9094         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9095         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9096         avoid quotes nesting problems.
9097         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9098         (DO_X): Export only variables that are set.
9100 2001-09-19  Ben Elliston  <bje@redhat.com>
9102         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9103         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9104         semantics.  Use the shell built-in "type" command instead.
9106 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9108         Merged from gcc-3_0-branch:
9109         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9110         * ltcf-c.sh: Use $objext, not $ac_objext.
9111         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9112         * ltcf-cxx.sh: Add support for GNU.
9113         2001-07-22  Timothy Wall  <twall@redhat.com>
9114         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9115         default settings if using GNU tools with that configuration.
9116         * ltcf-cxx.sh: Ditto.
9117         * ltcf-gcj.sh: Ditto.
9118         2001-07-21  Michael Chastain  <chastain@redhat.com>
9119         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9120         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9121         * ltmain.sh: Mark as gcc-local.
9123 2001-08-30  Eric Christopher  <echristo@redhat.com>
9124             Jason Eckhardt  <jle@redhat.com>
9126         * config.guess: Merge from master sources.
9127         * config.sub: Merge from master sources, add support for mipsisa32.
9129 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9130         * config.sub: Merge from master sources, rev 1.219.
9131         * MAINTAINERS: Add self as contact for stormy16 port.
9133 2001-08-14  Zack Weinberg  <zackw@panix.com>
9135         * config.sub: Merge from master sources, rev 1.218.
9136         * config.guess: Merge from master sources, rev 1.209.
9138 2001-08-11  Graham Stott  <grahams@redhat.com>
9140         * Makefile.in (check-c++): Add missing semicolon.
9142 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9144         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9146 2001-07-30  Eric Christopher  <echristo@redhat.com>
9148         * MAINTAINERS (Various maintainers: mips port): Added myself.
9150 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9152         * configure.in (sh-*-linux*): New.
9154 2001-07-27  Richard Henderson  <rth@redhat.com>
9156         * .cvsignore: Add LAST_UPDATED.
9158 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9160         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9162 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9164         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9166 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9168         * MAINTAINERS (Write After Approval): Added myself.
9170 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9172         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9173         and libgcj on m68hc11/m68hc12.
9175 2001-06-27  H.J. Lu  (hjl@gnu.org)
9177         * Makefile (CFLAGS_FOR_BUILD): New.
9178         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9180 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9182         * README: Remove version number.
9184 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9186         * INSTALL/README: Update wrt. to the installation instructions now
9187         residing in gcc/doc/install.texi.
9189 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9191         * README: Replace with a cut-down and updated version of gcc/README.
9193 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9195         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9196         multilibs to be disabled.
9198 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9200         * MAINTAINERS (Write After Approval): Add myself.
9202 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9204         * config.guess: Import CVS version 1.195.
9205         * config.sub: Import CVS version 1.212.
9207 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9209         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9210         gcc/xgcc is built, use -print-prog-name to find out the program
9211         name to use.
9213 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9215         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9216         appear to also be in the master copy.
9217         * config.sub:  Import CVS version 1.211.
9219 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9221         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9222         with_gcc]: Use `gcc -shared' to build a shared library.
9224 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9226         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9227         archives.
9229 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9231         * MAINTAINERS (Write After Approval): Add myself.
9233 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9235         * configure.in (libstdcxx_flags): Do not try to execute
9236         libstdc++-v3/testsuite_flags until it exists.
9238 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9240         * MAINTAINERS: Update my email address.
9242 2001-05-31  Graham Stott  <grahams@redhat.com>
9244         * MAINTAINERS (Write After Approval): Add myself.
9246 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9248         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9249         libraries when using g++ with native linker.
9251 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9253         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9255 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9257         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9258         [aix4*|aix5*]: Prepend blank.
9260 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9262         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9263         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9264         of subdir/configure scripts to use the new libtool.m4.
9266 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9268         * MAINTAINERS (Write After Approval): Add myself.
9270 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9272         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9274 2001-05-11  Ben Elliston  <bje@redhat.com>
9276         * Makefile.in (all-sid): New target.
9277         (check-sid, clean-sid, install-sid): Likewise.
9279 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9281         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9283 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9285         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9286         libgcj.
9288 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9290         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9291         gcc/xgcc is built, use -print-prog-name to find out the program
9292         name to use.
9294 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9296         * configure.in (noconfigdirs): Don't reset it from scratch in the
9297         target case; only append to it.
9299         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9300         sparc-*-solaris2.8]: Disable ${libgcj}.
9302 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9304         * configure.in (libgcj_saved): Copy from $libgcj.
9305         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9306         --disable-libgcj.
9308 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9310         * MAINTAINERS: Remove self as MIPS maintainer and
9311         C front end maintainer.
9313 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9315         * configure.in: Move *-chorusos target case to the proper switch.
9316         Disable libgcj.
9318 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9320         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9321         1.641.2.228.
9323 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9325         * Makefile.in (STAGE1_CFLAGS): Pass down.
9327 2001-04-13  Alan Modra  <amodra@one.net.au>
9329         * config.guess: Add hppa64-linux support.  Note for next import that
9330         this is already in the master file.
9331         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9333 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9335         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9336         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9338 2001-04-11  Stan Shebs  <shebs@apple.com>
9340         * MAINTAINERS: Add self as Darwin port maintainer.
9342 2001-04-11  Alan Modra  <amodra@one.net.au>
9344         * MAINTAINERS: Update my email address.
9346 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9348         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9349         recent versions of FreeBSD (release 3 or later).
9350         * ltconfig: On FreeBSD, -lc must not be provided when building
9351         a shared library or else the standard -pthread gcc option is
9352         rendered worthless to later users of the built library.
9354 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9356         * MAINTAINERS: Add self and RTH as C front end maintainers.
9358 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9360         * config.sub: Make sure to match an already-canonicalized
9361         machine name (eg. mn10300-unknown-elf).
9363 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9365         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9366         New macros.
9367         (bootstrap, cross): Use RECURSE_FLAGS.
9368         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9370 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9372         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9374 2001-03-22  Colin Howell  <chowell@redhat.com>
9376         * Makefile.in (DO_X): Do not backslash single-quotes in
9377         backquotes (two places).
9379 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9381         Re-installed:
9382         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9383         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9384         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9385         * ltcf-cxx.sh: Likewise.
9386         * ltcf-gcj.sh: Likewise.
9388 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9390         * MAINTAINERS: Add myself as "documentation co-maintainer".
9392 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9394         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9395         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9397 2001-03-19  Tom Tromey  <tromey@redhat.com>
9399         * config-ml.in: Handle GCJ and GCJFLAGS.
9401 2001-03-21  Michael Chastain  <chastain@redhat.com>
9403         * Makefile.in: all-m4 depends on all-texinfo.
9405 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9407         * MAINTAINERS: Add myself to write after approval list.
9409 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9411         * Makefile.in (DO_X): Quote nested quotes.
9413 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9415         * MAINTAINERS: Add myself to write after approval list.
9417 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9419         * Makefile.in (DO_X): Use double quotes for quoting
9420         "RANLIB=$${RANLIB}".
9422 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9424         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9426 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9428         * configure.in: Only use `lang_requires' for languages athat are
9429         actually enabled.
9431 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9433         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9435 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9437         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9439 2001-03-07  Tom Tromey  <tromey@redhat.com>
9441         * configure.in: Allow config-lang.in to set `lang_requires' to list
9442         of other required languages.
9444 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9446         * Makefile.in: Remove RANLIB definition. Use RANLIB
9447         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9448         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9450 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9451             Alexandre Oliva  <aoliva@redhat.com>
9453         * Makefile.in (check-c++): Use tabs, not spaces.
9455 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9457         * MAINTAINERS: add myself to Write After Approval list.
9459 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9461         * Makefile.in (check-c++): New rule.
9463         * configure.in (target_libs): Remove libg++.
9464         (noconfigdirs): Remove libg++.
9465         (noconfigdirs): Same.
9466         (noconfigdirs): Same.
9467         (noconfigdirs): Same.
9469         * config-ml.in: Remove libg++ references.
9471         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9472         (ALL_TARGET_MODULES): Same.
9473         (configure-target-libg++): Remove.
9474         (all-target-libg++): Remove.
9475         (configure-target-libio): Remove.
9476         (all-target-libio): Remove.
9477         (check-target-libio): Remove.
9478         (.PHONY): Remove.
9479         (libg++.tar.bz2): Remove.
9480         (all-target-cygmon): Remove libio.
9481         (all-target-libstdc++): Remove.
9482         (configure-target-libstdc++): Remove.
9483         (TARGET_LIB_PATH): Remove libstdc++.
9484         (ALL_GCC_CXX): Remove libstdc++.
9485         (all-target-gperf): Correct.
9487 2001-02-16  Nick Clifton  <nickc@redhat.com>
9489         * configure.in (noconfigdirs): Allow configuration of texinfo
9490         for Cygwin hosts.
9492 2001-02-15  Anthony Green  <green@redhat.com>
9494         * configure: Introduce GCJ_FOR_TARGET.
9495         * configure.in: Ditto.
9496         * Makefile.in: Ditto.
9498 2001-02-13  Andreas Schwab  <schwab@suse.de>
9500         * MAINTAINERS: Update mail address.
9502 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9504         * config.guess: Add linux target for S/390.
9505         * config.sub: Likewise.
9507 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9509         * configure.in: for *-chorusos, don't config target-newlib and
9510         target-libgloss.
9512 2001-02-06  Ben Elliston  <bje@redhat.com>
9514         * configure: Output host type to stdout, not stderr.
9516 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9518         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9519         * ltcf-cxx.sh: Likewise.
9521         * config.if: Assume enable_libstdcxx_v3 is defined.
9523 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9525         Remove V2 C++ library.
9526         * configure.in: Remove --enable-libstdcxx_v3 support.
9528 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9530         * include/demangle.h: Add prototype for java_demangle_v3.
9532 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9534         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9536 2001-01-27  Richard Henderson  <rth@redhat.com>
9538         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9540 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9542         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9543         Don't unset, it's non-portable and no longer necessary, set to empty
9544         instead.
9546 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9548         * ltconfig: Shell portability fix for the tagname validity check.
9550 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9552         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9553         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9555 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9557         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9559 2001-01-26  Tom Tromey  <tromey@redhat.com>
9561         * configure.in: Allow libgcj to be built on Sparc Solaris.
9563 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9565         * ltcf-c.sh: Add aix5 case.
9566         * ltcf-cxx.sh: Likewise.
9567         * ltconfig: Likewise.
9569 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9571         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9572         keep at least one of build_libtool_libs or build_old_libs set to
9573         yes.
9575         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9576         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9578 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9580         * configure.in: Enable libgcj on several additional platforms.
9582 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9584         * configure.in: Enable libgcj for linux targets.
9586 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9588         * MAINTAINERS (Write After Approval): Add myself.
9590 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9592         * MAINTAINERS: Add myself as vax port maintainer.
9594 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9596         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9598 2001-01-09  Mike Stump  <mrs@wrs.com>
9600         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9601         failures of subdirectories.
9603 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9605         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9606         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9607         * ltcf-cxx.sh: Likewise.
9608         * ltcf-gcj.sh: Likewise.
9609         * ltconfig.sh: Fix typo.
9611 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9613         * configure: handle DOS-style absolute paths.
9615 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9617         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9619 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9621         * MAINTAINERS: Add myself as avr port co-maintainer.
9623 2000-12-28  Ben Elliston  <bje@redhat.com>
9625         * MAINTAINERS: Add myself under ``Write After Approval''.
9627 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9629         * texinfo: Remove directory from GCC.
9631 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9633         * COPYING: Update to current
9634         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9635         to 19yy as example year in copyright notice).
9637 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9639         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9640         (libstdcxx_incdir): Pass down.
9641         * config.if: Remove expired bits for cxx_interface, add stub.
9642         (libstdcxx_incdir): Add variable for g++ include directory.
9643         * configure.in (gxx_include_dir): Use it.
9645 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9647         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9648         with old-email address from ``Write After Approval''.
9650 2000-12-15  Andreas Jaeger  <aj@suse.de>
9652         * configure.in: Handle lang_dirs.
9654 2000-12-14  Tom Tromey  <tromey@redhat.com>
9656         * MAINTAINERS: Removed brads.
9658         * MAINTAINERS: Added gcj developers.
9660 2000-12-13  Anthony Green  <green@redhat.com>
9662         * configure.in: Disable libgcj for any target not specifically
9663         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9664         with g++ abi.
9666 2000-12-13  Mike Stump  <mrs@wrs.com>
9668         * Makefile.in (local-distclean): Also remove fastjar.
9670 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9672         * contrib/gcc_update: Add fastjar --touch entries.
9674 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9676         * configure.in: Disable language-specific target libraries for
9677         languages that aren't enabled.
9679 2000-12-10  Anthony Green  <green@redhat.com>
9681         * configure.in: Define libgcj.  Disable libgcj target libraries for
9682         most targets.
9684 2000-12-10  Neil Booth  <neilb@earthling.net>
9686         * MAINTAINERS: Update mail address, remove from WAA list.
9688 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9690         * libjava: Imported from /cvs/java.
9691         * libffi: Likewise.
9692         * Boehm-gc: Likewise.
9694 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9696         * configure.in (target_libs): Revert 2000-12-08 patch.
9697         (noconfigdirs): Added target-libjava.
9699 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9701         * djunpack.bat: removed.
9703 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9705         * Makefile.in: handle DOS-style absolute paths.
9706         * config-ml.in: likewise.
9707         * symlink-tree: likewise.
9709 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9711         * fastjar: Imported.
9713 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9715         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9716         libjava.
9717         * configure.in (target_libs): Removed `target-libjava'.
9719 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9721         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9722         (ALL_MODULES): Added fastjar.
9723         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9724         (all-target-libjava): all-fastjar replaces all-zip.
9725         (all-fastjar): Added.
9726         (configure-target-fastjar, all-target-fastjar): Likewise.
9727         * configure.in (host_tools): Added fastjar.
9729 2000-12-07  Mike Stump  <mrs@wrs.com>
9731         * Makefile.in (local-distclean): Remove leftover built files.
9733 2000-11-24  Nick Clifton  <nickc@redhat.com>
9735         * configure.in (xscale-elf): Add target.
9736         (xscale-coff): Add target.
9738 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9740         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9741         recent versions of FreeBSD (release 3 or later).
9742         * ltconfig: On FreeBSD, -lc must not be provided when building
9743         a shared library or else the standard -pthread gcc option is
9744         rendered worthless to later users of the built library.
9746 2000-11-16  Fred Fish  <fnf@be.com>
9748         * configure.in (enable_libstdcxx_v3): Fix typo,
9749         libstd++ -> libstdc++.
9751 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9753         * MAINTAINERS: Add self to Write After Approval list.
9755 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9757         * MAINTAINERS: Update my email address.  Add myself to global write
9758         privs list.
9760 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9762         * Makefile.in: Merge with src and libgcj.
9763         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9764         configure-target-<library> when their configure scripts need the C
9765         or C++ library to have already been built to work properly.
9766         (do_proto_toplev): Set them to an empty string.
9768         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9769         (REALLY_SET_LIB_PATH): Use them.
9771 2000-11-17  Stan Shebs  <shebs@apple.com>
9773         * MAINTAINERS: Add self to Write After Approval list.
9775 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9777         * configure: Provide the original toplevel configure arguments
9778         (including $0) to subprocesses in the environment rather than
9779         through gcc/configargs.h.
9781 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9783         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9784         C99.  Alphabetise "Write After Approval" list.
9786 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9788         * configure: Turn on libstdc++ V3 by default.
9790         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9791         if we've got GCC.
9793 2000-11-11  Philip Blundell  <philb@gnu.org>
9795         * MAINTAINERS: Add self to Write After Approval list.
9797 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9799         * ltcf-c.sh (aix4): Improve shared library configuration; require
9800         exporting symbols.
9801         * ltcf-cxx.sh (aix4): Define.
9802         * ltconfig (aix4): Define library and soname specs appropriate for
9803         AIX.  Define command to create export symbols list.
9805 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9807         * config.sub: Add support for Sun Chorus
9809 2000-10-31  Nick Clifton  <nickc@redhat.com>
9811         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9812         <name>@redhat.com.  Also installed new email address for Clint
9813         Popetz.
9815 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9817         * etc: Remove directory from GCC.
9819 2000-10-16  Michael Meissner  <meissner@redhat.com>
9821         * configure (gcc/configargs.h): Only create if there is a build GCC
9822         directory created.
9824 2000-10-16  Matthias Klose  <doko@debian.org>
9826         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9827         when configured for libstdc++-v3.
9829 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9831         * configure: Save configure arguments to gcc/configargs.h.
9833 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9835         * config.guess: Import CVS version 1.157.
9836         * config.sub: Import CVS version 1.181.
9838 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9840         * Makefile.in (bootstrap): avoid recursion if subdir missing
9841         (cross): ditto
9842         (do-proto-toplev): ditto
9844 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9846         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9847         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9849         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9850         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9851         all affected `configure' scripts.
9853 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9855         * MAINTAINERS: Add self as cpplib co-maintainer.
9857 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9859         * MAINTAINERS: Add self to Write After Approval list.
9861 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9863         * INSTALL/README: egcs -> GCC update.
9865 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9867         * MAINTAINERS: Add myself to Write After Approval list.
9869 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9871         * MAINTAINERS: Add myself to Write After Approval list.
9873 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9875         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9876         X11 libraries for hppa64.
9878 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9880         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9882 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9884         * Makefile.in (all-zlib): Added dummy target.
9886         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9887         ltcf-gcj.sh: Updated from libtool multi-language branch.
9889 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9891         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9892         (bootstrap*): Depend on all-bootstrap.
9894 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9896         * config.guess: Import CVS version 1.156.
9897         * config.sub: Import CVS version 1.179.
9899 2000-09-02  Anthony Green  <green@cygnus.com>
9901         * Makefile.in (all-gcc): Depend on all-zlib.
9902         (CLEAN_MODULES): Add clean-zlib.
9903         (ALL_MODULES): Add all-zlib.
9904         * configure.in (host_libs): Add zlib.
9906 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9908         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9909         crosses, but add gcc/include to the header search path for them.
9911 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9913         * MAINTAINERS: Add self to Write After Approval list.
9915 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9917         * config.guess: Import CVS version 1.152.
9918         * config.sub: Import CVS version 1.177.
9920 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9922         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9923         $targargs to tell whether newlib is going to be built.
9925         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9926         $$r/TARGET_SUBDIR/libio for _G_config.h.
9928 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9930         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9932 2000-08-22  DJ Delorie  <dj@redhat.com>
9934         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9936 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9938         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9939         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9940         sub-configures.
9942 2000-08-21  DJ Delorie  <dj@redhat.com>
9944         * MAINTAINERS: Add self as a libiberty maintainer
9946 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9948         * configure.in (libstdcxx_flags): Use
9949         libstdc++-v3/src/libstdc++.INC.
9951 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9953         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9955 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9957         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9959         * configure: Make enable_threads and enable_shared defaults
9960         explicit.  Substitute enable_threads into generated Makefiles.
9961         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9962         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9964 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9966         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9968 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9970         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9971         previous delta.
9973 2000-08-11  Jason Merrill  <jason@redhat.com>
9975         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9976         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9977         (FLAGS_FOR_TARGET): Not here.
9978         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9980 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9982         * config-ml.in (CC, CXX): Don't introduce a leading space.
9984 2000-08-07  DJ Delorie  <dj@delorie.com>
9986         * MAINTAINERS: Add self as a DJGPP maintainer
9988 2000-08-07  DJ Delorie  <dj@redhat.com>
9990         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9991         "if we're also building gcc, and it's a gcc that will run on the
9992         build machine, we want to use its includes instead of the system's
9993         default includes".
9995 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9997         * MAINTAINERS: Add self to Write After Approval list.
9999 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10001         * configure.in (libstdcxx_flags): Don't use `"'.
10003         * config-ml.in: Adjust multilib search paths to the
10004         appropriate multilib tree.
10006 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10008         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10009         commas in $LANGUAGES.
10011 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10013         * configure.in: Re-enable all references to libg++ and librx.
10015 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10017         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10018         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10019         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10020         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10022         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10024 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10026         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10027         CXX_FOR_TARGET for sed.
10029 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10031         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10032         Do not override if already set in the environment or in configure.
10033         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10034         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10036 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10038         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10039         the libtool CVS tree multi-language branch.
10040         * ltconfig, ltmain.sh: Updated.
10042 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10044         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10045         (clean-target): Depend on it.
10047         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10048         (GCC_FOR_TARGET): Use it.
10049         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10050         * configure.in: ... here.
10051         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10052         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10054 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10056         * MAINTAINERS: Add self to Write After Approval list.
10058 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10060         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10061         (configure-target-libchill, configure-target-libobjc): Likewise.
10063         * configure.in: Use the same cache file for all target libs.
10064         * config-ml.in: But different cache files per multilib variant.
10066 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10068         * configure (topsrcdir): Don't use dirname.
10070 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10072         * MAINTAINERS: Add self to Write After Approval list.
10074 2000-07-20  Jason Merrill  <jason@redhat.com>
10076         * configure.in: Remove all references to libg++ and librx.
10078         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10080 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10082         * config.sub: Update to subversions version 2000-07-06.
10084 2000-07-12  Andrew Haley  <aph@cygnus.com>
10086         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10087         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10089 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10091         * symlink-tree:  Check number of arguments.
10093 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10095         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10096         search path for a g++ extracted from the build tree.  This
10097         will allow link tests run by configure scripts in
10098         subdirectories to succeed.
10100 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10102         * ltconfig: Add support for mips-dde-sysv4.2MP
10104 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10106         * MAINTAINERS: Add myself as loop discovery maintainer.
10108 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10110         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10111         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10113 2000-06-19  Timothy Wall  <twall@cygnus.com>
10115         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10116         * config.sub: Add tic54x target.
10118 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10120         * MAINTAINERS: Add self as Fortran maintainer,
10121         remove Craig Burley.
10123 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10125         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10126         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10128 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10130         * MAINTAINERS: Add self as i18n maintainer
10132 20000-05-21  H.J. Lu  (hjl@gnu.org)
10134         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10135         directory are used if they exist. Make sure
10136         $(build_tooldir)/include is searched for header files,
10137         $(build_tooldir)/lib/ for library files.
10138         (GCC_FOR_TARGET): Likewise.
10139         (CXX_FOR_TARGET): Likewise.
10141 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10143         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10145 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10147         * Makefile.in (configure-target-libiberty): Depend on
10148         configure-target-newlib.
10150 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10152         * configure.in, Makefile.in: Merge all libffi-related
10153         configury stuff from the libgcj tree.
10155 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10157         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10158         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10160 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10162         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10163         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10164         current version information.  Add to proto-toplev directory.
10165         (gdb-taz): Build do-djunpack.
10167 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10169         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10171 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10173         * MAINTAINERS: Add self to Write After Approval list.
10175 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10177         * ltmain.sh: Preserve in relink_command any environment
10178         variables that may affect the linker behavior.
10180 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10182         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10184 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10186         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10188 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10190         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10191         with the version name.
10193 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10195         * MAINTAINERS: Add self as bb-reorder maintainer.
10197 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10199         * config.if: Tweak.
10201 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10203         * djunpack.bat: New file.
10205 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10207         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10208         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10209         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10210         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10212 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10214         * config.sub (case $basic_machine): Change default for "ibm-*"
10215         to "openedition".
10217 2000-04-13  Andreas Jaeger  <aj@suse.de>
10219         * MAINTAINERS: Added myself.
10221 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10223         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10224         (do-md5sum): New target.
10225         (MD5PROG): Define.
10226         (PACKAGE): Default to TOOL.
10227         (VER): Default to a shell script.
10228         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10229         md5 checksum generation.
10230         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10231         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10232         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10233         insight.tar.bz2): Use gdb-taz to create archive.
10235 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10237         * configure (warn_cflags): Delete.
10239 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10241         * MAINTAINERS: Added myself.
10243 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10244             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10246         * configure.in (enable_libstdcxx_v3): Add.
10247         (target_libs): Add bits here to switch between libstdc++-v2 and
10248         libstdc++-v3.
10249         * config.if: And this file too.
10250         * Makefile.in: Add libstdc++-v3 targets.
10252 2000-04-05  Michael Meissner  <meissner@redhat.com>
10254         * config.sub (d30v): Add d30v as a basic machine type.
10256 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10258         * configure.in: -linux-gnu*, not -linux-gnu.
10260 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10262         * MAINTAINERS: Add self in write-after-approval section.
10264 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10266         * MAINTAINERS: Add self as ia64 port maintainer.
10268 2000-03-08  Neil Booth  <NeilB@earthling.net>
10270         * MAINTAINERS: Add self in write-after-approval section.
10272 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10274         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10275         (do-tar-bz2): Replace TOOL with PACKAGE.
10276         (gdb.tar.bz2): Remove GDBTK from GDB package.
10277         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10278         dejagnu.tar.bz2): New packages.
10280 2000-02-27  Andreas Jaeger  <aj@suse.de>
10282         * configure.in: Add entry for mips*-*-linux*, move catch all
10283         *-*-*linux* entry below this one.
10285 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10287         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10289 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10291         * config.sub: Support an OS of "wince".
10293 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10295         * config.guess, config.sub: Updated to match config's 2000-02-15
10296         version.
10298 2000-02-23  Linas Vepstas  <linas@linas.org>
10300         * config.sub: Add support for Linux/IBM 370.
10301         * configure.in: Likewise.
10303 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10305         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10307 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10309         * config.guess: Guess "cygwin" rather than "cygwin32".
10311 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10313         * configure (gcc_version): When setting, narrow search to
10314         lines containing `version_string'.
10316 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10318         * config.sub: Add support for avr target.
10320 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10322         * MAINTAINERS: Add maintainers for MCore port.
10324 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10326         * config.sub: Add mmix-knuth-mmixware.
10328 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10330         * MAINTAINERS: Pair cccp with cpplib maintainership.
10332 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10334         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10335         structure stuff to -L library search.
10336         (CXX_FOR_TARGET): Ditto.
10337         (CROSS_CHECK_MODULES): Fix spelling mistake.
10339 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10341         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10342         the C++ compiler.
10344 2000-01-12  Richard Henderson  <rth@cygnus.com>
10346         * configure.in: Don't build some bits for beos.
10348 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10350         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10351         as include files.
10353 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10355         * Add self as cpplib maintainer, as requested by Jason
10356         Merrill.  Correct my e-mail address.
10358 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10360         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10361         not mh-aix43.
10363 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10365         * MAINTAINERS: Add myself to "write after approval" list.
10367 1999-12-14  Richard Henderson  <rth@cygnus.com>
10369         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10370         * config.sub: Accept alphaev[78], alphaev8.
10372 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10374         * config.guess, config.sub: Update from autoconf.
10376 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10378         * MAINTAINERS:  update my playtime e-address.
10380 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10382         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10383         necessary libraries are missing.
10385 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10387         * MAINTAINERS: Add new 'write after approval' maintainer.
10389 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10391         * MAINTAINERS: Add new Java maintainer.
10393 1999-10-25  Andreas Schwab  <schwab@suse.de>
10395         * configure: Fix quoting inside arguments of eval.
10397 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10399         * config-ml.in: Allow suppression of some ARM multilibs.
10401 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10403         * config.guess: Add OS/390 match pattern.
10404         * config.sub: Add mvs, openedition targets.
10405         * configure.in (i370-ibm-opened*): New.
10407 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10409         * config.sub: Add support for configuring for pj.
10411 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10413         * config.sub (maybe_os): Add support for configuring for fr30.
10415 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10417         * configure.in: Do not configure or build ld for AIX
10418         platforms.  ld is known to be broken on these platforms.
10420 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10422         * config-ml.in: Pass compiler flag corresponding to multidirs to
10423         subdir configures.
10425 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10427         * Makefile.in (LDFLAGS): Define.
10429 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10431         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10432         noconfigdirs.
10433         (*-*-cygwin*): Likewise.
10435 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10437         * mkdep: New file.
10438         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10439         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10441         From Eli Zaretskii <eliz@is.elta.co.il>:
10442         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10443         long file name when using DJGPP on MS-DOS.
10445 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10447         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10449 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10451         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10452         dependency as this causes "make check" to globally "make all"
10454 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10456         * configure.in (target_libs): Added target-zlib.
10457         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10458         (CONFIGURE_TARGET_MODULES): Likewise.
10459         (CHECK_TARGET_MODULES): Likewise.
10460         (INSTALL_TARGET_MODULES): Likewise.
10461         (CLEAN_TARGET_MODULES): Likewise.
10462         (configure-target-zlib): New target.
10463         (all-target-zlib): Likewise.
10464         (all-target-libjava): Depend on all-target-zlib.
10465         (configure-target-libjava): Depend on configure-target-zlib.
10467         * Makefile.in (configure-target-libjava): Depend on
10468         configure-target-newlib.
10469         (configure-target-boehm-gc): New target.
10470         (configure-target-qthreads): New target.
10472         * configure.in (target_libs): Added target-qthreads.
10473         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10474         (CONFIGURE_TARGET_MODULES): Likewise.
10475         (CHECK_TARGET_MODULES): Likewise.
10476         (INSTALL_TARGET_MODULES): Likewise.
10477         (CLEAN_TARGET_MODULES): Likewise.
10478         (all-target-qthreads): New target.
10479         (configure-target-libjava): Depend on configure-target-qthreads.
10480         (all-target-libjava): Depend on all-target-qthreads.
10482         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10483         (CONFIGURE_TARGET_MODULES): Likewise.
10484         (CHECK_TARGET_MODULES): Likewise.
10485         (INSTALL_TARGET_MODULES): Likewise.
10486         (CLEAN_TARGET_MODULES): Likewise.
10487         (all-target-libjava): New target.
10488         (all-target-boehm-gc): Likewise.
10489         * configure.in (target_libs): Added libjava, boehm-gc.
10491 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10493         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10494         configure.bat in SUPPORT_FILES.
10495         (gas+binutils.tar.bz2): Likewise.
10497         * makeall.bat: Remove; obsolete.
10499 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10501         From Mark Elbrecht:
10502         * configure.bat: Remove; obsolete.
10504 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10506         * configure: Add -W -Wall to the default CFLAGS when compiling with
10507         gcc.
10509 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10511         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10513 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10515         * configure.in: Build ld on IRIX6.
10517 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10519         * Makefile.in: Change distribution targets to use bzip2 instead of
10520         gzip.
10521         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10522         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10524 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10526         * config.sub: Add mcore target.
10528 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10530         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10532 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10534         * config.guess (dummy): Changed to $dummy.
10536 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10538         * config.sub: Tidied up case statements.
10540 1999-05-22  Ben Elliston  <bje@cygnus.com>
10542         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10543         <jiro@din.or.jp>.
10545         * config.guess: Merge with FSF version. Future changes will be
10546         more accurately recorded in this ChangeLog.
10547         * config.sub: Likewise.
10549 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10551          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10553 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10555         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10557 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10559         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10561 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10563         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10564         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10565         Bad merge removed these two changes.
10567 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10568                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10570         * config.guess (interix Alpha): Add.
10572 1999-04-11  Richard Henderson  <rth@cygnus.com>
10574         * configure.in (i?86-*-beos*): Do config gperf; don't config
10575         gdb, newlib, or libgloss.
10577 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10579         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10580         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10581         from multidirs.
10583 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10585         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10587 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10589         * config.sub: Add support for mcore targets.
10591 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10593         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10594         not mt-ospace, in order to shut up assembler warning about using
10595         symbols that are named the same as registers.
10597 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10599         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10600         dependency list for all-target-cygmon.
10602 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10604         * config-ml.in: Check $host, not $target, for selective multilibs.
10605         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10606         thumb interworking, and underscore prefix multilibs.
10608 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10610         * missing: Update to version from current automake.
10612 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10614         * configure (gxx_include_dir): Removed.
10616         * configure.in (gxx_include_dir): Handle it.
10617         * Makefile.in: Likewise.
10619 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10621         * config.sub (mips64vr4111,mips64vr4111el) Add.
10623 1999-03-21  Ben Elliston  <bje@cygnus.com>
10625         * config.guess: Correct typo for detecting ELF on FreeBSD.
10627 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10629         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10630         config/mh-djgpp.
10632 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10634         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10635         all-target-newlib to dependency list for all-target-bsp.
10637 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10639         * config.sub: Add i386-uwin support.
10640         * config.guess: Likewise.
10642 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10644         * configure.in: cleanup, add mh-*pic handling for arm, special
10645         case powerpc*-*-aix*
10647 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10649         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10650         can be built.
10652 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10654         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10655         targets.
10657 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10659         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10661 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10663         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10665 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10667         * config.sub: Fix typo in arm recognition.
10669 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10671         * configure.in (noconfigdirs): Changed target_configdirs to
10672         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10673         rather than m68k-*-* since it is not known to work on
10674         m68k-aout. Ditto for arm-*-*oabi.
10676 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10678         * configure.in (*-*-windows*): Remove, no longer used.
10680 1999-02-19  Ben Elliston <bje@cygnus.com>
10682         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10683         Smart and improved by Andrew Cagney.
10685 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10687         * config.guess: Recognize openbsd-*-hppa.
10689 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10691         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10692         only if it is not empty.
10694 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10696         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10698         * config.guess: Modified to recognize uname's armv* syntax.
10700         * config.sub: Modified to recognize uname's armv* syntax.
10702 1999-02-17  Mark Salter  <msalter@cygnus.com>
10704         * configure.in: Added target-bsp for sparclite.
10706 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10708         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10710 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10712         * configure.in: Add support for strongarm port.
10713         * config.sub: Add support for strongarm target.
10715 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10717         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10718         the old name config/mh-cygwin32.
10719         Enable texinfo.
10721 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10723         * configure.in: Do build ld for ix86 Solaris.
10725 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10727         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10728         $AR_FOR_TARGET.  Likewise for RANLIB.
10730 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10732         * config.sub (oabi):  Recognize.
10733         * configure.in (arm-*-oabi):  Handle.
10735 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10737         * config.guess: Improve detection of i686 on UnixWare 7.
10739 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10741         * config.guess: Add support for i386-pc-interix.
10742         * config.sub: Likewise.
10743         * configure.in: Likewise.
10745 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10747         * Makefile.in: Remove unneeded all-target-libio from
10748         from all-target-winsup target since it is now unneeded.
10749         Add all-target-libtermcap in its place since it is now
10750         needed.
10752 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10754         * configure.in: makefile stub for cygwin target is probably
10755         unnecessary.  Remove it for now.
10757 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10759         * configure.in: libtermcap.a should be built when cygwin is the
10760         target as well as the host.
10761         * config.guess: Allow mixed case in cygwin uname output.
10762         * Makefile.in: Add libtermcap target.
10764 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10766         * config.sub: Clean up handling of hppa2.0.
10768 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10770         * config.guess: Use C code to identify more HP machines.
10772 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10774         * config.sub: Handle hppa2.0.
10776 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10778         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10779         cygmon for all sparclite targets, regardless of object format.
10781 1998-12-15  Mark Salter  <msalter@cygnus.com>
10783         * configure.in: Added target-bsp for several target architectures.
10785         * Makefile.in: Added rules for bsp.
10787 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10789         * config.guess: Improve detection of hppa2.0 processors.
10791 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10793         * config.guess: Recognize FreeBSD using ELF automatically.
10795 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10797         * configure (skip-this-dir): Add handling for new shell script, which
10798         might be created by a sub-directory's configure to indicate, this particular
10799         directory is "unwanted".
10800         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10802 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10804         * ltconfig: import from libtool, after changing libtool to
10805         account for the cygwin name change.
10807 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10809         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10810         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10812 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10814         * configure.in: Add libtermcap to list of cygwin dependencies.
10816 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10818         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10819         they include winsup/include when it's a cygwin target.
10821 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10823         * configure.in (host_tools): Added zip.
10824         * Makefile.in (all-target-libjava): Depend on all-zip.
10825         (all-zip): New target.
10826         (ALL_MODULES): Added all-zip.
10827         (NATIVE_CHECK_MODULES): Added check-zip.
10828         (INSTALL_MODULES): Added install-zip.
10829         (CLEAN_MODULES): Added clean-zip.
10831 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10833         * Makefile.in: lose "32" from comment about cygwin.
10835 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10837         * configure.in: Use -Os to build target libraries for the fr30.
10839 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10841         * config.sub: Add fr30.
10843 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10845         * configure.in: drop "32" from config/mh-cygwin32.  Check
10846         cygwin* instead of cygwin32*.
10847         * config.sub: Check cygwin* instead of cygwin32*.
10849 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10851         * config.guess: Match any version of Unixware7.
10853 1998-10-20  Syd Polk  <spolk@cygnus.com>
10855         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10856         if desired.
10858 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10860         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10861         these if the appropriate directories and files to not exist.
10863 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10865         * Makefile.in (DEVO_SUPPORT): Add config.if.
10867 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10869         * configure: Add pattern to replace "build_tooldir"'s
10870         definition in the generated Makefile with "tooldir"'s
10871         actual value.
10873 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10875         * config.sub: Bring back lost sparcv9.
10877         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10879 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10881         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10882         CC_FOR_TARGET and friends.
10884 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10886         * Makefile.in (build_tooldir): New variable, same as tooldir.
10887         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10888         -B$(build_tooldir)/bin/.
10889         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10891 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10893         * README: Remove installation instructions and refer to the
10894         INSTALL directory instead.
10896 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10898         * config.sub: Add support for i[34567]86-pc-udk.
10899         * configure.in: Likewise.
10901 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10903         * Makefile.in: add bzip2 package building bits for user
10904         tools module
10905         * configure.in: ditto
10907 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10909         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10910         (ALL_TARGET_MODULES): Add all-target-libobjc.
10911         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10912         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10913         (all-target-libchill): Add dependencies.
10914         * configure.in (target_libs): Add libchill.
10916 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10918         * configure.in (target_subdir): Remove duplicate line.
10920 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10922         * Makefile.in (all-automake): fix dependencies.
10924 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10926         * configure.in: Minor cleanups for building in the $(target_alias)
10927         subdir.
10929 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10931         * Makefile.in (bootstrap): Set r and s before make all.  Use
10932         BASE_FLAGS_TO_PASS in make all.
10933         (cross): Likewise.
10935 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10937         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10939 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10941         * config.sub: Fix typo in last change.
10943 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10945         * config.sub: Add support for C4x target.
10946         * configure.in: Likewise.
10948 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10950         * config.sub: Recognize sparcv9 just like sparc64.
10952 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10954         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10956 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10958         * config.guess: Correctly identify Pentium II sco boxes.
10960         * config.guess: Fix "tr" code.  From Weiwen Liu.
10962 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10964         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10965         stabs.
10967 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10969         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10970         (ALL_TARGET_MODULES): Add all-target-libchill.
10971         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10972         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10973         (all-target-libchill): Add dependencies.
10974         * configure.in (target_libs): Add libchill.
10976 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10978         * config.guess: Avoid assumptions about "tr" behaves when
10979         LANG is set to something other than English.
10981 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10983         * configure (gxx_include_dir): Changed to
10984         '${prefix}/include/g++'-${libstdcxx_interface}.
10986         * config.if: New to determine the interfaces.
10988 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10990         * config.guess: Detect and handle MPE/IX.
10991         * config.sub: Deal with MPE/IX.
10993 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10995         * configure.in: Use mh-aix43.
10997 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10999         * configure: Fix --without/--disable cases for gxx-include-dir.
11001 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11003         * mdata-sh:  Imported.  Needed for automake support.
11005 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11007         * Makefile.in (taz): Try "chmod -R og=u ." before
11008         "chmod og=u `find . -print`".
11010 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11012         * configure.in: Add arm-elf and thumb-elf support.
11014 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11016         * Makefile.in: Undo previous patch.
11018 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11020         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11021         to here ...
11022         (install-no-fixedincludes): and here
11023         (INSTALL_MODULES): ... from here.
11025 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11027         * config.sub: Merge with FSF.
11029         * config.guess: Merge with FSF.
11031 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11033         * configure (extraconfigdirs): New variable.
11034         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11035         * Makefile.in (all): Move higher in file.
11036         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11037         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11038         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11039         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11040         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11042 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11044         * Makefile.in (all-target-libjava): Depend on all-gcc and
11045         all-target-newlib.
11046         (configure-target-libjava): Depend on $(ALL_GCC).
11048 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11050         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11051         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11053 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11055         * INSTALL/README: Fix typo.
11057 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11059         * ylwrap: Change absolute path checks to check for DOS style path
11060         names.
11062         * ylwrap: Don't use a full path name if the source file is in the
11063         same directory.  From hjl@lucon.org (H.J. Lu).
11065         * config-ml.in: Default to being verbose, to match Feb 18 change to
11066         configure.
11068 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11070         Brought over from egcs:
11072         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11074         * configure.in (target_subdir): Set to ${target_alias} instead
11075         of "libraries".
11077         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11079         * configure.in (target_subdir): Set to libraries if enable_multilib.
11081 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11083         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11084         multilibs, force reconfiguration the first time we create
11085         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11087 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11089         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11090         avoid confusion with --no-recursion.
11092 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11094         * configure.in: Win32 hosts shouldn't use install -x
11095         * install-sh: remove -x option, and special .exe-handling
11096         hack.
11098 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11100         * config.guess: Recognize i586-pc-beos.
11101         * configure.in: Don't build some bits for beos.
11103 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11105         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11106         CFLAGS default to -O2.
11108         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11109         when using GNU ld.
11111 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11113         * ltmain.sh: Correct install when using a different shell.
11115 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11117         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11119 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11121         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11122         target.
11124 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11126         * ltconfig: Update to correct AIX handling.
11128 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11130         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11132         * configure.in (target_subdir): Set to ${target_alias} instead
11133         of "libraries".
11135 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11137         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11138         (Makefile): Depend on $(gcc_version_trigger).
11140         * configure (gcc_version): Change default initializer to empty
11141         string.
11142         (gcc_version_trigger): New variable; pass this variable down
11143         to subdir configures to enable them checking gcc's version
11144         themselves. Emit make macros for both gcc_version vars.
11145         (topsrcdir): Initialize reliably.
11146         (recursion line): Remove --with-gcc-version=${gcc_version}.
11148 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11150         * configure (enable_version_specific_runtime_libs): Implement new flag
11151         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11152         in $(libsubdir); emit definition in each generated Makefile.
11153         (gxx_include_dir): Initialize depending on
11154         $enable_version_specific_runtime_libs.
11156 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11158         * configure (gcc_version): Initialize properly depending on
11159         how and where configure is started.
11160         (recursion line): Pass a --with-gcc-version=${gcc_version}
11161         to configures in subdirs.
11163 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11165         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11166         cygmon
11168 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11170         * configure.in: Add cygmon and libstub support for mn10200.
11172 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11174         * configure (gcc_version): Add new variable describing the
11175         particular gcc version we're building.
11176         * Makefile.in (libsubdir): Add new macro for the directory
11177         in which the compiler finds executables, libraries, etc.
11178         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11179         and libsubdir.
11181 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11183         * Makefile.in (local-clean): Remove *.log.
11184         (warning.log): Built with warn_summary from build.log.
11185         (mail-report.log): Run test_summary.
11186         (mail-report-with-warnings.log): Run test_summary including
11187         warning.log in the report.
11189 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11191         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11193 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11195         * Makefile.in (grep): Grep no longer depends on libiberty.
11197 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11199         * Makefile.in: all-snavigator needs all-libgui.
11201 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11203         * configure.in: Add cygmon and libstub support for mn10300.
11205 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11207         * missing: Update to version from automake 1.3.
11209         * ltmain.sh: On installation, don't get confused if the same name
11210         appears more than once in the list of library names.
11212 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11214         * config.sub: Accept m68060 and m5200 as CPU names.
11216 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11218         * configure: Use && rather than using -a in test, because odd
11219         strings can confuse test.
11220         * configure.in: Likewise.
11222 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11224         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11226 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11228         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11229         bootstrap4-lean): New targets.
11231 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11233         * mpw-* Delete.  Not used.
11235 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11237         * COPYING.LIB: Update FSF address.
11239 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11241         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11243         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11244         GAS_SUPPORT_DIRS.
11246 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11248         * ltconfig, ltmain.sh: Avoid producing a version number if
11249         -version-info was not used.
11251 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11253         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11254         building with newlib.
11256 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11258         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11259         Solaris `make' causes it to continue to next definition.
11261 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11263         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11264         the right GUI libraries and files are installed along with GDB.
11266 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11268         * configure.in: Change alpha to alpha* in several places.
11270 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11272         * config.sub: Recognize sparc86x.
11274 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11276         * configure.in (--enable-target-optspace): Remove debug echo.
11278 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11280         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11282 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11284         * ltconfig: Update cygwin32 support.
11286         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11287         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11288         (GDB_SUPPORT_DIRS): Likewise.
11290 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11292         * configure.in (target_makefile_frag): If --enable-target-optspace,
11293         use -Os to compile target libraries rather than -O2.  Default to
11294         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11295         not used.
11296         * configure.in (target_cflags): Ditto for d30v.
11298 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11300         * Makefile.in (all-bfd): Depend on all-intl.
11301         (all-binutils): Likewise.
11302         (all-gas): Likewise.
11303         (all-gprof): Likewise.
11304         (all-ld): Likewise.
11306 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11308         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11310 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11312         * Makefile.in (all-bfd): Depend upon all-libiberty.
11314         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11316 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11318         * Makefile.in: Add libstub.
11320         * configure.in: Ditto. Build libstub for targets that have cygmon
11321         support.
11323 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11325         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11327 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11329         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11330         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11332 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11334         * configure: Define DEFAULT_M4 by searching PATH.
11335         * Makfile.in: Use DEFAULT_M4.
11337 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11339         * ltconfig: Add cygwin32 support.
11341         * Makefile.in, configure.in: Add libtool as a native only directory
11342         to configure and build.
11344 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11346         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11348 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11350         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11352 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11354         * Makefile.in: add ash make rules
11355         * configure.in: add ash to native_only and host_tools lists
11357 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11359         * Makefile.in (all-gettext, all-intl): New targets.
11360         (ALL_MODULES): Added all-gettext, all-intl.
11361         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11362         (INSTALL_MODULES): Added install-gettext, install-intl.
11363         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11365         * configure.in (host_tools): Added gettext.
11366         (native_only): Likewise.
11367         (noconfigdirs) [various cases]: Likewise.
11368         (host_libs): Added intl.
11370 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11372         * configure: Do not disable building gdbtk for cygwin32 hosts.
11374 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11376         * configure.in: Add thumb-coff target.
11377         * config.sub: Add thumb-coff target.
11379 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11381         * Makefile.in: Revert yesterday's change.
11382         (all-target-winsup):  all-target-librx stays out of here.
11384 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11386         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11387         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11388         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11389         Remove references to librx and libg++.
11391 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11393         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11394         recursive makes
11396 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11398         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11399         for newlib directory.
11400         (CXX_FOR_TARGET): Likewise.
11402 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11404         * ltconfig: Update after libtool/ltconfig.in change for
11405         hpux11.
11407 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11409         * ltconfig, ltmain.sh: Update to libtool 1.2.
11411 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11413         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11414         (install-gcc-cross): Instead, override LANGUAGES here.
11416 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11418         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11419         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11421 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11423         * configure.in: Add Thumb-pe target.
11425 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11427         * Makefile.in - changed sn targets to snavigator
11428         * configure.in - changed sn targets to snavigator
11430 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11432         * config-ml.in: After building symlink tree call make distclean
11433         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11434         to be the case for libiberty.
11436 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11438         * configure: When making link, also check the current
11439         directory. The configure scripts may create one.
11441 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11443         * config.sub: Accept alphapca56 and alphaev6 properly.
11445 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11447         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11449 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11451         * config.sub (sco5): Fix typo.
11453 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11455         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11456         install-itcl.
11457         (install-itcl): Remove dependency on install-tcl.
11459 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11461         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11463 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11465         * configure.in: Don't build libgui for a cygwin32 target when not on
11466         a cygwin32 host.
11468 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11470         * configure (redirect): Set to null, so default behavior of
11471         configure is now --verbose.
11473 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11475         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11476         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11478 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11480         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11481         this change to sync Makefile.in with its ChangeLog entries.
11483 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11485         * ltmain.sh (mkdir): Check that the directory doesn't exist
11486         before we exit with error, so that we don't get races during
11487         parallel builds.
11489 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11491         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11493 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11495         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11496         PICFLAG_FOR_TARGET.
11497         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11499         * configure: Emit a definition for the new macro enable_shared
11500         into each Makefile.
11502 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11504         * configure.in (host_tools, native_only): Add libtool.
11506 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11508         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11509         Fix typo in ming config comment.
11511 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11513         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11515 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11517         * config.sub: Add tic30 cases, and map c30 to tic30.
11519 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11521         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11522         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11523         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11524         (CLEAN_TARGET_MODULES): Similarly
11525         (all-target-libf2c): Add dependences.
11526         * configure.in (target_libs): Add libf2c.
11528 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11530         * configure.in: Remove expect from noconfigdirs when target
11531         is cygwin32.  OK to build expect and dejagnu with Canadian
11532         Cross.
11534 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11536         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11537         host.
11539         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11540         and mingw32.
11542 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11544         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11545         here as it is not defined in the toplevel Makefile.
11547 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11549         * configure (package_makefile_rules_frag): New variable, which names
11550         a file with generic rules, ...
11551         Change comment to mention we now have FIVE parts.
11552         * configure: Undo last change.
11554 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11556         * config.guess: More accurate determination of HP processor types.
11557         * config.sub: More accurate determination of HP processor types.
11559 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11561         * configure (package_makefile_frag): Move inserting the
11562         ${package_makefile_frag} to where it should be according
11563         to the comment.
11565 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11567         * config.guess: Add support for Linux/ARM.
11569 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11571         * .cvsignore: Remove *-info and *-install since they match
11572         release-info and mpw-install, which we don't want to just ignore.
11574 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11576         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11578 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11580         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11581         local_prefix to sub-make invocations.
11583 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11585         * configure.in: Check makefile fragments in the source
11586         directory.
11588 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11590         * configure.in: Check whether host and target makefile
11591         fragments exist before adding them to *_makefile_frag.
11593 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11595         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11597 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11599         * configure.in: Make sure we only replace RPATH_ENVVAR on
11600         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11601         regexp to sed.
11603         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11604         to sub-makes.
11606 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11608         * config-ml.in (multi-do): LDFLAGS must include multilib
11609         designator.
11611 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11613         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11615 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11617         * config.sub: Add mingw32 support.
11618         * configure.in: Likewise.
11620 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11622         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11624 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11626         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11627         * configure (gxx_include_dir): Provide a definition for subdirs
11628         which do not use autoconf.
11630 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11632         * config.guess: Sync with egcs.  Picks up new alpha support,
11633         BeOS & some additional linux support.
11635 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11637         * config.guess: HP 9000/803 is a PA1.1 machine.
11639 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11641         * configure.in: It's alpha*-...
11643 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11645         * configure.in (host_makefile_frag, target_makefile_frag):
11646         Handle multiple config files.
11647         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11648         alpha-*-*.
11650 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11652         * mkdep: New file.
11654 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11656         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11658 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11660         * Makefile.in: Add libgui directory.
11661         (GDB_TK): Add all-libgui.
11662         * configure.in: Add libgui directory.
11663         * configure: Add all-libgui to GDB_TK.
11665 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11667         * config-ml.in (multidirs): Add m32r to multilib list.
11669 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11671         * Makefile.in (all-target-gperf): Change dependency to
11672         all-target-libstdc++.
11674 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11676         * config.guess: Add BeOS support.
11678 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11680         Source directory cvs renamed to cvssrc:
11681         * configure.in (host_tools): Change cvs to cvssrc.
11682         (native_only): Likewise.
11683         (noconfigdirs) [various cases]: Likewise.
11684         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11685         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11686         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11687         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11688         (all-cvssrc): Rename target from all-cvs.
11690 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11692         * configure (gxx_include_dir): Fix thinko.
11694 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11696         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11697         (install-cross, install-gcc-cross): New targets.
11699 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11701         * configure.in (noconfigdirs): Add support for Thumb target.
11703         * config.sub (maybe_os): Add support for Thumb target.
11705 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11707         * Makefile.in: Add rules for cygmon.
11709         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11711 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11713         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11714         * configure (gxx_include_dir): Provide a definition for subdirs
11715         which do not use autoconf.
11717 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11719         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11720         11/18/97 build
11722 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11724         * From Franz Sirl.
11725         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11726         found on RedHat Linux systems.
11728 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11730         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11731         guesses.
11733 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11735         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11737 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11739         * ltmain.sh: If mkdir fails, check whether the directory was created
11740         anyhow by some other process.
11742 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11744         * configure.in (d30v-*-*): Configure all directories.
11746 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11748         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11749         for the D30V.
11751 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11753         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11755 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11757         * include/libiberty.h: Add extern "C" { so it can be used with C++
11758         progrms.
11759         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11760         programs.
11762 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11764         * configure.in (d30v-*-*): Configure GCC now.
11766 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11768         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11769         is no longer needed.
11771 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11773         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11775 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11777         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11778         targets using "$@" to provide support for similar but not identical
11779         targets without having to duplicate code.
11781 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11783         * makefile.vms: Fix to work with DEC C.
11785 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11787         * config.sub: Add mips-tx39-elf to marketing names.
11789 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11791         * ltmain.sh: Handle symlinks in generated script.
11793 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11795         * configure: Handle autoconf style directory options: --bindir,
11796         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11797         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11798         --sysconfdir.
11799         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11800         (sharedstatedir, localstatedir, oldincludedir): New variables.
11801         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11802         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11803         sbindir, sharedstatedir, and sysconfdir.
11805 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11807         * Makefile.in (bootstrap-lean): New target.
11809 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11811         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11812         sn, and gnuserv from noconfigdirs.
11814 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11816         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11818 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11820         * Makefile.in (cross): New target.
11822 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11823                           Jeff Law         <law@cygnus.com>
11825         * Makefile.in (bootstrap2, bootstrap3): New targets.
11826         (all-bootstrap): Remove outdated and confusing target.
11827         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11829 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11831         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11832         windows.  Consistent with gdb/configure.
11834 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11836         * configure.in: Name Linux target fragment.
11838         * configure: Rewrite so that project Makefile fragment is inserted
11839         first and appears last in the resulting Makefile.
11841 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11843         * Makefile.in (install-itcl): Install tcl first.
11845 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11847         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11849 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11851         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11853         * configure.in (skipdirs): Add target-librx for Linux.
11854         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11856 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11858         * Makefile.in (bootstrap): New target.
11860 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11862         * config.sub: Accept 'amigados' for backward compatibility.
11864 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11866         * config.guess: Merge with FSF.
11868 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11870         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11872 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11874         * config.sub: Add "marketing-names" patch.
11876 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11878         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11880 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11882         * config.sub: Handle v850-elf.
11884 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11886         * .cvsignore (*-install): Remove.
11888 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11890         * ltconfig: Set CONFIG_SHELL in libtool.
11891         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11893 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11895         * configure.in (target_subdir): Set to libraries if enable_multilib.
11897 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11899         * config.guess: Update from gcc directory.
11901 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11903         * Makefile.in (all-sim): Depends on all-readline.
11905 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11907         * Makefile.in (BISON, YACC): Use $$s.
11908         (all-bison): Depend on all-texinfo.
11910 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11912         * Makefile.in (BISON): Add -L flag.
11913         (YACC): Likewise.
11915 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11917         * configure.in (noconfigdirs): Add support for v850e target.
11919         * config.sub (maybe_os): Add support for v850e target.
11921 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11923         * configure.in (noconfigdirs): Add support for v850ea target.
11925         * config.sub (maybe_os): Add support for v850ea target.
11927 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11929         * config.sub: Add mipstx39.  Delete r3900.
11931 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11933         * Makefile.in (all-autoconf): Depends on all-texinfo.
11935 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11937         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11938         eabi targets.
11940 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11942         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11944         * configure: When handling a Canadian Cross, handle YACC as well as
11945         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11946         * Makefile.in (all-bison): Depend upon all-texinfo.
11948 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11950         * Makefile.in (BISON): bison, not byacc or bison -y.
11951         (YACC): bison -y or byacc or yacc.
11952         (various): Add *-bison as appropriate.
11953         (taz): No need to mess with BISON anymore.
11955 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11957         * configure: If OSTYPE matches *win32*, try to find a good value for
11958         CONFIG_SHELL.
11960 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11962         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11963         configure.in if it is present.
11965 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11967         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11969 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11971         * config.sub: Recognize `arc' cpu.
11972         * configure.in: Likewise.
11973         * config-ml.in: Likewise.
11975 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11977         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11979 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11981         * configure: Changed sed delimiter from ':' to '|' when
11982         attempting to substitute ${config_shell} for SHELL. On
11983         NT ${config_shell} may contain a ':' in it.
11985 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11987         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11989 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11991         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11993 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11995         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11997         * ylwrap: If the program is a relative path, force it to be
11998         absolute.
12000 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12002         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12004 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12006         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12007         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12008         for libraries.
12010 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12012         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12013         separated by spaces.
12015 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12017         * ylwrap: New file.
12018         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12020         * ltmain.sh: Handle /bin/sh at start of install program.
12022         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12024         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12025         * missing: New file, from automake 1.2.
12027 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12029         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12030         check-tk to CHECK_X11_MODULES.
12032 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12034         * config.sub: Merge with FSF.
12036 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12038         * config.guess: Merge with FSF.
12040 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12042         * configure: Treat msdosdjgpp like go32.
12043         * configure.in: Likewise.  Don't remove gprof for go32.
12045         * configure: Change Makefile.tem2 to Makefile.tm2.
12047 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12049         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12051 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12053         * install-sh (chmodcmd): Set to null if the DST directory already
12054         exists.  Same as Nov 11th change.
12056 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12058         * configure (GDB_TK): Needs itcl and tix.
12060 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12062         * config.guess: Update from FSF.
12064 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12066         * Makefile.in (GDB_TK): Depend on itcl and tix.
12068 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12070         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12071         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12072         (INSTALL_SCRIPT): New variable.
12073         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12074         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12075         to -x.
12076         * install-sh: Add support for -x option.
12078 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12080         * configure.in, Makefile.in: Treat tix like itcl.
12082 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12084         * Makefile.in (WINDRES): New variable.
12085         (WINDRES_FOR_TARGET): New variable.
12086         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12087         (EXTRA_HOST_FLAGS): Add WINDRES.
12088         (EXTRA_TARGET_FLAGS): Add WINDRES.
12089         (EXTRA_GCC_FLAGS): Add WINDRES.
12090         ($(DO_X)): Pass down WINDRES.
12091         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12092         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12093         DLLTOOL_FOR_TARGET.
12095 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12097         * configure.in: configure sim before gdb for win32-x-ppc
12099 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12101         Move gperf into the toplevel, from libg++.
12102         * configure.in (target_tools): Add target-gperf.
12103         (native_only): Add target-gperf.
12104         * Makefile.in (all-target-gperf): New target, depend on
12105         all-target-libg++.
12106         (configure-target-gperf): Empty rule.
12107         (ALL_TARGET_MODULES): Add all-target-gperf.
12108         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12109         (CHECK_TARGET_MODULES): Add check-target-gperf.
12110         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12111         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12113 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12115         * config.sub (mn10200): Recognize new basic machine.
12117 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12119         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12120         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12122 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12124         * configure.in: If we're building mips-sgi-irix6* native, turn on
12125         ENABLE_MULTILIB and set TARGET_SUBDIR.
12127 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12129         * Makefile.in (all-sn): Depend on all-grep.
12131 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12133         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12135         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12136         Makefile.  From Jeff Makey <jeff@cts.com>.
12137         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12139         * Makefile.in (DISTBISONFILES): Remove.
12140         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12141         $(DEFAULT_YACC).
12143         * configure.in: Build itl, db, sn, etc., when building for native
12144         cygwin32.
12146         * Makefile.in (LD): New variable.
12147         (EXTRA_HOST_FLAGS): Pass down LD.
12148         ($(DO_X)): Likewise.
12150 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12152         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12154 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12156         * configure.in (targargs): Strip out any supplied --build argument
12157         before adding our own. Always add --build.
12159 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12161         * configure.in (targargs): Pass --build if we're doing
12162         a cross-compile.
12164 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12166         * configure: Use '|' instead of ":" as the separator in
12167         sed. Otherwise sed chokes on NT path names with drive
12168         designators. Also look for "?:*" as the leading characters in an
12169         absolute pathname.
12171 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12173         * config.sub: Support for r3900.
12175 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12177         * configure.in: Use install-sh, not install.sh.
12179 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12181         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12182         apply it twice.
12184 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12186         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12187         install-binutils.
12189 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12191         * Makefile.in: Add automake targets.
12192         * configure.in (host_tools): Add automake.
12194 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12196         * configure: Default CXX to c++, not gcc.
12197         * Makefile.in (CXX): Set to c++, not gcc.
12198         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12200 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12202         * install-sh: try appending a .exe if source file doesn't
12203         exist
12205 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12207         * configure.in: Turn on multilib by default.
12208         (cross_only): Remove target-libiberty.
12210         * Makefile.in (all-gcc): Don't depend on libiberty.
12212 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12214         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12216 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12218         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12219         (DISTBISONFILES): Add ld/Makefile.in
12221 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12223         * configure.in: if target is cygwin32 but host isn't cygwin32,
12224         don't configure gdb tcl tk expect, not just gdb.
12226 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12228         * configure.in: Added gnuserv everywhere sn appears.
12230         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12231         (CROSS_CHECK_MODULES): Added check-gnuserv.
12232         (INSTALL_MODULES): Added install-gnuserv.
12233         (CLEAN_MODULES): Added clean-gnuserv.
12234         (all-gnuserv): New target.
12236 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12238         * config.guess: Fixes for MIPS OpenBSD systems.
12240 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12242         * Makefile.in (INSTALL_XFORM): Remove.
12243         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12245         * mkinstalldirs: New file, copied from automake.
12246         * Makefile.in (installdirs): Rename from install-dirs.  Use
12247         mkinstalldirs.  Change all users.
12248         (DEVO_SUPPORT): Add mkinstalldirs.
12250 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12252         * install-sh: Rename from install.sh.
12253         * Makefile.in (INSTALL): Change install.sh to install-sh.
12254         (DEVO_SUPPORT): Likewise.
12256         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12257         Graichen <graichen@rzpd.de>.
12259 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12261         * config.guess: Recognize OpenBSD systems correctly.
12263 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12265         * README, Makefile.in (ETC_SUPPORT): Remove references to
12266         cfg-paper*, configure.{texi,man,info*}._
12268 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12270         * Makefile.in (all.normal): Ensure that gcc is built after all
12271         the x11 - ie gdb - targets.
12273 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12275         * makefile.vms: Don't run conf-a-gas.
12277 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12279         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12281 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12283         * configure.in: Remove noconfigdirs case since gdb also
12284         configures and builds for tic80-coff.
12286 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12288         * configure: Set cache_file to config.cache.
12289         * Makefile.in (local-distclean): Remove config.cache.
12291 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12293         * COPYING: Update FSF address.
12295 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12297         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12298         noconfigdirs.
12300 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12302         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12303         MAKEDIRS, is empty.
12305 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12307         * config.sub: Tweak mn10300 entry.
12309 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12311         * configure.in (host_tools): Put sim before gdb, so gdb's
12312         configure.tgt can determine if the simulator was configured.
12314 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12316         * config.sub: Move BeOS $os case to be with other Cygnus
12317         local cases.
12319 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12321         * config.sub: Remove misplaced comment that broke Linux.
12323 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12325         * config.sub: Add BeOS support.
12327 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12329         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12331 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12333         * configure.in (noconfigdirs): Remove tcl and tk from
12334         noconfigdirs for cygwin32 builds.
12336 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12338         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12340 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12342         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12343         make-all.com, use makefile.vms instead.
12345 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12347         * config.sub: Accept -lnews*.
12349 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12351         * configure.in (noconfigdirs): Disable target-newlib,
12352         target-examples and target-libiberty for d30v.
12354 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12356         * configure.in (noconfigdirs): Enable ld for d30v.
12358 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12360         * configure.in (tic80-*-*): Build compiler.
12362 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12364         * configure.in (d30v-*): Remove sim directory from list of
12365         unsupported d30v directories
12367 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12369         * config.sub, configure.in: Add d30v target cpu.
12371 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12373         * makefile.vms: New file.
12374         * make-all.com: Remove.
12376 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12378         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12380 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12382         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12384 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12386         * Makefile.in (ALL_MODULES): Added all-db.
12387         (CROSS_CHECK_MODULES): Addec check-db.
12388         (INSTALL_MODULES): Added install-db.
12389         (CLEAN_MODULES): Added clean-db.
12391 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12393         * config.guess: Merge with latest FSF sources.
12395 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12397         * Makefile.in (ALL_MODULES): Added all-itcl.
12398         (CROSS_CHECK_MODULES): Added check-itcl.
12399         (INSTALL_MODULES): Added install-itcl.
12400         (CLEAN_MODULES): Added clean-itcl.
12402 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12404         * configure.in: build gdb for mn10200
12406 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12408         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12410 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12412         * configure.in (tic80-*-*): Turn off most targets right now.
12414 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12416         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12417         rather than the makeinfo program.
12418         (do-info): Depend upon all-texinfo.
12420 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12422         * configure.in: Remove uses of config/mh-linux.
12424         * config.sub, config.guess: Merge with latest FSF sources.
12426 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12428         * config.sub (case $basic_machine): Add tic80 entries.
12430 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12432         * config.sub, config.guess: Merge with latest FSF sources.
12434 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12436         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12437         * mpw-config.in: Test for NewFolderRecursive.
12438         * mpw-install: Use symbolic name for startup filename.
12439         * mpw-README: Add various additional details.
12441 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12443         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12445 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12447         * configure.in: Do build gcc and the target libraries for
12448         the mn10200.
12450 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12452         * configure.in: don't avoid building gdb for mn10300 any more
12453         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12454         instead of single-quoting it.
12456 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12458         * configure.in: Don't use --with-stabs on IRIX 6.
12460 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12462         * configure.in (m32r): Build gdb, libg++ now.
12464 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12466         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12467         directories from noconfigdirs.
12469 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12471         * config.sub (basic_machine): added mips16 configuration
12473 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12475         * config.sub: Handle d10v-unknown.
12477 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12479         * config.sub: Handle v850-unknown.
12481 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12483         * Makefile.in: add findutils
12484         * configure.in: add findutils to list of host_tools
12486 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12488         * config.sub: Handle mn10200 and mn10300.
12490 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12492         * configure.in (d10v-*): Do not build librx.
12494 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12496         * configure.in (mn10300): Build everything except gdb & libgloss.
12498 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12500         * config.guess:  Patch for Dansk Data Elektronik servers,
12501         from Niels Skou Olsen <nso@dde.dk>.
12503         For ncr, use /bin/uname rather than uname, since GNU uname does not
12504         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12506         Patch for MIPS R4000 running System V,
12507         from Eric S. Raymond <esr@snark.thyrsus.com>.
12509         Fix thinko for nextstep.
12511         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12513         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12514         * config.guess: Guess mips-dec-mach_bsd4.3.
12516         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12517         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12518         release numbers.
12519         * config.guess (mips-mips-riscos*):  Emit just enough of the
12520         release number.
12522         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12523         * config.guess (sparc-auspex-sunos*):  Added.
12524         (f300-fujitsu-*): Added.
12526         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12527         * config.guess:  Recognize a Tadpole as a sparc.
12529 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12531         * config.guess: Don't assume that NextStep version is either 2 or
12532         3.  NextStep 4 (aka OpenStep 4) has come out now.
12534 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12536         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12537         From Rik Faith <faith@cs.unc.edu>.
12539 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12541         * config.sub: Contributions from bug-gnu-utils to:
12542         Support plain "hppa" (no version given) architecture, reported by
12543         OpenStep.
12544         OpenBSD like NetBSD.
12545         LynxOs is not a hardware supplier.
12547         * config.guess: Contributions from bug-gnu-utils to add support for:
12548         OpenBSD like NetBSD.
12549         Stratus systems.
12550         More Pyramid systems.
12551         i[n>4]86 Intel chips.
12552         M680[n>4]0 Motorola chips.
12553         Use unknown instead of lynx for hardware manufacturer.
12555 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12557         * install.sh (chmodcmd): Set to null if the DST directory already
12558         exists.
12560 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12562         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12563         not use mt-ppc target Makefile fragment any more.
12565 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12567         * configure.in (*-*-windows):  Exclude everything but those dirs
12568         needed to build windows.
12570 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12572         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12574 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12576         * configure.in:  Exclude mmalloc from i386-windows.
12578 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12580         * Undo my previous change.
12582 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12584         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12585         unconditionally.
12586         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12588 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12590         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12591         host to add it's own flags.
12593 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12595         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12597 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12599         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12600         (CXX_FOR_TARGET): Likewise.
12601         (GCC_FOR_TARGET): Define.
12602         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12603         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12604         CC_FOR_TARGET was specified on the command line.
12605         (MAKEOVERRIDES): Don't define.
12607 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12609         * configure.in (m32r): Fix spelling of libg++ libs.
12611 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12613         * config.sub (-apple*): Remove, now redundant.
12615 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12617         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12619         * configure: Rework yesterday's sed script patch.
12621         * config.sub: Merge with FSF.
12623 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12625         * config.guess:  Merge from FSF.
12627         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12628         * config.guess: Use pc instead of unknown, for pc clone systems.
12629         Change linux to linux-gnu.
12631         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12632         * config.guess: Avoid non-portable tr syntax.
12634 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12636         * test-build.mk (HOLES): Add "xargs" for gdb.
12638         * configure: Avoid hpux10.20 sed bug.
12640 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12642         * configure.in:  Add support for windows host
12643         (that is a build done under the Microsoft build environment).
12645 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12647         * Makefile.in: Replace all uses of srcroot with s, to shrink
12648         command line lengths.
12650         Patches from Geoffrey Noer <noer@cygnus.com>:
12651         * configure.in: If configuring for newlib, pass --with-newlib to
12652         subdirectories.
12653         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12654         -Bnewlib/ and -Lwinsup to gcc.
12655         (CXX_FOR_TARGET): Likewise.
12657 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12659         * Makefile.in (ETC_SUPPORT): Add configure.
12661 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12663         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12664         host configuration file.
12666 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12668         * configure.in: Break mn10x00 support into separate
12669         mn10200 and mn10300 configurations.
12670         * config.sub: Likewise.
12672 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12674         * configure.in: Add lots of stuff to noconfigdirs for
12675         the mn10x00 targets.
12677         * config.sub, configure.in: Add mn10x00 support.
12679 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12681         * make-all.com: Call conf-a-gas, not config-a-gas.
12683 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12685         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12686         targets.
12688 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12690         * mpw-README: Add much more detail for native PowerMac.
12691         * mpw-install: New file.
12692         * mpw-configure: Add --norecursion and --help options.
12693         * mpw-config.in: Translate readme and install files when
12694         copying to objdir.
12695         * mpw-build.in: Don't always depend on byacc and flex.
12696         (install-only-top): New action.
12698 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12700         * configure.in:  You can now configure GDB for the v850.
12702 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12704         * configure.in (noconfigdirs): Don't configure any C++ dirs
12705         if targeting D10V.
12707 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12709         * config.sub: Recognize mips64vr5000.
12711 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12713         * configure.in: Use a single line for host_tools and native_only.
12715 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12717         * config.sub, configure.in: Add entries for m32r.
12719 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12721         * Makefile.in (inet-install): Don't run install-gzip.
12723 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12725         * configure.in:  Don't config lots of things for *-*-windows*.
12727 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12729         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12730         (host_libs, host_tools): Copy from configure.in.
12731         * mpw-configure: Don't complain about directories not found.
12733 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12735         * configure.in (i[345]86): Recognize i686 for pentium pro.
12736         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12737         file.
12739         * config.guess (i[345]86): Ditto.
12741 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12743         * configure.in (noconfigdirs): Removed gdb for D10V.
12745 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12747         * configure.in: Remove ld, target-libio, target-libg++, and
12748         target-libstdc++ from noconfigdirs.
12750 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12752         * configure: Fix three locations where shell scripts were
12753         being run directly rather than with config_shell.
12755 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12757         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12758         * config.sub (basic_machine): Recognize v850.
12760 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12762         * mpw-configure: Handle multiple enable/disable options and
12763         pass them down recursively, handle -c and -s flags appropriately
12764         depending on choice of compiler, add escape mechanism for
12765         quoted arguments to gC.
12767 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12769         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12770         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12771         so that -mrelocatable-lib and -mno-eabi are used.
12773         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12774         not support --print-multi-lib, don't abort.
12776 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12778         * make-all.com: Run config-a-gas.
12779         * setup.com: Don't copy subdirectory files around.
12781 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12783         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12784         target, it now compiles correctly.
12786 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12788         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12790 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12792         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12794 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12796         * configure.in (native_only): Add prms.
12798 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12800         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12801         (BINUTILS_SUPPORT_DIRS): Likewise.
12803 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12805         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12806         d10v support is added.
12808 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12810         * configure.in (d10v-*-*): New target.
12812 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12814         * config.guess (HP 9000/811): Recognize this as a PA1.1
12815         machine.
12817 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12819         * Makefile.in (do-tar-gz): New target, split out from tail end of
12820         taz target.  Run each command separately, don't use pipes.
12821         (taz): Use it.
12823 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12825         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12826         * mpw-build.in: No builds should depend on building byacc or flex,
12827         they are assumed to be installed already.
12829 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12831         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12832         variable that CC_FOR_TARGET needs.
12834 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12836         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12837         options have changed since the last time the subdirectory was
12838         configured, and if it has, reconfigure.
12839         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12840         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12842 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12844         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12845         CLEAN_MODULES): Add bash.
12846         (all-bash): New target.
12848 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12850         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12852 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12854         * config.sub (basic_machine): Recognize d10v as a valid processor.
12856 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12858         * mpw-configure: Add support for --bindir.
12859         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12861 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12863         * configure.in: add bash, time, gawk to list of hosttools and things
12864         to only build for native toolchains
12866 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12868         * Makefile.in (docdir): Remove.
12870 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12872         * Makefile.in (datadir): Set to $(prefix)/share.
12874 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12876         * configure.in: build diff and patch for cygwin32-hosted
12877         toolchains.
12879 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12881         * config.sub: Accept -rtems*.
12883 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12885         * configure.in: enable dosrel for cygwin32-hosted builds,
12886                 remove diff from the list of things not buildable
12887                 via Canadian Cross
12889 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12891         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12892         don't get ". ".
12894 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12896         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12898 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12900         * Makefile.in (taz): Handle case where tex3patch didn't even get
12901         checked out.  Also, if it was found, put the symlink in a new util
12902         subdirectory.
12904 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12906         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12908 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12910         * config.sub: Recognize -openvms.
12911         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12912         * make-all.com, setup.com: New files.
12914 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12916         * Makefile.in (taz): tex3patch moved to texinfo/util.
12918 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12920         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12921         * configure.in: remove make from disable-if-Can-Cross list
12922                 enable gdb if ${host} and ${target} are cygwin32
12924 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12926         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12927         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12929 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12931         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12932         distinguish sysv/svr4/bsd variants.
12933         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12935 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12937         * configure.in: Added copyright notice.
12938         * move-if-change: Added copyright notice.
12940 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12942         * configure.in (powerpcle-*-solaris*): Until we get shared
12943         libraries working, don't build gdb, sim, make, tcl, tk, or
12944         expect.
12946 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12948         * config.guess:  Merge with FSF:
12950         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12951         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12953         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12954         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12956         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12957         * config.guess:  Combine two OSF1 rules.
12958         Also recognize field test versions.  From mjr@zk3.dec.com.
12959         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12960         because GNU uname does not support -p.  From pmr@pajato.com.
12962 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12964         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12966 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12968         * mpw-README: Document GCCIncludes.
12970 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12972         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12974 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12976         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12978 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12980         * configure.in (*-*-cygwin32): Configure make.
12982 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12984         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12986 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12988         * Makefile.in (all-inet): Depend on all-perl.
12990         * Makefile.in (inet-install): New target.
12992         * Makefile.in (all-inet): Depend on all-tcl.
12993         (all-inet): Depend on all-send-pr.
12995 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12997         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12998         temporarily.
13000 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13002         * configure.in: Don't configure --with-gnu-ld on AIX.
13004 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13006         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13008 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13010         * Makefile.in (ALL_MODULES): Added all-inet.
13011         (CROSS_CHECK_MODULES): Added check-inet.
13012         (INSTALL_MODULES): Added install-inet.
13013         (CLEAN_MODULES): Added clean-inet.
13014         (all-indent): New target.
13016         * configure.in (host_tools): Added inet.
13017         (native_only): Added inet.
13018         (noconfigdirs): Added inet.
13020 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13022         * configure.in: Don't configure libgloss if we are not configuring
13023         newlib.
13025 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13027         * configure.in: Don't configure libgloss for unsupported
13028         architectures.
13030 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13032         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13034 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13036         * Makefile.in (ALL_MODULES): Include all-apache.
13037         (CROSS_CHECK_MODULES): Include check-apache.
13038         (INSTALL_MODULES): Include install-apache.
13039         (all-apache): New target.
13041         * configure.in: Added apache everywhere perl is seen.
13043 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13045         * Makefile.in: Add support for clean-{module} and
13046         clean-target-{module} rules.
13048 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13050         * configure.in (*-*-ose) do not build libgloss.
13052 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13054         * config.guess (prep*:SunOS:5.*:*): Turn into
13055         powerpele-unknown-solaris2.
13057 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13059         * configure.in: Permit --enable-shared to specify a list of
13060         directories.
13062 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13064         * configure.in (host==solaris): Pass only the first word of $CC
13065         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13067 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13069         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13071 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13073         * Makefile.in (ALL_MODULES): Include all-perl.
13074         (CROSS_CHECK_MODULES): Include check-perl.
13075         (INSTALL_MODULES): Include install-perl.
13076         (ALL_X11_MODULES): Include all-guile.
13077         (CHECK_X11_MODULES): Include check-guile.
13078         (INSTALL_X11_MODULES): Include install-guile.
13079         (all-perl): New target.
13080         (all-guile): New target.
13082         * configure.in (host_tools): Include perl and guile.
13083         (native_only): Include perl and guile.
13084         (noconfigdirs): Don't build guile and perl; no ports have been
13085         done.
13087 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13089         * configure (--enable-*): Handle quoted option lists such as
13090         --enable-sim-cflags='-g0 -O' better.
13092 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13094         * Makefile.in ({,inst}all-target): New rule so we can make and
13095         install all of the target directories easily.
13097 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13099         * configure.in: Add missing global flag in sed substitution when
13100         deleting `target-' from ${configdirs}.
13102 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13104         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13105         option.
13107         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13108         config/mh-necv4.
13110         * install.sh: Correct misspelling of transformbasename.
13112         * config.guess: Recognize mips-*-sysv*.
13114 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13116         * config.sub: Recognize mon960.
13118 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13120         * configure: Restore Canadian Cross handling of BISON and LEX,
13121         removed in Feb 20 change.
13123 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13125         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13126         Mention make install.  Remove the old copyright date as well the
13127         clumsy and rather pointless copyright on the README file.
13129 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13131         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13132         Makefile after running symlink-tree, then run `make distclean' to
13133         avoid clobbering any generated files in srcdir.
13135 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13137         * configure.in (m68k-*-netbsd*): Build everything now.
13139 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13141         * Makefile.in (taz): Fix quoting.
13143 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13145         * configure.in (sparclet-*-*): Build everything now.
13147 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13149         * configure.in (m68k-*-linux*): New host.
13151 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13153         * configure: Check for bison before byacc.
13155 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13157         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13158         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13159         searching PATH.  These are used as fallbacks by Makefile.in if
13160         flex/bison/byacc aren't in objdir.
13162 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13164         * Makefile.in: Make everything which depends upon all-bfd also
13165         depend upon all-opcodes, in case --with-commonbfdlib is used.
13167 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13169         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13170         building NT native compilers on Unix.
13172 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13174         * configure.in: Don't get CC from the host Makefile fragment if we
13175         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13176         Solaris test for /usr/ucb/cc to the post target script, just after
13177         the compiler sanity test.
13179 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13181         * config.sub: Merge with FSF.
13183 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13185         * Makefile.in (RPATH_ENVVAR): New variable.
13186         (REALLY_SET_LIB_PATH): Use it.
13187         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13189 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13191         * config.sub, configure.in: Recognize sparclet cpu.
13193 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13195         * config.guess:  Support m68k-cbm-sysv4.
13197 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13199         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13200         m68k-unknown-linuxaout from linker help string.  Put quotes around
13201         $ld_help_string.
13203 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13205         * config.guess (powerpc-harris-powerunix): Add guess for port
13206         to new target.
13208 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13210         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13212 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13214         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13215         $(REALLY_SET_LIB_PATH) in Makefile.
13216         * Makefile.in (SET_LIB_PATH): New variable.
13217         (REALLY_SET_LIB_PATH): New variable.
13218         ($(DO_X)): Use $(SET_LIB_PATH).
13219         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13220         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13221         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13222         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13223         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13224         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13225         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13226         (install-dosrel): Likewise.
13227         (all-opcodes): Depend upon all-libiberty.
13229 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13231         * config.guess (*:CYGWIN*): New
13233 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13235         * Makefile.in (all-target-winsup): All all-target-libiberty.
13237 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13239         * configure.in (noconfigdirs): Add missing # in front of comment.
13241 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13243         * configure.in: add second pass to things added to noconfigdirs
13244         so *-gm-magic can exclude libgloss properly.
13246 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13248         * mpw-configure (extralibs_name, rez_name): Set correctly
13249         for MWC68K compiler.
13251         * mpw-README: Add more info on the necessary build tools.
13253 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13255         * configure.in, config.sub: Recognize cygwin32.
13257 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13259         * config.guess, config.sub: Recognize A/UX.
13261 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13263         * config.sub: Merge with gcc/config.sub.
13265 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13267         * mpw-build.in (do-binutils): Add build of stamps.
13269 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13271         * config.sub: Add recognition for mips64vr4100*-* targets.
13273 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13275         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13276         Add creation of gconfigargs with `--enable-shared' turned on.
13277         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13278         ($(host)-stamp-stage3-configured): Likewise.
13279         (HOLES): Add chatr and ldd.
13280         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13282 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13284         * configure: Pass --nfp to recursive configures.
13286 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13288         * Makefile.in (DLLTOOL): New.
13289         (DLLTOOL_FOR_TARGET): New.
13290         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13291         (EXTRA_TARGET_FLAGS): Ditto.
13292         (EXTRA_GCC_FLAGS): Ditto.
13293         (CONFIGURE_TARGET_MODULES): Ditto.
13294         (DO_X): Ditto.
13295         * configure: Add DLLTOOL.
13297 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13299         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13300         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13301         mh-sco, since old workarounds no longer needed, and don't
13302         build ld, since libraries have weak symbols in COFF.
13304 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13306         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13308 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13310         * configure.in: Make sure that ${CC} can be used to compile an
13311         executable.
13313 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13315         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13316         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13317         nothing depending on whether gdbtk is being built.
13319 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13321         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13323 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13325         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13326         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13328 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13330         * config-ml.in: Add support for
13331         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13332         Simplify setting of multidirs from --disable-foo.
13334 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13336         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13337         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13338         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13339         non-empty, pass them on to the  GCC make.
13340         (all-bootstrap): New rule that is like all-gcc, except it executes
13341         the GCC bootstrap rule instead of the GCC all rule.
13343 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13345         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13347 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13349         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13350         DG/UX support.
13352 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13354         * config.sub (i*86*) Change [345] to [3456]
13356 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13358         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13359         --with-gnu-ld=no.
13361 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13363         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13364         AIX multilibs get built.
13366 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13368         * configure.in (i386-win32): Don't build expect if we're not
13369         building the tcl subdir.
13371 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13373         * Makefile.in: (configure-target-examples, all-target-examples):
13374         New targets, configure and build example programs.
13376 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13378         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13379         use it as input to sedit the generated MPW makefile.
13380         * mpw-README: Add a suggestion about Gestalt.h.
13382 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13384         * config.sub: Accept *-*-ieee*.
13386 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13388         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13389         Ronald F. Guilmette <rfg@monkeys.com>.
13391 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13393         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13394         for powerpc-pe native.
13395         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13396         (target==powerpc-pe): duplicate i386-win32 entry.
13398 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13400         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13401         of vxworks, not just vxworks5.1.
13403 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13405         * mpw-configure: Add support for exec-prefix.
13407 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13409         * config.guess: Recognize HP model 816 machines as having
13410         a PA1.1 processor.
13412 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13414         * configure: Ignore new autoconf configure options.
13416 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13418         * config.guess:  Recognize Pentium under SCO.
13419         From Robert Lipe <robertl@arnet.com>.
13421 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13423         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13425 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13427         * configure.in: Don't configure gas for alpha-dec-osf*.
13429 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13431         * configure.in: Default to --with-stabs for some targets for which
13432         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13433         i[345]86*-*-unixware*.
13435 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13437         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13438         rather than basing it on the target.  Simplify handling of options
13439         controlling which directories to configure.  Remove extraneous
13440         slash in multi-clean target.
13442 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13444         * config-ml.in: Prefix more variables with ml_ so they don't collide
13445         with configure's.
13447 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13449         * configure: Don't turn -v into --v.
13451 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13453         * configure.in (targargs): Fix typo.
13455         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13457 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13459         * configure.in: Strip --host and --target options from
13460         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13461         --with-cross-host option when building with a cross-compiler.
13462         * configure: Canonicalize the arguments put into config.status by
13463         always using `=' for an option with an argument.  Pass a presumed
13464         --host or --target explicitly.
13466 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13468         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13469         into general OS recognition case.
13471 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13473         * configure.in (target_configdirs): add target-winsup only
13474         for win32 target systems.
13476 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13478         * Makefile.in (all-target-libgloss): Depend upon
13479         configure-target-newlib, since when libgloss is built it looks to
13480         see if the newlib directory exists.
13482 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13484         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13485         cfg-ml-*.in.
13487 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13489         * configure: Handle LD and LD_FOR_TARGET when configuring a
13490         Canadian Cross.
13492 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13494         * configure.in (target_libs): add target-winsup.
13495         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13496         (target==ppcle-pe): remove ld from $noconfigdirs.
13498 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13500         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13501         Preserve relative path names in $srcdir.  Build symlink tree if
13502         configuring cross target dir and srcdir=. (= no VPATH support).
13503         (configure-target-libg++): Depend on configure-target-librx.
13504         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13505         * config-ml.in: New file.
13506         * symlink-tree: New file.
13507         * configure: Ensure srcdir="." if that's what it is.
13509 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13511         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13512         includes and FLEX_SKELETON setting.
13513         * mpw-configure (--with-gnu-ld): New option, controls whether
13514         to use PPCLink or ld with PowerMac GCC.
13515         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13516         * mpw-config.in: Configure grez if targeting Mac.
13518         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13519         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13520         just macos.
13521         * configure.in: Configure grez resource compiler if targeting Mac.
13522         * Makefile.in (all-grez, install-grez): New targets.
13524 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13526         * configure: CXX defaults to gcc, not g++.  If we find
13527         gcc in the path, set CC to gcc -O2.
13529 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13531         * configure: Default ${build} correctly.  Avoid picking up extra
13532         spaces when reading CC and CXX from Makefile.  When doing a
13533         Canadian Cross, use plausible default values for numerous
13534         variables.
13535         * configure.in: When doing a Canadian Cross, don't try to
13536         configure tools whose configure script can't handle it.
13538 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13540         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13542 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13544         * configure:  Remove dubious bug reporting address.
13546 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13548         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13549         configure script, run that instead of this directory's configure.
13550         In either case, print a message that we're configuring the sub-dir.
13552 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13554         * configure.in: Before checking for the existence of various files,
13555         use sed to filter out "target-".
13557 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13559         * Makefile.in (DO_X): Split rule to decrease command line length
13560         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13561         (Philippe De Muyter).
13563 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13565         * Makefile.in (all-patch): depend on all-libiberty.
13567 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13569         * configure.in: If the only directory in target_configdirs which
13570         actually exists is libiberty, then set target_configdirs to empty,
13571         to avoid trying to build a target libiberty in a gas or gdb
13572         distribution.
13574 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13576         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13577         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13578         systems.
13580 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13582         * configure.in (copy_dirs): Use sys-include instead of include
13583         for --with-headers option.
13585 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13587         * Makefile.in, configure.in: Make winsup builds work with
13588         new scheme.
13590 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13592         * configure.in: Build the linker on AIX.
13594 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13596         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13597         where needed.
13599 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13601         * Makefile.in (all-gcc): Fix typo.
13603 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13605         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13607 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13609         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13610         to target-xiberty, to provide more flexibility.
13611         (target_subdir):  Define.  Create if cross.
13612         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13613         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13614         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13615         check-libFOO -> check-target-libFOO, etc.
13616         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13617         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13618         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13619         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13620         allow ALL_GCC="" to only configure.
13621         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13622         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13623         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13625 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13627         * Makefile.in (taz): Build "info" in etc explicitly.
13629 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13631         * configure.in:  Make sure that CC is undefined (as opposed to
13632         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13633         problem with autoconf trying to configure on a host without GCC.
13635 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13637         * mpw-configure: Set host alias from choice of host compiler,
13638         only use generic MPW Makefile sed if present, edit a file
13639         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13640         * mpw-README: Add problem notes about CW6 and CW7.
13642 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13644         * Makefile.in (taz): Use ";" instead of ";;".
13646 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13648         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13649         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13650         DISTDOCDIRS.
13651         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13652         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13654 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13656         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13657         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13658         Move bfd to DISTSTUFFDIRS.
13660 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13662         * Makefile.in (X11_LIB): Removed.
13663         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13665         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13667 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13669         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13670         names.
13672 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13674         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13676 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13678         * configure.in (i[345]86-*-win32): Always build newlib.
13679         Don't configure cvs, autoconf or texinfo.
13680         * Makefile.in (LD_FOR_TARGET): New.
13681         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13682         Pass down LD_FOR_TARGET.
13684 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13686         * winsup: New directory.
13687         * Makefile.in: Build winsup.
13688         * configure.in: Winsup is configured when target is win32.
13689         Can only build win32 target GDB when native.
13691 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13693         * config.guess: Recognize HP model 819 machines as having
13694         a PA 1.1 processor.
13696 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13698         * configure: Fix sed loop which substitutes for CC and CXX to
13699         avoid bug found in various sed implementations.
13701 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13703         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13704         simulator.  Use standard powerpc-*-eabi*.
13706 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13708         * configure.in: Stop putting gas and binutils in noconfigdirs for
13709         powerpc-*-aix* and rs6000-*-*.
13711 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13713         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13714         -mcall-aixdesc libraries.
13716 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13718         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13720         * config.sub (arm | armel | armeb): Fix shell syntax.
13722 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13724         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13725         -msoft-float and -mcpu=common support.
13726         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13727         libraries.
13729 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13731         * configure.in: Allow configuration and build of emacs19 for the alpha.
13733 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13735         * configure.in (CC): Get ^CC, not just any old CC, from
13736         ${host_makefile_frag}.
13738 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13740         * configure.in (CC): Try to get CC from
13741         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13743 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13745         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13746         only if it exists in $(srcdir).
13748 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13750         * configure: If CC and CXX are not set in the environment, set
13751         them, based on either an existing Makefile or on searching for gcc
13752         in PATH.  Substitute for CC and CXX in Makefile.
13753         * configure.in: Remove libm from target_libs.  Separate
13754         target_configdirs from configdirs.  If CC is not set in
13755         environment, try to get it from a host Makefile fragment.  Rewrite
13756         changes of configdirs to use skipdirs instead.  A few minor
13757         tweaks.  Take directories out of target_configdirs as they are
13758         taken out of configdirs.  Remove existing Makefile files from
13759         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13760         CONFIG_ARGUMENTS in Makefile.
13761         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13762         by configure.in.
13763         (CONFIG_ARGUMENTS): Likewise.
13764         (CONFIGURE_TARGET_MODULES): New variable.
13765         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13766         ($(CONFIGURE_TARGET_MODULES)): New target.
13767         (configure-libg++, configure-libio): New targets.
13768         (all-libg++): Depend upon configure-libg++.
13769         (all-libio): Depend upon configure-libio.
13770         (configure-libgloss, all-libgloss): New targets.
13771         (configure-libstdc++): New target.
13772         (all-libstdc++): Depend upon configure-libstdc++.
13773         (configure-librx, all-librx): New targets.
13774         (configure-newlib): New target.
13775         (all-newlib): Depend upon configure-newlib
13776         (configure-xiberty): New target.
13777         (all-xiberty): Depend upon configure-xiberty.
13779 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13781         * configure.in (host i[345]86-*-win32):  Expand the
13782         noconfigdirs again.
13784 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13786         * mpw-configure: Fix sed command file name.
13788 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13790         * configure.in (host i[345]86-*-win32): Reduce the
13791         noconfigdirs again.
13793 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13795         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13796         or powerpc*-*-pe*, since they are not yet supported.
13798 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13800         Add PowerMac support and many other enhancements.
13801         * mpw-configure: New option --cc to select compiler to use,
13802         paste options set according to --cc into the generated
13803         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13804         if mpw-make.sed is present.
13805         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13806         add forward includes for PowerPC include files.
13807         * mpw-build.in: Build using Makefile.PPC if present.
13808         (do-byacc, etc): Remove separate version resource builds.
13809         (do-gas): Build "stamps" before "all".
13810         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13811         * mpw-README: Update to reflect --cc option, PowerMac support,
13812         and recently-reported compatibility problems.
13814 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13816         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13817         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13818         (--with-multilib-top): Pass to recursive invocations.
13820 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13822         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13823         v810-*-*.
13825 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13827         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13828         gdb, ld and opcodes on v810-*-*.
13830 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13832         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13833         (local-maintainer-clean): New target.
13834         (maintainer-clean): New target.
13835         (realclean): Just depend upon maintainer-clean.
13837 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13839         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13841 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13843         * configure.in: Build ld in mips*-*-bsd* case.
13845 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13847         * config.sub: Accept -lites* OS.  From Ian Dall.
13849 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13851         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13852         targets.
13854 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13856         * configure.in: treat i386-win32 canadian cross the same as
13857         i386-go32 canadian cross.
13859 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13861         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13862         running under the simulator to build a reduced set of libraries.
13863         (powerpc-*-eabiaix): Add fine grained multilib support added to
13864         other powerpc targets yesterday.
13866 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13868         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13869         -disable-softfloat, -disable-relocatable, -disable-aix, and
13870         -disable-sysv to control which multilib libraries get built.
13872 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13874         * configure: Add Makefile.tem to list of files to remove in trap
13875         handler.
13877 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13879         * config.guess (*Linux*):  Add missing "exit"s.
13880         Also, need specific check for alpha-unknown-linux (uses COFF).
13882 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13884         * config.guess:  Merge with FSF:
13886         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13887         * config.guess (AIX4): More robust release numbering discovery.
13889         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13890         * config.guess (i386-sequent-ptx): Properly get version number.
13892         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13893         * config.guess (mips:*:4*:UMIPS): New case.
13895 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13897         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13898         (i386-win32 host): Likewise.  Don't build readline.
13900 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13902         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13903         SUPPORT_FILES to submakes.
13905 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13907         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13908         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13909         mpw-configure.
13911 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13913         * configure.in (appdirs): Use =, not ==, in test expression when
13914         trying to build the text to print in the warning message for
13915         Solaris users.
13917 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13919         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13921 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13923         * config.guess: Recognize lynx-2.3.
13925 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13927         * config.sub (z8ksim): Deleted
13928         (z8k-*-coff): New, this is the one true name of the target.
13930 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13932         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13934 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13936         * config.guess (*:Linux:*:*): First try asking the linker what the
13937         default object file format is (elf, aout, or coff).  Then if this
13938         fails, try previous methods.
13940 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13942         * configure.in: Don't build newlib for *-*-vxworks5.1.
13944 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13946         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13947         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13949 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13951         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13953 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13955         * cfg-ml-com.in: New file.
13956         * cfg-ml-pos.in: New file.
13958 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13960         * COPYING.NEWLIB: Add HP free copyright to list.
13962 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13964         * config.sub: Recognize -eabi* for the system, not just -eabi.
13966 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13968         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13969         * config.sub, configure.in (win32): New target and host.
13971 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13973         * configure.in: Add i386-pe configuration.
13975 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13977         * mpw-build.in (install): Install GDB after LD.
13979 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13981         * mpw-config.in (elf/mips.h): Always forward-include, needed
13982         for GDB to build.
13984 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13986         * testsuite: New directory for customer acceptance and whole tool
13987         chain tests.
13989 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13991         * configure: If per-host line isn't found, but AC_OUTPUT is found
13992         and a configure script exists, run it instead.
13994 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13996         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13998 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14000         * configure: Set build_{cpu,vendor,os,alias} to host values when
14001         --build isn't specified.
14003 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14005         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14006         (FLAGS_TO_PASS): Pass them.
14007         (EXTRA_TARGET_FLAGS): Ditto.
14009 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14011         * Makefile.in (all-libg++): Depend on all-libstdc++.
14013 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14015         * configure.in (noconfigdirs): Enable all packages for
14016           i386-unknown-netbsd.
14018 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14020         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14021         hosted builds (DOS builds)
14023 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14025         Changes for ARM based on patches from Richard Earnshaw:
14026         * config.sub: Handle armeb and armel.
14027         * configure.in: Omit arm linker only for riscix.
14029 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14031         * config.guess:  Update from FSF.
14033 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14035         * config.sub: Recognize powerpcle as the little endian variant of
14036         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14037         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14038         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14039         temporarily.
14041 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14043         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14045 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14047         * config.sub: Accept -lites* as a basic system type.
14049 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14051         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14052         installed, and if so return linuxoldld as the system name.
14054 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14056         * config.guess: Add hppa1.1-hp-lites support.
14058 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14060         * configure.in: Don't build newlib for m68k-vxworks5.1.
14062 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14064         * configure.in (mips-sgi-irix6): Use mh-irix5.
14066 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14068         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14070 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14072         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14073         OSF/1.  Fix compiler flags.
14074         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14076 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14078         * configure.in: Recognize --with-newlib.
14079         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14081 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14083         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14084         to *_X11_MODULES due to gdbtk needing X include files et al.
14086 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14088         Merge in support for Mac MPW as a host.
14089         (Old change descriptions retained for informational value.)
14091         * mpw-config.in: Add generic include forwards for cpu-specific
14092         include files in aout and elf directories.
14094         * mpw-configure: Added copyright.
14095         * mpw-config.in: Check for presence of required build tools.
14096         (target_libs): Add newlib.
14097         (target_tools): Add examples.
14098         (Read Me): Generate as "Read Me for MPW" instead.
14099         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14100         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14101         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14103         * mpw-configure: Remove subdir-specific makefile hackery,
14104         delete mk.tmp after using it.
14106         * mpw-build.in (all): Display start and end times.
14108         * mpw-configure (host_canonical): Set.
14109         (target_cpu): Always add to makefiles.
14110         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14111         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14112         (mpw-mh-mpw): Look for in srcdir and srcroot.
14113         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14115         * mpw-build.in: (install-only): New target.
14117         * mpw-configure (host_alias, target_alias): Rename from hostalias
14118         and targetalias, add into generated Makefile.
14119         (mk.tmp): If present, add into generated Makefile.
14120         * mpw-build.in (all-gas): Build config.h first before gas proper.
14122         * mpw-configure (config.status): Write only if changed.
14123         * mpw-config.in (readline): Configure it (not built, just used for
14124         definitions).
14126         * mpw-config.in (elf/mips.h): Add a forward include.
14128         * mpw-config.in: Forward-include most .h files in include into
14129         extra-include.
14130         (readline): Don't build.
14131         mpw-build.in (install): Install GDB.
14133         * mpw-configure (prefix, mpw_prefix): Handle it.
14134         * mpw-config.in (mmalloc, readline): Don't configure.
14135         * mpw-build.in (thisscript): Rename to ThisScript.
14136         Use mpw-build instead of BuildProgram everywhere.
14137         (mmalloc, readline): Don't build.
14138         * mpw-README: New file, basic documentation about the MPW port.
14140         * mpw-config.in: Use forward-include to create include files.
14142         * mpw-configure: Add more things to the top of each configured
14143         Makefile, including contents of config/mpw-mh-mpw.
14144         * mpw-config.in (extra-include): Create this directory and fill it
14145         with Posix-like include files when configuring.
14147         * config.sub (apple, mac, mpw): Add various aliases.
14149         * mpw-build.in: New file, top-level build script fragment for MPW.
14150         * mpw-configure: New file, configure script for MPW.
14151         * mpw-config.in: New file, config fragment for MPW.
14153 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14155         * configure.in (host_libs): Remove glob, since it is gone from the
14156         sources.
14158 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14160         * Makefile.in: define empty GDB_NLM_DEPS var.
14162         * configure.in(target_makefile_frag): use config/mt-netware
14163         for netware targets.
14165 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14167         * config.sub: Merge in recent FSF changes.  Remove linux special
14168         cases.
14170 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14172         Revert this change:
14174         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14176                 * build-all.mk: Use CC=cc -Xs on Solaris.
14178 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14180         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14181         stop using it.
14182         * Makefile.in: Nuke all references to glob subdirectory.
14184 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14186         * configure.in: Fix --enable-shared logic in per-host.
14188 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14190         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14192 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14194         * configure.in (noconfigdirs): Don't build gas on AIX, for
14195         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14197 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14199         * configure: Fix --cache-file to work if the file argument is a
14200         relative path.
14202 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14204         * configure: If the --cache-file is used, pass it down to
14205         configure in subdirectories.
14207 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14209         * config.sub: add vxworks29k configuration.
14211 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14213         * Makefile.in (taz): Do "diststuff" part quietly.
14215 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14217         * config.sub: Mini-merge with gcc/config.sub.
14219 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14221         * config.guess (IRIX): Sed - to _.
14223 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14225         * Makefile.in (source-vault, binary-vault): New targets.
14227 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14229         * config.sub: Recognize -eabi as a basic system type.
14231 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14233         * configure.in (enable_shared stuff): Fix typo.
14235 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14237         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14239 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14241         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14243 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14245         * configure.in (rs6000-*-*): Don't build gas.
14247 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14249         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14250         reduce command line length.
14251         (AS_FOR_TARGET): Check for as.new, not Makefile.
14252         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14254 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14256         * config.guess:  Merge from FSF.
14258 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14260         * configure: Don't use $ when handling program_suffix.
14262 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14264         * configure.in:  Configure tk for hppa/hpux.
14266 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14268         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14270 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14272         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14273         to LIBCXXFLAGS.  Tests are better run without it.
14275 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14277         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14279 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14281         * configure.in (*-*-netware*): Don't configure xiberty.
14283 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14285         * configure.in:  Remove tk from native_only list.
14287 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14289         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14290           for special NCD build.
14292 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14294         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14295         makeall.bat, they're only useful for binutils snapshots.
14296         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14297         makeall.bat to specified SUPPORT_FILES.
14299 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14301         * build-all.mk: Add Ericsson targets to sun4 and solaris
14302           hosts.  Add  BNR's sun4 target to solaris host, so their
14303           build-from-source will be tested in-house first.
14305 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14307         * Makefile.in (LIBCFLAGS): New variable.
14308         (CFLAGS_FOR_TARGET): Ditto.
14309         (LIBCFLAGS_FOR_TARGET): Ditto.
14310         (LIBCXXFLAGS): Ditto.
14311         (CXXFLAGS_FOR_TARGET): Ditto.
14312         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14313         (BASE_FLAGS_TO_PASS): Pass them.
14314         (EXTRA_TARGET_FLAGS): Ditto.
14316         * configure.in: Support --enable-shared.
14318 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14320         * configure.in (target_libs):  Include libstdc++ again.
14321         * config.guess:  Update from FSF (for FreeBSD).
14323 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14325         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14326         makeall.bat.
14327         (DISTDOCDIRS): Add `etc'.
14328         (ETC_SUPPORT_PFX): New variable.
14329         (taz): Include anything from etc starting with a word in
14330         ETC_SUPPORT_PFX.
14332 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14334         * config.sub: Update for recent FSF changes.  Remove obsolete
14335         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14336         spacing changes.
14338 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14340         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14342         * config.guess:  Merge with FSF.
14343         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14345 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14347         * configure: Since the "trap 0" handler will override the exit
14348         status on many systems, only use it for "exit 1", and make it set
14349         a non-zero exit status; reset it before "exit 0".  Also, check
14350         exit status of config.sub, and error out if it failed.
14352 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14354         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14355         and install libgloss.
14357 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14359         * Makefile.in (all-binutils): Depend upon all-byacc.
14361         * configure.in: Don't build emacs on Irix 5.
14363 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14365         * configure.in (*-*-netware*): Add libio.
14367 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14369         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14370         (CHECK_TARGET_MODULES): Ditto.
14371         (INSTALL_TARGET_MODULES): Ditto.
14372         (TARGET_LIBS): Ditto.
14373         (all-libstdc++): Note dependencies.
14375 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14377         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14379 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14381         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14382         -fexternal-templates.
14384         * configure.in (target_libs): Add libstdc++.
14385         (noconfigdirs): Add libstdc++ as appropriate.
14387 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14389         * config.guess:  Update from FSF.
14391 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14393         * configure: Use ${config_shell} when running ${configsub}.
14395 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14397         * config.sub: No longer recognize h8300h.
14399 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14401         * config.sub: Remove extraneous differences between config.sub and
14402         gcc/config.sub.
14404 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14406         * Makefile.in (DISTSTUFFDIRS): Add gas.
14408 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14410         * COPYING.NEWLIB: New file.
14412 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14414         * config.guess (HP-UX):  Patch from Harlan Stenn
14415         <harlan@landmark.com> to also emit release level.
14417 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14419         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14421 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14423         * config.sub:  Merge nextstep cleanup from FSF.
14425 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14427         * configure.in (arm-*-*): Don't configure ld for this target.
14429 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14431         * configure.in (*-*-netware): don't configure libg++, libio,
14432           librx, or newlib.
14434 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14436         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14437         configure ld--it works, but it doesn't support shared libraries.
14439 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14441         * config.guess (*-unknown-freebsd*):  Get rid of possible
14442         trailing "(Release)" in version string.
14443         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14445 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14447         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14448         Fix type: *-next-neststep -> *-next-nextstep.
14450         * config.guess:  Merge from FSF:
14452         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14454         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14456         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14458         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14459         instead of UNIX_SV for UnixWare 1.0).
14461 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14463         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14464         to make gdb/nlm/* build after the compiler and linker.
14466 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14468         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14469         not just i[34]86.
14470         (m68k-atari-sysv4):  Relocate to match FSF version.
14472         * config.guess:  More merges from the FSF:
14474         Add a space before function call or macro invocation.
14476         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14478         * config.guess: Add trap cmd to remove dummy.c and dummy when
14479         interrupted.
14481         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14483         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14484         (dummy): Redirect stderr from compilation of dummy.c.
14486         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14488         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14490 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14492         * configure: Accept and ignore --cache*, for compatibility with
14493         new autoconf.
14495 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14497         * config.guess:  Merge from FSF:
14499         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14501         * config.guess (Pyramid*:OSx*:*:*): New case.
14502         (PATH): Add /.attbin at end for finding uname.
14503         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14505         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14507         * config.guess (M88*:DolphinOS:*:*): New case.
14509         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14511         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14512         to select whether to use ELF or COFF.
14514         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14516         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14518         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14520         * config.guess: Guess the OS version for HPUX.
14522         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14524         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14526 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14528         * configure.in: Recognize --with-headers, --with-libs, and
14529         --without-newlib.
14530         * Makefile.in (all-xiberty): Depend upon all-ld.
14532 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14534         * configure.in: Change i[34]86 to i[345]86.
14536 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14538         * configure (version): A few more tweaks to help message.
14540 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14542         * Makefile.in:  Remove (for now) librx as a host library,
14543         now that we're building it for target.
14545 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14547         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14548         (Karl Berry).
14550 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14552         * configure.in:  Also configure librx.
14554 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14556         * Makefile.in:  Update various rules to reflect that librx
14557         is now needed for libg++.
14559 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14561         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14563 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14565         * configure.in: Configure the examples directory.
14567 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14569         * configure: Simplify Jun 2 1994 change.
14571 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14573         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14574         /bin/gcc isn't good enough to build gcc.
14576 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14578         * Makefile.in (GDB_SUPPORT_FILES): Remove
14579         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14580         (gdb.tar.gz): Add new rule to use standard distribution building
14581         mechanism.
14583 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14585         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14586         Bill Cox <bill@cygnus.com>.
14588 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14590         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14592 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14594         * configure:  Search current dir first in .gdbinit.
14596 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14598         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14600 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14602         * config.sub:  Refer to NeXT's operating system as nextstep.
14604         * config.sub (case $basic_machine):  Re-order the cases, to match
14605         the order in the FSF version (which is mostly alphabethical).
14606         Merge in some additions and changes from the FSF.
14608 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14610         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14611         * config.sub: Recognize cxux7.
14612         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14614 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14616         * config.sub:  Fix typo powerpc -> powerpc-*.
14618 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14620         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14622         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14623         parallel with all-emacs and install-emacs).  Top-level command
14624         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14626 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14628         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14629         $(relbindir)/make before doing ``make install'', and use
14630         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14631         installing over running make binary.
14632         ($(host)-stamp-stage3-installed): Likewise.
14634 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14636         * config.guess: Recognize Mach.
14638 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14640         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14641         see whether --exec-prefix was used.
14643 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14645         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14647 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14649         * Makefile.in: Add all-librx target similar to all-libproc.
14651 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14653         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14654         with post 1.2 uname bogosity.
14656 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14658         * configure: Remove temporary files on receipt of a signal.
14660 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14662         * configure: If there is a package_makefile_frag, remove
14663         ${subdir}/Makefile.tem after copying it in.
14665 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14667         * build_all.mk: support rs6000 lynx identifies itself as
14668         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14669         since /bin/gcc is too feeble to compile a modern gcc.
14671 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14673         * brought devo/test-build.mk update-to-date with progressive/
14674           test-build.mk. Add lynx targets and hppa flag info.
14676 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14678         * configure.in:  Use mh-ncrsvr43.  Patch from
14679         Tom McConnell <tmcconne@sedona.intel.com>.
14681 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14683         * config.guess (i386-unknown-bsdi):  No longer need to
14684         check #if defined(__bsdi__) && defined(__i386__).
14686 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14688         * configure: Set program_transform_nameoption correctly.
14690 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14692         * brought build-all.mk update-to-date with progressive build-all.mk,
14693           added new targets and hppa info.
14695 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14697         * configure: If config.guess result is a prefix of the user
14698         specified target, assume a native build and use the user specified
14699         target as the host alias.  Remove SunOS patch suffix removal hack.
14700         * configure.in: Remove SunOS patch suffix removal hack.
14702         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14703         in NATIVE_CHECK_MODULES.
14705 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14707         * Makefile.in: Rename HOST_ONLY to NATIVE.
14708         * configure: Delete SunOs patch suffix from host_canonical
14709           and build_canonical variables that are prepended to Makefiles.
14710         * configure.in: Add comments for easier maintenance.
14712 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14714         * Makefile.in: Add all-libproc target similar to all-gui.
14716 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14718         * Makefile.in (CHECK_MODULES): split into
14719         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14721 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14723         * config.guess (i386-unknown-bsdi): New system to guess.
14725 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14727         * Makefile.in: Add all-gui target (but not yet build by "all").
14729 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14731         * config.sub: Move deletion of patch suffix from here...
14732         * configure.in: To here, at Ian's suggestion.  The top-
14733           level scripts might need to know of a patch level.
14735 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14737         * config.sub: Strip off patch suffix so rtl is recognized
14738           as a sunos4.1.3 machine, even though it's been patched.
14740 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14742         * Makefile.in (INSTALL_LAST): Delete.
14743         (INSTALL_DOSREL): New.
14745 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14747         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14748         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14749         whether we pass down --with-gnu-ld anyhow.
14751 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14753         * Makefile.in (INSTALL_LAST): Change operation so it works
14754         on more flavors of make.
14755         * configure.in (go32): Don't build libg++ or libio.
14757 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14759         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14760         they can be overriden by templates.
14762 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14764         * configure.in (target==go32): Don't build gdb.
14765         * dosrel: New directory.
14767 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14769         * configure.in (host==go32): Configure dosrel too.
14770         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14771         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14772         be set by incoming names or templates.
14773         (INSTALL_LAST): New rule.
14775 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14777         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14779 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14781         * configure.in (appdirs): New variable.  Currently empty, but will
14782         be used in gas distribution.  If nonempty, lists a set of
14783         directories at least one of which must get configured, or top
14784         level configuration is considered to have failed.
14785         (rs6000-*-lynxos*): Use new file name.
14787 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14789         Eliminate XTRAFLAGS.
14790         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14791         newlib include files using -idirafter, and also use -nostdinc.
14792         (CXX_FOR_TARGET): Likewise.
14793         (XTRAFLAGS): Removed.
14794         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14795         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14796         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14797         ($(DO_X)): Don't pass down XTRAFLAGS.
14799 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14801         * configure.in (mips*-dec-bsd*): New target; do build linker.
14802         (mips*-*-bsd*): New target; don't build linker.
14804 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14806         * configure.in: support rs6000-*-lynxos* configuration.
14807         support sunos4 as a cross target.
14809         * config.sub: look for lynx*, not lynx since the OS version may
14810         legitimately be part of the name.
14812 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14814         * configure.in (i[34]86-*-sco*): Move to be with other i386
14815         targets.
14816         (romp-*-*): New target.  Skip various binary utilities.
14817         (vax-*-*): New target.  Don't build newlib.
14818         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14820 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14822         * configure.in: Only set host_makefile_frag if config
14823         directory exists.
14825 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14827         * install.sh: If $dstdir exists, don't check whether each
14828         component does.
14830 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14832         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14834 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14836         * configure.in (*-*-lynxos*): Don't configure newlib for either
14837         native or cross Lynx.
14839 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14841         * config.sub (sparc64-elf): Fix os.
14842         (z8k): Remove duplicate.
14844 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14846         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14847         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14849 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14851         * configure: Make file links cleanly even if Lynx fails on
14852           an NFS symlink (at least fail cleanly).
14854 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14856         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14857         -XNh2000.
14859 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14861         * configure: Unknown options are fatal again.
14863 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14865         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14866         compatibility.
14868 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14870         * build-all.mk: Add `clean' target.
14872 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14874         * config.guess:  Add SINIX support.
14875         * configure.in:  Add mips-*-sysv4* support.
14877 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14879         * build-all.mk: Document all useful targets.
14880         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14881         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14883 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14885         * configure: Support --silent, --quiet.
14887 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14889         * configure: Support --disable-FEATURE.
14891 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14893         * config.guess: Recognize NCR running SVR4.3.
14895 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14897         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14898         Patch from Paul Eggert <eggert@twinsun.com>.
14900 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14902         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14904 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14906         * configure: Make unrecognized options give nonfatal warnings
14907         instead of fatal errors, and pass them to any subdirectory
14908         configures in case they recognize them.
14909         Make --x equivalent to --with-x.
14911 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14913         * configure: Add --enable-* options.  Clean up usage message and
14914         some comments.
14916 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14918         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14920 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14922         * configure.in (hppa*-*-*): Enable binutils.
14924 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14926         * config.sub: Recognize cisco.
14928 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14930         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14932 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14934         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14935         than one configuration name.  Add comment.
14937 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14939         * config.guess: about target *-hitachi-hiuxwe2, fixed
14940         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14941         macro is incorrect.]
14943 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14945         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14946         than the "make ls" stuff which used to be here.
14948 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14950         * config.guess:  Recognize i[34]86-unknown-freebsd.
14951         From Shawn M Carey <smcarey@rodan.syr.edu>.
14953 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14955         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14957 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14959         * config.guess: Check for ptx.
14961 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14963         * config.sub: Add os9k checking.
14965 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14967         * config.guess: Handle OSF1 running on HPPA processors
14969 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14971         * configure: If subdir configure fails, print out a message with
14972         subdirectory name, in case subdir's configure code didn't identify
14973         itself.
14975 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14977         * configure.in: Remove embedded newlines from configdirs.
14978         Avoid mismatches of substrings.  Fix matching strings at end
14979         of configdirs.
14981 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14983         * config.guess:  Add Lynx/rs6000 config support.
14985 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14987         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14989 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14991         * configure.in (hppa*-*-osf*): Treat this just like most other
14992         PA configurations (eg no binutils or ld).
14993         (hppa*-*-*elf*): These configurations have binutils and ld.
14995 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14997         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14999 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15001         * configure.in (rs6000-*-*): Build gas.
15003 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15005         * Makefile.in:  Avoid bug in losing hpux sed.
15007 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15009         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15010         for GDB and GDB has been fixed to not need it.
15012 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15014         * config.guess: Recognize vax hosts.
15016 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15018         * configure (while loop): Don't use "break 2" inside case
15019         statement -- the case statement isn't an enclosing loop.
15021 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15023         * config.guess:  Clean up NeXT support, to allow nextstep
15024         on Intel machines.  Make OS be nextstep.
15026 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15028         * config.guess: Add alternate forms for Convex.
15030 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15032         * configure:  Completely rewrite option processing.  Take
15033         advantage of pattern-matching to avoid invoking test frequently.
15034         Also clean up host and target defaulting logic.
15036 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15038         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15039         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15040         commands (plus user environment) will fit SCO limits.
15042 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15044         * configure.in: Don't issue warnings about directories which are
15045         not being configured if -norecursion is set.  Correct test for
15046         --with-gnu-as and --with-gnu-ld to not get confused by substring
15047         matches.
15049         * configure.in: Don't build gas for alpha-dec-osf1*.
15051 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15053         * configure:  Back out Per's change of 12/19/1993.  It changes the
15054         behavior of configure in unexpected and confusing ways.
15056         Also, use different delim char when calculating
15057         program_transform_name so that the name can contain slashes.
15059 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15061         * configure.in, config.sub: Add support for VSTa micro-kernel.
15063 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15065         * configure.in: Nuke hacks which were used to get a special
15066         version of GAS for HPPA configurations.
15068 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15070         * configure:  If only ${target_alias} is given, use that
15071         as the default for ${host_alias}.
15072         * configure:  Add missing back-slashes before nested quotes.
15074 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15076         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15078 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15080         * config.guess:  Recognize some Tektronix configurations.
15081         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15083 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15085         * config.sub: Match any flavor of SH.
15087 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15089         * configure.in: Don't try to configure newlib for Alpha.
15091 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15093         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15094         libg++ or libio for any Alpha target.
15096         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15098 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15100         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15101         default arguments -- so it tried to compress itself.
15103 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15105         * configure.in (notsupp): ensure that a space is always at the end
15106           of the configdirs list, since the grep checks for an explicit space
15108 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15110         * configure.in (target i386-sysv4.2): don't build ld, since static
15111           versions of many libraries are not available.
15113 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15115         * config.guess: Recognize Apollos (using environment variables).
15116         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15118 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15120         * config.guess: Recognize Sony news mips running newsos.
15122 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15124         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15125         "fi ; else" for bash.
15127 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15129         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15131 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15133         * config.sub: accept unixware as an alias for svr4.2.
15134         Fix some inconsistancies with the gcc version.
15136 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15138         * Makefile.in (DISTDOCDIRS):  Add gdb.
15140 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15142         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15144 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15146         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15147         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15148         this now.
15150 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15152         * config.sub: Accept hiux* as an OS name.
15154         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15155         etc/make-stds.texi.  The underscore came from gcc, and dje now
15156         agrees that RUNTESTFLAGS is the correct name.
15158 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15160         * install.sh:  Remove 'set -e'.  It makes any conditionals
15161         in the script useless.
15163         * config.guess: Automatically recognize arm-acorn-riscix
15164         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15166 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15168         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15170 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15172         * Makefile.in (DISTDOCDIRS): New variable.
15173         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15174         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15176 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15178         * configure.in (hppa target): check the source directory for the
15179           pagas sub-directory
15181 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15183         * config.sub: Allow -aout* and -elf*.
15185 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15187         * configure.in: Don't build ld on i386-solaris2, same as for
15188         sparc-solaris2.
15190 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15192         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15194 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15196         * configure.in:  Configure gdb for alpha.
15198 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15200         * Makefile.in (CXXFLAGS): Add -O.
15202 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15204         * config.guess: added support for DG Aviion
15206 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15208         * configure.in: Produce warning message for subdirectories not
15209         configurable for this host/target combination.  Don't try to
15210         configure gdb for vms.
15212 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15214         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15215         appropriate files before making "diststuff".
15216         (DISTBISONFILES): New var: list of files to be edited.
15217         (DISTSTUFFDIRS): Add binutils.
15219 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15221         * config.sub: also handle mipsel and mips64el (for little endian mips)
15223 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15225         * configure.in: Add * to end of all OS names.
15227 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15229         * configure.in: Build newlib for LynxOS native.
15231 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15233         * config.guess: Add support for delta 88k running SVR3.
15235         * configure.in: Add comment about HP compiler vs. emacs.
15237 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15239         * configure.in: don't build ld on solaris2 (not a viable option
15240           due to bugs in getpwnam & getpwuid)
15242 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15244         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15245         config.guess will produce a full version number.
15247 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15249         * configure.in: Build linker and binutils for alpha-dec-osf1.
15251 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15253         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15254         and gdb/testsuite/Makefile.in.
15256 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15258         * configure.in: recognize mips*- instead of mips-
15260 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15262         * config.sub: Accept linux*coff and linux*elf as operating
15263         systems.
15265 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15267         * config.sub: Recognize mips64, and mips3 as an alias for it.
15269 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15271         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15272         gdb knows how to handle OSF/1 shared libraries.
15274 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15276         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15277         * config.guess: Recognize Hitachi's HIUX.
15278         * config.sub: Recognize h3050r* and hppahitachi.
15279         Remove redundant cases for hp9k[23]*.
15281 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15283         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15284         if gas and ld are in the source tree and are in ${configdirs}.
15285         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15286         --with options (but still pass them down on the command line,
15287         if they were explicitly specified).
15289 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15291         * configure: substitute SHELL value in Makefile.in with
15292         ${CONFIG_SHELL}
15294 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15296         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15297         *-*-solaris2* targets.
15299 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15301         * Makefile.in: define M4, and pass it down to sub-makes;
15302         all-autoconf now depends on all-m4
15304 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15306         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15307         presence of {ar,ranlib} instead of a configured directory
15309 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15311         * config.guess: Accept 34?? as well as 33?? for NCR.
15313 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15315         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15316         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15318 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15320         * configure: grab values for $(CC) and $(CXX) from the
15321         environment, so that someone can do "CC=gcc configure; make" and
15322         have it work right (matching the way that autoconf works now)
15324         * configure.in, Makefile.in: add support for gash, the tcl
15325         interface to Galaxy
15327         * config.guess: add NetBSD variants (hp300, x86)
15329 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15331         * install.sh: Support -d option (in the manner of SunOS 4 install,
15332         as it is more deterministic than that of GNU install)
15333         (chmodcmd): Set file to mode 755 by default (should also do default
15334         chgrp and chown, but I don't feel like dealing with that now)
15336 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15338         * config.sub: Remove h8300hhms alias.
15340 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15342         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15344 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15346         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15347         as stmp-fixinc
15349 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15351         * config.sub: recognize m88110-bug-coff.
15353 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15355         * Makefile.in (all-libio): all dependencies on the toolchain used
15356         to build this (gcc, gas, ld, etc)
15358 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15360         * config.guess: Deal with OSF/1 1.3 on alpha.
15362 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15364         * install.sh: add some 'else true' clauses for portability
15366         * configure.in: don't build libio for h8[35]00-*-* targets
15368 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15370         * Makefile.in:  Add support for new libio.
15372 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15374         * install.sh: If one command fails, don't try the rest.  Don't try
15375         to remove $dsttmp (via trap) unless we have already created it.
15376         If $src doesn't exist, detect it and exit with an error.
15378         * config.guess: Recognize BSD on hp300.
15380 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15382         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15383         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15385 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15387         * Makefile.in (all-send-pr): depends on all-prms
15389 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15391         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15393 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15395         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15396         Added test for mips-mips-riscos5.
15398 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15400         * configure.in: use mh-hp300 for 68k HP hosts
15402 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15404         * configure: add support for CONFIG_SHELL, so that you can use
15405         some alternate shell for evaluating configure scripts
15407 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15409         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15410         in configure script to bug-gdb@prep.ai.mit.edu when building
15411         distribution archive.
15412         * Makefile.in (COMPRESS):  Remove def.
15413         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15414         gdb.tar.Z and make-gdb.tar.Z respectively.
15415         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15416         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15417         to convergence with 'taz' target in Makefile.in.
15419 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15421         * install.sh (dsttmp): use trap to ensure that tmp files go
15422         away on error conditions
15424 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15426         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15428 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15430         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15431         its parent is '/' not ''.
15433         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15435 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15437         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15438         that ${newsrcdir}/configure.in does.
15440 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15442         * test-build.mk: support for CONFIG_SHELL
15444 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15446         * config.sub (netware):  Add as a basic system type.
15448 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15450         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15451           $(srcdir)/ from the dependency on Makefile.in.
15453 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15455         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15456         (h8300hhms is temporary until multi-libraries are implemented).
15457         * configure.in: Handle h8300h too.
15459 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15461         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15463 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15465         * configure:  Remove extraneous output when guessing host type.
15466         * config.guess:  Remove extraneous output when guessing using C
15467         compiler rather than uname, or when guessing fails.
15469 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15471         * Makefile.in: remove all.cross and install.cross targets
15473         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15474           definitions
15476 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15478         * configure.in (target sh): Build gprof.
15480 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15482         * config.sub: change -solaris to -solaris2
15484 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15486         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15488 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15490         * configure: Correct error message for missing Makefile.in to
15491         print correct directory.
15493 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15495         * install.sh: kludge around 386BSD shell bug
15497 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15499         * config.guess:  Recognize NeXT.
15500         * config.guess:  Recognize i486-ncr-sysv4.
15501         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15503 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15505         * Makefile.in (MAKEINFOFLAGS): New variable.
15506         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15507         * build-all.mk, test-build.mk: Pass down --no-split as
15508         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15510 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15512         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15514 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15516         * Makefile.in (libg++.tar.z):  New rule.
15517         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15518         * Makefile.in (taz):  Only do a single chmod.
15520 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15522         * install.sh: don't use dirname anymore (replaced with sed usage)
15524 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15526         * Makefile.in:  Change extension for gzip'd files from '.z' to
15527         '.gz' per new FSF standard usage.
15529 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15531         * configure: put quotes around the final value of program_transform_name
15533 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15535         * Makefile.in: new install.sh support; update install-info rules
15537 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15539         * configure.in: Build diff for crosses, but not for go32 host.
15541         * configure.in: Build gprof only for native, and don't build it
15542         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15544 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15546         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15548 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15550         * configure.in (host_tools): Add prms.
15552 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15554         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15555         with $(FLAGS_TO_PASS) on the command line
15557         * config.sub: Recognize lynx and lynxos
15559 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15561         * config.sub: Accept -ecoff*, not just -ecoff.
15563 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15565         * Makefile.in (taz): Use .gz suffix instead of .z.
15566         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15567         names.
15569 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15571         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15573 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15575         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15576         that rebuilds that might happen during 'make install' don't get
15577         bogus gcc include files
15579 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15581         Change from Utah for HPPA support:
15582         * config.guess: Recognize hppa1.x-hp-bsd.
15584 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15586         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15587         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15589 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15591         * config.sub: Add support for rom68k and bug boot monitors.
15593 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15595         * Makefile.in: Make all-opcodes depend on all-bfd.
15597 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15599         * config.guess: Added special check for i[34]86-univel-sysv4*.
15601 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15603         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15604         the processor rather than assuming i486.
15606 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15608         * config.guess: Recognize SunOS6 as Solaris3.
15610 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15612         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15613         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15615 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15617         * build-all.mk (all-cross): New target for Canadian Cross.
15618         Added Q2 go32 targets.
15619         * test-build.mk: Configure go32 cross sparclite-aout and
15620         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15621         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15623 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15625         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15626         GO32 hosted toolchains
15628 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15630         * configure: change  so "-exec-prefix" gets passed down rather
15631         than "-exec_prefix" so autoconf generated Makefiles get the
15632         exec_prefix set right.
15634 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15636         * config.guess: get the Solaris2 minor version number
15638         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15640 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15642         * config.guess: Recognize some Sequent platforms.
15644 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15646         * Makefile.in: added the vault-install target
15648         * configure.in: actually use the Sun3 makefile fragment that's in
15649         config, also added the release dir to configdirs
15651 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15653         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15655 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15657         * configure.in: remove some program from Alpha targetted toolchains
15659 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15661         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15662         gprof.
15663         (taz): Run "make diststuff" in those directories instead of "make
15664         proto-dir".  Look for "VERSION=" only at start of line in subdir
15665         Makefile.  Use "gzip -9" for compression.
15666         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15667         (binutils.tar.z): New target.
15669 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15671         * Makefile.in (taz): Include gpl.texinfo.
15673 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15675         * Makefile.in (setup-dirs): Merged into "taz" target.
15676         (taz): Only do `proto-dir' stuff if a directory is actually needed
15677         for this target.
15679 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15681         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15682         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15683         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15684         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15685         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15687 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15689         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15690         config.sub, and move-if-change to gdb testsuite distribution
15691         archive, so the testsuite can be extracted, configured, and
15692         run separately from the gdb distribution.  Blow away the Chill
15693         tests that require a Chill compiled executable, since GNU Chill
15694         is not yet publically available.
15696 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15698         * test-build.mk: set environment variables in a single command,
15699         instead of a list of assignments and exports
15701         * config.guess: recognize Alpha/OSF1 systems
15703 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15705         * configure: Change help message to prefer --options rather than
15706           -options.
15708 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15710         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15711         zippy@ecst.csuchico.edu.
15712         * config.guess: Recognize miniframe.
15714 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15716         * Makefile.in: Use srcroot to find runtest rather than rootme.
15717         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15719 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15721         * test-build.mk: Extensive additions to support building on a
15722         machine other than the host.
15724 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15726         * configure (tooldir): Fix for i386-aix again.
15728 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15730         * configure, Makefile.in:  Change definition of $(tooldir)
15731         to match the FSF.
15733 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15735         * config.guess:  Recognize i[34]86/SVR4.
15737 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15739         * Makefile.in (all-gdb): gdb depends on sim.
15741 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15743         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15744         at the same time we make the prototype gdb directory.
15745         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15746         files at the same time as the gdb base release distribution.
15748 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15750         * Makefile.in (check): Use individual check targets rather than
15751         DO_X rule.
15752         (check-gcc): Added.
15754 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15756         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15757         for System V release 3.2.
15759 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15761         * config.sub: Recognize hppaosf.
15762         * configure.in: Do configure ld/binutils/gas for it.
15764 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15766         * configure (tooldir): Alter syntax used to set this, for systems
15767         where "\$" isn't handled right, like i386-aix.
15769 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15771         * configure: Pass program-transform-name, not
15772         program_transform_name, to recursive configures.
15774 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15776         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15777         of gas+ld+binutils.
15779 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15781         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15783 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15785         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15787 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15789         * Makefile.in (PRMS): Set back to all-prms.
15791 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15793         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15794         targets, rather than for MIPS hosts.
15796 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15798         * configure.in: add comment for --with-x default values
15800         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15802         * Makefile.in: add check-* targets for each of the directories in
15803         the tree.  Add a definition of RUNTEST that will use the one we
15804         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15806 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15808         * configure.in: Removed obsolete references to bfd_target and
15809         target_makefile_frag.
15811         * build-all.mk: Set assorted targets for Q2.
15812         * config.sub: Recognize z8k-sim and h8300-hms.
15813         * test-build.mk: Really don't pass host to configure.
15814         (HOLES): Added uname.
15816 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15818         * configure: Handle an empty program-prefix, program-suffix or
15819         program-transform-name correctly.
15821 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15823         * build-all.mk: -G 8 no longer required for MIPS targets.
15824         * test-build.mk: Don't pass host argument to configure; make it
15825         guess.
15827 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15829         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15830         * Makefile.in (COMPRESS):  New macro, like GZIP.
15832 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15834         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15836         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15837         with gas currently defaults to -G 0.
15839 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15841         * Makefile.in (all-flex): flex depends on byacc.
15843         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15844         to test-build.mk as RELEASE_TAG.
15845         * test-build.mk (configargs): New variable containing arguments to
15846         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15847         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15849         * config.guess: Use /bin/uname when checking -X argument on SCO,
15850         to avoid invoking GNU uname which doesn't understand -X.
15852         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15854         * configure.in: Build gas for mips-*-*.
15856 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15858         * Makefile.in (all.normal): insert missing backslash.
15860 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15862         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15864         * Makefile.in: Complete overhaul to merge many almost identical
15865         targets.
15867 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15869         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15870         (gdb.tar.Z): Adjusted.
15872         * Makefile.in (setup-dirs, taz): New targets; should be general
15873         enough to adapt for gdb sometime.  Build only .z file.
15874         (gas.tar.z): New target.
15876 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15878         * build-all.mk: Use CC=cc -Xs on Solaris.
15880 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15882         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15883         for handling BISON for FSF releases.
15885 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15887         * configure: Actually implement the change zoo just documented.
15889 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15891         * configure: when using config.guess, only set target_alias when
15892         it's not already been set (ie, on the command line)
15894 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15896         * Makefile.in: add installcheck target, set PRMS to install-prms
15898 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15900         * configure: add support for package_makefile_fragment, handle the
15901         case where a directory has a configure.in file but no Makefile.in
15902         more gracefully (with an actual understandable error message, even);
15903         add support for --without (and add this to the usage message); also
15904         explicitly add a --host=${host_alias} to the command line when
15905         config.guess is used
15907 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15909         * configure: Must use both --host and --target in recursive calls.
15911 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15913         * Makefile.in: Change deja-gnu to dejagnu.
15915 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15917         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15919 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15921         * configure.in: canonicalize all instances to *-*-solaris2*,
15922         also strip out a number of tools to not build for go32 host
15924 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15926         * config.guess: add GPL.
15928         * Makefile.in, config.guess, config.sub, configure: bump
15929           copyrights to 93.
15931 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15933         * Makefile.in (do-info): Removed obsolete check for existence of
15934         localenv file.
15936         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15938 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15940         * Makefile.in: a couple of 'else true' for decstation,
15941         support for TclX
15943         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15945 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15947         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15949 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15951         * config.guess: Recognize i386-ibm-aix (PS/2).
15952         * configure.in: Use config/mh-aix386 file for it.
15954 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15956         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15957         CC_FOR_TARGET instead.
15958         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15960 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15962         * Makefile.in: Add sim to list of directories sent with gdb
15964 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15966         * configure.in: Put back mips-dec-bsd* case.
15968 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15970         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15971         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15972         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15974 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15976         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15978         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15979         (install-info): install dir.info only if it exists,
15980         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15982 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15984         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15985         gas for mips-dec-bsd.
15987 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15989         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15990         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15992 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15994         * configure.in: Added "dejagnu" to hosttools list.
15996 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15998         * config.sub, configure.in, config.guess:  Add support
15999         for Bosx, an AIX variant from Bull.
16000         Patches from F.Pierresteguy@frcl.bull.fr.
16002 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16004         * devo/dejagnu: Initial creation of devo/dejagnu.
16005         Migrated dejagnu testcases and support files for testing software
16006         tools to reside as subdirectories, currently called "testsuite",
16007         within the directory of the software tool.  Migrated all programs,
16008         support libraries, etc. beloging to dejagnu proper from
16009         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16010         with no modifications.  The changes to these files which will
16011         allow them to configure, build, and execute properly will be made
16012         in a future update.
16014 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16016         * Makefile.in: Change send_pr to send-pr.
16017         * configure.in: Likewise.
16018         * send_pr: Renamed directory to send-pr.
16020 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16022         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16024 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16026         * README:  Update for gdb-4.8 release.
16027         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16028         gdb-xxx.tar.z (gzip'd) file also.
16030 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16032         * Makefile.in: make all-diff depend on all-libiberty
16034 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16036         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16038 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16040         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16042 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16044         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16045         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16046         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16048 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16050         * Makefile.in:  makeinfo binary is in a new location
16052 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16054         * config.sub: Accept -ecoff as an OS.
16056         * Makefile.in: Various changes to eliminate a level of make
16057         recursion and reduce the required command line length.
16058         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16059         sub-makes.
16060         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16061         variables holding settings for specific sub-makes.
16062         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16063         in terms of BASE_FLAGS_TO_PASS.
16064         (TARGET_LIBS): New variable listing directories which use
16065         TARGET_FLAGS_TO_PASS.
16066         (subdir_do): Eliminated.
16067         (do-*): New set of targets to replace subdir_do.
16068         (various): All targets which used subdir_do now depend on do-*.
16069         (local-clean): Renamed from do_clean.
16070         (local-distclean): New target, dependency of distclean and
16071         realclean.
16072         (install-info): Don't create directories.  Depend on dir.info
16073         rather than calling make recursively.
16074         (install-dir.info): Eliminated.
16075         (install-info-dirs): Create all info directories here.
16076         (dir.info): Depend upon do-install-info.
16078         * test-build.mk (HOLES): Added false.
16080 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16082         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16084 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16086         * Makefile.in (info): remove dependency on all-texinfo.  The
16087         problem was really in texinfo/C, not at this level.
16089 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16091         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16093 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16095         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16096         GDB releases.
16098 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16100         * configure: Include srcdir in message about target of link not
16101         being found.  Don't convert `-' to `_' in `with' options being
16102         passed to subdirs.
16104 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16106         * configure.in: add uudecode to host_tools
16108         * Makefile.in: added {all,install}-uudecode targets, added them to
16109         the appropriate lists
16111 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16113         * Makefile.in (all-gcc): Added dependency on all-gas.
16115         * configure.in (mips-*-*): Build ld and binutils.
16117 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16119         * configure: check return code from mkdir, print error message and
16120           exit on failure.
16122 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16124         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16126 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16128         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16130 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16132         * config.sub (h8500):  Recognize this as a cpu type.
16134 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16136         * configure: source directory missing is no longer a warning
16138         * configure.in: recognize irix[34]* instead of irix[34]
16140         * Makefile.in: define and pass down X11_LIB
16142 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16144         * guess-systype: Renamed to ...
16145         * config.guess:  ... by popular request.
16146         * configure.in, Makefile.in:  Update accordingly.
16148 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16150         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16151         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16152         + Execute ./dummy instead of assuming . is in PATH.
16154 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16156         * guess-systype:  New shell script.  Attempts to guess the
16157         canonical host name of the executing host.
16158         Only a few hosts are supported so far.
16159         * configure:  Call guess-systype if no host is specified.
16161 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16163         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16164         gcc Makefile.
16167 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16169         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16170         (all-gcc, install-gcc, subdir_do): Use it.
16172 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16174         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16176 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16178         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16179           set exclusively by configure, using configure.in .
16181 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16183         * test-build.mk: set $PATH for all builds
16185         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16187 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16189         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16190         the one used in gcc/Makefile.in, so that a null expansion doesn't
16191         override the one needed to build gcc with a native cc.
16194 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16196         * configure: Accept -with arguments.
16198 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16200         * Makefile.in: added h8300sim
16202 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16204         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16205         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16206         (all-cygnus, native, build-cygnus): Make
16207         $(canonhost)-stamp-3stage-done, not $(host)....
16208         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16209         i386-sco3.2v4.  Added else true to if command.
16211 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16213         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16215 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16217         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16219 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16221         * configure.in: don't remove binutils from Solaris builds
16223 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16225         * Makefile.in: get rid of earlier definitions for *clean,
16226         also handle the recursive info rule better
16228 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16230         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16231         do more-or-less the right thing.
16233 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16235         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16236         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16238 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16240         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16241         $(host_canonical).
16243         * configure.in: split the configdirs list into 4 categories (native
16244         v. cross, library v. tool) and handle the cross-only and native-
16245         only in more reasonable (and correct!) way.
16247 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16249         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16250         configdirs anymore.
16252 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16254         * Makefile.in: extensive cleanup::  removed all of the explicit
16255         clean-* targets, collapsed many wrappers around subdir_do into
16256         one, added additional targets to satisfy standards.texi, deleted
16257         some old targets, some changes for consistency
16259 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16261         * configure.in: handle some programs as cross-only, and others as
16262         native only
16264         * test-build.mk: handle partial holes in a more generic manner
16266         * Makefile.in: m4 depends on libiberty
16268 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16270         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16271         time, wdiff, and find to configdirs
16273         * Makefile.in: all, clean, and install rules for the new programs
16274         added to configure.in
16276 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16278         * configure.in: use mh-sun for all *-sun-* hosts
16280 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16282         * Makefile.in: define flags for X11 include files and library file
16283         locations, pass them down to the programs that need this info
16285         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16287 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16289         * configure.in: start building libg++ for HP-UX targets
16291 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16293         * README:  Update references to files moved into etc/.
16295 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16297         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16298         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16300 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16302         * configure: accept dash as well as underscore in long option
16303         names for FSF compatibility.
16305 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16307         * config.sub: added -sco3.2v4 support from FSF.
16309 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16311         * configure.in: expand the section that adds or removes
16312         directories from the list of programs to build, to handle native
16313         vs. cross in addition to host v. native
16315 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16317         * Makefile.in:  Replace C++ in macro names with CXX.
16318         This is less likely to break ...
16320 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16322         * test-build.mk: add -w to GNU_MAKE
16324 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16326         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16327         add 'sparc' to list of recognized cpus.  This needed to make
16328         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16329         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16330         then changes that into $CPU-wrs-vxworks.
16332         * configure.in: remove most references to gdbtest, regularize
16333         target based program removal
16335         * test-build.mk: import from p3 tree (many fixes and changes)
16337 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16339         * Makefile.in: added rules to handle tcl, tk, and expect
16341         * configure.in: handle those directories if they exist
16343 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16345         * config.sub: removed bogus hppabsd and hppahpux names, since
16346         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16348 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16350         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16351         depends upon all-xiberty
16353         * Makefile.in: changes from p3, including:
16355         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16357         * Makefile.in (XTRAFLAGS): include newlib directories if
16358         newlib/Makefile exists, rather than if host != target.
16360         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16362         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16363         from the same source tree and not building a cross-compiler.  This
16364         matters for the libg++ configuration if reconfiguring a tree that
16365         has already been installed.
16367         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16369         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16370         pick up the machine and system specific header files.
16372         * Makefile.in: added AS_FOR_TARGET, passed down in
16373         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16374         the C compiler to use to create programs which are run in the
16375         build environment, set it to default to $(CC), and passed it down
16376         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16378         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16380         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16381         We need them for unusual native builds, like systems without
16382         ranlib.
16384         * configure: also define $(host_canonical) and
16385         $(target_canonical), which are the full, canonical names for the
16386         given host and target
16388 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16390         * Makefile.in:  Added separate definitions for C++.
16392 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16394         * configure.in (configdirs):  Add deja-gnu.
16396 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16398         * README:  Update for configure.texi and gdb-4.7 release.
16400 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16402         * Makefile.in:  Move "all" target to top of file.
16403         Previously, first target was ".PHONY" which caused BSD4.4 make
16404         to build .PHONY when make was run without arguments.
16406 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16408         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16409         Library-copylefted code in libiberty.
16411 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16413         * config.sub:  Replace m68kmote with plain old m68k.
16415 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16417         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16419 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16421         * config.sub: Complain if no argument is given.  Added support for
16422         386bsd as OS and target alias.
16424 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16426         * Makefile.in (XTRAFLAGS): include newlib directories if
16427         newlib/Makefile exists, rather than if host != target.
16429 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16431         * config.sub: recognize sparclite-wrs-vxworks.
16433         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16434         p3.) Added clean-xiberty to clean.
16436 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16438         * configure.in: use *-*-* instead of nested cases for host and target
16440 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16442         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16443         from the same source tree and not building a cross-compiler.  This
16444         matters for the libg++ configuration if reconfiguring a tree that
16445         has already been installed.
16447 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16449         * config.sub (i486v/i486v4):  Merge in from FSF version.
16451 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16453         * configure: only set PWD if it is already set.
16455 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16457         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16458         doesn't have unset and all success paths (and most error paths)
16459         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16460         to just ${PWD} to avoid confusion.)
16462 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16464         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16465         even for a native compilation.
16467 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16469         Changes to make the gdb.tar.Z rule work better.
16471         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16472         (DEVO_SUPPORT):  Add configure.texi.
16473         (bfd-ilrt.tar.Z):  Remove ancient rule.
16475 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16477         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16478         pick up the machine and system specific header files.
16480         * configure.in, config.sub: added new target m68010-adobe-scout,
16481         with alias of adobe68k.  Changed configure.in to check for
16482         -scout before -sco* to avoid a false match.
16484         * Makefile.in: added AS_FOR_TARGET, passed down in
16485         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16486         the C compiler to use to create programs which are run in the
16487         build environment, set it to default to $(CC), and passed it down
16488         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16490 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16492         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16493         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16494         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16495         FOR_TARGET variants, to newlib and libg++.
16497 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16499         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16500         first.
16502 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16504         * config.sub:  Accept `elf' as an environment.
16506 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16508         * Makefile.in (all-opcodes):  cd into the right directory
16510 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16512         * configure: added -program_transform_name option, used as
16513         argument to sed when installing programs.
16514         configure.texi: added documentation for -program_prefix,
16515         -program_suffix and -program_transform_name.
16517 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16519         * config.sub:  Accept i486 where i386 ok.
16521 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16523         * config.sub: accept we32k
16525 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16527         * config.sub, configure.in: accept OSE68000 and OSE68k.
16529         * Makefile.in: don't create all directories for ``make install'';
16530         let the subdirectories create the ones they need.
16532 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16534         * COPYING: new file, GPL v2
16536 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16538         * Makefile.in: use the new gen-info-dir, which needs a template
16539         argument (which also lives in texinfo)
16541         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16543 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16545         * config.sub (ncr3000):  Change i386 to i486.
16547 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16549         * Makefile.in: add install-rcs, install-grep to
16550         install-no-fixedincludes, removed install-bison and install-libgcc
16552 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16554         * configure.in: grab the HPUX makefile fragment if on HPUX
16556 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16558         * Makefile.in: eradicate bison spoor (ditto libgcc).
16559          configure.in: recognise m68{k,000}-ericsson-OSE.
16560          es1800 is alias for m68k-ericsson-OSE
16562 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16564         * configure.in: rearrange the parts that remove programs from
16565         configdirs, based now on HOST==TARGET or by canonical triple.
16567 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16569         * test-build.mk: recurse explicitly with -f test-build.mk when
16570           appropriate.  predicate stage3 and comparison on the existence
16571           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16572           On very clean, also remove ...stamp-co.  Build in-place before
16573           doing other builds.
16575 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16577         * Makefile.in, configure.in: add tgas
16579 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16581         * Makefile.in: a number of changes merged in from progressive.
16583         * configure.in: add libm.
16585         * .cvsignore: ignore some stuff that comes from test-build.mk.
16587 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16589         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16591 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16593         * configure: Add program_suffix (parallel to program_prefix)
16594         * Makefile.in: adjust directory-creating script for losing decstation
16596 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16598         * configure:  Minor $subdir-related fixes.
16600 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16602         * configure: fix various problems with propogating
16603         makefile_target_frag in subdirs.
16604         * configure.in: config libgcc if its there
16606 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16608         * config.sub:  HPPA merge.
16610 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16612         * Makefile.in:  Replace all-bison with all-byacc in all
16613         dependency lines for other tools (which now use byacc).
16615 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16617         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16619 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16621         * Makefile.in: make gprof rules similar to byacc rules (instead of
16622         vestigal $(unsubdir) that didn't work...)
16624 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16626         * config.sub:  Add support for Linux.
16627         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16628         (at least for libg++).
16630 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16632         * configure.texi: fix doc for the -nfp option to configure
16634 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16636         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16638 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16640         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16641         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16642         * configure.in: added solaris* host_makefile_frag hook.
16644 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16646         * config.sub: changed recognition of m68000 so that various
16647         m68k types can be specified via m680[01234]0
16649 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16651         * config.sub (basic_machine): fix sed so that '-foo' isn't
16652         completely substituted out while .+'-foo' loses the '-foo'
16654 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16656         * config.sub ($os): Add -aout.
16658 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16660         * configure:  If host_makefile_frag is absolute, don't
16661         prefix ${invsubdir} (relevant to libg++ auto-configure).
16663 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16665         * Makefile.in (tooldir): Define it.
16666         (all-ld): Depend on all-flex.
16668 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16670         * Makefile.in (check):  Fix libg++ special case.
16672 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16674         * configure: do not bury `pwd` into config.status, thus do fewer
16675           pwd's.
16677         * configure: print the "Building in" message only when building in
16678           other than "." AND verbose.
16680         * configure: remove -s, rework -v to better accommodate guested
16681           configures.
16683         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16685 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16687         * Makefile.in: macroize flags passed on recursion.  remove
16688           fileutils.
16690 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16692         * configure: get makesrcdir right for subdirs deeper than 1.
16694         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16695           install.
16697 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16699         * Makefile.in: don't print subdir_do or recursion lines.
16701 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16703         * standards.texi: added menu item.
16705         * Makefile.in: build and install standards.info.
16707         * standards.texi: new file.
16709 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16711         * configure: test for and move config.status pieces from
16712           ${subdir}/.
16714 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16716         * configure:  Test for existance of files before trying to mv
16717         them, to avoid numerous non-existance messages.
16719 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16721         * configure: correct final line of config.status.
16723         * configure: patch from eggert.  Avoids a protection problem if
16724           the original Makefile.in is read only.
16726         * configure: use move-if-change from gcc to create config.status.
16727           Some makefiles depend on config.status to tell if a directory
16728           has been reconfigured for a different host.  This change
16729           prevents those directories from remaking everything in the case
16730           where the reconfig was only intended to rebuild a Makefile.
16732         * configure: test for config.sub with "config.sub sun4" rather
16733           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16734           host alias from a missing config.sub.
16736 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16738         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16739           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16741 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16743         * configure: mkdir ${subdir} as needed.
16745 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16747         * Makefile.in,configure.in: added autoconf.
16749 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16751         * Makefile.in: no longer pass against on recursion.
16753         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16754           definitions are not inherited.
16756         * configure: correct makesrcdir when subdir is .
16758 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16760         * configure:  Add support for 'subdirs' variable, which is
16761         like 'configdirs', except that configure doesn't re-invoke
16762         itself for subdirs, it just creates a Makefile for each subdir.
16763         * configure.texi:  Document subdirs.
16765 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16767         * configure.in: added flex to configdirs
16769 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16771         * Makefile.in: remove clean-stamps from clean.
16773 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16775         * configure.in:  Add gdbtest to configdirs.
16777 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16779         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16780         to recursive makes.
16781         * configure.in:  Recognize new ncr3000 config.
16783 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16785         * Makefile.in, configure.in: removed references to gdbm.
16787 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16789         * config.sub:  Don't canonicalize os value
16790         newsos* to bsd (readline needs to check for newsos).
16791         (This fix was earlier made Jan 31, but got re-broken.)
16793 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16795         * configure.in:  sco is an os, not a vendor!
16797         * configure:  Quote $( better.  Keep various shells happy.
16799 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16801         * Makefile.in: eliminate stamp-files.
16803 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16805         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16806           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16808 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16810         * config.sub:  fix iris/iris3.
16812 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16814         * configure: re-add -rm.
16816 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16818         * Maskefile.in: add .stmp-rcs to all.
16820         * configure.in: remove gas from rs6000 build, use aix host fragment.
16822 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16824         * configure: pass down site_option during recursion.
16826 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16828         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16830 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16832         * configure: Change exec_prefix so that it really defaults to prefix.
16834 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16836         * Makefile.in, configure.in:  Add support for mmalloc library.
16838 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16840         * Makefile.in: add stmp dependencies for a few more things.
16842 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16844         * configure: adjusted error message on objdir/srcdir configure
16845           collision, per john's suggestion.
16847         * Makefile.in: add libiberty stmp to all and all.cross.
16849 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16851         * Makefile.in: remove force dependencies, add grep to all.
16853 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16855         * Makefile.in: drop flex.  make stamp files work.
16857         * configure: added test for conflicting configuration in srcdir,
16858           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16859           gets cranky.  use relative paths for configure and srcdir
16860           whenever possible.  Send some error messages to stderr that were
16861           going to stdout.
16863 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16865         * Makefile.in:  Fix libg++ rule to check for gcc directory
16866         before using gcc/gcc.  Also pass XTRAFLAGS.
16868 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16870         * Makefile.in: added stmp-files so that directories aren't polled
16871           when they are already built.
16873         * configure.texi: fixed a node pointer problem.
16875 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16877         * config.sub configure.in gdb/configure.in
16878         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16879         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16880         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16882 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16884         * configure: -recurring becomes -silent.  corrected help message
16885           for -site= option.
16887         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16889 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16891         * configure: when building Makefile for crosses, replace
16892           tooldir and program_prefix.  default srcdir from location of
16893           config.sub.  remove "for host in hosts" and "for target in
16894           targets" loops.
16896 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16898         * Makefile.in: Do not pass bindir or mandir to cvs.
16900 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16902         * Makefile.in, configure.in: removed traces of namesubdir,
16903           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16904           copyrights to '92, changed some from Cygnus to FSF.
16906         * configure.texi: remove most references to multiple hosts,
16907           multiple targets, subdirs, etc.
16909         * configure.man: removed rcsid. reference config.sub not
16910           config.subr.
16912         * Makefile.in: mkdir $(infodir) on install-info.
16914 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16916         * configure.texi:  Explain better about .gdbinit and about
16917         the environment that configure.in sections run in.
16919 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16921         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16923 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16925         * README:  DOC.configure => cfg-paper.texi.
16927 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16929         * config.sub (near case $os):  Don't convert newsos* to bsd!
16931 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16933         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16934         the number of copies of COPYING that go into the GDB tar file.
16936 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16938         * bfd/configure.in, gdb/config/mh-i386sco,
16939         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16940         Fix SCO configuration stuff.
16942 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16944         * Makefile.in:  For libg++, make sure the -I pointing
16945         to the gcc directory goes *after* all the libg++-local -I flags.
16946         Also, move just-gcc dependency from just-libg++ to all-libg++.
16948 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16950         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16952 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16954         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16956 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16958         * config.sub:  Add stratus configuration frags.  Also
16959         submitted to FSF.
16961 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16963         * Makefile.in (DEV_SUPPORT):  add configure.man.
16965         * config.sub(Decode manufacturer-specific):  add -none*.
16967 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16969         * Makefile.in:  remove form feeds to make Sun's make happy.
16970         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16972 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16974         * Makefile.in (AR_FLAGS):  Make quieter.
16976 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16978         * configure.in:  Add libg++.
16979         * configure:  When verbose, don't output the command line at each
16980         level; it will be unremarkably the same as the previous version,
16981         which will be the same as what the user typed.
16983 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16985         * configure.in, Makefile.in: fix clean-info, add flex.  add
16986           fileutils.
16988         * configure: be less sensitive to spaces in Makefile.in.  Do not
16989           look for sources in "..".  Doing so breaks subdirectories that
16990           might have their own configure.  If a subdir has it's own
16991           configure script, use it.
16993 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16995         * cfg-paper.texi: some changes suggested by rms.
16997 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16999         * config.sub:  Merge in some small additions from the FSF version,
17000         taken from the gcc distribution, to bring the Cygnus and FSF
17001         versions into closer sync.
17003 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17005         * configure.in:  Changed svr4 references to sysv4.
17007 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17009         * configure: added -V for version number option.
17011 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17013         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17014           renamed from DOC.configure to cfg-paper.texi.
17016 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17018         * configure, config.subr, config.sub: config.subr is now
17019           config.sub again.
17021 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17023         * configure.texi: new file, in progress.
17025         * Makefile.in: build info file and install the man page for
17026           configure.
17028         * configure.man: new file, first cut.
17030         * configure: find config.subr again now that configuration "none"
17031           has gone.  removed all traces of the -ansi option.  removed all
17032           traces of the -languages option.
17034         * config.subr: resync from rms.
17036 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17038         * configure, config.sub, config.subr: merge config.sub into
17039           config.subr, call the result config.subr, remove config.sub, use
17040           config.subr.
17042         * Makefile.in: revised install for dir.info.
17044 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17046         * configure.in: add decstation host makefile frag.
17048         * Makefile.in: BISON now bison -y again.  also install-gcc on
17049           install.  clean-gdbm on clean.  infodir belongs in datadir.
17050           Make directories for info install.  Build dir.info here then
17051           install it.
17053 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17055         * Makefile.in: fix for bad directory tests.
17057 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17059         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17060           regexp.  -srcdir relative was being handled incorrectly.
17062         * Makefile.in: unwrapped some for loops so that parallel makes
17063           work again and so one can focus one's attention on a particular
17064           package.
17066 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17068         * configure: added PWD as a stand in for `pwd` (for speed). use
17069           elif wherever possible.  make -srcdir work without -objdir.
17070           -objdir= commented out.
17072 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17074         * configure: +options become --options.  -subdirs commented out.
17075           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17076           Makefile now at top of generated Makefile.  Removed cvs log
17077           entries.  added -srcdir.  create .gdbinit only if there is one
17078           in ${srcdir}.
17080         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17081           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17082           and mandir now keyed off datadir by default.
17084 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17086         * Freshly created ChangeLog.
17089 Local Variables:
17090 mode: change-log
17091 left-margin: 8
17092 fill-column: 76
17093 version-control: never
17094 End: