PR c++/52521
[official-gcc.git] / ChangeLog
blobb6922b18b52a8d3abc5d7c412b134e49dca9c212
1 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4         * configure: Regenerate.
6 2012-02-17  Walter Lee  <walt@tilera.com>
8         * MAINTAINERS: (Write After Approval): Delete myself.
10 2012-02-14  Walter Lee  <walt@tilera.com>
12         * MAINTAINERS (tilegx port): Add myself.
13         (tilepro port): Add myself.
14         (Write After Approval): Add myself.
16 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
18         * MAINTAINERS (Various Maintainers): Add Diego Novillo,
19         Gerald Pfeifer and Joseph Myers as docstring relicensing
20         maintainers.
22 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
24         * MAINTAINERS (write-after-approval): Add myself.
26 2012-02-08  Ira Rosen <irar@il.ibm.com>
28         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
29         maintainer.
31 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
33         * MAINTAINERS (Write After Approval): Move myself to maintain alphabetical order.
35 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
37         * MAINTAINERS (Write After Approval): Add myself.
39 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
41         * MAINTAINERS (Write After Approval): Add myself.
43 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
44             Jayant R Sonar <jayant.sonar@kpitcummins.com>
46         * configure.ac (cr16-*-*): Remove nonconfigdirs.
47         * configure: Regenerate.
49 2012-01-23  Harshit Chopra  <harshit@google.com>
51         * MAINTAINERS (Write After Approval): Add myself.
53 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
55         * configure.ac: Remove reference to mh-interix.
56         * configure: Regenerate.
58 2012-01-05  Richard Henderson  <rth@redhat.com>
60         PR bootstrap/51072
61         * configure.ac: Disable libitm if c++ is not enabled.
62         * configure: Rebuild.
64         * configure.ac: Fix regexp for same.
65         * configure: Rebuild.
67 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
69         * MAINTAINERS (Write After Approval): Add myself.
71 2012-01-02  Richard Guenther  <rguenther@suse.de>
73         PR bootstrap/51686
74         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
75         * Makefile.in: Regenerate.
77 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
79         * MAINTAINERS (Write After Approval): Add myself.
81 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
83         * configure: Regenerate.
85 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
87         * MAINTAINERS (picochip): Changed email address.
89 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
91         * MAINTAINERS (write-after-approval): Add self.
93 2011-11-29  DJ Delorie  <dj@redhat.com>
95         * configure.ac (rl78-*-*) New case.
96         * configure: Regenerate.
97         * MAINTAINERS: Add myself as RL78 maintainer.
99 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
101         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
103 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
105         * libtool.m4: dditional FreeBSD 10 fixes.
107 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
109         * MAINTAINERS: Move myself from Write After Approval to CPU Port
110         Maintainers section, as Epiphany maintainer.
112 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
114         PR target/49992
115         * configure.ac: Remove ranlib special-casing for Darwin.
116         * configure: Regenerate.
118 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
120         * MAINTAINERS (Reviewers): Keep the list sorted.
122 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
124         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
126 2011-11-09  Roland McGrath  <mcgrathr@google.com>
128         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
129         * configure: Rebuild.
130         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
131         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
132         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
133         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
134         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
135         Add READELF.
136         * Makefile.in: Rebuild.
138 2011-11-09  Jason Merrill  <jason@redhat.com>
140         * Makefile.def (language=c++): Remove check-c++0x.
141         * Makefile.in (check-gcc-c++): Regenerate.
143 2011-11-08  Richard Henderson  <rth@redhat.com>
145         * configure.ac: Test for libitm directory present first.
147         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
149         * configure.ac: Test libitm/configure.tgt to disable libitm.
150         * configure: Rebuild.
152 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
153             Richard Henderson  <rth@redhat.com>
155         Merged from transactional-memory.
157         * Makefile.def (lang_env_dependencies): libitm is c++.
158         Add libitm target module.
159         * configure.ac: Likewise.
160         * config/mmap.m4: New file.
161         * contrib/gcc_update: Add libitm to touch data.
162         * Makefile.in, configure: Rebuild.
164 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
166         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
167         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
168         * Makefile.in: Regenerate.
170 2011-11-01  DJ Delorie  <dj@redhat.com>
172         * config.sub: Update to version 2011-10-29 (added rl78)
174 2011-10-27  Nick Clifton  <nickc@redhat.com>
176         * config.sub: Import these changes from the config project:
178         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
179             Ben Elliston  <bje@gnu.org>
181         * config.sub (epiphany): New.
183         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
184             Ben Elliston  <bje@gnu.org>
186         * config.sub (hexagon, hexagon-*): New.
188         2011-08-23  Roland McGrath  <mcgrathr@google.com>
190         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
191         64eb to be64.
193         2011-08-16  Roland McGrath  <mcgrathr@google.com>
195         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
196         (nacl): Grok as alias for 32el-unknown-nacl.
198 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
200         * MAINTAINERS (Write After Approval): Add myself.
202 2011-10-24  Teresa Johnson  <tejohnson@google.com>
204         * MAINTAINERS (Write After Approval): Add myself.
206 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
208         * MAINTAINERS (sparc port): Remove myself.
210 2011-09-14  Tom de Vries  <tom@codesourcery.com>
212         * MAINTAINERS (Write After Approval): Add myself.
214 2011-08-14  Yao Qi  <yao@codesourcery.com>
216         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
217         * configure: Regenerate.
219 2011-07-26  Ian Lance Taylor  <iant@google.com>
221         * configure.ac: Set have_compiler based on whether gcc directory
222         exists, rather than on whether gcc is in configdirs.
223         * configure: Rebuild.
225 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
227         * MAINTAINERS (Global Reviewers): Add self.
229 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
231         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
232         link directories.
233         * Makefile.in: Rebuild.
235 2011-07-20  Ian Lance Taylor  <iant@google.com>
237         PR bootstrap/49787
238         * configure.ac: Move --enable-bootstrap handling earlier in file.
239         If --enable-bootstrap and either --enable-build-with-cxx or
240         --enable-build-poststage1-with-cxx, enable C++ automatically.
241         * configure: Rebuild.
243 2011-07-19  Ian Lance Taylor  <iant@google.com>
245         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
246         make C++ a boot_language.  Set and substitute
247         POSTSTAGE1_CONFIGURE_FLAGS.
248         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
249         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
250         * configure, Makefile.in: Rebuild.
252 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
254         * MAINTAINERS (Register Allocation): Move myself from reviewers to
255         maintainers.
257 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
259         * MAINTAINERS (Global Reviewers): Add myself.
261 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
263         * configure: Regenerate.
265 2011-07-16  Jason Merrill  <jason@redhat.com>
267         * Makefile.def (language=c++): Add check-c++0x and
268         check-target-libmudflap-c++.
269         * Makefile.tpl (check-target-libmudflap-c++): New.
270         * Makefile.in: Regenerate.
272 2011-07-16  Matthias Klose  <doko@ubuntu.com>
274         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
275         * Makefile.def (target_modules/libjava): Pass
276         $(EXTRA_CONFIGARGS_LIBJAVA).
277         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
278         if not configured with --enable-static-libjava.
279         * Makefile.in: Regenerate.
280         * configure: Likewise.
282 2011-07-15  Jason Merrill  <jason@redhat.com>
284         * Makefile.in (check-c++): Move check-gcc-c++0x after
285         check-target-libstdc++-v3.
287 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
289         * MAINTAINERS (c6x port): New entry.
291 2011-07-13  Jason Merrill  <jason@redhat.com>
293         * Makefile.in (check-gcc-c++0x): New.
294         (check-c++): Depend on it.
296 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
298         PR target/39150
299         * configure.ac (i[3456789]86-*-solaris2*): Also accept
300         x86_64-*-solaris2.1[0-9]*.
301         * configure: Regenerate.
303 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
305         * MAINTAINERS (RTL optimizers): Add self.
307 2011-06-27  Gabriel Charette  <gchare@google.com>
309         * MAINTAINERS (Write After Approval): Add myself.
311 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
313         PR regression/47836
314         PR bootstrap/23656
315         PR other/47733
316         PR bootstrap/49247
317         PR c/48825
318         * configure.ac (target_libraries): Remove target-libiberty.
319         Remove case-statement setting skipdirs=target-libiberty for
320         multiple targets.  Remove checking target_configdirs and
321         removing target-libiberty but keeping target-libgcc if
322         otherwise empty.
323         * Makefile.def (target_modules): Don't add libiberty.
324         (dependencies): Remove all traces of target-libiberty.
325         * configure, Makefile.in: Regenerate.
327 2011-06-13  Walter Lee <walt@tilera.com>
329         * configure.ac (tilepro-*-*) New case.
330         (tilegx-*-*): Likewise.
331         * configure: Regenerate.
333 2011-06-06  Jing Yu  <jingyu@google.com>
335         * configure.ac: Skip target-libiberty for
336         arm*-*-linux-androideabi.
337         * configure: Regenerated.
339 2011-06-06  Nick Clifton  <nickc@redhat.com>
341         * config.sub: Sync from upstream.
343 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
345         * MAINTAINERS (Write After Approval): Add myself.
347 2011-06-01  Daniel Jacobowitz  <drow@false.org>
349         * MAINTAINERS: Update my email address.
351 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
353         * MAINTAINERS (Write After Approval): Update my email address.
355 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
357         * MAINTAINERS (Write After Approval): Add myself.
359 2011-05-08  Doug Kwan  <dougkwan@google.com>
361         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
362         * configure: Regenerated.
363         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
364         value from configure.
365         * Makefile.in: Regenerated.
367 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
369         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
370         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
371         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
372         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
373         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
374         *-*-vxworks*): Disable newlib and libgloss in separate case
375         statement.
376         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
377         to separate case statement.
378         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
379         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
380         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
381         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
382         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
383         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
384         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
385         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
386         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
387         i[[3456789]]86-*-rdos*, m32r-*-*,
388         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
389         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
390         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
391         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
392         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
393         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
394         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
395         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
396         and libgloss in main case over targets.  Remove most empty cases
397         in main case over targets.
398         * configure: Regenerate.
400 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
402         * MAINTAINERS (Write After Approval): Add myself.
404 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
406         * configure.ac: Remove code setting special library locations for
407         hppa*64*-*-hpux11*.  Remove code setting compiler for
408         sparc-sun-solaris2*.
409         * configure: Regenerate.
411 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
413         * configure.ac: Separate libgloss_dir settings from general case
414         over targets.
415         * configure: Regenerate.
417 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
419         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
420         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
421         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
422         cases in libgcj-disabling case statement.
423         (hppa*64*-*-linux*): Set unsupported_languages instead of
424         disabling target-zlib.
425         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
426         to hppa*64*-*-hpux*.
427         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
428         hppa*-*-hpux*.
429         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
430         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
431         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
432         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
433         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
434         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
435         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
436         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
437         libgcj-disabling case statement.
438         * configure: Regenerate.
440 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
442         * configure.ac: Disable Java for targets not supporting libffi.
443         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
444         Remove cases in Java-disabling statement.
445         (*arm-wince-pe): Change to arm-wince-pe.
446         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
447         cases in Java-disabling statement.
448         (bfin-*-*): Don't disable Java again.
449         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
450         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
451         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
452         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
453         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
454         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
455         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
456         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
457         Java-disabling statement.
458         (mmix-*-*): Don't disable Java again.
459         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
460         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
461         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
462         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
463         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
464         statement.
465         * configure: Regenerate.
467 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
469         * configure.ac: Separate cases disabling Java and Java libraries
470         from general case over targets.
471         * configure: Regenerate.
473 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
475         * MAINTAINERS: Update my email address.
477 2011-04-20  Easwaran Raman  <eraman@google.com>
479         * MAINTAINERS (Write After Approval): Add myself.
481 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
483         PR lto/48086
484         * configure.ac: Re-enable LTO on *-apple-darwin9*.
485         * configure: Regenerate.
487 2011-04-16  Jim Meyering  <meyering@redhat.com>
489         * MAINTAINERS (Write After Approval): Add myself.
491 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
493         * MAINTAINERS: Update my email address.
495 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
497         * MAINTAINERS (Write After Approval): Add myself.
499 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
501         * MAINTAINERS (Write After Approval): Add myself.
503 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
505         * MAINTAINERS (Write After Approval): Add myself.
507 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
509         * configure.ac (build_tools): Remove build-byacc.
510         (host_libs): Remove mmalloc.
511         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
512         autoconf automake libtool diff rcs fileutils shellutils time
513         textutils wdiff find uudecode hello tar gzip indent recode release
514         sed perl gawk findutils gettext zip.
515         (libgcj): Remove target-qthreads.
516         (target_tools): Remove target-examples target-gperf.
517         (YACC): Don't handle building byacc.
518         * configure: Regenerate.
519         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
520         dosutils, examples, fileutils, find, findutils, gawk, gettext,
521         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
522         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
523         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
524         handle building components.
525         * Makefile.in: Regenerate.
527 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
529         * MAINTAINERS: Update my email address as Xtensa maintainer.
531 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
533         * config.sub: Sync from upstream.
535 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
537         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
538         (microblaze*): Don't disable libssp.
539         * configure: Regenerate.
541 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
543         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
544         moveifchange.
545         * configure: Regenerate.
546         * Makefile.tpl: Use @SHELL@ not @config_shell@.
547         * Makefile.in: Regenerate.
549 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
551         * configure.ac (*-*-sysv4*): Don't enable libgomp.
552         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
553         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
554         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
555         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
556         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
557         md_exec_prefix cases.
558         * configure: Regenerate.
560 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
562         * configure.ac: Separate cases disabling target-libssp,
563         target-libiberty, target-libstdc++-v3 and Fortran from general
564         case over targets.
565         * configure: Regenerate.
567 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
569         * configure.ac (*-*-chorusos): Don't disable libgcj.
570         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
571         Remove case.
572         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
573         (arm-*-coff): Don't disable libgcj.
574         (arm*-*-linux-gnueabi): Remove useless assignment.
575         (arm-*-riscix*): Don't disable libgcj.
576         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
577         configuration.
578         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
579         (c54x*-*-*): Remove case.
580         (tic54x-*-*): Don't disable GCC or GCC libraries.
581         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
582         to *.
583         (d10v-*-*): Don't disable GCC libraries.
584         (d30v-*-*): Don't disable libgcj.
585         (h8500-*-*): Don't disable GCC libraries.
586         (i960-*-*): Don't disable libgcj.
587         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
588         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
589         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
590         libgcj.
591         (m68k-*-coff*): Remove case.
592         (mmix-*-*): Don't disable libgloss on host.
593         (mn10200-*-*, mn10300-*-*): Remove cases.
594         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
595         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
596         Don't disable libgcj.
597         (romp-*-*): Remove case.
598         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
599         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
600         case.
601         (v810-*-*): Don't disable GCC libraries.
602         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
603         (ip2k-*-*): Don't disable GCC libraries.
604         * configure: Regenerate.
606 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
608         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
609         libffi on host.
610         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
611         on host.
612         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
613         * configure: Regenerate.
615 2011-03-26  John Marino  <binutils@marino.st>
617         * configure.ac: Add support for *-*-dragonfly*
618         * configure: Regenerate.
620 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
622         * configure.ac (native_only): Remove.
623         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
624         send-pr uudecode guile gnuserv on host.
625         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
626         send-pr rcs guile perl texinfo libtool on host.
627         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
628         automake send-pr rcs guile perl texinfo libtool on host.
629         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
630         (*-*-kaos*): Don't disable target-examples target-gperf on target.
631         (alpha*-dec-osf*): Don't disable fileutils on target.
632         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
633         texinfo send-pr expect dejagnu on target.
634         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
635         target-qthreads on target.
636         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
637         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
638         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
639         x86_64-*-mingw*): Don't disable expect on target.
640         (*-*-cygwin*): Don't disable target-gperf on target.
641         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
642         gnuserv on target.
643         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
644         target.
645         * configure: Regenerate.
647 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
649         * configure.ac (target_tools): Remove target-groff.
650         (native_only): Remove target-groff.
651         (hppa*64*-*-*): Don't disable byacc.
652         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
653         setting.
654         (*-*-kaos*): Don't skip target-librx and target-groff.
655         (*-*-netware*): Don't skip target-libmudflap.
656         (*-*-tpf*): Don't skip target-libmudflap.
657         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
658         directories on the host.
659         (ia64*-*-*vms*): Don't skip tix.
660         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
661         host.
662         * configure: Regenerate.
664 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
666         * configure.ac: Remove references to mt-mep, mt-netware,
667         mt-wince.
668         * Makefile.def: Add all-utils soft dependencies.
669         * Makefile.tpl: Remove GDB_NLM_DEPS.
670         * configure: Regenerate.
671         * Makefile.in: Regenerate.
673 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
675         * configure.ac: Do not include mh-x86omitfp.
676         * configure: Regenerate.
678 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
680         * configure.ac: Remove empty cases.
681         * configure: Regenerate.
683 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
685         * Makefile.def: Add dependency from termcap to gdb.
686         * Makefile.in: Regenerate.
688 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
690         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
691         * configure: Regenerate.
692         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
693         * Makefile.tpl: Likewise.
694         * Makefile.in: Regenerate.
696 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
698         * configure.ac: Remove all mentions of tentative_cc.
699         * configure: Regenerate.
701 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
703         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
704         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
705         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
706         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
707         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
708         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
709         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
710         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
711         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
712         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
713         *-*-rhapsody*): Remove host cases.
714         * configure: Regenerate.
716 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
718         * configure.ac (ppc*-*-pe): Remove host case.
719         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
720         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
721         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
722         cases.
723         * configure: Regenerate.
725 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
727         * config.sub: Update to version 2011-03-23.
729 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
731         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
732         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
733         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
734         * configure: Regenerate.
736 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
738         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
739         to Write After Approval.
740         * config-ml.in: Don't handle arc-*-elf*.
741         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
742         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
743         handle GCC libraries.
744         * configure: Regenerate.
746 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
748         PR bootstrap/48120:
749         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
750         Add -lstdc++ -lm to LIBS.
751         * configure: Regenerate.
753 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
755         * config.guess: Update to version 2011-02-02
756         * config.sub: Update to version 2011-02-24
758 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
760         PR lto/48086
761         * configure.ac: Re-enable LTO on *-apple-darwin9.
762         * configure: Regenerate.
764 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
766         PR lto/48086
767         * configure.ac: Disable LTO on darwin due to an assembler change in
768         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
769         under 256.
770         * configure: Regenerate.
772 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
774         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
776 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
778         * MAINTAINERS: Update my e-mail address.
780 2011-03-06  Joey Ye  <joey.ye@arm.com>
782         * MAINTAINERS: Update my e-mail address.
784 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
786         * configure.ac: Adjust test of with_ppl.
787         * configure: Regenerated.
789 2011-03-02  Kai Tietz  <ktietz@redhat.com>
791         * MAINTAINERS: Adjust my e-mail address.
793 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
795         * configure.ac: Add -lpwl to ppllibs.
796         * configure: Regenerated.
798 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
800         * config/cloog.m4: Add -lisl to clooglibs.
801         * configure: Regenerated.
803 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
805         * MAINTAINERS (CPU Port maintainers): Add self.
807 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
809         * MAINTAINERS: Add myself as testsuite maintainer.
811 2011-02-15  Mike Stump  <mikestump@comcast.net>
813         * MAINTAINERS: Add myself as testsuite maintainer.
815 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
817         Import from Libtool and gnulib:
819         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
821         Prepare for supporting FreeBSD 10.
822         * config.rpath: Remove handling of freebsd1* which soon would
823         match FreeBSD 10.0.
825         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
827         Remove support for FreeBSD 1.x.
828         * libtool.m4 (_LT_LINKER_SHLIBS)
829         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
830         soon would incorrectly match FreeBSD 10.0.
832 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
834         PR binutils/12283
835         * move-if-change: Import version from gnulib.
837 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
839         PR lto/47225
840         * Makefile.def (lto-plugin): Double dash for enable-shared.
841         (configure-gcc): Depend on all-lto-plugin.
842         * Makefile.in: Rebuilt.
844 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
846         * configure.ac: Remove extra bracket.
847         * configure: Regenerate.
849 2011-02-08  Tobias Burnus  <burnus@net-b.de>
851         * MAINTAINERS: Add myself as libquadmath maintainer.
853 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
855         * MAINTAINERS: Update my email address.
857 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
859         * MAINTAINERS (option handling): Add self.
861 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
863         PR lto/47225
864         * Makefile.def: Add dependency for install-gcc
865         on install-lto-plugin.
866         * Makfile.in: Regenerated
868 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
870         * MAINTAINERS (CPU Port Maintainers): Add myself.
872 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
874         PR libgcj/44341
875         * configure.ac: Discard --with-* flags for host when configuring
876         target libraries for cross build.
877         * configure: Rebuilt.
879 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
881         * MAINTAINERS (linear loop transforms): Removed.
883 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
885         * configure.ac: If with_ppl is no, move setting with_cloog=no
886         after CLOOG_REQUESTED check.
887         * configure: Regenerated.
889 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
891         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
892         CLooG has been requested.
893         * configure: Regenerated.
895 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
897         * configure: Regenerated.
898         * configure.ac: Check for version 0.11 (or later revision) of PPL.
900 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
902         * configure: Regenerated.
903         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
905 2011-01-21  Andreas Schwab  <schwab@redhat.com>
907         * configure.ac: Use AS_HELP_STRING throughout.
908         * configure: Regenerate.
910 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
912         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
913         * configure: Regenerate.
915 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
917         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
919 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
921         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
922         for ia64-hpux.
923         * configure: Regenerate.
925 2011-01-07  Jan Hubicka  <jh@suse.cz>
927         PR lto/47225
928         * Makefile.in: Regenerate.
929         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
930         configure.
932 2011-01-07  Jan Hubicka  <jh@suse.cz>
934         * Makefile.in: Regenerate.
935         * Makefile.def (gcc host module) and soft dependency on lto-plugin
936         and configure dependency on lto-plugin configure.
937         (lto-plugin module): Remove dependency on GCC; add dependency on
938         liniberty.
940 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
942         * MAINTAINERS (Write After Approval): Add myself.
944 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
946         * configure: Regenerate.
948 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
950         * configure.ac: (picochip): Disable libiberty.
952 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
954         * MAINTAINERS (Write After Approval): Add myself.
956 2010-12-10  Ian Lance Taylor  <iant@google.com>
958         PR bootstrap/46819
959         * configure.ac: For --disable-libgcj clear libgcj_saved.
960         * configure: Rebuild.
962 2010-12-10  Tobias Burnus  <burnus@net-b.de>
964         PR fortran/46540
965         * configure.ac: Add --disable-libquadmath and
966         --disable-libquadmath-support.
967         * configure: Regenerate.
969 2010-12-03  Ian Lance Taylor  <iant@google.com>
971         * MAINTAINERS: Add myself as libgo maintainer.
973 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
975         PR libffi/46792
976         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
977         * configure: Regenerate.
979 2010-12-02  Ian Lance Taylor  <iant@google.com>
981         * configure.ac: Always set default for poststage1_ldflags to
982         -static-libstdc++ -static-libgcc.
984 2010-11-29  Andreas Schwab  <schwab@redhat.com>
986         * configure.ac: Move comment to remove extra space in last argument
987         of GCC_TARGET_TOOL.
989 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
991         PR other/46026
992         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
993         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
994         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
995         (BASE_FLAGS_TO_PASS): Use it.
996         * configure: Rebuilt.
997         * Makefile.in: Rebuilt.
999 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1001         PR binutils/12258
1002         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1003         Properly check default linker.
1004         * configure: Regnerated.
1006 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1008         * configure.ac: For --enable-gold, handle value `default' instead of
1009         `both*'.   New configure option --{en,dis}able-ld.
1010         * configure: Regenerate.
1012 2010-11-20  Ian Lance Taylor  <iant@google.com>
1014         * configure.ac: Only disable a language library if no language needs
1015         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1016         * configure: Rebuild.
1018 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1020         * Makefile.in: Regenerate.
1022         PR other/46202
1023         * configure.ac: Fix just-built in-tree STRIP name to be
1024         binutils/strip-new.
1025         * configure: Regenerate.
1026         * Makefile.def (install-strip-gcc, install-strip-binutils)
1027         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1028         (install-strip-sid): Mirror dependencies on non-strip variants
1029         of these targets on the respective -strip prerequisites.
1030         * Makefile.tpl (install-strip, install-strip-host)
1031         (install-strip-target): New targets.
1032         (install-strip-[+module+], install-strip-target-[+module+]):
1033         New targets.
1034         * Makefile.in: Regenerate.
1036 2010-11-19  Ian Lance Taylor  <iant@google.com>
1037             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1039         * configure.ac: Add target-libgo to target_libraries.  Set
1040         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1041         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1042         (HOST_EXPORTS): Add GOC.
1043         (BASE_TARGET_EXPORTS): Add GOC.
1044         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1045         (GOCFLAGS_FOR_TARGET): New variable.
1046         (EXTRA_HOST_FLAGS): Add GOC.
1047         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1048         * Makefile.def (target_modules): Add libgo.
1049         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1050         (dependencies): Add dependency from configure-target-libgo to
1051         configure-target-libffi and all-target-libstdc++-v3.  Add
1052         dependencies from all-target-libgo to all-target-libffi.
1053         (languages): Add go.
1054         * configure: Rebuild.
1055         * Makefile.in: Rebuild.
1057 2010-11-19  Ian Lance Taylor  <iant@google.com>
1059         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1060         compiler/flag environment variables.
1062 2010-11-18  Ian Lance Taylor  <iant@google.com>
1064         * configure.ac: Check for lang_requires_boot_languages in
1065         config-lang.in files.
1066         * configure: Rebuild.
1068 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1069             Tobias Burnus  <burnus@net-b.de>
1071         PR fortran/32049
1072         * Makefile.def: Add libquadmath; build it with language=fortran.
1073         * configure.ac: Add libquadmath.
1074         * Makefile.tpl: Handle multiple libs in check-[+language+].
1075         * Makefile.in: Regenerate.
1076         * configure: Regenerate.
1078 2010-11-16  Tom Tromey  <tromey@redhat.com>
1080         * MAINTAINERS: Moved myself to reviewers section.
1082 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1084         * MAINTAINERS: Moved myself to reviewers section.
1086 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1088         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1089         (Write After Approval): Remove self.
1091 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1093         * configure.ac: Fix spelling in option names.
1094         * configure: Regenerated.
1096 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1098         PR bootstrap/39622
1099         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1100         * configure: Regenerated.
1102 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1104         * MAINTAINERS: Update my email address.
1106 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1108         * configure: Regenerate.
1110 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1112         * configure: Regenerate.
1114 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1116         * configure: Regenerate.
1118 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1120         * configure: Regenerate.
1122 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1124         * configure.ac: Support official CLooG.org versions.
1125         * configure: Regenerate.
1126         * config/cloog.m4: New.
1128 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1130         * MAINTAINERS (Write After Approval): Add myself.
1132 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1134         * MAINTAINERS: Update my email address.
1136 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1138         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1139         * configure: Regenerate.
1141 2010-11-03  Ian Lance Taylor  <iant@google.com>
1142             Dave Korn  <dave.korn.cygwin@gmail.com>
1144         PR lto/46273
1145         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1146         and on other supported platforms whenever LTO is enabled.
1147         * configure: Rebuild.
1149 2010-11-02  Alan Modra  <amodra@gmail.com>
1151         PR binutils/12110
1152         * configure.ac: Error when source path contains spaces.
1153         * configure: Regenerate.
1155 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1157         * MAINTAINERS: Update my email address.
1159 2010-10-20  Ian Lance Taylor  <iant@google.com>
1161         * Makefile.def (target_modules): Set lib_path to src/.libs for
1162         libstdc++-v3 module.
1163         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1164         * Makefile.in: Rebuild.
1166 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1168         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1169         (Write After Approval): Remove myself.
1171 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1173         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1175 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1177         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1179 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1181         * configure.ac (build_lto_plugin): New shell variable.
1182         (--enable-lto): Turn on by default for all non-ELF platforms that
1183         have had LTO support added so far.  Set build_lto_plugin appropriately
1184         for both ELF and non-ELF.
1185         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1186         * configure: Regenerate.
1188 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1190         Sync from src:
1191         * configure.ac (v850 support): Remove target-libgloss from
1192         noconfigdirs.
1193         * configure: Regenerate.
1195 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1197         PR bootstrap/45326
1198         PR bootstrap/45174
1199         * configure.ac: Honor initial values of $build_configargs,
1200         $host_configargs, $target_configargs.  Mark the precious, so
1201         environment settings get recorded.
1202         * configure: Regenerate.
1204 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1206         PR bootstrap/45796
1207         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1208         Depend on all-build-libiberty.
1209         * Makefile.in: Regenerate.
1211 2010-09-30  Michael Eager  <eager@eagercon.com>
1213         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1214         * configure: Regenerate.
1216 2010-09-28  Michael Eager  <eager@eagercon.com>
1218         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1220 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1222         PR bootstrap/44621
1223         * configure.ac: Fix unportable shell quoting.
1224         * configure: Regenerate.
1226 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1228         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1229         targets and amend comment.
1230         * configure: Regenerate.
1232 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1234         * MAINTAINERS (Write After Approval): Add myself.
1236 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1238         * configure.ac: Enable LTO by default on Darwin.
1239         * configure: Regenerate.
1241 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1243         * MAINTAINERS (Write After Approval): Add myself.
1245 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1247         * MAINTAINERS (Write After Approval): Add myself.
1249 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1251         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1252         ports
1254 2010-07-28  David Yuste  <david.yuste@gmail.com>
1256         * MAINTAINERS (Write After Approval): Add myself.
1258 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1260         * configure.ac: Support all v850 targets.
1261         * configure: Regenerate.
1263 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1265         PR bootstrap/44455
1266         * configure.ac (extra_mpfr_configure_flags): Copy from
1267         extra_mpc_gmp_configure_flags.
1268         * configure: Re-generated.
1270 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1272         * MAINTAINERS (Write After Approval): Add myself.
1274 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1276         * MAINTAINERS (Write After Approval): Add myself.
1278 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1280         * MAINTAINERS (Write After Approval): Add myself.
1282 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1284         PR target/44862
1285         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1286         Provide -B option to allow for link spec %s substitutions for
1287         libstdc++.a on darwin.
1288         * Makefile.in: Regenerate.
1290 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1292         * MAINTAINERS (Reviewers): Update my e-mail address
1294 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1296         * Makefile.def (configure-gcc): Depend on all-libelf.
1297         * Makefile.in: Rebuild.
1299 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1301         * MAINTAINERS (Write After Approval): Add myself in the right place.
1303 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1305         * MAINTAINERS (Write After Approval): Add myself.
1307 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1309         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1311 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1313         * config.sub: Update to version 2010-05-21.
1314         * config.guess: Update to version 2010-04-03.
1316 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1318         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1319         * configure: Regenerate.
1321 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1323         * MAINTAINERS (Write After Approval): Add myself.
1325 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1327         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1328         a platform that supports LTO.
1329         * configure: Regenerate.
1331 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1333         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1334         * configure: Regenerated.
1336 2010-04-27  Roland McGrath  <roland@redhat.com>
1337             H.J. Lu  <hongjiu.lu@intel.com>
1339         * configure.ac (--enable-gold): Support both, both/gold and
1340         both/bfd to add gold to configdirs without removing ld.
1341         * configure: Regenerated.
1343         * Makefile.def: Add install-gold dependency to install-ld.
1344         * Makefile.in: Regenerated.
1346 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1348         PR lto/42776
1349         * configure.ac (--enable-lto): Refactor handling so libelf tests
1350         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1351         and allow LTO to be explicitly enabled on non-ELF platforms that
1352         are known to support it inside else-clause.
1353         * configure: Regenerate.
1355 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1357         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1358         * configure: Regenerate.
1360 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1362         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1363         * configure: Regenerate.
1365 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1367         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1368         separately.
1369         * configure: Regenerate.
1371 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1373         * MAINTAINERS (Write After Approval): Add myself.
1375 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1377         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1378         * configure: Regenerate.
1380 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1382         * configure: Regenerate after change to elf.m4.
1384 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1386         * MAINTAINERS (Write After Approval): Add myself.
1388 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1390         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1391         * configure: Regenerated.
1393 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1395         * configure.ac: Print "buggy but acceptable" when CLooG
1396         revision is less than 9.
1397         * configure: Regenerated.
1399 2010-04-01  Diego Novillo  <dnovillo@google.com>
1401         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1403 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1405         PR bootstrap/43615
1406         PR bootstrap/43328
1408         Revert:
1410         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1412         * configure.ac: Do not pass --enable-multilib nor
1413         --disable-multilib in baseargs.  Accept explicitly passed
1414         --enable_multilib.
1415         * configure: Regenerate.
1417 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1419         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1421 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1423         * MAINTAINERS: Remove myself.
1425 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1427         PR bootstrap/43328
1428         * configure.ac: Do not pass --enable-multilib nor
1429         --disable-multilib in baseargs.  Accept explicitly passed
1430         --enable_multilib.
1431         * configure: Regenerate.
1433 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1435         * MAINTAINERS (spu port): Remove me.
1437 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1439         * configure.ac (tic6x-*-*): New case.
1440         * configure: Regenerate.
1442 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1444         * config.sub: Update to version 2010-03-22.
1445         * config.guess: Update to version 2009-12-30.
1447 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1449         PR ada/42554
1450         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1451         * configure: Regenerate.
1453 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1455         * MAINTAINERS: Update my email address.
1457 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1459         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1460         (ghassan.shobaki@amd.com): Removed.
1462 2010-03-17  Alan Modra  <amodra@gmail.com>
1464         * MAINTAINERS: Update my email address.
1466 2010-03-16  Diego Novillo  <dnovillo@google.com>
1468         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1469         Matthews.
1471 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1473         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1474         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1476 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1478         * MAINTAINERS: Update my email address.
1480 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1482         * MAINTAINERS: Update my email address.
1484 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1486         * MAINTAINERS: Update my email address.
1488 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1490         * MAINTAINERS: Update my email address.
1492 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1494         PR libstdc++/32499
1495         * configure.ac (RANLIB): Default to true.
1496         (STRIP): Likewise.
1497         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1498         * configure: Regenerate.
1500 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1502         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1503         (Write After Approval): Update my email address.
1505 2010-02-17  Nick Clifton  <nickc@redhat.com>
1507         PR 11238
1508         * Makefile.tpl (local-distclean): Also remove config.cache files in
1509         sub-directories as there may not be Makefiles present in the
1510         sub-directories.
1511         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1512         the config.cache files found by the find command.
1514         * Makefile.in: Regenerate.
1515         * configure.ac: Revert previous delta.
1516         * configure: Regenerate.
1518 2010-02-15  Nick Clifton  <nickc@redhat.com>
1520         PR 11238
1521         * configure.ac: Delete config.cache files in sub-directories when
1522         deleting Makefiles.
1523         * configure: Regenerate.
1525 2010-02-12  Ben Elliston  <bje@gnu.org>
1527         * MAINTAINERS: Update my email address.
1529 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1531         * MAINTAINERS (spu port): Update my email address.
1533 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1535         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1537 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1539         * configure.ac: Add "recommended" version checks for GMP/MPC.
1540         Update recommended GMP/MPFR/MPC versions.
1541         * configure: Regenerate.
1543 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1545         * MAINTAINERS: Move my Embecosm email address into the
1546         write-after-approval section.
1548 2010-01-26  Ian Lance Taylor  <iant@google.com>
1550         * MAINTAINERS: Add myself as Go frontend maintainer.
1552 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1554         PR libstdc++/36101, PR libstdc++/42813
1555         * configure.ac (bootstrap_target_libs): Make inclusion of
1556         target-libgomp conditional on libgomb being in target_configdirs.
1557         * configure: Regenerate.
1559 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1561         PR libstdc++/36101, PR libstdc++/42813
1562         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1563         * configure: Regenerate.
1565 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1567         PR libstdc++/36101, PR libstdc++/42813
1568         * configure.ac (target_configdirs): Substitute.
1569         * Makefile.def: Bootstrap target module libgomp.
1570         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1571         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1572         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1573         * configure, Makefile.in: Regenerate.
1575 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1577         * MAINTAINERS: Adjust my details.
1579 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1581         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1583 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1585         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1587 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1589         * MAINTAINERS (Write After Approval): Add myself.
1591 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1593         * MAINTAINERS (Write After Approval): Add myself.
1595 2010-01-11  Richard Guenther  <rguenther@suse.de>
1597         PR lto/41569
1598         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1599         * Makefile.in: Regenerated.
1601 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1603         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1604         * configure: Regenerate.
1606 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1607             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1609         PR bootstrap/42424
1610         * configure.ac: Include libtool m4 files.
1611         (_LT_CHECK_OBJDIR): Call it.
1612         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1613         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1615         * configure: Regenerate.
1617 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1619         PR bootstrap/41818
1620         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1621         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1622         * Makefile.in: Regenerate.
1624 2010-01-02  Richard Guenther  <rguenther@suse.de>
1626         PR lto/41529
1627         * configure.ac: Include config/elf.m4.  Disable LTO if not
1628         builting for an elf target.
1629         * configure: Regenerate.
1631 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1633         * MAINTAINERS: Change my email address.
1635 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1637         * config.sub, config.guess: Update from upstream sources.
1639 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1641         * MAINTAINERS (Write After Approval): Add myself.
1643 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1645         PR middle-end/30447
1646         PR middle-end/30789
1647         PR other/40302
1649         * configure.ac: Require MPC.
1650         * configure: Regenerate.
1652 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1654         PR target/38384
1655         PR bootstrap/40972
1656         * libtool.m4: Sync from git Libtool.
1657         * ltoptions.m4: Likewise.
1658         * ltversion.m4: Likewise.
1659         * lt~obsolete.m4: Likewise.
1660         * ltmain.sh: Likewise.
1662 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1664         * configure.ac: Update minimum MPC version to 0.8.
1665         * configure: Regenerate.
1667 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1669         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1670         * configure: Regenerated.
1672 2009-11-21  Ian Lance Taylor  <iant@google.com>
1674         * configure.ac: Change default of poststage1_ldflags to be empty if
1675         poststage1_libs is set.  When poststage1_libs is empty, and
1676         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1677         * configure: Rebuild.
1679 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1681         * MAINTAINERS (Write After Approval): Update my email address.
1683 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1685         * config.guess: Update from upstream sources.
1687 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1689         * Makefile.def: Restore host and target settings for gmp.
1690         * Makefile.in: Rebuild.
1692 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1694         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1695         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1696         Fix portability of test of C++ as bootstrap language.  Add
1697         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1698         * configure: Rebuild.
1699         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1700         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1701         in-tree building.
1702         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1703         (POSTSTAGE1_HOST_EXPORTS): Use it.
1704         (STAGE[+id+]_CXXFLAGS): New.
1705         (BASE_FLAGS_TO_PASS): Pass it down.
1706         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1707         extra_exports.
1708         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1709         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1710         extra_exports.
1711         * Makefile.in: Rebuild.
1713 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1715         * config.sub, config.guess: Update from upstream sources.
1717 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1719         * MAINTAINERS (Write After Approval): Add myself.
1721 2009-11-09  Jon Beniston  <jon@beniston.com>
1723         * MAINTAINERS (Write After Approval): Add myself.
1725 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1727         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1728         paths for *-w64-mingw* and x86_64-*mingw*.
1729         * configure: Regenerated.
1731 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1733         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1735 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1737         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1738         Phil Edwards to Write-After Approval.
1740 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1742         * configure.ac: Disable target-winsup & co for
1743         x86_64-*-mingw* and *-w64-mingw* targets.
1744         * configure: Regenerated.
1746 2009-10-16  Nick Clifton  <nickc@redhat.com>
1748         * MAINTAINERS: Add myself as a maintainer for the RX port.
1750 2009-10-26  Johannes Singler  <singler@kit.edu>
1752         * MAINTAINERS (Write After Approval): Update my e-mail address.
1754 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1756         * configure.ac (CLooG test): Use = with test.
1757         * configure: Regenerate.
1759 2009-10-22  Richard Guenther  <rguenther@suse.de>
1761         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1762         cloog if the ppl version check failed.  Move flags saving
1763         before setting in libelf check.
1764         * configure: Regenerate.
1766 2009-10-21  Richard Guenther  <rguenther@suse.de>
1768         * configure.ac: Adjust the ppl and cloog configure to work as
1769         documented.  Disable cloog if ppl was disabled.  Omit the version
1770         checks if they were disabled.
1771         * configure: Re-generate.
1773 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1775         * configure.ac: Add 'lto' to enable_languages, not
1776         new_enable_languages, and only if not already present.
1777         * configure: Regenerate.
1779 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1781         * README: Refer to the various COPYING* files instead of just
1782         COPYING.
1783         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1785 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1787         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1788         
1789 2009-10-07  Richard Guenther  <rguenther@suse.de>
1791         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1792         and Richard Guenther as reviewers.
1793         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1794         as reviewers.
1796 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1798         * config.sub: Update from upstream sources.
1800 2009-10-06  Ian Lance Taylor  <iant@google.com>
1802         * Makefile.def: check-gold depends upon all-gas.
1803         * Makefile.in: Rebuild.
1805 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1807         * MAINTAINERS (Write After Approval): Add myself.
1809 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1811         * Makefile.def: all-lto-plugin depends on all-libiberty.
1812         set bootstrap=true for lto-plugin.
1813         Add lto-plugin.
1814         * Makefile.in: Regenerate.
1815         * configure.ac (host_libs): Add lto-plugin.
1816         * configure: Regenerate.
1818 2009-10-03  Diego Novillo  <dnovillo@google.com>
1820         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1821         (HOST_LIBELFLIBS): Define.
1822         (HOST_LIBELFINC): Define.
1823         * Makefile.in: Regenerate.
1824         * configure.ac: Add --enable-lto.
1825         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1826         If --enable-lto is used, add 'lto' to new_enable_languages.
1827         If --enable-lto is used and gold is enabled, add
1828         lto-plugin to configdirs.
1829         * configure: Regenerate.
1831 2009-10-03  Simon Baldwin  <simonb@google.com>
1833         * configure.ac: If --with-system-zlib, suppress local zlib and
1834         pass --with-system-zlib to subdir configure scripts.
1835         * configure: Regenerate.
1837 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1838             Paolo Bonzini  <bonzini@gnu.org>
1840         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1841         $(srcdir).
1842         * Makefile.in: Rebuilt.
1844 2009-09-26  Gary Funck  <gary@intrepid.com>
1846         * MAINTAINERS (Write After Approval): Add myself.
1848 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1850         * configure.ac: Update minimum MPC version to 0.7.
1851         * configure: Regenerate.
1853 2009-09-25  Nick Clifton  <nickc@redhat.com>
1855         * configure.ac: Pass any --cache-file=/dev/null option on to
1856         subconfigures.
1857         * configure: Regenerate.
1859 2009-09-23  Nick Clifton  <nickc@redhat.com>
1861         * config.sub, config.guess: Update from upstream sources.
1863 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1865         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1866         * Makefile.in: Rebuilt.
1868 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1870         PR bootstrap/32272
1871         * configure.ac: Error out if $srcdir isn't '.' but contains
1872         host-${host_noncanonical}.
1873         * configure: Regenerate.
1875 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1877         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1878         maintainer.
1880 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1882         * configure.ac: If bootstrapping a combined tree with
1883         --enable-gold, require c++ in stage1_languages.
1884         * configure: Regenerate.
1886         * configure.ac: Also add target_libs of stage1_languages to
1887         bootstrap_target_libs.
1888         * configure: Regenerate.
1890         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1891         with --enable-languages not containing c++.
1892         * configure: Regenerate.
1894 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1896         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1897         * configure: Regenerate.
1899 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1901         * MAINTAINERS (Write After Approval): Update my e-mail address,
1902         and move from from here...
1903         (Waiting for paperwork): To here.
1905 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1907         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1909 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1911         * configure.ac: Do not use $extrasub for replacing @if/@endif
1912         parts in Makefile; instead, use additional arguments to
1913         AC_CONFIG_COMMANDS to do the replacement manually, with several
1914         sed invocations, to avoid HP-UX sed command limits.
1915         * configure: Regenerate.
1917 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1919         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1920         blank before -L.
1922 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1924         * configure.ac (with-build-config): Document.  Handle without.
1925         Handle missing argument.
1926         * configure: Rebuilt.
1928 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1930         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1931         Default to bootstrap-debug only if compare-debug works.
1932         * configure: Rebuilt.
1933         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1934         * Makefile.in: Rebuilt.
1936 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1938         * MAINTAINERS (OS Port Maintainers): Update my email address.
1940 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1942         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1943         * Makefile.in: Rebuilt.
1945 2009-09-01  Chris Demetriou  <cgd@google.com>
1947         * MAINTAINERS (Write After Approval): Add myself.
1949 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1951         PR debug/30161
1952         * include/dwarf2.h (enum dwarf_tag): Added
1953         DW_TAG_GNU_template_template_param
1954         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1956 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1958         * Makefile.tpl (AWK): Fix typo.
1959         * Makefile.in: Regenerate.
1961 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1963         * configure.ac: Detect awk and sed.
1964         * Makefile.def (flags_to_pass): Add AWK and SED.
1965         * Makefile.tpl (AWK, SED): New.
1966         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1967         * configure: Regenerate.
1968         * Makefile.in: Regenerate.
1970 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1972         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1973         (collapseslashes): Likewise.
1975 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1977         * configure.ac (AC_PREREQ): Bump to 2.64.
1979 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1981         * configure.ac: Remove --with-datarootdir, --with-docdir,
1982         --with-pdfdir, --with-htmldir switches.
1983         * configure: Regenerate.
1985         * configure: Regenerate.
1987         * compile: Sync from Automake 1.11.
1988         * depcomp: Likewise.
1989         * install-sh: Likewise.
1990         * missing: Likewise.
1991         * mkinstalldirs: Likewise.
1992         * ylwrap: Likewise.
1994 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1996         * ltmain.sh (func_normal_abspath): New function.
1997         (func_relative_path): Likewise.
1998         (func_mode_help): Document new -bindir option for link mode.
1999         (func_mode_link): Add new -bindir option, and use it to place
2000         output DLL if specified.
2002 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2004         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2005         (baseargs): Add --disable-option-checking.
2006         * configure: Regenerate.
2008         * Makefile.def (configure-target-libiberty): Depend on
2009         all-binutils and all-ld.
2010         (configure-target-newlib): Likewise.
2011         * Makefile.in: Regenerate.
2013 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2015         * config.sub, config.guess: Update from upstream sources.
2017 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2019         Sync from src, merge:
2021         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2023         * configure.ac: Do not exclude gas for i386-*-darwin.
2024         Add a case for x86_64-*-darwin.
2025         * configure: Regenerate.
2027 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2029         * MAINTAINERS: Add my name to Write After Approval list.
2031 2009-08-06  Michael Eager  <eager@eagercon.com>
2033         * configure.ac: Add Microblaze target.
2034         * configure: Regenerate.
2036 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2038         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2039         * configure: Regenerate.
2040         
2041 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2043         * MAINTAINERS (Write After Approval): Update my e-mail address.
2045 2009-07-06  Ian Lance Taylor  <iant@google.com>
2047         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2048         * configure: Rebuild.
2050 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2052         * MAINTAINERS: Move myself to the Graphite Reviewers.
2054 2009-06-30  Wei Guozhi  <carrot@google.com>
2056         * MAINTAINERS: Add my name to Write After Approval list.
2058 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2060         PR bootstrap/40338
2061         * configure.ac (comparestring): Create new variable.
2062         * Makefile.tpl (comparestring): Use to skip some comparisions.
2063         * configure: Regenerate.
2064         * Makefile.in: Regenerate.
2066 2009-06-26  Doug Evans  <dje@sebabeach.org>
2068         * Makefile.def (host_modules): Add cgen.
2069         * Makefile.in: Regenerate.
2070         * configure.ac (host_tools): Add cgen.
2071         * configure: Regenerate.
2073 2009-06-23  DJ Delorie  <dj@redhat.com>
2075         * MAINTAINERS: Add myself as mep maintainer.
2077 2009-06-23  Ian Lance Taylor  <iant@google.com>
2079         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2080         boot_languages.  Only bootstrap target libraries listed in
2081         target_libs for some boot language.  Add --with-stage1-ldflags,
2082         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2083         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2084         if not building with C++.
2085         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2086         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2087         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2088         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2089         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2090         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2091         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2092         * configure, Makefile.in: Rebuild.
2094 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2096         * MAINTAINERS: Added my name to write-after-approval list.
2098 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2100         * configure.ac: Define is_elf for QNX Neutrino targets.
2101         * configure: Regenerate.
2103 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2105         * MAINTAINERS: Added my name to the write-after-approval list
2107 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2109         * configure.ac: Detect MPC in default directory.
2110         * configure: Regenerate.
2112 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2113             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2115         * Makefile.tpl (all): Avoid a trailing backslash.
2116         * Makefile.in: Regenerate.
2118 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2120         * config.sub, config.guess: Update from upstream sources.
2122 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2124         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2125         to noconfdirs.
2126         * configure: Regenerate.
2128 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2130         * Makefile.tpl ([+compare-target+]): Compare all stage
2131         directories, rather than just gcc.
2132         * Makefile.in: Rebuilt.
2134 2009-06-01  Doug Kwan  <dougkwan@google.com>
2136         * configure.ac: Support gold for target arm*-*-*.
2137         * configure: Regenerate.
2139 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2141         * Makefile.def: Add MPC support and dependencies.
2142         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2144         * Makefile.in, configure: Regenerate.
2146 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2148         * Makefile.tpl (all): Avoid harmless warning in make all when
2149         gcc-bootstrap is enabled but stage_last does not exist.
2150         * Makefile.in: Rebuilt.
2152 2009-05-24  Nicolas Roche  <roche@adacore.com>
2154         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2155         * Makefile.in: Regenerate.
2157 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2159         * MAINTAINERS: Update my e-mail address.
2161 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2163         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2164         * configure:  Regenerate.
2166 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2168         PR other/40159
2169         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2170         gcc-no-bootstrap are mutually exclusive.
2171         * Makefile.in: Rebuilt.
2173 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2175         PR other/40159
2176         * Makefile.tpl (all): Don't end with unconditional success.
2177         * Makefile.in: Rebuilt.
2179 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2181         PR target/37137
2182         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2183         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2184         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2185         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2186         stage_configureflags, stage_cflags and stage_libcflags into
2187         explicit Makefile macros.
2188         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2189         GFORTRAN.
2190         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2191         CC.  Set CC_FOR_BUILD from CC.
2192         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2193         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2194         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2195         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2196         and GFORTRAN.
2197         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2198         (_LIBCFLAGS): Renamed to _TFLAGS.
2199         (do-compare-debug, do-compare3-debug): Drop.
2200         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2201         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2202         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2203         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2204         (XGCC_FLAGS_FOR_TARGET): New.
2205         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2206         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2207         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2208         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2209         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2210         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2211         TFLAGS.
2212         (BUILD_CONFIG): Include if requested.
2213         (all): Set TFLAGS on bootstrap.
2214         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2215         (all-stageid-prefixmodule): Likewise.
2216         (do-clean, distclean-stageid): Set TFLAGS.
2217         (restrap): Fix whitespace.
2218         * Makefile.in: Rebuilt.
2220 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2222         * config.guess: Sync with src.
2224 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2226         * configure.ac ($with_ppl):  Default to no if not supplied.
2227         ($with_cloog):  Likewise.
2228         configure:  Regenerate.
2230 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2232         * MAINTAINERS: Update my e-mail address.
2234 2009-04-27  Nick Clifton  <nickc@redhat.com>
2236         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2238 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2240         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2241         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2242         * Makefile.in: Regenerate.
2244 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2246         PR bootstrap/39739
2247         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2248         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2250         * configure, Makefile.in: Regenerate.
2252 2009-04-21  Taras Glek  <tglek@mozilla.com>
2254         * include/hashtab.h: Update GTY annotations to new syntax
2255         * include/splay-tree.h: Likewise
2257 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2259         * config.sub, config.guess: Update from upstream sources.
2261 2009-04-15  Anthony Green  <green@moxielogic.com>
2263         * configure.ac: Add moxie support.
2264         * configure: Rebuilt.
2266 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2268         * configure.ac: Change copyright header to refer to version
2269         3 of the GNU General Public License and to point readers at the
2270         COPYING3 file and the FSF's license web page.
2271         * Makefile.def: Likewise.
2272         * Makefile.tpl: Likewise.
2273         * Makefile.in: Regenerate.
2275 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2277         * configure.ac: Restore match for darwin9 or later. Use double
2278         brackets since regeneration eats one pair.
2279         * configure: Regenerate.
2281 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2283         PR gas/10039
2284         * configure.ac: Require texinfo 4.7.
2285         * configure: Regenerated.
2287 2009-04-09  Nick Clifton  <nickc@redhat.com>
2289         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2290         the GCC Runtime Library Exception.
2292 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2294         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2295         * configure: Regenerate.
2297 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2299         * Makefil.def (languages): New entries.
2300         * Makefile.tpl (check-gcc-*): New generic target.
2301         * Makefile.in: Regenerate.
2303 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2305         * MAINTAINERS:  Update my email address.
2307 2009-03-18  Tom Tromey  <tromey@redhat.com>
2309         * configure: Rebuild.
2310         * configure.ac (host_libs): Add libiconv.
2311         * Makefile.in: Rebuild.
2312         * Makefile.def (host_modules): Add libiconv.
2313         (configure-gdb, all-gdb): Depend on libiconv.
2315 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2317         * configure.ac: Treat gdb as supported on x86_64-darwin.
2318         * configure: Regenerate.
2320 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2322         * configure.ac (--with-host-libstdcxx): New option.
2323         * configure: Regenerate.
2325 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2327         * MAINTAINERS:  Move myself into the write after approval list.
2329 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2331         * MAINTAINERS: Update e-mail address.
2332         
2333 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2335         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2337 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2339         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2341 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2343         Backport from git Libtool:
2345         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2346         Support GNU/kOpenSolaris.
2347         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2348         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2349         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2350         GNU/kOpenSolaris.
2352 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2354         * MAINTAINERS: Update e-mail address.
2356 2009-02-24  Michael Eager  <eager@eagercon.com>
2358         * MAINTAINERS (Write After Approval): Add self.
2360 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2362         * MAINTAINERS (Write After Approval): Add myself.
2364 2009-02-05  Andreas Schwab  <schwab@suse.de>
2366         * Makefile.tpl (stage_last): Define $r and $s before using
2367         $(RECURSE_FLAGS_TO_PASS).
2368         * Makefile.in: Regenerate
2370 2009-01-30  Ian Lance Taylor  <iant@google.com>
2372         * MAINTAINERS: Move myself to the Global Reviewers list.
2374 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2376         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2377         * configure: Regenerate.
2379 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2381         * MAINTAINERS: Make whitespace consistent.
2382         Remove Robert Millan from Write After Approval.
2384 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2386         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2387         (all-opcodes): Depend on all-libiberty.
2388         * Makefile.in: Regenerate.
2390 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2392         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2393         * configure: Regenerate.
2395 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2397         * MAINTAINERS (Write After Approval): Add myself.
2399 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2401         * MAINTAINERS: Add myself to reviewers (Fortran).
2403 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2405         PR tree-optimization/38515
2406         * configure.ac (cloog-polylib): Removed.
2407         (with_ppl, with_cloog): Test for "no".
2408         * configure: Regenerated.
2410 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2412         * MAINTAINERS: Moved myself to reviewers (Fortran).
2414 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2416         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2417         (Write After Approval): Remove myself.
2419 2009-01-03  Diego Novillo  <dnovillo@google.com>
2421         * MAINTAINERS: Remove myself from alias maintainership.
2423 2009-01-02  David Ayers  <ayers@fsfe.org>
2425         * MAINTAINERS: Update e-mail address.
2427 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2429         * MAINTAINERS: Make whitespace consistent.
2431 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2433         Backport from upstream Libtool:
2434         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2435         Add cache variables to tests that require the linker to work.
2436         For shlibpath_overrides_runpath, this also changes the semantics
2437         to let the result from the C compiler take precedence.
2439 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2441         * config.sub, config.guess: Update from upstream sources.
2443 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2445         * configure.ac (ppllibs): Add by default the lib flags.
2446         * configure: Regenerate.
2448 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2450         * MAINTAINERS:  Add myself to the write after approval list.
2452 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2454         * configure.ac: Add double brackets on darwin[912].
2455         * configure: Regenerate.
2457 2008-12-03  Daniel Kraft  <d@domob.eu>
2459         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2460         Approval to Reviewer section (for Fortran front-end).
2462 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2464         * configure.ac: Expand to darwin10 and later.
2465         * configure: Regenerate.
2467 2008-12-02  Andreas Schwab  <schwab@suse.de>
2469         * Makefile.def: configure-target-boehm-gc depends on
2470         all-target-libstdc++-v3.
2471         * Makefile.in: Regenerate.
2473 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2475         * MAINTAINERS:  Add myself as mingw maintainer.
2477 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2479         * config.sub, config.guess: Update from upstream sources.
2481 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2483         * README.SCO: Remove.
2485 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2487         * MAINTAINERS:  Add myself to the write after approval list.
2489 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2491         * MAINTAINERS:  Update my email address in WAA section.
2493 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2495         * MAINTAINERS: Update e-mail address.
2497 2008-11-27  Toon Moene  <toon@moene.org>
2499         * MAINTAINERS: Change e-mail address.
2501 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2503         * configure.ac: Build gdb for i?86-*-darwin*
2504         * configure: Regenerated.
2506 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2508         * MAINTAINERS: Added my full name.
2510 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2512         PR bootstrap/38014
2513         PR bootstrap/37923
2515         Revert:
2517         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2519         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2520         * Makefile.in: Regenerated.
2522         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2524         PR gdb/921
2525         PR gdb/1646
2526         PR gdb/2175
2527         PR gdb/2176
2529         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2530         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2531         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2532         (HOST_EXPORTS): Pass CPPFLAGS.
2533         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2534         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2535         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2536         * Makefile.in, configure: Regenerated.
2537         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2538         and CPPFLAGS_FOR_BUILD.
2540 2008-11-06  Jeff Law  <law@redhat.com>
2542         * MAINTAINERS: Add myself as middle end maintainer.
2544 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2546         * MAINTAINERS (Write after approval): Add myself.
2548 2008-11-05  Diego Novillo  <dnovillo@google.com>
2550         * MAINTAINERS (Global Reviewers): Add myself.
2551         (Non-Algorithmic Maintainers): Remove myself.
2553 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2555         * MAINTAINERS (Write after approval): Add myself.
2557 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2559         * MAINTAINERS (Write after approval): Add myself.
2561 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2563         * configure.ac (spu-*-*): Remove special case.
2564         * configure: Regenerate.
2566 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2568         * MAINTAINERS (Write after approval): Update my email address.
2570 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2572         * configure.ac [spu-*-*]: Do not set skipdirs.
2573         * configure: Re-generate.
2575 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2577         * MAINTAINERS (Various Maintainers): Add myself to reload.
2579 2008-10-25  Richard Guenther  <rguenther@suse.de>
2581         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2582         maintainer.  Remove myself as libgcc-math maintainer.
2583         (Non-Algorithmic Maintainers): Remove myself.
2585 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2587         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2588         * Makefile.in: Regenerated.
2590 2008-10-23  Cary Coutant  <ccoutant@google.com>
2592         * MAINTAINERS (Write after approval): Add myself.
2594 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2596         PR gdb/921
2597         PR gdb/1646
2598         PR gdb/2175
2599         PR gdb/2176
2601         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2602         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2603         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2604         (HOST_EXPORTS): Pass CPPFLAGS.
2605         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2606         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2607         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2608         * Makefile.in, configure: Regenerated.
2609         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2610         and CPPFLAGS_FOR_BUILD.
2612 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2614         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2615         Sebastian Pop.
2617 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2619         * MAINTAINERS (Write After Approval): Added myself.
2621 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2623         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2624         recommended version to 2.3.2.
2626         * configure: Regenerate.
2628 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2630         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2632 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2634         * MAINTAINERS (Write After Approval): Update e-mail address.
2636 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2638         * libtool.m4: Update to libtool 2.2.6.
2639         * lt~obsolete.m4: Update to libtool 2.2.6.
2640         * ltmain.sh: Update to libtool 2.2.6.
2641         * ltsugar.m4: Update to libtool 2.2.6.
2642         * ltversion.m4: Update to libtool 2.2.6.
2643         * ltoptions.m4: Update to libtool 2.2.6.
2644         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2646 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2648         * MAINTAINERS (Write After Approval): Add myself.
2650 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2652         * MAINTAINERS (Write After Approval): Update my name.
2654 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2656         * MAINTAINERS: Add myself in "Write After Approval".
2658 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2660         * MAINTAINERS: Add myself as ia64 maintainer.
2662 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2664         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2665         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2666         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2667         and Michael Tiemann from Write After Approval since they do not
2668         actually have access.
2670 2008-09-05  Richard Guenther  <rguenther@suse.de>
2672         * configure.ac: Initialize clooglibs to -lcloog.
2673         * configure: Re-generate.
2675 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2677         * MAINTAINERS (Write After Approval): Add myself.
2679 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2681         * configure.ac (--with-cloog-polylib): New.
2682         (--disable-cloog-version-check): New.
2683         (--disable-ppl-version-check): New.
2684         * configure: Re-generate.
2686 2008-09-03  Richard Guenther  <rguenther@suse.de>
2688         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2689         cloog test.
2690         * configure: Re-generate.
2692 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2694         Add picoChip port.
2695         * MAINTAINERS: Add picoChip maintainers.
2697 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2698             Tobias Grosser  <grosser@fim.uni-passau.de>
2699             Jan Sjodin  <jan.sjodin@amd.com>
2700             Harsha Jagasia  <harsha.jagasia@amd.com>
2701             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2702             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2703             Adrien Eliche  <aeliche@isty.uvsq.fr>
2705         Merge from graphite branch.
2706         * configure: Regenerate.
2707         * Makefile.in: Regenerate.
2708         * configure.ac (host_libs): Add ppl and cloog.
2709         Add checks for PPL and CLooG.
2710         * Makefile.def (ppl, cloog): Added modules and dependences.
2711         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2712         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2714 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2716         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2717         (GCC_SHLIB_SUBDIR): New.
2718         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2719         * configure: Regenerate.
2720         * Makefile.in: Regenerate.
2722 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2724         * MAINTAINERS: Consistently use tabs to separate columns.
2726 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2728         * MAINTAINERS (Write after Approval): Add myself.
2730 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2732         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2733         Enable bfd, binutils and opcodes.
2734         * configure: Regenerate.
2736 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2738         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2740 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2742         * MAINTAINERS:  Use correct Umlaut for last name.
2744 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2746         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2748 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2750         * MAINTAINERS: Update my email address.
2752 2008-08-16  Nicolas Roche  <roche@adacore.com>
2754         * Makefile.tpl: Add BOOT_ADAFLAGS.
2755         * Makefile.in: Regenerate.
2757 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2759         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2760         * configure: Regenerate.
2762 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2764         * configure.ac: Add makefile fragments for hpux.
2765         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2766         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2767         * configure: Regenerate.
2768         * Makefile.in: Regenerate.
2770 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2772         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2774 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2776         * MAINTAINERS (Write after Approval): Add myself.
2778 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2780         * MAINTAINERS (Write After Approval):  Add myself.
2782 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2784         * MAINTAINERS (Write After Approval):  Add myself.
2786 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2788         * MAINTAINERS: Update my email address.
2790 2008-06-25  Joey Ye  <joey.ye@intel.com>
2792         * MAINTAINERS (Write After Approval):  Add myself.
2794 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2796         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2797         * Makefile.in: Regenerate.
2798         * configure: Regenerate.
2800 2008-06-17  Daniel Kraft  <d@domob.eu>
2802         * MAINTAINERS (Write After Approval):  Add myself.
2804 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2806         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2807         "$@" is still intact with both Autoconf 2.59 and 2.62.
2808         * configure: Regenerate.
2810 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2812         * Makefile.tpl: Fix comment errors.
2813         * Makefile.in: Regenerate.
2815 2008-06-12  David S. Miller  <davem@davemloft.net>
2816             David Edelsohn  <edelsohn@gnu.org>
2818         * configure.ac: Add powerpc*-*-* to gold supported targets.
2819         * configure: Regenerate.
2821 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2823         PR tree-optimization/36218
2824         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2825         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2826         (all prefix="build-"): Pass them to build-system sub-makes.
2827         * Makefile.in: Regenerate.
2829 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2831         * MAINTAINERS (mt port): Remove.
2832         (sco5, unixware, sco udk): Remove.
2833         (Kean Johnston): Add to Write After Approval.
2835 2008-05-30  Julian Brown  <julian@codesourcery.com>
2837         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2838         of libobjc for ARM EABI Linux.
2839         * configure: Regenerate.
2841 2008-05-18  Xinliang David Li   <davidxl@google.com>
2843         * ChangeLog: Remove wrong ChangeLog entry.
2845 2008-05-17  Xinliang David Li   <davidxl@google.com>
2847         * MAINTAINERS (Write After Approval): Add myself.
2849 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2851         * MAINTAINERS (Write After Approval): Add myself.
2853 2008-05-14  Rafael Espíndola  <espindola@google.com>
2855         * config-ml.in: don't handle --enable-shared and --enable-static.
2857 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2859         * MAINTAINERS: Update my email address.
2861 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2863         * MAINTAINERS: Update my email address.
2865 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2867         * MAINTAINERS (Write After Approval): Add myself.
2869 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2871         * MAINTAINERS (Write After Approval): Add myself.
2873 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2875         * MAINTAINERS (crx): Add myself.
2877 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2879         Sync with src:
2880         2008-04-14  David S. Miller  <davem@davemloft.net>
2882         * configure.ac: Add sparc*-*-* to gold supported targets.
2883         * configure: Regenerate.
2885 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2887         PR bootstrap/35457
2888         * configure.ac: Include override.m4.
2889         * configure: Regenerate.
2891 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2893         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2894         * Makefile.in: Regenerate.
2896 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2898         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2899         as nonconfigurable directories list.
2900         * configure: Regenerate.
2902 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2904         * config.sub, config.guess: Update from upstream sources.
2906 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2908         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2909         * Makefile.in: Regenerate.
2911 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2913         * configure.ac: Do not build libssp for the AVR.
2914         * configure: Regenerate.
2916 2008-04-07  Ian Lance Taylor  <iant@google.com>
2918         * Makefile.def: check-gold depends upon all-binutils.
2919         * Makefile.in: Regenerate.
2921 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2923         * MAINTAINERS (Write After Approval): Add myself.
2925 2008-04-04  Nick Clifton  <nickc@redhat.com>
2927         PR binutils/4334
2928         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2929         builds.
2930         * configure: Regenerate.
2932 2008-04-04  NightStrike  <NightStrike@gmail.com>
2934         PR other/35151
2935         * configure.ac: Combine rules for mingw32 and mingw64.
2936         * configure: Regenerate.
2938 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2940         * MAINTAINERS (Write After Approval): Add myself.
2942 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2944         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2945         * Makefile.in (.NOTPARALLEL): Ditto.
2947 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2949         * MAINTAINERS (Write After Approval): Add myself.
2951 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2953         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2954         * Makefile.in (.NOTPARALLEL): Regenerate.
2956 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2958         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2959         * Makefile.in: Regenerate.
2961 2008-03-26  Jakub Staszak  <kuba@et.pl>
2963         * MAINTAINERS (Write After Approval): Add myself.
2965 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2967         * MAINTAINERS:  Update e-mail address.
2969 2008-03-20  Ian Lance Taylor  <iant@google.com>
2971         * configure.ac: Add support for --enable-gold.
2972         * Makefile.def: Add gold as a directory like ld.
2973         * configure, Makefile.in: Regenerate.
2975 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2977         * configure.ac: m4_include config/proginstall.m4.
2978         * configure: Regenerate.
2980         Backport from upstream Libtool:
2982         2007-10-12  Eric Blake  <ebb9@byu.net>
2984         Deal with Autoconf 2.62's semantic change in m4_append.
2985         * ltsugar.m4 (lt_append): Replace broken versions of
2986         m4_append.
2987         (lt_if_append_uniq): Don't require separator to be overquoted,
2988         and avoid broken m4_append.
2989         (lt_dict_add): Fix typo.
2990         * libtool.m4 (_LT_DECL): Don't overquote separator.
2992 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2994         * config.rpath: Add AIX 6 support.
2996 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2998         * Makefile.def (stageprofile).  Remove -fprofile-generate
2999         from stage_libcflags.
3000         * Makefile.in: Regenerate.
3002 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3004         * config.sub, config.guess: Update from upstream sources.
3006 2008-03-06  Tom Tromey  <tromey@redhat.com>
3008         * MAINTAINERS: Update for treelang deletion.
3010 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3012         * MAINTAINERS: Update my email address.
3014 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3016         * MAINTAINERS (darwin port): Add myself as a maintainer.
3017         (objective-c/c++): Add myself as a maintainer.
3019 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3021         * MAINTAINERS (Write After Approval): Update my email address.
3023 2008-02-25  Tomas Bily  <tbily@suse.cz>
3025         * MAINTAINERS (Write After Approval): Add myself.
3027 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3029         * MAINTAINERS (OpenMP): Add myself.
3031 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3033         PR bootstrap/32009
3034         PR bootstrap/32161
3036         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3037         * configure: Regenerate.
3039         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3040         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3041         STAGE4_LIBCFLAGS): New.
3042         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3043         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3044         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3045         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3046         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3047         for target modules.  Don't export LIBCFLAGS.
3048         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3049         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3050         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3051         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3052         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3053         * Makefile.in: Regenerate.
3055 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3057         PR libgcj/33085
3058         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3059         Do not use -DDLL_EXPORT.  Backport from upstream.
3061 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3063         * MAINTAINERS (Write After Approval): Add myself.
3065 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3067         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3068         * configure: Regenerate.
3070 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3072         * configure.ac (xtensa*-*-*): Recognize processor variants.
3073         * configure: Regenerate.
3075 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3077         PR bootstrap/34922
3078         * configure.ac (PARSE_ARGS): Push suitable setting of
3079         ac_subdirs_all, for `./configure --help=recursive'.
3080         Handle `+' in generic toplevel directory disabling.
3081         * configure: Regenerate.
3083 2008-01-28  Nick Clifton  <nickc@redhat.com>
3085         * MAINTAINERS (xstormy16): Take over maintainership.
3087 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3089         * MAINTAINERS (c4x port): Remove.
3091 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3093         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3095 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3097         * config.sub, config.guess: Update from upstream sources.
3099 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3101         * MAINTAINERS (Write After Approval): Add myself.
3103 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3105         * MAINTAINERS: Update my email address.
3107 2008-01-09  Raksit Ashok  <raksit@google.com>
3109         * MAINTAINERS (Write After Approval): Add myself.
3111 2008-01-09  Raksit Ashok  <raksit@google.com>
3113         * MAINTAINERS (Write After Approval): Add myself.
3115 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3117         * config.sub, config.guess: Update from upstream sources.
3119 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3121         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3122         Change recommended MPFR from 2.2.1 -> 2.3.0.
3123         * configure: Regenerate.
3125 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3127         * MAINTAINERS: Update my email address.
3129 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3131         * MAINTAINERS: Update my email address.
3133 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3135         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3136         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3137         * Makefile.in: Regenerate.
3139 2007-12-10  Mark Heffernan  <meheff@google.com>
3141         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3142         misplaced entries.
3144 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3146         * configure.ac: Enable libjava for x86_64-*-darwin9.
3147         * configure: Regenerate.
3149 2007-12-07  Bill Maddox  <maddox@google.com>
3151         * MAINTAINERS (Write After Approval): Add myself.
3153 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3155         * config.sub, config.guess: Update from upstream sources.
3157 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3159         * config-ml.in: Remove 64bit configure tests.
3161 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3163         * config-ml.in: Robustify against white space in absolute file
3164         names.
3166         * config-ml.in (multi-clean): Substitute ${Makefile}.
3167         Remove superfluous ${Makefile} in list.
3169 2007-11-19  Thiemo Seufer  <ths@mips.com>
3171         * config-ml.in: Don't hardcode the Makefile name.
3173 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3175         * MAINTAINERS (Write After Approval): Add myself.
3177 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3179         * MAINTAINERS (Write After Approval): Add myself.
3181 2007-11-06  Doug Kwan  <dougkwan@google.com>
3183         * MAINTAINERS (Write After Approval): Add myself.
3185 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3187         * MAINTAINERS (mercury): Remove entry.
3188         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3190 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3192         * Makefile.def (dependencies): Make configure-gdb depend on
3193         all-intl.
3194         * Makefile.in: Regenerated.
3196 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3198         * MAINTAINERS (Fortran maintainer): Remove myself.
3200 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3202         * Makefile.def: To avoid problems running with parallel makes,
3203         build newlib before libgloss so that target specific header
3204         files are availble.
3205         * Makefile.in: Regenerate
3207 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3209         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3210         * Makefile.in: Regenerate.
3212 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3214         * MAINTAINERS (Register allocation reviewer): Add myself.
3216 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3218         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3219         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3220         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3221         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3222         * configure: Regenerate.
3224 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3226         * MAINTAINERS (Register allocation reviewer): Add myself.
3228 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3230         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3231         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3232         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3233         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3234         * configure.ac: Default them to host tools for $host = $build.
3235         Subst them.
3237         * configure: Regenerate.
3238         * Makefile.in: Regenerate.
3240 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3242         * MAINTAINERS (Register allocation reviewer): Add myself.
3244 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3246         * MAINTAINERS (Register allocation reviewer): Add myself.
3248 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3250         * MAINTAINERS (Write After Approval): Fix typo.
3252 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3254         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3255         * configure: Regenerate.
3257 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3259         PR bootstrap/31906
3260         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3261         they're already prefixed.
3263 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3265         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3266         libstdc++.
3267         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3268         * configure: Regenerate.
3269         * Makefile.in: Regenerate.
3271 2007-09-17  Andreas Schwab  <schwab@suse.de>
3273         * configure.ac: Raise minimum makeinfo version to 4.6.
3274         * configure: Regenerate.
3276 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3278         * MAINTAINERS (write-after-approval) add myself
3280 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3282         * configure.ac: Correct makeinfo version check.
3283         * configure: Regenerate.
3285 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3287         * MAINTAINERS: Update my email address.
3289 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3291         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3292         to $skipdirs and only disable gprof for newlib.  Use the normal
3293         mips*-elf* handling in other respects.
3294         * configure: Regnerate.
3296 2007-09-12  David Daney  <ddaney@avtrex.com>
3298         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3299         enabling libgcj.
3300         * configure: Regenerate.
3302 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3304         PR other/32154
3305         * configure.ac: For libgloss targets, point the linker to the linker
3306         script, startup code and simulator library.
3307         * configure: Regenerate.
3309 2007-09-07  Andrew Haley  <aph@redhat.com>
3311         * configure.ac (noconfigdirs): Remove target-libffi and
3312         target-libjava.
3313         * configure: Regenerate.
3315 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3317         PR target/33281
3318         * configure.ac: Use config/mh-mingw on mingw.
3319         * configure: Regenerate.
3321 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3323         * MAINTAINERS (Write After Approval): Add myself.
3325 2007-09-05  Richard Guenther  <rguenther@suse.de>
3327         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3328         nor --disable-checking is provided also turn on yes and types
3329         checking for stage1.
3330         * configure: Re-generate.
3332 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3334         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3335         (Write After Approval): Remove myself.
3337 2007-08-29  Nick Clifton  <nickc@redhat.com>
3339         * config.sub, config.guess: Update from upstream sources.
3341 2007-08-22  Bud Davis  <jmdavis@link.com>
3343         * MAINTAINERS (Write After Approval): Added myself.
3344         * MAINTAINERS (Reviewers): Removed myself.
3346 2007-08-18  Paul Brook  <paul@codesourcery.com>
3347             Joseph Myers  <joseph@codesourcery.com>
3349         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3350         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3351         * Makefile.in: Regenerate.
3352         * configure.ac (--with-debug-prefix-map): New.
3353         * configure: Regenerate.
3355 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3356             Nigel Stephens  <nigel@mips.com>
3358         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3359         as target_makefile_frag.
3360         * configure: Regenerate.
3362 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3364         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3365         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3366         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3367         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3368         (do-compare, do-compare3, do-compare-debug): New.
3369         ([+compare-target+]): Use them.
3371 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3373         * MAINTAINERS (Write After Approval): Change my email address.
3375 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3376             Ben Elliston  <bje@au.ibm.com>
3378         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3379         --silent if $silent.
3380         * configure: Regenerate.
3382 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3384         * MAINTAINERS (Various Maintainers): Add myself as
3385         loop infrastructure maintainer.  Update my e-mail
3386         address.
3388 2007-07-31  Diego Novillo  <dnovillo@google.com>
3390         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3391         Adjust description.
3393 2007-07-26  Richard Guenther  <rguenther@suse.de>
3395         * configure.ac: Add types checking to stage1 checking flags.
3396         * configure: Regenerate.
3398 2007-07-17  Nick Clifton  <nickc@redhat.com>
3400         * COPYING3: New file.  Contains version 3 of the GNU General
3401         Public License.
3402         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3403         Lesser General Public License.
3405 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3407         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3409 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3411         * MAINTAINERS (S/390 co-maintainer): Add myself.
3412         (Write After Approval): Remove myself.
3414 2007-07-13  Dan Hipschman  <dsh@google.com>
3416         * MAINTAINERS (Write After Approval): Add myself.
3418 2007-07-11  Nick Clifton  <nickc@redhat.com>
3420         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3421         WINDRES export.
3422         * Makefile.in: Regenerate.
3424 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3426         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3427         maintainer.
3429 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3431         * lt~obsolete.m4: New. Import from 20070318 libtool.
3433 2007-07-03  Julian Brown  <julian@codesourcery.com>
3435         * MAINTAINERS (Write After Approval): Add myself.
3437 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3439         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3440         * configure: Regenerate.
3442 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3444         * configure.ac: Add some missing m4 quotation.
3445         * configure: Regenerate.
3447 2007-07-02  Simon Baldwin  <simonb@google.com>
3449         * MAINTAINERS (Write After Approval): Add myself.
3451 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3453         * configure: Regenerate.
3455 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3457         * Makefile.def: Add windmc tool to build.
3458         * Makefile.tpl: Likewise.
3459         * configure.ac: Likewise.
3460         * Makefile.in: Regenerate.
3461         * configure: Regenerate.
3463 2007-06-28  DJ Delorie  <dj@redhat.com>
3465         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3466         not building newlib.
3467         * configure: Regenerated.
3469 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3471         * MAINTAINERS (Write After Approval): Add myself.
3473 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3475         * MAINTAINERS (Write After Approval): Add myself.
3477 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3479         * MAINTAINERS (Write After Approval): Add myself.
3481 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3483         * MAINTAINERS (Write After Approval): Add myself.
3485 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3487         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3488         * Makefile.in: Regenerated.
3490 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3492         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3493         bfin*-*-uclinux* targets.
3494         * configure: Regenerate.
3496 2007-06-14  Ian Lance Taylor  <iant@google.com>
3498         * MAINTAINERS: Add myself as non-algorithmic global write
3499         maintainer.
3501 2007-06-14  Diego Novillo  <dnovillo@google.com>
3503         * MAINTAINERS: Add self as middle-end maintainer and
3504         non-algorithmic global write maintainer.
3506 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3508         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3509         Move all Fortran maintainers except Paul Brook into the
3510         Non-Autopoiesis section.
3512 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3514         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3515         (distclean-stage[+id+]): Possibly delete stage_last.
3516         * Makefile.in: Regenerate.
3518 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3520         * MAINTAINERS (Various Maintainer): Fix typo.
3522 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3524         * MAINTAINERS (Various Maintainer): Add myself as
3525         dataflow maintainer.
3527 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3529         * config.sub, config.guess: Update from upstream sources.
3531 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3533         * Makefile.tpl: Fix spelling error.
3534         * Makefile.in: Regenerate.
3536 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3538         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3539         lt_cv_sys_max_cmd_len.
3541 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3543         * MAINTAINERS (Various Maintainers): Add myself as
3544         auto-vectorizer maintainer.
3546 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3548         PR libjava/32098
3549         * libtool.m4: Revert previous change.
3550         * ltgcc.m4: Put it here.
3552 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3554         * MAINTAINERS (Various Maintainers): Add myself as
3555         auto-vectorizer maintainer.
3557 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3559         PR libjava/32098
3560         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3562 2007-05-30  Richard Guenther  <rguenther@suse.de>
3564         * MAINTAINERS (Various Maintainers): Add myself as
3565         auto-vectorizer maintainer.
3567 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3569         PR bootstrap/29382
3570         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3571         * configure: Rebuilt.
3573 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3575         * MAINTAINERS (Write After Approval): Removed my name.
3577 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3579         * MAINTAINERS (Write After Approval): Remove myself.
3581 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3583         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3585 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3587         * ltmain.sh: Update from ToT Libtool.
3588         * libtool.m4: Update from ToT Libtool.
3589         * ltsugar.m4: New. Update from ToT Libtool.
3590         * ltversion.m4: New. Update from ToT Libtool.
3591         * ltoptions.m4: New. Update from ToT Libtool.
3592         * ltconfig: Remove.
3593         * ltcf-c.sh: Remove.
3594         * ltcf-cxx.sh: Remove.
3595         * ltcf-gcj.sh: Remove.
3597 2007-05-22  Ollie Wild  <aaw@google.com>
3599         * MAINTAINERS (Write After Approval): Add myself.
3601 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3603         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3604         stage_cflags.
3605         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3606         Remove CFLAGS/LIBCFLAGS.
3607         (configure-stage[+id+]-[+prefix+][+module+],
3608         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3609         * Makefile.in: Regenerate.
3611 2007-05-15  Diego Novillo  <dnovillo@google.com>
3613         * MAINTAINERS: Update e-mail address.
3615 2007-05-15  Revital Eres  <eres@il.ibm.com>
3617         * MAINTAINERS (Write After Approval): Add myself.
3619 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3621         * MAINTAINERS (Write After Approval): Updated my address.
3623 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3625         * MAINTAINERS (Write After Approval): Add myself.
3627 2007-05-11  Silvius Rus  <rus@google.com>
3629         * MAINTAINERS (Write After Approval): Add myself.
3631 2007-04-23  Tom Tromey  <tromey@redhat.com>
3633         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3635 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3637         * MAINTAINERS (cpplib): Rename to ...
3638         (libcpp): ... this.  Add C/C++ front end maintainers.
3640 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3642         * config-ml.in: Pass ${ml_config_env} to configure calls.
3644 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3646         * MAINTAINERS (Write After Approval): Add myself.
3648 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3650         * MAINTAINERS (Write After Approval): Add myself.
3652 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3654         * MAINTAINERS (fortran 95 front end): Add myself.
3656 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3658         * MAINTAINERS (Write After Approval): Add myself.
3660 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3662         * MAINTAINERS (Modulo Scheduler): Add myself.
3664 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3666         * MAINTAINERS (fortran 95 front end): Add myself.
3667         (c++ front end): whitespace fix.
3669 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3671         * MAINTAINERS (Write After Approval): Add myself.
3673 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3675         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3676         of glob.  Quote arguments with single quotes too.
3677         * configure: Regenerate.
3679 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3681         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3682         * Makefile.in: Regenerate
3684 2007-03-07  Andreas Schwab  <schwab@suse.de>
3686         * configure: Regenerate.
3688 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3690         * configure.ac: Add "--with-pdfdir" configure option,
3691         which defines pdfdir variable.
3692         * Makefile.def (target=fixincludes): Add install-pdf to
3693         missing targets.
3694         (recursive_targets): Add install-pdf target.
3695         (flags_to_pass): Add pdfdir.
3696         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3697         target.
3698         * configure: Regenerate
3699         * Makefile.in: Regenerate
3701 2007-02-28  Eric Christopher  <echristo@apple.com>
3703         Revert:
3704         2006-12-07  Mike Stump  <mrs@apple.com>
3706         * Makefile.def (dependencies): Add dependency for
3707         install-target-libssp and install-target-libgomp on
3708         install-gcc.
3709         * Makefile.in: Regenerate.
3711 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3713         * configure: Regenerate.
3714         * configure.ac: Move statements after variable declarations.
3716 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3718         * MAINTAINERS: Add myself as sh maintainer.
3720 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3722         * configure.ac: Adjust for loop syntax.
3723         * configure: Regenerate.
3725 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3727         * configure: Rebuilt.
3729 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3731         * configure.ac: Drop multiple occurrences of --enable-languages,
3732         and fix its quoting.
3733         * configure: Rebuilt.
3735 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3736             Nathan Sidwell  <nathan@codesourcery.com>
3737             Vladimir Prus  <vladimir@codesourcery.com>
3738             Joseph Myers  <joseph@codesourcery.com>
3740         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3741         * configure: Regenerate.
3743 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3745         * ltconfig (freebsd*): Default to elf.
3747 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3749         * configure.ac (target_libraries): Move libgcc before libiberty.
3750         * configure: Regenerated.
3752 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3753             Paolo Bonzini  <bonzini@gnu.org>
3755         PR bootstrap/30753
3756         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3757         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3758         * configure: Regenerated.
3760 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3762         * MAINTAINERS (Language Front End Maintainers): Update my mail
3763         address.
3765 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3767         PR bootstrap/30748
3768         * configure.ac: Correct syntax for Solaris ksh.
3769         * configure: Regenerated.
3771 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3773         * configure.ac: Sync with src.
3774         * configure: Regenerate.
3776 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3778         * Makefile.in: Regenerate.
3780 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3782         * config.sub: Sync with src.
3784 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3786         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3787         noncanonical equivalents.
3788         * configure.in: Rename to...
3789         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3790         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3791         target_noncanonical.  Use them.  Rewrite removal of configure
3792         arguments for autoconf 2.59.  Discard variable settings.  Force
3793         program_transform_name for native tools.
3795         * Makefile.in: Regenerated.
3796         * configure: Regenerated with autoconf 2.59.
3798 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3800         * MAINTAINERS (Write After Approval): Add myself.
3802 2007-01-31  Andreas Schwab  <schwab@suse.de>
3804         * Makefile.tpl (LDFLAGS): Substitute it.
3805         * Makefile.in: Regenerate.
3807 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3809         * MAINTAINERS (Write After Approval): Add myself.
3811 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3813         * MAINTAINERS (spu port): Add myself.
3815 2007-01-23  Richard Guenther  <rguenther@suse.de>
3817         PR bootstrap/30541
3818         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3819         * Makefile.tpl (GNATBIND): Substitute it.
3820         (GNATMAKE): Likewise.
3821         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3822         of STAGE_PREFIX.
3823         * Makefile.in: Regenerate.
3824         * configure: Regenerate.
3826 2007-01-18  Mike Stump  <mrs@apple.com>
3828         * configure.in: Re-enable -Werror for gcc builds.
3830 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3832         * MAINTAINERS (Write After Approval): Add myself.
3834 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3836         * configure.in: Change == to = in test command.
3837         * configure: Regenerate.
3839 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3840             Nick Clifton  <nickc@redhat.com>
3841             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3843         * configure.in (build_configargs, host_configargs, target_configargs):
3844         Remove build/host/target parameters.
3845         (host_libs): Add gmp and mpfr.
3846         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3847         * Makefile.def (gmp, mpfr): New.
3848         (gcc): Remove target.
3849         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3850         target_os, target_vendor): New.
3851         (configure): Add host_alias/target_alias arguments; adjust invocations.
3852         * configure: Regenerate.
3853         * Makefile.in: Regenerate.
3855 2007-01-11  Matt Fago  <fago@earthlink.net>
3857         * configure.in: Try to link to functions only in mpfr 2.2.x
3858         to improve robustness of configure tests.
3859         * configure: Regenerate.
3861 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3863         * MAINTAINERS: Add myself as i386 maintainer.
3865 2007-01-08  Jan Hubicka  <jh@suse.cz>
3867         * MAINTAINERS: Add myself as i386 maintainer.
3869 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3871         * configure.in: Add support for an x86_64-mingw* target.
3872         * configure: Regenerate.
3874 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3876         * Makefile.tpl (all-target): Correct @if conditional for target
3877         modules.
3878         * configure.in: Omit libiberty if building only target libgcc.
3879         * configure, Makefile.in: Regenerated.
3881 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3883         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3884         * configure: Regenerate.
3886 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3888         * Makefile.def (target_modules): Add libgcc.
3889         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3890         * Makefile.tpl (clean-target-libgcc): Delete.
3891         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3892         on gcc even for bootstrapped modules.  Rewrite handling of
3893         lang_env_dependencies to loop over target_modules.
3894         * configure.in (target_libraries): Add target-libgcc.
3895         * Makefile.in, configure: Regenerated.
3897 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3899         * configure.in: Reorganize recognition of languages.  Add
3900         --enable-stage1-languages.  Show supported languages for the chosen
3901         target rather than all recognized languages.
3902         * configure: Regenerate.
3904 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3906         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3907         * Makefile.in: Regenerate.
3909 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3911         * configure.in: Warn that MPFR 2.2.0 is buggy.
3912         * configure: Regenerate.
3914 2006-12-27  Ian Lance Taylor  <iant@google.com>
3916         * configure.in: When removing Makefiles to force a reconfigure, also
3917         remove prev-DIR*/Makefile.
3918         * configure: Regenerate.
3920 2006-12-22  Andreas Schwab  <schwab@suse.de>
3922         * configure: Regenerate with correct autoconf version.
3924 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3926         * configure.in: add AC_SUBST for *_FOR_TARGET.
3927         * configure: Regenerate.
3929 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3931         * configure.in: Simplify logic for rejecting languages that cannot
3932         be built.  Separate the case when a language is unsupported,
3933         from the case when the user chooses not to build a language.
3935 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3937         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3938         it only affects bootstrap and could be tested on "$host" as well.
3939         * configure: Regenerate.
3940         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3942 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3944         PR bootstrap/29544
3945         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3946         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3947         move here comment from Makefile.tpl.
3948         * Makefile.tpl: Move some definitions higher in the file.
3949         (STAGE1_CHECKING): New.
3950         * configure.in: Add --enable-stage1-checking.
3951         * configure: Regenerate.
3952         * Makefile.in: Regenerate.
3954 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3956         * MAINTAINERS: Add myself as build system maintainer.
3958 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3960         * MAINTAINERS (Write After Approval): Add myself.
3962 2006-12-13  Eric Christopher  <echristo@apple.com>
3964         * MAINTAINERS: Add myself as darwin maintainer.
3966 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3968         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3970 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3972         MAINTAINERS: Update my entry.
3974 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3976         * configure.in:  Handle spu makefile frag.
3977         * Makefile.tpl (MAINT): Define
3978         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3979         * configure: Regenerate.
3980         * Makefile.in: Regenerate.
3982 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3984         * config.guess: Import latest version.
3985         * config.sub: Likewise.
3987 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3989         * configure.in (spu-*-*): Don't skip target-libiberty.
3990         * configure: Regenerate.
3992 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3994         PR bootstrap/30134
3995         * configure.in: Correct x86 darwin support for libjava to powerpc
3996         and i?86 only.
3997         * configure: Regenerate.
3999 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4001         * configure.in: Add x86 darwin support for libjava.
4002         * configure: Regenerate.
4004 2006-12-07  Mike Stump  <mrs@apple.com>
4006         * Makefile.def (dependencies): Add dependency for
4007         install-target-libssp and install-target-libgomp on
4008         install-gcc.
4009         * Makefile.in: Regenerate.
4011 2006-12-04  Richard Guenther  <rguenther@suse.de>
4013         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4014         (Non-Algorithmic Maintainers): Move over non-algorithmic
4015         loop optimizer maintainers, add myself as a non-algorithmic
4016         middle-end maintainer.
4018 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4020         * MAINTAINERS (Write After Approval): Add myself.
4022 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4024         * configure.in: Update error message for missing GMP/MPFR.
4026         * configure: Regenerate.
4028 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4030         * configure.in: Update MPFR version in error message.
4032         * configure: Regenerate.
4034 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4036         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4037         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4038         --with-gmp-lib): New flags.
4040         * configure: Regenerate.
4042 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4044         * MAINTAINERS (Write After Approval): Change my email address.
4046 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4048         * MAINTAINERS (Write After Approval): Add myself.
4050 2006-11-22  Philipp Thomas  <pth@suse.de>
4052         * MAINTAINERS (i18n): Update e-mail address.
4054 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4056         * MAINTAINERS (spu port): Add myself as maintainer.
4057         (Write After Approval): Remove myself.
4059 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4061         * configure.in (skipdirs): Don't build libssp for SPU.
4062         * configure: Regenerate.
4064 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4066         * MAINTAINERS (spu port): Add myself as maintainer.
4067         (libobjc): Update my email address.
4069 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4071         * MAINTAINERS (Write After Approval): Add myself.
4073 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4075         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4076         * configure : Rebuilt.
4078 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4080         * MAINTAINERS (Write After Approval): Add myself.
4082 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4084         * MAINTAINERS (Write After Approval): Add myself.
4086 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4088         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4089         libmpfr.a.
4090         * configure: Regenerate.
4092 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4094         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4095         (unstage): Test for stage_last presence.
4097         PR bootstrap/29802
4098         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4099         STAGE_PREFIX.
4100         * Makefile.in: Regenerate.
4102 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4104         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4105         maintainers.
4107 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4109         * MAINTAINERS (Write After Approval): Add myself.
4111 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4113         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4114         and stageN-package/Makefile.
4115         * Makefile.in: Regenerated.
4117 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4119         * configure.in: Remove target-libgloss from noconfigdirs for
4120         bfin-*-*.
4121         * configure: Regenerated.
4123 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4125         * configure.in (have_gmp): Only error if the gcc directory exists.
4127         * configure: Regenerate.
4129 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4131         * configure.in: Robustify error message for missing GMP/MPFR.
4133         * configure: Regenerate.
4135 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4137         * MAINTAINERS (Write After Approval): Add myself.
4139 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4141         * MAINTAINERS: Change email address.
4143 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4145         * MAINTAINERS (Write After Approval): Add myself.
4147 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4149         * MAINTAINERS (Write After Approval): Add myself.
4151 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4153         * MAINTAINERS (Write After Approval): Move myself to
4154         Write After Approval section.
4156 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4158         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4159         need_gmp anymore.
4160         * configure: Regenerate.
4162 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4164         * MAINTAINERS (Write After Approval): Add myself.
4166 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4168         * config.guess: Import latest version.
4169         * config.sub: Likewise.
4171 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4173         * Makefile.def: Added pdf target handling.
4174         * Makefile.tpl: Added pdf target handling.
4175         * Makefile.in: Regenerated.
4177 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4179         * MAINTAINERS: Add self as score port maintainer.
4181 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4183         * MAINTAINERS (Write After Approval): Add myself.
4185 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4187         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4188         or newer.
4189         * configure: Regenerated.
4191 2006-09-27  Dave Brolley  <brolley@redhat.com>
4193         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4194         using $s instead of $r.
4195         * configure: Regenerated.
4197 2006-09-26  Thiemo Seufer  <ths@mips.com>
4199         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4200         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4201         * configure: Regenerate.
4203 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4205         * MAINTAINERS (Write After Approval): Remove myself.
4207 2006-09-22  Chao-ying Fu  <fu@mips.com>
4209         * MAINTAINERS (Write After Approval): Add myself.
4211 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4213         * MAINTAINERS: Add self as soft-fp maintainer.
4215 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4217         * MAINTAINERS: Add myself as avr maintainer.
4218         Remove Marek Michalkiewicz as avr maintainer.
4220 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4222         * MAINTAINERS (Write After Approval): Add myself.
4224 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4226         * configure.in: Never build newlib for a Mingw host.
4227         Never build newlib as Mingw target library.
4228         Test the existence of winsup/cygwin for building a Cygwin newlib,
4229         rather than just winsup.
4230         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4231         building a Mingw target.
4232         * configure: Regenerate.
4234 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4236         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4238 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4240         * config.guess: Import from src (was more updated).
4241         * config.sub: Likewise.
4243 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4245         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4246         * configure: Regenerated.
4248 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4250         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4251         for stages after the first.
4253 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4255         * Makefile.def: Add dependencies for configure-opcodes
4256         on configure-intl and all-opcodes on all-intl.
4257         * Makefile.in: Regenerated.
4259 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4261         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4263 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4265         Port to hosts whose 'sort' and 'tail' implementations
4266         treat operands with leading '+' as file names, as POSIX
4267         has required since 2001.  However, make sure the code still
4268         works on pre-POSIX hosts.
4269         * ltmain.sh: Don't assume "sort +2" is equivalent to
4270         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4272 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4274         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4276 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4278         * ltconfig: chmod 644 before ranlib during install.
4280 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4282         PR bootstrap/18058
4283         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4284         if the bootstrap compiler is a GCC version that supports it.
4285         * configure: Regenerate.
4287 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4289         * configure.in: Fix thinkos in previous check-in.
4290         * configure: Regenerate.
4292 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4294         PR other/27063
4295         * configure.in: Test subdir_requires and give an appropriate
4296         error message.
4297         * configure: Regenerate.
4299 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4301         * MAINTAINERS (Write After Approval): Add myself.
4303 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4305         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4307 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4309         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4311 2006-06-20  David Ayers  <d.ayers@inode.at>
4313         PR bootstrap/28072
4314         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4315         whether target-libjava is being configured instead of whether the
4316         java front end is enabled.
4317         * configure: Regenerate.
4319 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4321         PR target/27540
4322         * configure.in: Only enable libgomp on IRIX 6.
4323         * configure: Regenerate.
4325 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4327         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4328         too.
4329         * Makefile.in: Regenerate.
4331 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4333         * config-ml.in: Alter CCASFLAGS to include special
4334         multilib options the same as is done for CFLAGS.
4336 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4338         * configure.in: Don't enable libgomp on hpux10.
4339         * configure: Rebuilt.
4341 2006-06-12  David Ayers  <d.ayers@inode.at>
4343         PR bootstrap/27963
4344         PR target/19970
4345         * configure.in: Remove target-boehm-gc from noconfigdirs where
4346         ${libgcj} is specified.
4347         * configure: Regenerate.
4349 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4351         Sync from src:
4353         * configure.in: Sync.
4354         * configure: Regenerated.
4356         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4358         * Makefile.def: Added dependencies from sim and gdb on intl, and
4359         added configure dependencies to everything with an all dependency
4360         on intl.
4361         * Makefile.in: Regenerated.
4363 2006-06-06  David Ayers  <d.ayers@inode.at>
4365         PR libobjc/13946
4366         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4367         * Makefile.in: Regenerate.
4368         * configure.in: Add --enable-objc-gc at toplevel and have it
4369         enable boehm-gc for Objective-C.
4370         Remove target-boehm-gc from libgcj.
4371         Add target-boehm-gc to target_libraries.
4372         Add target-boehm-gc to noconfigdirs where ${libgcj}
4373         is specified.
4374         Assert that boehm-gc is supported when requested for Objective-C.
4375         Only build boehm-gc if needed either for Java or Objective-C.
4376         * configure: Regenerate.
4378 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4380         PR 27674
4381         * Makefile.tpl (configure-[+prefix+][+module+],
4382         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4383         Remove rule to unstage bootstrapped modules.
4384         (stage_current): New.
4385         * Makefile.in: Regenerate.
4387 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4389         * MAINTAINERS (Write After Approval): Update my e-mail address.
4391 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4393         * include/libiberty.h: Declare pex_run_in_environment.
4395 2006-05-31  Asher Langton  <langton2@llnl.gov>
4397         * MAINTAINERS (Write After Approval): Add myself.
4399 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4401         * Makefile.def (bfd, opcodes): Fix lib_path.
4402         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4403         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4404         * Makefile.in: Regenerate.
4406 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4408         * Makefile.in: Regenerate.
4410 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4412         * Makefile.def: Add install-html target. Add datarootdir
4413         docdir and htmldir to flags_to_pass.
4414         * Makefile.tpl: Add install-html target.
4415         * Makefile.in: Regenerate.
4416         * configure.in: Add --with-datarootdir, --with-docdir, and
4417         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4418         * configure: Regenerate.
4420 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4422         * configure.in: Enable gprof for cross builds.
4423         * configure: Regenerate.
4425 2006-05-22  Richard Guenther  <rguenther@suse.de>
4427         Revert
4428         2006-01-31  Richard Guenther  <rguenther@suse.de>
4429         Paolo Bonzini  <bonzini@gnu.org>
4431         * Makefile.def (target_modules): Add libgcc-math target module.
4432         * configure.in (target_libraries): Add libgcc-math target library.
4433         (--enable-libgcc-math): New configure switch.
4434         * Makefile.in: Re-generate.
4435         * configure: Re-generate.
4436         * libgcc-math: New toplevel directory.
4438 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4439             Andreas Tobler  <a.tobler@schweiz.ch>
4441         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4442         * configure: Rebuilt.
4444 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4446         * MAINTAINERS (Write After Approval): Add myself.
4448 2006-05-01  DJ Delorie  <dj@redhat.com>
4450         * configure.in: Restore CFLAGS if GMP isn't present.
4451         * configure: Regenerate.
4453 2006-05-01  Richard Guenther  <rguenther@suse.de>
4455         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4456         maintainer.
4458 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4460         * MAINTAINERS (Write After Approval): Add myself.
4462 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4464         * MAINTAINERS (Write After Approval): Add myself.
4466 2006-04-18  DJ Delorie  <dj@redhat.com>
4468         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4469         reference libgloss so that libssp can be built in a combined
4470         tree.
4471         * configure: Regenerate.
4473 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4475         * MAINTAINERS (Write After Approval): Add myself.
4477 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4479         * configure.in: Require makeinfo 4.4 or higher.
4480         * configure: Regenerate.
4482 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4484         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4485         Rearrange the entries of other libraries to have them in one place.
4487 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4489         * MAINTAINERS (Write After Approval): Remove myself.
4490         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4492 2006-03-14  Richard Guenther  <rguenther@suse.de>
4494         * configure: Regenerate with autoconf 2.13.
4496 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4498         * MAINTAINERS: Use my work address.
4500         * MAINTAINERS: Update my E-mail address.
4502 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4504         * configure.in: Handle --disable-<component> generically.
4505         * configure: Regenerate.
4507 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4509         PR libgcj/17311
4510         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4512 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4514         * MAINTAINERS (Write After Approval):  Remove myself.
4515         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4517 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4519         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4520         (TARGET_CONFIGDIRS): Remove.
4521         * configure.in: Remove AC_SUBST(target_configdirs).
4522         * Makefile.in, configure: Regenerated.
4524 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4526         * MAINTAINERS (Write After Approval):  Remove myself.
4527         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4529 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4531         PR bootstrap/25670
4533         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4535         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4536         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4537         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4538         BUILD_PREFIX, BUILD_PREFIX_1.
4539         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4541         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4542         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4544         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4545         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4546         of `cat stage_current`.  Always provide the `r' and `s' variables.
4547         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4548         a single shell execution.
4549         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4550         bootstrapped modules, make the stage1 module if the build was not
4551         started yet, else build the current stage.
4552         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4553         (all-build, all-host, all-target, [+make_target+]-host,
4554         [+make_target+]-target): Do not use \-continued lines.
4555         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4556         (current_stage, restrap, stage_last): New.
4558         * Makefile.in: Regenerate.
4559         * configure: Regenerate.
4561 2006-02-19  Bud Davis  <jmdavis@link.com>
4563         * MAINTAINERS (Write After Approval):  Remove myself.
4564         (Language Front End Maintainers):  Add myself as fortran 95
4565         maintainer and update e-mail address.
4567 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4569         * MAINTAINERS (Write After Approval):  Remove myself.
4570         (Language Front End Maintainers):  Add myself as fortran 95
4571         maintainer.
4573 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4575         * MAINTAINERS (Write After Approval): Add myself.
4577 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4579         * MAINTAINERS (Write After Approval):  Remove myself.
4580         (Language Front End Maintainers):  Add myself as
4581         fortran 95 maintainer.
4583 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4585         Sync from src:
4587         2005-12-27  Leif Ekblad  <leif@rdos.net>
4589         * configure.in: Add support for RDOS target.
4590         * configure: Regenerate.
4592 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4593             Andreas Schwab  <schwab@suse.de>
4595         * configure: Regenerate.
4597 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4599         * configure.in (enable_libgomp): Add AIX.
4600         * configure: Regenerate.
4602 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4604         * MAINTAINERS (Write After Approval): Add myself.
4606 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4608         * MAINTAINERS (Write After Approval): Add myself.
4610 2006-01-31  Richard Guenther  <rguenther@suse.de>
4611         Paolo Bonzini  <bonzini@gnu.org>
4613         * Makefile.def (target_modules): Add libgcc-math target module.
4614         * configure.in (target_libraries): Add libgcc-math target library.
4615         (--enable-libgcc-math): New configure switch.
4616         * Makefile.in: Re-generate.
4617         * configure: Re-generate.
4618         * libgcc-math: New toplevel directory.
4620 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4622         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4623         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4624         the assembler, linker and binutils.
4625         * configure: Regenerate.
4627 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4629         * MAINTAINERS (Write After Approval): Add myself.
4631 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4633         * configure: Regenerate.
4635 2006-01-18  Richard Henderson  <rth@redhat.com>
4636             Jakub Jelinek  <jakub@redhat.com>
4637             Diego Novillo  <dnovillo@redhat.com>
4639         * libgomp: New directory.
4640         * Makefile.def: Add target_module libgomp.
4641         * Makefile.in: Regenerate.
4642         * configure.in (target_libraries): Add target-libgomp.
4643         * configure: Regenerate.
4645 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4647         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4648         @ from continuation.
4649         * Makefile.in: Rebuilt.
4651 2006-01-04  Chris Lattner  <sabre@gnu.org>
4653         * MAINTAINERS (Write After Approval): Add myself.
4655 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4657         PR bootstrap/24252
4659         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4660         * Makefile.tpl (OBJDUMP): New.
4661         (EXTRA_HOST_FLAGS): Add it.
4662         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4664         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4665         to use symbolic links between directories.  Avoid race conditions
4666         or make them harmless.
4667         * configure.in: Do not try to use symbolic links between directories.
4669         * Makefile.def (LEAN): Pass.
4670         * Makefile.tpl (LEAN): Define.
4671         (stage[+id+]-start): Accept that the previous directory does not
4672         exist, if the bootstrap is lean.
4673         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4674         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4675         configure substitution.
4676         ([+compare-target+]): Likewise.
4677         ([+bootstrap-target+]-lean): New.
4678         * configure.in: Remove lean bootstrap support from here.
4680         * Makefile.in: Regenerate.
4681         * configure: Regenerate.
4683 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4685         * MAINTAINERS (libdecnumber): Add myself.
4687 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4689         * libtool-ldflags: New script.
4691 2006-01-02  Andreas Schwab  <schwab@suse.de>
4693         * configure.in: When reconfiguring remove Makefile in
4694         all stage directories.
4695         * configure: Regenerate.
4697 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4699         * MAINTAINERS: Update my email address.
4701 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4703         Revert Ada-related part of the previous change.
4705         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4706         Do not pass.
4707         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4708         * Makefile.in: Regenerate.
4709         * configure.in: Do not include mt-ppc-aix target fragment.
4710         * configure: Regenerate.
4712 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4714         * configure.in: Select appropriate fragments for PowerPC/AIX.
4715         * configure: Regenerate.
4717         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4718         BOOT_CFLAGS, BOOT_LDFLAGS.
4719         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4720         BOOT_CFLAGS, BOOT_LDFLAGS.
4721         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4722         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4723         (stage): Fail if we cannot complete the work.
4724         * Makefile.in: Regenerate.
4726 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4728         * configure.in: Replace ms1 with mt.
4729         * configure: Rebuilt.
4731 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4733         * MAINTAINERS: Update my email address.
4735 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4737         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4738         install-host-nogcc): Don't invoke $(stage) at the end.
4739         * Makefile.in: Regenerate.
4741 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4743         * configure.in: Flip the top-level bootstrap switch.
4744         * configure: Regenerate.
4746 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4748         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4749         $(stage) and $(unstage).
4750         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4751         (all): Remove stray semicolon.
4752         (local-distclean): Don't handle multilib.tmp and multilib.out.
4753         (install.all): Set $s for consistency.
4754         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4755         check_multilibs setting.  Always make the install directory.
4756         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4757         Correct @if/@endif.
4758         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4759         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4760         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4761         (multilib.out): Remove.
4762         * Makefile.in: Regenerated.
4764 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4766         * MAINTAINERS (Write After Approval): Add myself.
4768 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4770         * MAINTAINERS: Add myself as mt maintainer.
4772         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4774 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4776         * MAINTAINERS: Change email address.
4778 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4780         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4781         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4782         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4783         Find in-tree tools if available.
4784         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4785         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4786         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4787         (COMPILER_*_FOR_TARGET): New.
4788         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4789         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4790         (CONFIGURED_*, USUAL_*): Remove.
4791         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4792         STRIP): Use autoconf substitutions.
4793         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4794         COMPILER_NM_FOR_TARGET): New.
4795         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4797         (all): Make all-host and all-target in parallel.
4798         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4799         that $$r and $$s are set before invoking a recursive make.
4800         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4801         ([+bootstrap-target+]): Inline most of the `all' target.
4803 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4805         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4806         from the gcc build directory.
4807         * Makefile.in: Regenerate.
4809 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4811         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4812         depend on all-libdecnumber.
4813         * configure.in (host_libs): Include libdecnumber.
4814         * Makefile.in: Regenerate.
4815         * configure: Likewise.
4817 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4819         * libdecnumber: Import decNumber sources from the dfp-branch.
4821 2005-11-21  Kean Johnston  <jkj@sco.com>
4823         * config.sub, config.guess: Sync from upstream sources.
4825 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4827         Import from Autoconf sources:
4829         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4830         * config/move-if-change: Don't output "$2 is unchanged";
4831         suggested by Ben Elliston.  Handle weird characters correctly.
4833 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4835         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4836         to match upstream libtool for darwin.
4838 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4840         * Makefile.def: Remove gdb dependencies for gdbtk.
4841         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4842         (configure-gdb, install-gdb): New rules.
4843         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4844         * Makefile.in, configure: Regenerated.
4846 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4848         * MAINTAINERS (Write After Approval): Add myself.
4850 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4852         * MAINTAINERS (Write After Approval): Add myself.
4854 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4856         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4857         Diego Novillo.
4859 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4861         PR bootstrap/24297
4862         * Makefile.tpl (do-[+make-target+], do-check, install,
4863         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4864         are set before recursing.
4865         * Makefile.in: Regenerate.
4867 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4869         PR bootstrap/18939
4870         * Makefile.def (gcc) <target>: Fix thinko.
4871         * Makefile.in: Regenerate.
4873 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4875         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4876         * configure: Regenerate.
4878 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4880         * MAINTAINERS (Write After Approval): Add self.
4882 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4884         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4885         target-libffi, target-qthreads, target-libjava, and
4886         targetlibobjc.
4887         * configure: Regenerate.
4889 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4891         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4892         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4893         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4894         (USUAL_OBJDUMP_FOR_TARGET): New.
4895         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4896         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4897         * configure, Makefile.in: Regenerated.
4899 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4901         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4902         before other host packages.
4904 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4906         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4908 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4910         PR bootstrap/22340
4912         * configure.in (default_target): Remove.
4913         * Makefile.tpl (all): Do not use prerequisites as subroutines
4914         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4915         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4916         use prerequisites as subroutines.
4917         (check-host, check-target): New.
4918         (bootstrap configure & all targets): Do not use stage*-start
4919         if the directory layout is already ok.
4920         (non-bootstrap configure & all targets): Prepend a $(unstage).
4921         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4922         (NOTPARALLEL): Remove.
4923         (unstage, stage variables): New variables.
4924         (unstage, stage targets): Simply expand to those variables.
4926         * configure: Regenerate.
4927         * Makefile.in: Regenerate.
4929 2005-10-04  James E Wilson  <wilson@specifix.com>
4931         * Makefile.def (lang_env_dependencies): Add libmudflap.
4932         * Makefile.in: Regenerate.
4934 2005-10-03  Andreas Schwab  <schwab@suse.de>
4936         Backport from libtool CVS:
4937         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4939         * ltmain.sh: add support for installing into temporary
4940         staging area (e.g. 'make install DESTDIR=...')
4942 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4944         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4945         * configure: Regenerated.
4947 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4949         * configure: Regenerate with the correct
4950         autoconf version.
4952 2005-09-30  Catherine Moore  <clm@cm00re.com>
4954         * configure.in (bfin-*-*): New.
4955         * configure: Regenerated.
4957 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4959         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4960         (LIPO_FOR_TARGET): New.
4961         (CONFIGURED_LIPO_FOR_TARGET): New.
4962         (USUAL_LIPO_FOR_TARGET): New.
4963         (STRIP_FOR_TARGET): New.
4964         (CONFIGURED_STRIP_FOR_TARGET): New.
4965         (USUAL_STRIP_FOR_TARGET): New.
4966         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4967         STRIP_FOR_TARGET.
4968         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4969         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4970         * Makefile.in: Regenerate.
4971         * configure: Regenerate.
4973 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4975         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4976         (rs6000-*-aix*): Same.
4977         * configure: Regenerate.
4979 2005-09-16  Tom Tromey  <tromey@redhat.com>
4981         * MAINTAINERS: Add self as java maintainer.
4983 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4985         * configure.in: Recognize f95 in the --enable-languages option,
4986         and substitute it for fortran, issuing a warning.
4987         * configure: Regenerate.
4989 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4991         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4992         * configure:  Regenerated.
4994 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4996         * MAINTAINERS: Add self as ms1 maintainer.
4998 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5000         * Makefile.def (libssp): Add to lang_env_dependencies.
5001         * Makefile.in: Regenerate.
5003 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5005         * MAINTAINERS: Add myself as middle-end maintainer.
5007 2005-08-17  Christian Groessler  <chris@groessler.org>
5009         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5010         * Makefile.in: Regenerate.
5012 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5014         * MAINTAINERS (write after approval): Added myself.
5016 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5018         * MAINTAINERS (Write After Approval): Add myself.
5020 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5022         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5023         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5024         Look for alternate names of the target cc and c++
5025         * configure: Regenerate.
5027 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5029         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5030         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5031         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5032         tools; remove code to manually set them.
5033         (Target tools): Look in the environment for them.
5034         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5035         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5036         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5037         build directory.
5038         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5039         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5040         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5041         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5042         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5043         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5044         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5045         * configure: Regenerate.
5046         * Makefile.in: Regenerate.
5048 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5050         * MAINTAINERS: Update for removed CPU targets.
5052 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5054         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5055         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5056         * Makefile.in: Regenerated.
5058 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5060         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5061         (CFLAGS_FOR_TARGET): Use it.
5062         (CXXFLAGS_FOR_TARGET): Likewise.
5063         * Makefile.in: Regenerated.
5064         * configure.in (--with-build-sysroot): New option.
5065         * configure: Regenerated.
5067 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5069         * Makefile.tpl: Wrap install between unstage and stage
5070         * Makefile.in: Regenerate.
5072 2005-07-21  Eric Christopher  <echristo@apple.com>
5074         * MAINTAINERS: Update affiliation.
5076 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5078         * MAINTAINERS: Add self as crx port maintainer.
5080 2005-07-20  DJ Delorie  <dj@redhat.com>
5082         * MAINTAINERS: Add self as m32c maintainer.
5084 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5086         * all files: Update FSF address.
5088 2005-07-15  Eric Christopher  <echristo@redhat.com>
5090         * MAINTAINERS: Change affiliation.
5092 2005-07-14  Jim Blandy  <jimb@redhat.com>
5094         * configure.in: Add cases for Renesas m32c.
5095         * configure: Regenerated.
5097 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5099         * COPYING.LIB: Update from fsf.org.
5101 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5103         * COPYING, compile, config.guess,
5104         config.sub, install-sh, missing, mkinstalldirs,
5105         symlink-tree, ylwrap: Sync from upstream sources.
5106         * config-ml.in: Update FSF address.
5108 2005-07-13  Eric Christopher  <echristo@redhat.com>
5110         * configure.in: Add toplevel noconfigdir support for tpf.
5111         * configure: Regenerate.
5113 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5115         PR ada/22340
5117         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5118         * Makefile.in: Regenerate.
5120 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5122         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5123         Brolley to write-after-approval.
5125 2005-07-07  Andreas Schwab  <schwab@suse.de>
5127         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5128         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5129         * Makefile.in: Regenerated.
5131 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5133         * configure.in: Don't build sim or rda when targetting darwin.
5134         * configure: Regenerate.
5136 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5138         * configure.in: Add --enable-libssp and --disable-libssp.
5139         * configure: Regenerate with autoconf-2.13.
5141 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5143         * Makefile.def (target_modules): Add libssp.
5144         * configure.in (target_libraries): Add target-libssp.
5145         * configure: Rebuilt.
5146         * Makefile.in: Rebuilt.
5148 2005-07-01  Zack Weinberg  <zackw@panix.com>
5150         * MAINTAINERS: Change email address.  Resign from maintainership.
5152 2005-07-01  Richard Guenther  <rguenther@suse.de>
5154         * MAINTAINERS: Change my e-mail address and affiliation.
5156 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5158         * Makefile.def (stagefeedback): Come after profile.
5159         Define profiledbootstrap target.
5160         * Makefile.tpl (profiledbootstrap): Remove.
5161         (stageprofile-end): Zap stagefeedback.
5162         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5163         * Makefile.in: Regenerate.
5165 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5167         * MAINTAINERS: Update my email address.
5169 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5171         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5172         In 'cpp' stanza, support '#line' as well as '# '.
5174 2005-06-08  Andreas Schwab  <schwab@suse.de>
5176         * MAINTAINERS: Move myself from 'Write After Approval' to
5177         'CPU Port Maintainers' section as m68k maintainer.
5179 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5181         * configure.in (unsupported_languages): New macro.
5182         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5183         non-ported target libraries in noconfigdirs.
5184         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5185         non-linux-gnu.  Remove libgcj_ex_libffi.
5186         <lang_frag loop>: Set add_this_lang=no if the language is in
5187         unsupported_languages.
5188         * configure: Regenerate.
5190 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5192         * configure.in: Fix typo in handling of --with-mpfr-dir.
5193         * configure: Regenerate.
5195 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5197         * MAINTAINERS: Update my email address.
5199 2005-06-02  Jim Blandy  <jimb@redhat.com>
5201         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5202         accepted into the master sources.)
5204 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5205             Michael Snyder  <msnyder@redhat.com>
5206             Stan Cox  <scox@redhat.com>
5208         * configure.in: Set noconfigdirs for ms1.
5210         * configure: Regenerate.
5212 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5214         * MAINTAINERS (Write After Approval): Add self.
5216 2005-06-01  Josh Conner  <jconner@apple.com>
5218         * MAINTAINERS (Write After Approval): Add self.
5220 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5222         * MAINTAINERS: Update my email address.
5224 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5226         * MAINTAINERS (Write After Approval): Add self.
5228 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5230         * MAINTAINERS (Write After Approval): Remove self.
5232 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5234         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5235         (Dependencies): Consider target modules for bootstrap dependencies.
5236         Make target bootstrap modules depend on each stage's gcc.
5237         * Makefile.in: Regenerate.
5239 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5241         * Makefile.def (configure-gcc): Depend on binutils having been built.
5242         (all-gcc): No need to do it here.
5243         * Makefile.in: Regenerate.
5245 2005-05-19  Paul Brook  <paul@codesourcery.com>
5247         * configure.in: Rewrite misleading error message when requested
5248         language cannot be built.
5249         * configure: Regenerate.
5251 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5253         * ylwrap: Import from Automake 1.9.5.
5255 2005-05-13  David Ung  <davidu@mips.com>
5257         * MAINTAINERS (Write After Approval): Add self.
5259 2005-05-09  Mike Stump  <mrs@apple.com>
5261         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5262         lt_cv_sys_max_cmd_len for now.
5264 2005-05-09  Stan Cox  <scox@redhat.com>
5266         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5268 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5270         * README.SCO: Update the URL.
5272 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5274         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5275         with_gnu_ld to libtool.
5276         * ltcf-c.sh (aix[45]): Define file_list_spec.
5277         * ltcf-cxx.sh (aix[45]): Same.
5278         * ltcf-gcj.sh (aix[45]): Same.
5279         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5280         exists, write list of input files to temporary file.
5282 2005-05-04  Mike Stump  <mrs@apple.com>
5284         * configure.in: Always pass --target to target configures as
5285         otherwise rebuilds that do --recheck will fail.
5286         * confiugure: Rebuilt.
5288 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5290         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5291         STAGE_HOST_EXPORTS.
5292         (configure, all): Add bootstrap support.
5293         (Host modules, target modules): Pass post-stage1 flags and exports.
5294         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5295         * Makefile.in: Regenerate.
5297 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5299         * configure: Regenerate.
5301 2005-04-27  Mike Stump  <mrs@apple.com>
5303         * MAINTAINERS: Add self as darwin maintainer.
5305 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5307         * config.sub: Update from master copy.
5309 2005-04-21  Mike Stump  <mrs@apple.com>
5311         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5312         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5314 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5316         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5317         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5318         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5319         "*-*-elf" and "*-*-linux*".
5320         * configure: Regenerate.
5322 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5324         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5326 2005-04-12  Mike Stump  <mrs@apple.com>
5328         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5330 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5332         * MAINTAINERS (Write After Approval): Add myself.
5334 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5336         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5338 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5340         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5341         (TARGET_CONFIGARGS): Include --with-target-subdir.
5342         (configure, all): New macros.  Use them throughout.
5343         * Makefile.in: Regenerate.
5345 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5347         * MAINTAINERS (Write After Approval): Add myself.
5349 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5351         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5353 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5355         * MAINTAINERS: Move John Carr to Write After Approval.
5357 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5359         * config/mh-mingw32: Delete.
5360         * configure.in: Don't use it.
5361         * configure: Regenerate.
5363 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5365         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5366         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5367         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5368         (HOST_LIB_PATH): Generate from Makefile.def.
5369         (TARGET_LIB_PATH): Likewise.
5370         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5371         * Makefile.in: Regenerate.
5372         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5373         (RPATH_ENVVAR): Include Darwin case.
5374         * configure: Regenerate.
5376 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5378         * MAINTAINERS (Various Maintainers): Remove self.
5379         (Write After Approval): Add self.
5381 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5383         * MAINTAINERS (Various Maintainers): Add self.
5385 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5387         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5388         * configure: Regenerate.
5390 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5392         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5393         gcc_version, and gcc_version_trigger from set of flags to pass.
5394         * Makefile.tpl: Remove definitions of above variables.
5395         (config.status): Remove dependency on $(gcc_version_trigger).
5396         * Makefile.in: Regenerate.
5397         * configure.in: Do not reference config/gcc-version.m4 nor
5398         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5399         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5400         * configure: Regenerate.
5402 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5403             Andrew Pinski  <pinskia@physics.uc.edu>
5405         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5406         * Makefile.in: Regenerate.
5408 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5410         * MAINTAINERS (Write After Approval): Add myself.
5412 2005-03-03  David Ayers  <d.ayers@inode.at>
5414         * MAINTAINERS (Write After Approval): Add myself.
5416 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5418         PR libgcj/20160
5419         * ltmain.sh: Avoid creating archives with components that have
5420         duplicate basenames.
5422 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5424         PR bootstrap/20250
5425         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5426         instead of check.
5427         * Makefile.in: Regenerate.
5429 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5431         * Makefile.in: Regenerate to fix conflict between the previous two
5432         patches.
5434 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5436         PR bootstrap/17383
5437         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5438         * Makefile.tpl (HOST_SUBDIR): New substitution.
5439         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5440         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5441         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5442         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5443         (Host modules, Bootstrapped modules): Use it.
5444         (Build modules, Target modules): Do not create symlink trees,
5445         always configure out-of-srcdir.
5446         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5447         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5448         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5449         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5451         * Makefile.in: Regenerate.
5452         * configure: Regenerate.
5454 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5456         Merged from libada-gnattools-branch:
5457         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5459         * gnattools: New directory.
5460         * Makefile.def: Add gnattools as a module, depending on target-libada.
5461         * Makefile.in: Regenerate.
5462         * configure.in: Include gnattools in host_tools; disable it if ada
5463         is disabled.
5464         * configure: Regenerate.
5466 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5468         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5469         treelang maintainer.
5470         (Write After Approval): Remove myself.
5472 2005-02-23  Paul Schlie  <schlie@comcast.net>
5474         * configure.in: Allow darwin targeted ports to build tk, itcl and
5475         libgui.
5476         * configure: Regenerate.
5478 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5480         PR libgcj/10353
5481         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5482         * configure: Regenerate.
5484 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5486         * MAINTAINERS (Write After Approval): Add myself.
5488 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5490         * MAINTAINERS: Update my e-mail address.
5492 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5494         * MAINTAINERS (Write After Approval): Add myself.
5496 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5498         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5499         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5500         target-libgloss when not *-*-elf and *-*-aout.
5501         * configure: Regenerate.
5503 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5505         * MAINTAINERS: Remove obsolete entries.
5507         * MAINTAINERS (Write After Approval): Add Michael Matz.
5509 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5511         * MAINTAINERS: Remove self as cpplib maintainer.
5513 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5515         * install-sh, config.sub: Import from upstream.
5517 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5519         PR bootstrap/18222
5520         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5521         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5522         * Makefile.in: Regenerate.
5524 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5526         * MAINTAINERS: Update my email address.
5528 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5529             Andreas Schwab  <schwab@suse.de>
5531         PR bootstrap/18033
5532         * config-ml.in: Eval option if surrounded by single quotes.
5534 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5536         Revert 2004-12-28 Makefile changes, a better fix will be
5537         applied to mainline and src after GCC 4.0 branches.
5539 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5541         PR bootstrap/17383
5543         * Makefile.def (target_modules): Remove stage parameter,
5544         it is always true now.
5545         * Makefile.tpl (configure-build-[+module+],
5546         configure-target-[+module+]): Always build symlink tree
5547         for the directory and for include.  BUILD_SUBDIR and
5548         TARGET_SUBDIR cannot be . anymore.
5549         * Makefile.in: Regenerate.
5551 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5553         Revert 2004-12-08 Makefile changes.
5555 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5557         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5558         cygwin, mingw.
5560 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5562         * configure.in (sh64-*-*): Reenable gprof.
5563         * configure: Regenerate.
5565 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5567         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5568         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5569         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5570         * Makefile.in: Regenerate.
5572 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5574         * MAINTAINERS: Update my email address.
5576 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5578         * Makefile.tpl: Generate normal dependencies if the LHS module is
5579         not bootstrapped.
5580         * Makefile.in: Regenerate.
5582 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5584         * configure.in: Include config/gxx-include-dir.m4.  Use
5585         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5586         * configure: Regenerate.
5588 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5590         * config.if: Delete.
5591         * configure.in: Set libstdcxx_incdir directly.
5592         * configure: Regenerate.
5594 2004-12-02  Eric Christopher  <echristo@redhat.com>
5596         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5597         * Makefile.in: Regenerate.
5599 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5601         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5602         * configure: Regenerate.
5604 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5606         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5607         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5608         * configure: Regenerate.
5610 2004-12-01  Eric Christopher  <echristo@redhat.com>
5612         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5613         of things to remove.
5615 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5617         * MAINTAINERS (Write After Approval): Update my e-mail address.
5619 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5621         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5622         from CVS libtool to always pass_all.
5624 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5626         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5627         (hppa*64*-*-*): Delete incorrect comment.
5628         * configure: Rebuilt.
5630 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5632         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5634 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5636         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5637         from CVS libtool to always pass_all.
5639 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5641         * install-sh, compile: Import from automake.
5643 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5645         * config.guess, config.sub:  Import from savannnah.
5647 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5649         * MAINTAINERS (Write After Approval): Add myself
5651 2004-11-12  Mike Stump  <mrs@apple.com>
5653         * Makefile.def: Add html support.
5654         * Makefile.tpl: Likewise.
5655         * Makefile.in: Regenerate.
5657 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5659         PR 18423
5660         * configure.in: Remove all instances of build-fixincludes from
5661         noconfigdirs.
5662         (build_configargs): Supply --target to subdirectories.
5663         * configure: Regenerate.
5665         * Makefile.def: Make gcc install depend on fixincludes install.
5666         * Makefile.in: Regenerate.
5668 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5670         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5672 2004-11-11  Paul Brook  <paul@codesourcery.com>
5674         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5676 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5678         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5679         target-libgfortran.
5680         * configure: Regenerate.
5682 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5684         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5685         like CC.
5687 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5689         * Makefile.def (host fixincludes): Specify missing targets.
5690         * Makefile.in: Regenerate.
5692 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5694         * MAINTAINERS: Add myself
5696 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5698         * MAINTAINERS (Write After Approval): Add myself.
5700 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5702         * Makefile.def: Build fixincludes for the host, too.
5703         * Makefile.in: Regenerate.
5704         * configure.in (host_tools): Add fixincludes.
5705         * configure: Regenerate.
5707 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5709         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5710         * configure: Regenerated.
5712 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5714         PR other/17783
5715         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5716         * configure: Regenerated.
5718 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5720         * README.SCO: Update per FSF instructions.
5722 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5724         PR target/18151
5725         * configure.in (case ${target}): Do not build fixincludes for avr.
5726         * configure: Regenerated.
5728 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5730         * configure.in (case ${target}): Do not build fixincludes
5731         on platforms where it is not used.
5732         * configure: Regenerated.
5734 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5736         * configure.in: Use an absolute path to install-sh.
5737         * configure: Regenerated.
5739 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5741         * MAINTAINERS (Write After Approval): Add myself.
5743 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5745         * MAINTAINERS: Remove from Write After Approval those that are
5746         already maintainers.
5748 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5750         * MAINTAINERS:  Update my email address.
5752 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5754         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5755         * configure: Regenerate.
5757 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5759         * MAINTAINERS:  Update my email address.
5761 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5763         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5764         entries belonging to this category.
5766 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5768         * MAINTAINERS: Update my e-mail address.
5770 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5772         Fix wrong conflict resolution in:
5774         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5776         * Makefile.in: Regenerate.
5777         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5778         in the recursive `make', instead of hardwiring `all'.
5779         (Autogenerated TARGET-* variables): New.
5781 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5783         * configure.in: Enable target-libgloss for crx-*-*.
5784         * configure: Regenerate.
5786 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5788         * MAINTAINERS (Various Maintainers): Move the "windows,
5789         cygwin, mingw" maintainer to ...
5790         (OS Port Maintainers): ... here.
5792 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5794         * MAINTAINERS (Write After Approval): Remove those that are
5795         maintainers of some subsystem.
5797 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5799         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5800         * ltcf-cxx.sh (tpf*): Likewise.
5801         * ltconfig (tpf*): Add TPF OS configuration support.
5803 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5805         * MAINTAINERS: Change my email address to my new work account.
5807 2004-09-24  Michael Roth  <mroth@nessie.de>
5809         * configure.in (--without-headers): Add missing double quotes.
5810         * configure: Regenerate.
5812 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5814         * ylwrap: Revert to previous version.
5816 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5818         PR bootstrap/17369
5819         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5820         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5821         SET_GCC_LIB_PATH_CMD.
5822         (BASE_TARGET_EXPORTS): Likewise.
5823         * Makefile.in: Regenerated.
5825         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5826         * configure: Regenerated.
5828 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5830         * config.guess: New upstream version
5831         * compile, depcomp, install-sh, ylwrap: Likewise.
5833 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5835         * config/mh-x86omitfp: New host makefile fragment.  Add
5836         -fomit-frame-pointer to the default BOOT_CFLAGS.
5837         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5838         * configure: Regenerate.
5840 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5842         PR target/11572
5843         * configure.in (*-*-darwin*): Renable libobjc.
5844         * configure: Regenerate.
5846 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5848         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5850 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5852         * Makefile.def: Remove libbanshee.
5853         * Makefile.tpl: Ditto.
5854         * configure.in: Ditto.
5855         * Makefile.in: Regen.
5856         * configure: Ditto.
5858 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5860         * ltmain.sh: Use $pic_object as $non_pic_object if
5861         $non_pic_object=none.
5863 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5865         * missing: Import latest version from master repository.
5867 2004-09-06  Nick Clifton  <nickc@redhat.com>
5869         * config.sub: Import latest version from master repository.
5870         * config.guess: Likewise.
5871         This includes these changes:
5873         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5875         * config.sub: Handle crisv32, alias etraxfs.
5876         * config.guess (crisv32:Linux:*:*): Handle.
5878         2004-08-13  Brad Smith  <brad@comstyle.com>
5880         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5881         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5883         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5885         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5886         assume the processor is a powerpc.  This is because coreutils
5887         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5888         in this case, due to a MacOS X bug that causes
5889         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5890         to return a negative number.
5891         Problem reported by Petter Reinholdtsen in:
5892         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5894         2004-07-19  Ben Elliston  <bje@gnu.org>
5896         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5898         2004-06-24  Ben Elliston  <bje@gnu.org>
5900         * config.guess: Update copyright years.
5901         * config.sub: Likewise.
5903         2004-06-22  Robert Millan  <robertmh@gnu.org>
5905         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5906         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5908         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5910         * config.guess (*:*VMS:*:*): New entry. Replaces
5911         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5912         manufacturer.
5914         2004-06-22  Ben Elliston  <bje@gnu.org>
5916         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5917         * config.sub: Likewise.
5919         2004-06-22  Ben Elliston  <bje@gnu.org>
5921         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5922         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5924         2004-06-11  Ben Elliston  <bje@gnu.org>
5926         * config.guess (pegasos:OpenBSD:*:*): Remove.
5928         2004-06-11  Ben Elliston  <bje@gnu.org>
5930         From Wouter Verhelst <wouter@grep.be>:
5931         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5933         2004-06-11  Ben Elliston  <bje@gnu.org>
5935         * config.guess (luna88k:OpenBSD:*:*): New.
5937         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5939         * config.guess (m32r*:Linux:*:*): New case.
5940         * config.sub: Handle m32rle.
5942         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5944         From Jens Petersen  <petersen@redhat.com>:
5945         * config.sub: Handle sparcv8.
5947         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5949         From Tom Smith <smith@cag.lkg.hp.com>:
5950         * config.guess: Version suffixes are equally significant on Tru64
5951         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5952         prefix of "P" (patched kernel).
5954         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5956         * config.sub: Add support for National Semiconductor CRX target.
5958 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5960         * MAINTAINERS (Various Maintainers): Remove myself as web page
5961         maintainer, add myself as maintainer of build status lists.
5963 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5965         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5966         *-*-netware, but add target-libmudflap.
5967         Consolidate *-*-netware targets (of which really only i?86 exists)
5968         into a single entry.
5969         * configure: Likewise.
5971 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5973         * Makefile.tpl (sorry): Remove.
5974         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5975         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5976         (do-clean): Clean per-stage directories too.
5977         (do-distclean): Run distclean-stage1 too.
5978         (.NOTPARALLEL): Enable during toplevel bootstrap.
5979         (stage[+id+]-bubble): Enable parallel execution during
5980         the recursive invocation.
5981         * Makefile.in: Regenerate.
5983         Fix previous checkin:
5985         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5986         include.
5987         * configure.in: Fix indentation.
5988         * configure: Regenerate.
5990 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5992         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5993         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5994         * configure: regenerate
5995         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5996         -mdynamic-no-pic
5998 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6000         * Makefile.def (build_modules): Add fixincludes.
6001         (dependencies): Make gcc depend on fixincludes.
6002         * configure.in (build_tools): Add fixincludes.
6003         (build_configdirs): Always include build_libs.
6004         * Makefile.in: Regenerate.
6005         * configure: Regenerate.
6007 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6009         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6010         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6011         phony targets; do not generate timestamp files.
6012         (distclean-stageN): Remove references to their timestamp files.
6013         (restageN, touch-stageN): Remove.
6014         (stageN-bubble): Rewritten.
6015         (compare): Support lean bootstraps.
6016         * Makefile.in: Regenerate.
6018         * configure.in: Only warn when bootstrapping but
6019         build != host or build != target.  Support lean bootstraps.
6020         * configure: Regenerate.
6022 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6024         * configure.in:  Give a better error message if GMP/MPFR are missing
6025         and a language needing them has been requested.
6026         * configure:  Regenerated.
6028 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6030         * configure.in:  Print a list of available language front-ends if
6031         a requested one is missing.  Tidy stray tab characters.
6032         * configure:  Regenerated.
6034 2004-08-19  Michael Koch  <konqueror@gmx.de>
6036         * gcc/doc/install.texi: Update entry about automake for libjava.
6038 2004-08-17  Robert Millan  <robertmh@gnu.org>
6040         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6041         (instead of FreeBSD).
6042         * configure: Regenerate.
6044 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6046         * Makefile.in: Regenerate.
6047         * configure: Regenerate.
6049         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6050         stage_*_flags.
6051         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6052         for bootstrapped modules if toplevel bootstrap is going.
6053         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6054         modules.  Adjust for changes in Makefile.def.  Enable several
6055         rules even in non-bootstrap mode, just to avoid peppering the
6056         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6057         (stage-[+prev+]-bubble): Remove.
6059         * Makefile.def (Dependencies): Depend on all-build-bison,
6060         all-build-flex, all-build-byacc, all-build-texinfo, rather
6061         than the host variations.
6062         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6063         with BUILD_SUBDIR.
6064         (BISON): Update for recent Bisons.
6065         (YACC): Fix typo.
6066         (cross): Depend on all-build.
6067         (all): Do not depend on all-build.
6068         (prebootstrap): Remove.
6069         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6070         (Prebootstrap dependencies): Add them to the per-stage targets
6071         and to all-prebootstrap.
6072         * configure.in (build_configdirs): Always enable build_tools.
6073         (BUILD_DIR_PREFIX): Remove.
6075         * Makefile.def (gcc): Add target variable.
6076         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6077         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6078         in the recursive `make', instead of hardwiring `all'.
6079         (Autogenerated TARGET-* variables): New.
6081 2004-08-13  Brian Booth  <bbooth@redhat.com>
6083         * MAINTAINERS: Remove myself from write-after-approval.
6085 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6087         * src-release: Stop distributing mmalloc with gdb (which doesn't
6088         use it).
6089         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6090         * Makefile.in: Regenerate.
6092 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6094         * configure.in (arm*-*-eabi*): New target.
6095         * configure: Regenerate.
6097 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6099         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6100         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6101         (Dependencies): New section.
6102         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6103         (configure-target-[+module+]): Depend on maybe-all-gcc
6104         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6105         (toplevel profiledbootstrap): Fix dependencies.
6106         * Makefile.in: Regenerate.
6108 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6110         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6111         target-libiberty to noconfigdirs.
6112         * configure: Regenerate.
6114 2004-08-03  Paul Brook  <paul@codesourcery.com>
6116         * configure.in: Check for MPFR as well as GMP.
6117         * configure: Regenerate.
6119 2004-08-01  Robert Millan  <robertmh@gnu.org>
6121         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6122         libmudflap for all GNU-based systems (with Glibc).
6123         * configure: Regenerate.
6125 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6127         * Makefile.def (host-modules): Add gcc.
6128         * Makefile.in: Regenerate.
6129         * Makefile.tpl (sorry): New rule.
6130         (configure-host, all-host, [+make_target+]-host, do-check,
6131         install-host): Do not add gcc as a special case.
6132         (host modules): Add a small special-casing for gcc.  Export
6133         extra_make_flags through the environment.
6134         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6135         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6136         other recursive targets for gcc): Remove.
6138         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6139         (stage, unstage): New rules.
6140         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6141         distclean-stage[+id+]): Use stage_current.
6142         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6143         the stage*-start rules.
6145 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6147         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6148         use -all_load flag.
6150 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6152         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6153         * configure: Regenerate.
6155 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6157         * maintainer-scripts/gcc_release: Revert yesterday's change.
6159 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6161         * MAINTAINERS: Add myself to write-after-approval.
6163 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6165         * libf2c: Removed.
6166         * gcc/gccbug.in: Updated because of libf2c removal.
6167         * maintainer-scripts/gcc_release: Ditto.
6169 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6171         * configure.in: Build libmudflap by default on FreeBSD.
6172         * configure: Regenerated.
6174 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6176         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6177         systems.
6178         * configure: Regenerated.
6180 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6182         PR target/16344
6183         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6184         feedback based compiler.
6185         * Makefile.in: Rebuilt.
6187 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6189         * Makefile.def (host_modules): Set bootstrap=true for flex.
6190         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6191         * Makefile.in: Rebuilt.
6193 2004-07-07  Jan Hubicka  <jh@suse.cz>
6195         * MAINTAINERS: Add self as a profile feedback maintainer.
6197 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6199         * configure.in:  Do not prepend $srcdir to /dev/null in
6200         makefile fragments.
6201         * configure:  Regenerate.
6203 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6205         * Makefile.def (build_modules): Add bison, byacc, flex,
6206         m4, texinfo.
6207         (flags_to_pass): Add FLEX.
6208         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6209         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6210         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6211         DEFAULT_MAKEINFO): Remove.
6212         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6213         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6214         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6215         objdir or else use configured tool.
6216         (all-build): New.
6217         (all): Depend on it.
6218         (Build module dependencies): Add.
6219         * Makefile.in: Regenerate.
6220         * configure.in: Better support for multiple build modules,
6221         matching what is done for host/target modules.  Do not look
6222         for "plausible" locations of build tools if Canadian cross.
6223         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6224         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6225         * configure: Regenerate.
6227 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6229         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6230         * Makefile.in: Regenerate.
6232 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6234         * Makefile.tpl (configure-build-[+module+],
6235         configure-[+module+], configure-target-[+module+]): Pass
6236         [+extra_configure_args+].
6237         (all-build-[+module+], all-[+module+], check-[+module+],
6238         install-[+module+], [+make_target+]-[+module+],
6239         all-target-[+module+], check-target-[+module+],
6240         install-target-[+module+], [+make_target+]-target-[+module+]):
6241         Pass [+extra_make_args+].
6242         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6243         (GCC_HOST_EXPORTS): Remove.
6244         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6245         cross, check-gcc, check-gcc-c++, install-gcc,
6246         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6247         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6248         * Makefile.in: Regenerate.
6250 2004-06-21  Matthew Sachs  <msachs@apple.com>
6252         * MAINTAINERS: Added self to write-after-approval.
6254 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6256         * configure.in: Check for srcdir/winsup rather than build directory
6257         winsup.
6258         * configure: Regenerate.
6260 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6262         * configure.in: Don't build Cygwin native newlib if winsup
6263         directory is missing.  Emit warning instead.
6264         * configure: Regenerate.
6266 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6268         * Makefile.tpl (touch-stage[+id+]): New.
6269         (restage[+prev+]): Depend on touch-stage[+id+].
6271         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6272         Use it throughout.
6274         * Makefile.def: Add profile and feedback bootstrap stages.
6275         Remove next field from bootstrap stages.
6276         * Makefile.tpl (LN, LN_S): Substitute.
6277         (stageN-start, stageN-end): Use double-colon rules, to
6278         provide a hook for additional setup commands.
6279         (distclean-stageN-gcc, restageN): Create dependencies from
6280         [+prev+], not from [+next+].
6281         (stageN-bubble): Add commands for successive stages from
6282         [+prev+], using double-colon rules.
6283         (all-stageN-gcc): Fix typo.
6284         (stagefeedback-start, profiledbootstrap): New.
6285         * Makefile.in: Regenerate.
6286         * configure.in: Call ACX_PROG_LN.
6287         * configure: Regenerate.
6289 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6291         * MAINTAINERS (Write After Approval): Add myself.
6293 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6295         * MAINTAINERS (Write After Approval): Add myself.
6297 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6299         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6300         without gcc.
6301         * configure: Regenerate.
6303 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6305         * Makefile.tpl: Fix typo.
6306         * Makefile.in: Regenerate.
6308 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6310         * configure.in: Remove new- prefix from toplevel
6311         bootstrap targets.
6312         * configure: Regenerate.
6314 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6316         * Makefile.tpl (all.normal): Rename to all.
6317         (all): Replace with a rule to pick the default
6318         target from configure.
6319         (all-gcc, configure-gcc): Use conditionals to
6320         do nothing when toplevel bootstrap is going on.
6321         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6322         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6323         * configure.in: Support --enable-bootstrap.
6325         * Makefile.def: Remove new- prefix from toplevel
6326         bootstrap targets.
6327         * Makefile.tpl: Likewise.
6329         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6330         target.
6332         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6333         $(RECURSE_FLAGS) to recursive invocation of make.
6335         * Makefile.in: Regenerate.
6336         * configure: Regenerate.
6338 2004-05-30  Andreas Jaeger  <aj@suse.de>
6339             Jim Wilson  <wilson@specifixinc.com>
6341         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6342         like CC.
6344 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6346         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6347         * configure: Regenerate.
6349 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6351         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6352         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6353         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6354         targets.
6355         * Makefile.in: Regenerate.
6357 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6359         * configure.in: Test the ability to symlink directories.
6360         * configure: Regenerate.
6362         * Makefile.def (bootstrap-stage): New definitions.
6363         * Makefile.tpl (configure-stage1-gcc,
6364         configure-stage2-gcc, configure-stage3-gcc,
6365         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6366         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6367         new-restage3, compare): Autogenerate, see Makefile.in
6368         entry for behavioral changes.
6369         (distclean-stage1, new-stage1-start, new-stage1-end,
6370         new-stage1-bubble, distclean-stage2, new-stage2-start,
6371         new-stage2-end, new-stage2-bubble, distclean-stage3,
6372         new-stage3-start, new-stage3-end): New autogenerated targets.
6373         (objext, prebootstrap, BOOT_CFLAGS,
6374         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6375         targets.
6377         * Makefile.in: Regenerate.
6378         (distclean-stage1, new-stage1-start, new-stage1-end,
6379         new-stage1-bubble, distclean-stage2, new-stage2-start,
6380         new-stage2-end, new-stage2-bubble, distclean-stage3,
6381         new-stage3-start, new-stage3-end): New targets.
6382         (all-stage1-gcc): Move prebootstrap dependency from here...
6383         (configure-stage1-gcc): ...to here.
6384         (new-bootstrap): Use bubble targets.
6385         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6386         Use per-stage distclean targets.
6387         (configure-stage1-gcc, configure-stage2-gcc,
6388         configure-stage3-gcc, all-stage1-gcc,
6389         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6390         Use new-stageN-start to prepare the tree.
6392 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6394         * Makefile.def (host_modules): add libcpp.
6395         * Makefile.tpl: Add dependencies on and for libcpp.
6396         * Makefile.in: Regenerate.
6397         * configure.in: Add libcpp host module.
6398         * configure: Regenerate.
6400 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6402         * Makefile.tpl: Whenever a recursive target is defined, wrap
6403         it in a special @if/@endif block, and prepare its maybe
6404         dependency in the @if/@endif block
6405         * configure.in: Instead of writing maybe dependencies, remove
6406         the @if/@endif statements, and remove the @if/@endif blocks
6407         that remain.
6408         * configure: Regenerate.
6409         * Makefile.in: Regenerate.
6411 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6413         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6415 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6417         PR bootstrap/15120
6418         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6419         * */configure: Rebuilt.
6421 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6423         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6424         of libf2c.
6425         * configure, Makefile.in: Regenerate.
6427 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6429         * MAINTAINERS (Write After Approval): Add myself.
6431 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6433         Merge from tree-ssa-20020619-branch.
6435         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6436         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6437         (HOST_GMPLIBS): Define.
6438         (HOST_GMPINC): Define.
6439         (TARGET_LIB_PATH): Add libmudflap.
6440         (GFORTRAN_FOR_TARGET): Define.
6441         (configure-build*): Export GFORTRAN.
6442         (configure-gcc): Export GMPLIBS and GMPINC.
6443         (all-gcc): Add maybe-all-libbanshee.
6444         (configure-target-libgfortran): Define.
6445         * Makefile.in: Regenerate.
6446         * configure.in (host_libs): Add libbanshee.
6447         (target_libraries): Add target-libmudflap and target-libgfortran.
6448         Add --with-libbanshee.
6449         Handle --disable-libmudflap.
6450         (*-*-freebsd*): Use with_gmp.
6451         Add $(libgcj) to noconfigdirs.
6452         * configure: Regenerate.
6453         * depcomp: New file.
6454         * MAINTAINERS: Add tree-ssa maintainers.
6456 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6458         * MAINTAINERS (Various Maintainers): Add myself.
6460 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6462         * MAINTAINERS (Write After Approval): Add myself.
6464 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6466         * MAINTAINERS (Write After Approval): Add myself.
6468 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6470         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6471         * configure: Regenerate.
6473 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6475         Revert:
6476         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6478         * Makefile.def (flags_to_pass): Remove *dir variables that
6479         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6480         as well as prefix and exec_prefix.
6481         * Makefile.in: Regenerate.
6483 2004-04-26  Robert Millan  <robertmh@gnu.org>
6485         Add patches from libtool CVS.
6486         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6487         * ltconfig: Likewise.
6488         * ltcf-c.sh: Likewise.
6489         * ltcf-cxx.sh: Likewise.
6490         * ltcf-gcj.sh: Likewise.
6492 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6494         * Makefile.def (host_modules): Mark with the bootstrap
6495         flag packages on which gcc depends.
6496         * Makefile.tpl (all-bootstrap): Use it.
6497         * Makefile.in: Regenerate.
6499 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6501         * Makefile.def (flags_to_pass): Remove *dir variables that
6502         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6503         as well as prefix and exec_prefix.
6504         * Makefile.in: Regenerate.
6506 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6508         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6509         * configure: Regenerate.
6510         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6511         * gcc/Makefile.tpl (compare): Use the result of the test.
6512         * gcc/Makefile.in: Regenerate.
6514 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6516         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6517         Always relocate gcc and prev-gcc to the original names, even
6518         if the build fails.
6519         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6520         New targets.
6522 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6524         * MAINTAINERS: Update my email address.
6526 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6528         * configure.in (mips*-*-irix5*): Enable ld.
6529         * configure: Regenerate.
6531 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6533         * configure: Regenerate.
6535 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6537         * Makefile.tpl (configure-[+module+], configure-gcc,
6538         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6539         Set and export LDFLAGS.
6540         * Makefile.in: Regenerate.
6542 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6544         * MAINTAINERS: Add myself to write-after-approval.
6546 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6548         PR bootstrap/14871
6549         * Makefile.tpl: If we don't have built-in-tree target tools,
6550         use the ones found by configure rather than hacking around with
6551         program_transform_name.
6552         * configure.in: Give Makefile.tpl the information necessary
6553         to do that.
6554         * Makefile.in: Regenerate.
6555         * configure: Regenerate.
6557 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6559         PR bootstrap/14760
6560         * configure.in: When computing baseargs, strip *all* copies of
6561         offending options.  Also, don't match/substitute the trailing space,
6562         so that this actually works when two similar options are separated by
6563         only one space.
6564         * configure: Regenerate.
6566 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6568         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6569         (rs6000-*-aix*): Same.
6570         * configure: Regenerate.
6572 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6574         * MAINTAINERS: Add myself to write-after-approval.
6576 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6578         * MAINTAINERS: Add myself to write-after-approval.
6580 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6582         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6583         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6584         * Makefile.in: Regenerate.
6586         * configure.in (top level bootstrap support): Rework --enable-werror
6587         to set @stage2_werror_flag@.
6588         * configure: Regenerate.
6589         * Makefile.tpl (top level bootstrap support): Pass
6590         @stage2_werror_flag@ down to configure in stages 2 and 3.
6591         * Makefile.in: Regenerate.
6593 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6595         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6596         for stages 2 and 3 as well as in make.  As a consequence, remove
6597         OUTPUT_OPTION (now detected by configure) from the flags passed down
6598         to make.
6599         * Makefile.in: Regenerate.
6601         * Makefile.tpl (new-bootstrap): Fix typo.
6602         * Makefile.in: Regenerate.
6604 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6606         * Makefile.tpl: Rearrange by moving recursive_targets rules
6607         into their proper sections.
6608         * Makefile.tpl (top level bootstrap support): Move disabling
6609         of coverage flags from 'make' to 'configure'; improve comments.
6610         * Makefile.in: Regenerate.
6612         * Makefile.tpl (experimental top level bootstrap) Move stage1
6613         language setting from all- target to configure- target; disable
6614         intermodule optimization in stage 1; prevent gratuitous rebuilds
6615         of stage 1.
6616         * Makefile.in: Regenerate.
6617         * configure.in: Comma-separate stage 1 language list for top
6618         level bootstrap.
6619         * configure: Regenerate.
6621         * Makefile.tpl: Clean up experimental top level bootstrap support:
6622         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6623         prev-gcc in configure- targets as well as all- targets.
6624         * Makefile.in: Regenerate.
6626 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6628         * compile: New file imported from automake.
6630 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6632         * configure.in: Remove symbolic link section.
6633         * configure: Regenerate.
6634         * Makefile.tpl (links): Remove.
6635         * Makefile.in: Regenerate.
6637 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6638             Nathanael Nerode  <neroden@gcc.gnu.org>
6640         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6641         Set with AC_CHECK_PROGS.
6642         * configure.in: Fix comment typo from last patch.
6643         * configure: Regenerate.
6645 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6647         * Makefile.tpl: Introduce experimental top level bootstrap support.
6648         * Makefile.in: Regenerate.
6649         * configure.in: Introduce support for top level bootstrap.
6650         * configure: Regenerate.
6652 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6653             Paolo Bonzini  <bonzini@gnu.org>
6655         PR bootstrap/14522
6656         * configure.in: Cope with shells that do not support unquoted ^
6657         * configure: Regenerate.
6659 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6660             Paolo Bonzini  <bonzini@gnu.org>
6662         PR bootstrap/14522
6663         * configure.in: Cope with shells that do not support nesting
6664         quotes inside quoted backquote substitutions.
6665         * configure: Regenerate.
6667 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6669         PR bootstrap/14522
6670         * configure.in: Fix escaping of $.
6671         * configure: Regenerate.
6673 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6675         * configure: Regenerate, since I forgot to while committing Paolo's
6676         changes.
6678 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6680         PR ada/14131
6681         Move language detection to the top level.
6682         * configure.in: Find default values for the tools as
6683         soon as possible.  Disable ada if GNAT is not found.
6684         Emit error message about missing languages.  Expand
6685         --enable-languages=all for the gcc subdirectory.
6687 2004-03-10  Ben Elliston  <bje@gnu.org>
6689         * MAINTAINERS: Update my email address.
6691 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6693         * ltconfig: Disable building static libraries if building shared
6694         libraries on AIX 5L.
6696 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6698         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6699         and disable libgcj.
6700         * configure: Regenerated.
6702 2004-03-01  Brian Booth  <bbooth@redhat.com>
6704         * MAINTAINERS: Add myself to write-after-approval.
6706 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6708         * MAINTAINERS: Add myself to write-after-approval.
6710 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6712         PR bootstrap/7087
6713         * Makefile.tpl: Guard XFOO sed statements better.
6714         * Makefile.tpl: Add dependency for configure-target-libada.
6715         * Makefile.in: Regenerate (incidentally fixes broken
6716         commit when libada-branch was merged).
6718 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6720         * MAINTAINERS: Add myself to write-after-approval.
6722 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6724         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6725         maintainers.
6727 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6729         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6730         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6732 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6734         PR bootstrap/11932
6735         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6737 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6739         * MAINTAINERS: Added myself to write-after-approval.
6741 2004-02-14  Michael Koch  <konqueror@gmx.de>
6743         * MAINTAINERS: Added myself to write-after-approval.
6745 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6747         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6748         some OS port maintainers to OS port maintainers section.
6750 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6752         * MAINTAINERS: Add self.
6754 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6756         * MAINTAINERS: Alphabetize.
6758 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6760         * MAINTAINERS: Remove myself.
6762 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6764         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6765         (rs6000-*-aix*): Same.
6766         * configure: Regenerate.
6768 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6770         * configure.in (host): Add in missing $noconfigdirs to defines.
6771         * configure: Regenerate.
6773 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6774             Nathanael Nerode  <neroden@gcc.gnu.org>
6776         PR ada/6637, PR ada/5911
6777         Merge with libada-branch:
6778         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6779         with appropriate dependencies. Add --enable-libada configure switch.
6780         * configure, Makefile.in: Regenerate.
6782 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6784         * MAINTAINERS: Add myself to write-after-approval.
6786 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6788         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6789         * configure: Regenerate.
6791 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6793         Merge from upstream:
6795         * ltmain.in: When setting IFS to '~', be careful about user
6796         arguments that contain '~'.
6798         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6800         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6801         Also test $base_compile against $CC with escaped arguments. Bug
6802         reported by Geoff Keating <geoffk@apple.com>.
6804 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6806         * MAINTAINERS: Remove i960 port.
6808 2004-01-23  DJ Delorie  <dj@redhat.com>
6810         * Makefile.def (target_modules) [libiberty]: Don't stage.
6811         * Makefile.in: Rebuilt.
6813 2004-01-20  Caroline Tice  <ctice@apple.com>
6815         * MAINTAINERS: Add myself to write-after-approval.
6817 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6819         * MAINTAINERS: Update my email address.
6821 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6823         * MAINTAINERS: Add myself to write-after-approval.
6825 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6827         * MAINTAINERS: Remove entries without email address.
6829 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6831         * MAINTAINERS: Add myself to write-after-approval.
6833 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6835         * MAINTAINERS: Update my email address.
6837 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6839         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6840         * Makefile.tpl (configure-target-[+module+]): Support stage.
6841         * Makefile.in: Rebuilt.
6843 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6845         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6847 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6849         * MAINTAINERS: Add myself as a MIPS maintainer.
6851 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6853         * configure.in: Use ./config.cache, not config.cache.
6854         * configure: Regenerate.
6855         * Makefile.tpl: Special-casing not needed for GCC any more.
6856         * Makefile.in: Regenerate.
6858         * configure.in: Don't share a cache file for host dirs.
6859         * configure: Regenerate.
6861         * config-ml.in: Don't mess with the cache file.
6863 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6865         * MAINTAINERS: Move myself from 'Write After Approval' to
6866         'CPU Port Maintainers' section as SPARC maintainer.
6868 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6870         * Makefile.tpl: Make GCC use a separate config.cache.
6871         * Makefile.in: Regenerate.
6873         PR bootstrap/11932, PR bootstrap/11933
6874         (I don't know if it will fix either of them, but it relates
6875         to them.)
6876         * configure.in: Don't use shared config.cache for target
6877         directories.
6878         * configure: Regenerate.
6880 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6882         * MAINTAINERS: Add myself to 'Write After Approval' section.
6884 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6886         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6887         * configure: Regenerated.
6889 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6891         * MAINTAINERS: Remove the mn10200 maintainer.
6893 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6895         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6896         * configure: Regenerated.
6898 2003-12-16  Jan Hubicka  <jh@suse.cz>
6900         * MAINTAINERS: Add myself as callgraph maintainer.
6902 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6904         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6905         * configure: Regenerate.
6907 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6909         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6910         'Write After Approval' section. Update email.
6912 2003-12-01  James Lemke  <jim@wasabisystems.com>
6914         * MAINTAINERS (Write After Approval): Add myself.
6916 2003-11-20  Matt Thomas  <matt@3am-software.com>
6918         * MAINTAINERS: Add myself as a vax port maintainer.
6920 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6922         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6923         (configure-build-[+module+], configure-[+module+]): Likewise.
6924         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6925         * Makefile.in: Regenerate.
6927 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6929         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6930         shared/dylibed libraries.
6931         * ltmain.sh: Likewise.
6932         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6933         * ltcf-cxx.sh: Likewise.
6934         * ltcf-gcj.sh: Likewise.
6935         * ltconfig: Likewise.
6937 2003-11-17  Stan Cox  <scox@redhat.com>
6939         * MAINTAINERS: Add myself as iq2000 port maintainer.
6941 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6943         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6944         * Makefile.in: Regenerate.
6946 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6948         * config.sub: Update to 2003-11-03 version.
6950 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6952         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6953         * configure:  Regenerate.
6955 2003-10-20  Nicolas Pitre  <nico@cam.org>
6957         * MAINTAINERS: Add myself to 'Write After Approval' section.
6959 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6961         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6963 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6965         * MAINTAINERS: Update my email address.
6967 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6969         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6971 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6973         * MAINTAINERS: Add myself to 'Write After Approval' section.
6975 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6977         * config.guess: Update to 2003-10-16 version.
6978         * config.sub: Update to 2003-10-16 version.
6980 2003-10-15  David Daney  <ddaney@avtrex.com>
6982         * MAINTAINERS: Added myself to 'Write After Approval' section.
6984 2003-10-15  Falk Hueffner  <falk@debian.org>
6986         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6987         'Write After Approval' section. Update email.
6989 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6991         * MAINTAINERS: Move myself from 'Write After Approval' to
6992         'Various Maintainers' section as middle-end maintainer.
6994 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6996         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6997         HOST_FLAGS_TO_PASS.
6998         * Makefile.in: Regenerate.
7000 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7002         * config.guess: Update to 2003-10-07 version.
7003         * config.sub: Update to 2003-10-07 version.
7005 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7007         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7008         * ltconfig (irix5*, irix6*): Don't override version_type.
7010 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7012         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7013         * configure: Rebuilt
7014         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7015         * Makefile.in: Rebuilt
7017 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7019         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7021 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7023         * MAINTAINERS (Write After Approval): Add myself.
7025 2003-09-29  Paul Koning  <ni1d@arrl.net>
7027         * MAINTAINERS: Move myself from "Write After Approval"
7028         to CPU platform maintainers for pdp11 platform.
7030 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7032         * MAINTAINERS: Move myself from 'Write After Approval' to
7033         'Various Maintainers' section as libffi testsuite maintainer.
7035 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7037         * configure.in: Pass a computed --program-transform-name
7038         to subconfigures.
7039         * configure: Regenerated.
7041 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7043         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7044         * Makefile.in: Regenerate.
7046         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7047         * Makefile.in: Regenerate.
7049 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7051         * MAINTAINERS: Move myself from 'Write After Approval'
7052         to 'Various Maintainers' (objective-c) section.
7054 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7056         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7057         quoting.
7058         * configure: Regenerated.
7060 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7062         * MAINTAINERS (Write After Approval): Add myself to write after
7063         approval list.
7065 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7067         * MAINTAINERS (Write After Approval): Add myself.
7069 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7071         * MAINTAINERS: Update my e-mail address.
7073 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7075         * libtool.m4 (LD): Correct powerpc64 host match.
7077 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7079         * MAINTAINTERS: Update my affiliation and email address.
7081 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7083         * MAINTAINERS (Write After Approval): Add myself.
7085 2003-09-04  DJ Delorie  <dj@redhat.com>
7087         * configure: Regenerate.
7089 2003-09-04  Robert Millan  <robertmh@gnu.org>
7091         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7093 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7095         * configure.in: Ensure arguments to sed are properly spaced.
7096         * configure: Regenerate.
7098 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7100         * MAINTAINERS: Update my e-mail address.
7102 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7104         * MAINTAINERS (Write After Approval): Add myself.
7106 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7108         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7109         * configure: Regenerated.
7111 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7113         * MAINTAINERS: Update my email address.
7115 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7117         * configure.in:  Use newline instead of semicolon when assuming
7118         shell arguments in a for loop.
7119         * configure:  Regenerated.
7121 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7123         * MAINTAINERS: Resurrect the i860 maintainer.
7125 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7127         PR 8180
7128         * configure.in: When testing with_libs and with_headers, treat
7129         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7130         * configure: Regenerate.
7132         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7133         make, shell, etc.
7134         (baseargs): Likewise.
7135         * configure: Regenerate.
7137 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7139         * MAINTAINERS (Write After Approval): Add myself.
7141 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7143         * configure.in: Disable libgcj for darwin not on powerpc.
7144         * configure: Rebuild.
7146 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7148         * config-ml.in, symlink-tree: Add license.
7150 2003-08-03  Richard Stallman  <rms@gnu.org>
7151             Eben Moglen  <moglen@columbia.edu>
7153         * README.SCO: New file.
7155 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7157         * Makefile.tpl (check, check-c++): Express dependencies using
7158         dependencies rather than commands.
7159         * Makefile.in: Regenerate.
7161 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7163         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7164         * configure: Ditto.
7166 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7168         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7169         * Makefile.in: Update.
7171 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7173         * configure.in: Enable libgcj for darwin.
7174         * configure: Rebuild.
7176 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7178         * config-ml.in:  Use ac_configure_args directly instead of
7179         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7180         actually seen.
7182 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7184         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7185         creating target and build subdirs to build all parent dirs as needed.
7186         * Makefile.in: Rebuild.
7187         * configure.in: Don't build dirs explicitly here.
7188         * configure: Rebuild.
7190 2003-07-26  Paul Brook  <paul@nowt.org>
7192         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7194 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7196         * Makefile.tpl (all-make): Depend on intl.
7197         * Makefile.in: Rebuilt.
7199 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7201         * install-sh:  Update to newer upstream versions (associated with
7202         aclocal 1.7).
7203         * mkinstalldirs:  Likewise.
7204         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7206 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7208         * MAINTAINERS: Move self from Bug database only accounts
7209         to write-after-approval.
7211 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7213         * config.if: Remove unused libc_interface determination.
7215 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7217         * MAINTAINERS: Move self from write-after-approval to
7218         build machinery (*.in).
7220 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7222         PR bootstrap/11273
7223         PR bootstrap/11408
7224         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7225         unused INSTALL_PROGRAM_ARGS.
7226         * configure.in: Use AC_PROG_INSTALL.
7227         * Makefile.in: Regenerate.
7228         * configure: Regenerate.
7230 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7232         * MAINTAINERS: Alphabetize.
7234 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7236         * configure: Rebuilt.
7237         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7238         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7239         newlib nor libgloss.
7240         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7241         * configure.in (am33_2.0-*-linux*): Added.
7243 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7245         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7246         * configure: Regenerate.
7248 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7250         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7251         * Makefile.in: Regenerate.
7253 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7255         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7256         * Makefile.in: Regenerate.
7258 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7260         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7261         * Makefile.in: Regenerated.
7263         * config-ml.in: Replace PWD with PWD_COMMAND.
7265 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7267         * intl: New directory; see intl/ChangeLog for details.
7268         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7269         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7270         * Makefile.in: Regenerate.
7272 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7274         * configure.in: Clean up config-lang.in handling.  Delete
7275         useless assignment to "subdirs".
7276         * configure: Regenerate.
7278 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7280         * configure.in: Rename 'target_libs' to 'target_libraries'.
7281         Remove useless reference to 'target_libs'.
7282         * configure: Regenerate.
7284 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7286         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7287         * Makefile.in: Regenerate.
7289 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7291         * Makefile.def: Introduce flags_to_pass.
7292         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7293         * Makefile.in: Regenerate.
7295 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7297         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7298         and target-libgloss.
7299         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7300         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7301         * configure: Regenerate.
7303 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7305         * configure.in: Update testsuite_flags to new location.
7306         * configure. Regenerate.
7308 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7310         * Makefile.tpl: Remove BUILD_CC stuff.
7311         * Makefile.in: Regenerate.
7313 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7315         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7317 2003-06-16  Graeme Peterson  <gp@qnx.com>
7319         * MAINTAINERS (Write After Approval): Add myself.
7321 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7323         * config.guess: Update to 2003-06-12 version.
7324         * config.sub: Update to 2003-06-13 version.
7326 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7328         * config.guess: Update to 2003-06-06 version.
7329         * config.sub: Update to 2003-06-06 version.
7331 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7333         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7334         * configure. Regenerate.
7336 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7338         * configure.in: Disable serial configure by default.
7339         * configure: Regenerate.
7340         * Makefile.tpl: Abolish .NOTPARALLEL.
7341         * Makefile.in: Regenerate.
7343         * Makefile.tpl: Replace {build,host,target}_canonical by
7344         {build,host,target}.
7345         * Makefile.in: Regenerate.
7347         * Makefile.tpl: Fix stupid pasto.
7348         * Makefile.in: Regenerate.
7350 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7352         * Makefile.tpl: Remove bogus conditional.
7353         * Makefile.in: Regenerate.
7355 2003-06-05  Jan Hubicka  <jh@suse.cz>
7357         * Makefile.tpl (profiledbootstrap): New target.
7358         * Makefile.in (profiledbootstrap): New target.
7360 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7362         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7363         Pinski. Remove user names from other bugzilla-only maintainers.
7365 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7367         * Makefile.tpl: Make 'recursive targets' using autogen rather
7368         than shell loop.  Remove duplicate 'clean' targets and false
7369         comments.
7370         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7371         Add systematic method of specifying missing targets in subdirs.
7372         Add copyright boilerplate.
7373         * Makefile.in: Regenerate.
7374         * configure.in: Add 'recursive targets' to maybe list.
7375         * configure: Regenerate.
7377         * MAINTAINERS: "GNATS only" -> "Bug database only".
7379         * Makefile.tpl: Rename [+target+] to [+make_target+].
7380         * Makefile.def: Rename 'target' to 'make_target'.
7382 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7384         * MAINTAINERS: Add self as options handling maintainer.
7386 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7388         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7389         been too long since I touched those ports.
7391 2003-05-28  DJ Delorie  <dj@redhat.com>
7393         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7394         * Makefile.in: Regenerate.
7396 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7398         * configure.in: Use curly braces in the definition of tooldir.
7399         * configure: Regenerate.
7401 2003-05-21  DJ Delorie  <dj@redhat.com>
7403         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7404         newlib or libgloss.
7405         * Makefile.in: Regenerate.
7407 2003-05-21  DJ Delorie  <dj@redhat.com>
7409         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7410         * Makefile.in: Regenerate.
7412 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7414         * MAINTAINERS: Update my e-mail address.
7416 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7418         * configure.in: Switch more things to use maybe dependencies.
7419         * Makefile.tpl: Switch more things to use maybe dependencies.
7420         Factor out common code from autogen IF statements.
7421         * configure: Regenerate.
7422         * Makefile.in: Regenerate.
7424 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7426         * configure.in: Accept i[3456789]86 for machine type.
7427         * configure: Regenerate.
7429 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7431         * configure.in: Switch more things to use maybe dependencies.
7432         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7433         * configure: Regenerate.
7434         * Makefile.tpl: Switch more things to use maybe dependencies.
7435         * Makefile.in: Regenerate.
7437 2003-05-16  Andreas Schwab  <schwab@suse.de>
7439         * Makefile.tpl (install-opcodes): Define.
7440         * Makefile.in: Rebuild.
7442 2003-05-13  Andreas Jaeger  <aj@suse.de>
7444         * config.guess: Update to 2003-05-09 version.
7445         * config.sub: Update to 2003-05-09 version.
7447 2003-05-13  Michael Eager  <eager@mvista.com>
7449         * configure.in: Correct sed script so that options in quotes are not
7450         deleted.
7451         * configure: Rebuild.
7453 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7455         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7456         and $$s/newlib/libc/sys/cygwin32 include paths.
7457         * configure: Ditto.
7459 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7461         * MAINTAINERS: Update my email addresses.
7463 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7465         * config-ml.in: Propagate INSTALL variables.
7467 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7469         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7471 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7473         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7474         * Makefile.in: Regenerate.
7476 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7478         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7480 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7482         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7484 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7486         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7487         * Makefile.in: Regenerated.
7489 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7491         * MAINTAINERS (Write After Approval): Upgrade myself from
7492         GNATS only to write-after-approval. Update my mail address.
7494 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7496         (OS Port Maintainers: freebsd): Add myself.
7498 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7500         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7502 2003-04-22  Kean Johnston  <jkj@sco.com>
7504         * MAINTAINERS (SCO ports): Added myself.
7506 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7508         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7510 2003-04-19  Kean Johnston  <jkj@sco.com>
7512         * MAINTAINERS (Write After Approval): Add myself.
7514 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7516         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7517         * Makefile.in: Regenerate.
7519 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7521         * configure.in (powerpc64*-*-linux*): Remove.
7522         * configure: Rebuilt.
7524 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7526         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7527         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7528         and restrap.
7529         * Makefile.in:  Regenerate.
7531 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7533         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7534         * configure: Regenerated.
7536 2003-04-15  DJ Delorie  <dj@redhat.com>
7538         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7540 2003-04-13  Nick Clifton  <nickc@redhat.com>
7542         * config-ml.in: Remove support for --disable-aix removing
7543         call-aix multilibs.
7545 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7547         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7548         * */configure: Rebuilt.
7550 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7552         * MAINTAINERS: Add my email address.
7554 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7556         * MAINTAINERS (Write After Approval): Add myself.
7558 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7560         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7561         * Makefile.in: Regenerate.
7563 2003-03-14  Michael Chastain  <mec@shout.net>
7565         * Makefile.in: Regenerate with correct Makefile.def.
7567 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7569         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7570         Make macro.
7571         * Makefile.in: Regenerate.
7572         * configure.in: Clean up gxx_include_dir logic.
7573         * configure: Regenerate.
7575 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7577         * MAINTAINERS (Write After Approval): Add myself.
7579 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7581         * MAINTAINERS: Update my mail address.
7583 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7585         * configure.in (gxx_include_dir): Fix typo.
7586         * configure: Regenerated.
7588 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7590         * Makefile.tpl: Reindent.
7591         * Makefile.in: Regenerate.
7592         * configure.in: Reindent.  Don't set unused variables.
7593         * configure: Regenerate.
7595 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7597         * configure.in: Include $(build_tooldir)/sys-include in
7598         FLAGS_FOR_TARGET.
7599         * configure: Regenerated.
7601 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7603         * Makefile.tpl: Always pass down RANLIB.
7604         * Makefile.in: Regenerate.
7606         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7607         * Makefile.in: Regenerate.
7608         * configure.in: Remove unused logic relating to --enable-shared
7609         and --enable-threads.  Remove bogus comments.  Remove redundant
7610         noconfigdirs.
7611         * configure: Regenerate.
7613         * configure.in: Replace ${libstdcxx_version} by its value.
7614         Remove reference to mh-dgux.
7615         * configure: Regenerate.
7617 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7619         * MAINTAINERS (Write After Approval): Add myself.
7621 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7623         * Makefile.tpl: Rearrange.
7624         * Makefile.in: Regenerate.
7626 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7628         * configure.in: Add support for kaOS as cross build target system.
7629         * configure: Regenerated.
7631 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7633         * MAINTAINERS (Write after approval): Add myself.
7635 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7637         * MAINTAINERS: Update my email address.
7639 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7641         * MAINTAINERS: Add self to blanket write privs. section.
7643 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7645         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7646         configure-target-* as some target builds may require additional
7647         flags for preprocessor tests.
7648         * Makefile.in: Regenerated.
7650 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7652         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7653         * ltconfig: Handle it.
7654         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7655         auto-detecting it.
7657         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7658         it is used as argument to $CC.
7659         * ltcf-gcj.sh: Likewise.
7661         * configure.in: Introduce --enable-maintainer-mode.
7662         * configure: Rebuilt.
7663         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7664         for maintainer mode.
7665         * Makefile.in: Rebuilt.
7667 2003-02-18  Jason Merrill  <jason@redhat.com>
7669         * Makefile.tpl (check-c++): Allow parallelism.
7671 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7673         * MAINTAINERS: Remove John Carr (who never actually had access to
7674         gcc.gnu.org).
7676 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7678         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7679         don't configure target-libobjc.
7680         * configure: Regenerate.
7682 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7684         * Makefile.tpl (RANLIB): Define.
7685         * Makefile.in: Regenerate.
7687 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7689         * MAINTAINERS: Update my email.
7691 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7693         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7694         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7695         * Makefile.in: Regenerated.
7696         * configure.in: Remove all traces of snavigator, db, and grep.
7697         * configure: Regenerated.
7699 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7701         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7702         After Approval.
7704 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7706         * MAINTAINERS (Write after approval): Add myself.
7708 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7710         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7711         * Makefile.in: Regenerated.
7713 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7715         * config.guess: Updated to 2003-01-30's version.
7716         * config.sub: Updated to 2003-01-28's version.
7718 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7720         * config.if: If gcc_version is already set, just use it.  Don't set
7721         gcc_version_trigger if it's already set, otherwise set it to
7722         gcc/version.c, but only if the file exists.  If it is not set and
7723         gcc/version.c does not exist, try to extract the version number from
7724         $CC.
7726 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7728         * MAINTAINERS: Add myself to write-after-approval list.
7730 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7732         * configure.in:  Revert 24Jan change.
7733         * configure:  Regenerate.
7735 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7737         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7738         entry of HJ Lu.
7740 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7742         * configure.in: Revert previous change.
7743         * configure: Regenerate.
7745 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7747         * configure.in: Make rda native-only.
7748         * configure: Regenerate.
7750 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7752         * MAINTAINERS: Move myself from GNATS-only-accounts to
7753         write-after-approval.
7755 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7757         * configure.in: Add missing \.
7758         * configure: Rebuilt.
7760 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7762         * configure.in (baseargs): Avoid using \| in sed regular
7763         expressions.
7764         * configure: Rebuilt.
7766 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7768         * configure.in (baseargs): Remove all supported forms of
7769         --cache-file, --srcdir, --host, --build and --target options
7770         from argument lists.
7771         * configure: Rebuilt.
7773 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7775         * MAINTAINERS: Add myself to write-after-approval list.
7777 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7779         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7780         * configure: Rebuilt.
7782 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7784         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7785         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7786         * Makefile.in: Regenerate.
7787         * configure: Regenerate.
7789 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7791         * configure.in: Remove Makefile in build, host and target modules
7792         unless configure was run with --no-recursion.
7793         * configure: Rebuilt.
7795 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7797         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7798         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7799         * Makefile.in: Regenerate.
7801 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7803         * config.guess: Update to 2003-01-03 version.
7804         * config.sub: Update to 2003-01-03 version.
7806 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7808         * configure: Regenerate with proper autoconf 2.13.
7810 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7812         * configure.in: Add AC_PREREQ for consistency.
7813         * configure: Regenerate.
7815 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7817         * configure.in (GDB_TK): Add tcl directories conditional on
7818         gdb/gdbtk directory being present.
7819         * configure: Regenerate.
7821 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7823         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7824         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7825         * configure: Rebuilt.
7827 2002-12-31  Tom Tromey  <tromey@redhat.com>
7829         * Makefile.in: Rebuilt.
7830         * Makefile.def (target_modules) [libffi]: Allow installation.
7832 2002-12-31  Andreas Schwab  <schwab@suse.de>
7834         * configure.in: Fix use of $program_transform_name.
7835         * configure: Regenerated.
7837 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7839         * configure.in (baseargs): Don't remove first configure argument.
7840         * configure: Regenerated.
7842 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7844         * Makefile.tpl (local-distclean): Don't remove...
7845         (multilib.ts): ... this.  Moved into...
7846         (multilib.out): ... this.  Don't use sub-make.
7847         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7848         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7849         (configure-build-[+module+], configure-[+module+],
7850         configure-target-[+module+], configure-gcc): ... these.  Test
7851         for Makefile existence.  Drop config.status from dependencies.
7852         * Makefile.in: Rebuilt.
7853         * configure.in: Move gcc-version-trigger to the end of
7854         ac_configure_args.  Add comments to maybedep.tmp and
7855         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7856         nonopt from baseargs, matching and removing corresponding
7857         whitespace while at it.
7858         * configure: Rebuilt.
7860 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7862         * configure.in (host_configargs): Replace reference to
7863         no-longer-defined buildopts with --build=${build_alias}.
7864         * configure: Rebuilt.
7866         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7867         program_transform_name to standard idiom.
7868         (AUTOGEN, AUTOCONF): Define.
7869         (Makefile.in): Use $(AUTOGEN).
7870         (Makefile): Depend on config.status, and use autoconf-style rule to
7871         build it.  Move original commands to...
7872         (config.status): ... this new target.
7873         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7874         $(AUTOCONF).
7875         * Makefile.in: Rebuilt.
7877 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7879         * Makefile.tpl: Fix dramatic bustage due to change in
7880         program_transform_name.
7881         * Makefile.in: Regenerate.
7883         * configure.in: Remove unnecessary PATH setting.
7884         * configure: Regnerate.
7886         * configure.in: Don't default to unprefixed tools unless
7887         the native tools will work.
7888         * configure: Regenerate.
7890         * configure.in: Convert to autoconf script.  Blow away lots
7891         of now-redundant Makefile fragments.
7892         * configure: Generate using Autoconf.
7893         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7894         * Makefile.in: Regenerate.
7896 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7898         * configure: Fix stupid bug where RANLIB was mistakenly included.
7900         * configure.in: Rename (buildargs, hostargs, targargs) to
7901         (build_configargs, host_configargs, target_configargs).
7903         * configure.in: Move logic out of sed statement.
7905         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7906         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7908 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7910         * config.sub: Import from master repository
7911         * config.guess: Ditto
7913 2002-12-24  Andreas Schwab  <schwab@suse.de>
7915         * Makefile.tpl (multilib.out): Fix missing space.
7916         * Makefile.in: Regenerate.
7918 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7920         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7921         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7922         * Makefile.in: Regenerate.
7923         * configure.in: Remove unnecessary leftovers.
7925 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7927         * configure.in (extra_ranlibflags_for_target): New variable.
7928         (*-*-darwin): Add -c to ranlib commands.
7929         * configure (tooldir): Handle extra_ranlibflags_for_target.
7931 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7933         * Makefile.tpl: Revert HJL's change.
7934         * Makefile.in: Regenerated.
7935         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7936         always.
7938 2002-12-19  Andreas Schwab  <schwab@suse.de>
7940         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7941         * Makefile.in: Regenerate.
7943 2002-12-18  H.J. Lu  <hjl@gnu.org>
7945         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7946         * Makefile.in: Regenerated.
7948         * configure.in (build_prefix): New. Substitute.
7950 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7952         * Makefile.tpl: Don't let real targets depend on phony targets.
7953         * Makefile.in: Regenerate.
7955         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7956         * Makefile.in: Regenerate.
7958 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7960         * config.sub: Import from master repository
7961         * config.guess: Ditto
7963 2002-12-16  Jason Merrill  <jason@redhat.com>
7965         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7966         previous 'make bootstrap'.
7967         * Makefile.in: Regenerate.
7969 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7971         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7973 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7975         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7976         * Makefile.in: Regenerate.
7978 2002-12-13  Jason Merrill  <jason@redhat.com>
7980         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7981         library tests.
7982         (check-c++): Just depend on it and check-target-libstdc++-v3.
7983         * Makefile.in: Regenerate.
7985 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7987         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7988         * Makefile.in: Rebuilt.
7990 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7992         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7994 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7996         * configure: Fix bug put in by gremlins.
7998         * Makefile.tpl: Substitute more autoconfily.
7999         * configure: Substitute more autoconfily.
8000         * Makefile.in: Regenerate.
8002 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8004         * config.sub: Import from master repository
8005         * config.guess: Ditto
8006         * MAINTAINERS: Added Svein Seldal under write after approval
8008 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8010         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8011         * Makefile.in (all-sim): Ditto.
8013 2002-12-06  DJ Delorie  <dj@redhat.com>
8015         * Makefile.tpl: Change configure dependencies to not have real
8016         targets depend on phony targets.
8018 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8020         * configure.in: Revert unintentional change.
8022         * Makefile.tpl: Change dependency for */multilib.out so that
8023         it works when gcc isn't in the tree.
8025         * configure.in: Substitute more.
8026         * configure: Run subconfigures from the Makefile.
8027         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8028         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8030 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8032         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8034 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8036         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8037         and corresponding dependencies.
8038         * Makefile.in: Regenerate.
8040         * configure.in (host_tools): Order binutils, gas and ld for
8041         convenience in running the testsuites.
8043         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8044         * Makefile.in: Regenerate.
8045         * configure.in: Introduce rules to serialize subconfigure runs.
8047         * configure.in: Introduce BASE_CC_FOR_TARGET.
8048         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8049         Realize configure-build-* targets.  Realize configure-target-* targets.
8050         * Makefile.in: Regenerate.
8052 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8054         * configure: Move gcc_version_trigger stuff from here...
8055         * configure.in: ...to here.
8057         * configure.in: Separate subconfigure options added by this file from
8058         options given by the user.  Add machinery to put args for host
8059         subconfigures into the Makefile.
8061         * Makefile.tpl: Remove 'vault' targets.
8062         * Makefile.tpl: Reorder and comment dependencies.
8063         * Makefile.in: Regenerate.
8065 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8066         * configure.in: Fix my broken commit of previous patch. (sigh)
8068 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8070         * configure.in: Move host-specific darwin noconfigdirs into
8071         the host-specific section.
8073 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8075         * configure.in: Move host-specific darwin noconfigdirs into
8076         the host-specific section.
8078 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8080         * configure: Remove skip-this-dir support.
8081         * Makefile.tpl: Remove skip-this-dir support.
8083         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8084         subdirectories.
8085         * Makefile.in: Regenerate.
8087         * Makefile.tpl: Strip out useless setting of 'dir'.
8088         * Makefile.in: Regenerate.
8090 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8092         * configure.in: Fix deeply stupid bug.
8094         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8095         shell code in CXX_FOR_TARGET
8096         * Makefile.def: Introduce raw_cxx.
8097         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8098         RAW_CXX_FOR_TARGET.
8099         * Makefile.in: Regenerate.
8101 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8103         * Makefile.tpl: Remove unnecessary ifs.
8104         * Makefile.in: Regenerate.
8106         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8107         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8108         targets for 'no_install' modules.
8109         * configure: Move GDB_TK substitution to configure.in.  Move
8110         build_modules stuff to configure.in.
8111         * configure.in: Implement soft dependency machinery.  Maybe-ize
8112         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8113         * Makefile.in: Regenerate.
8115 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8117         * Makefile.tpl: Make all-target, install-target behave similarly
8118         to all, install (only hitting configured targets).  Eliminate
8119         unused macro defintions.
8121         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8122         build != host.
8124         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8126         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8128         * configure.in: Produce lists of subdir targets we're actually
8129         configuring.  Remove references to "dosrel".
8130         * Makefile.tpl: Let configure set which subdir targets are hit.
8131         Remove install-cross; clean up install; remove ALL.  Remove
8132         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8133         Autogenerate host module targets.  Remove empty dependency lines
8134         and redundant dependency; rearrange slightly.
8135         * Makefile.def: Add host-side libtermcap, utils.
8137         * Makefile.in: Regenerate.
8139 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8141         * ltconfig (osf[345]): Append $major to soname_spec.
8142         Reflect this in library_names_spec.
8143         * ltmain.sh (osf): Prefix $major with . for use as extension.
8145 2002-11-19  Andreas Jaeger  <aj@suse.de>
8147         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8148         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8149         and sparc64 GNU/Linux systems.
8151 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8153         * MAINTAINERS: Update email.
8155 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8157         * MAINTAINERS: Complete James Dennett's entry.
8159 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8161         * MAINTAINERS (Write After Approval): Add myself.
8163 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8165         * Makefile.tpl: syntactic cleanup
8167 2002-11-13  Stuart Hastings  <stuart@apple.com>
8169         * MAINTAINERS: Add myself to write-after-approval list.
8171 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8173         * Makefile.def: Add list of recursive targets to autogenerate.
8174         Add build_modules.
8175         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8176         targets.  Autogenerate *-build-* targets.
8177         * Makefile.in: Regenerate.
8179 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8181         * configure: More autoconf-style substitutions.
8182         * Makefile.tpl: More autoconf-style substitutions.
8183         * Makefile.in: Regenerate.
8185 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8187         * configure: Substitute more variables in a more autoconf-friendly
8188         way.  Simplify slightly.
8189         * Makefile.tpl: Make more variables substitutable in an
8190         autoconf-friendly way.
8191         * Makefile.in: Regenerate.
8193 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8195         * MAINTAINERS (Write After Approval): Add myself.
8197 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8199         * configure.in (v810*): Remove special setting of tools.
8201         * configure: Add support for extra required flags for ar or nm.
8202         * configure.in (aix4.3+): Use above support for target-specific
8203         issues, rather than using config/mt-aix43.
8205 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8207         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8208         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8209         with $srcdir.  Reformat indentation.  Substitute some variables
8210         formerly hard-coded in the Makefile for build=host.
8211         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8212         * Makefile.def: Autogenerate more.
8213         * Makefile.in: Regenerate.
8215 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8217         * MAINTAINERS (Write After Approval): Add myself.
8219 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8221         * Makefile.def (host_modules): Add rda.
8222         * Makefile.in: Regenerate.
8223         * configure.in (target_tool): Add target-rda to list.
8225 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8227         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8229 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8231         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8232         and restrap targets to this rule.
8233         * Makefile.in:  Regenerate.
8235 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8237         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8238         GNATS only accounts.
8240 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8242         * configure.in (i[3456]86-*-linux*): Add check to disable
8243         ${libgcj} for glibc1.
8245 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8247         * MAINTAINERS: Add myself as ip2k port maintainer.
8249 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8251         * configure.in: Add tic4x target.
8253 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8255         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8256         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8257         * Makefile.in: Regenerate.
8259         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8260         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8261         * Makefile.in: Regenerate.
8263 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8265         * MAINTAINERS: Add myself as web pages co-maintainer.
8267 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8269         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8270         * Makefile.in: Regenerate.
8272 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8274         * MAINTAINERS: Add myself and Nathan Sidwell
8275         <nathan@codesourcery.com> as VxWorks maintainers.
8277 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8279         * Makefile.def: Remove order dependency comments.
8280         * Makefile.tpl: Add explicit install-install dependencies.
8281         * Makefile.in: Regenerate.
8283         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8284         * Makefile.in: Regenerate.
8286         * Makefile.tpl: Add configure-target (for src-release in src)
8287         * Makefile.in: Regenerate.
8289 2002-09-30  Nick Clifton  <nickc@redhat.com>
8291         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8293 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8295         * configure.in (s390*-*-linux*): Enable libgcj.
8297 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8299         * configure: Revert accidentally applied changes.
8301         * Makefile.tpl: Make more autoconf-friendly.
8302         * Makefile.in: Regenerate.
8303         * configure: Make substitution more autoconf-like.
8305 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8307         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8308         single entry to handle all these.
8309         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8310         libjava on arm-*-elf.
8312 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8314         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8315         things that depend on them.
8317 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8319         * Makefile.tpl: Make subsituted variables more autoconfy.
8320         * Makefile.in: Regenerate.
8321         * configure: Make seds more autoconfy.
8323 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8325         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8326         * Makefile.in: Regenerate.
8327         * configure.in: Rewrite sed statements to look autoconfy.
8329         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8330         all-target-foo on configure-target-foo.
8331         * Makefile.def: Ditto.
8332         * Makefile.in: Rebuild.
8334 2002-09-25  Andrew Haley  <aph@redhat.com>
8336         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8338 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8340         * Makefile.def: New file.
8341         * Makefile.tpl: New file.
8342         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8343         * contrib/gcc_update: Note that Makefile.in is a generated file.
8345         * configure.in: Minor rearrangement.  Simplify tests.
8347 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8349         * configure.in (with_headers): Skip copy if value is "yes".
8350         (with_libs): Likewise.
8352 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8354         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8355         * configure.in (sh*-*-pe*): Ditto.
8356         * configure.in (mips*-*-pe*): Ditto.
8357         * configure.in (*arm-wince-pe): Ditto.
8359         * configure.in: Rearrange.
8361 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8363         * MAINTAINERS: Update my email address.
8365 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8367         * MAINTAINERS: (Write After Approval): Add myself.
8369 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8371         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8373 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8375         * MAINTAINERS: Change my mailing address.
8377 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8379         * MAINTAINERS (Write After Approval): Remove myself.
8380         (Various Maintainers: c++ runtime libs): Add myself.
8382 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8384         * MAINTAINERS (Write After Approval): Remove myself.
8385         (Various Maintainers: c++ runtime libs): Add myself.
8387 2002-08-15  Eric Christopher  <echristo@redhat.com>
8389         * config.sub: Import from master repository.
8390         * config.guess: Ditto.
8392 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8394         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8395         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8396         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8398 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8400         * MAINTAINERS: Add self to rs6000 vector extensions.
8402 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8404         * libiberty/configure: Reverted unintended yesterday's check in.
8406 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8408         * boehm-gc/configure, libf2c/configure: Rebuilt.
8409         * libffi/configure, libiberty/configure: Ditto.
8410         * libjava/configure, libobjc/configure: Ditto.
8411         * libstdc++-v3/configure, zlib/configure: Ditto.
8412         Merged from binutils:
8413         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8414         From Steve Ellcey <sje@cup.hp.com>:
8415         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8416         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8417         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8418         IA64.
8419         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8420         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8421         soname_spec, sys_lib_search_path_spec): Ditto.
8423 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8425         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8427 2002-08-04  H.J. Lu  (hjl@gnu.org)
8429         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8431 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8433         * MAINTAINERS (Write After Approval): Add myself.
8435 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8437         * configure.in: Move generic linux case to end.  Copy generic
8438         linux noconfigdirs to mips*-*-linux* entry and new
8439         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8441 2002-07-19  Michael Matz  <matz@suse.de>
8443         * MAINTAINERS: Add myself as ra* maintainer.
8445 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8447         * config.guess: Update to 2002-07-09 version.
8448         * config.sub: Update to 2002-07-03 version.
8450 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8452         * MAINTAINERS: Fix typo in a maintainer email address.
8454 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8456         * configure.in: Remove two redundant tests.
8458 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8460         * configure.in (mips*-*-irix6*o32): Enable stabs.
8462 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8464         * configure.in: Don't build grez.
8465         * Makefile.in: Ditto.
8467         * Makefile.in: Remove references to bsp, cygmon, libstub.
8468         * configure.in: Ditto.
8470         * configure.in: Remove leftover reference to gdbtest.
8472 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8474         * configure.in (gxx_include_dir):  Change to match versioned
8475         C++ headers if --enable-version-specific-runtime-libs is used.
8477 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8479         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8481 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8483         * configure.in: Make --without-x work.
8485 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8487         * configure.in: Rearrange target Makefile fragment collection.
8489         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8490         cvs[src].
8491         * configure.in: Ditto.
8493 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8495         * MAINTAINERS (Write After Approval): Update my e-mail address.
8497 2002-06-24  Ben Elliston  <bje@redhat.com>
8499         * configure.in (host_tools): Remove cgen.
8501         * Makefile.in (all-cgen): Remove; runs from its source directory.
8502         (check-cgen, install-cgen, clean-cgen): Likewise.
8503         (all-opcodes): Do not depend on all-cgen.
8504         (all-sim): Likewise.
8506 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8508         * Makefile.in: Eliminate 'apache' targets.
8509         * configure.in: Eliminate 'apache' targets.
8511         * configure.in: Eliminate redundant tests.  Reorganize.
8513         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8515         * config-ml.in: Eliminate references to Cygnus configure.
8517         * Makefile.in: Eliminate references to building emacs.
8519 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8521         * MAINTAINERS: Update my email address.
8523 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8525         * config.if (libstdcxx_incdir): Version C++ headers.
8526         (cxx_incdir): Remove.
8528 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8530         * MAINTAINERS (Write After Approval): Add self.
8532 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8534         * configure.in: Add support for ip2k.
8536 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8538         * configure.in: Fix AIX configury bug.
8540 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8542         * MAINTAINERS (Write After Approval): Add self.
8544 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8546         * configure.in: replace ${topsrcdir} with ${srcdir}
8548         * configure.in: Move definition of libstdcxx_flags
8549         right above usage, rather than waaay earlier.
8551         * configure.in: Pull definition of is_cross_compiler earlier.
8553         * configure.in: Rearrange a little.
8555         * configure.in: Remove references to librx.
8556         * Makefile.in: Remove references to librx.
8558 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8560         * config.sub: Add support for avr target.
8561         Import from master sources, rev 1.255
8563 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8565         * configure, .cvsignore:  Revert previous change...
8566         * Makefile:  ...delete.
8568 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8570         * configure.in: Eliminate ${gasdir} variable.
8572 2002-06-18  Dave Brolley  <brolley@redhat.com>
8574         * configure.in: Add support for frv.
8575         * config.sub: Add support for frv.
8577 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8579         * configure:  Remove garbage from previous commit.
8581 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8583         * configure:  For in-source builds, make a subdir and re-exec there.
8584         * Makefile:  New file.  Pass targets through to build directory.
8585         * .cvsignore:  No longer ignore "Makefile".
8587 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8589         * MAINTAINERS (Write After Approval): Add self.
8591 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8593         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8595 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8597         * configure.in (vax-*-netbsd*): Re-enable gas.
8599 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8601         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8602         BUILD_PREFIX_1, to correct nomenclature.
8603         * configure: Likewise.
8605         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8606         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8608 2002-05-31  Olaf Hering  <olh@suse.de>
8610         * config-ml.in: Propogate DESTDIR also.
8612 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8614         * configure.in (vax-*-netbsd*): Don't build gas for this
8615         platform.
8617 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8619         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8620         and libgcj for AVR.
8622 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8624         * MAINTAINERS (Write After Approval): Add myself.
8626 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8628         * config.guess: Update to 2002-05-22 version.
8629         * config.sub: Likewise.
8631 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8633         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8634         * config-ml.in: Likewise.
8635         * configure: Likewise.
8636         * configure.in: Likewise.
8638 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8640         * MAINTAINERS: Update my email address.
8642 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8644         * configure.in: Simplify makefile fragment collection.
8646         * configure.in: Remove code to build emacs.
8648         * configure.in : Remove --srcdir argument from targargs and buildargs
8649         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8651         * configure: Move some logic to configure.in.
8652         * configure.in: Move some logic from configure.
8654 2002-05-11  Tom Tromey  <tromey@redhat.com>
8656         * MAINTAINERS: Reflect libgcj reality.
8658 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8660         * Makefile.in: Honour DESTDIR.
8662 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8664         * config.guess: Import 2002-03-20 version.
8665         * config.sub: Import 2002-04-26 version.
8667 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8669         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8671 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8673         * MAINTAINERS: Add self.
8675 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8677         * ltmain.sh: Detect and handle object name conflicts
8678         while piecewise linking a static library.
8680 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8682         * configure.in (noconfigdirs): Don't disable libgcj on
8683         sparc64-*-solaris* and sparcv9-*-solaris*.
8685 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8687         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8689 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8691         * configure.in (FLAGS_FOR_TARGET): Do not add
8692         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8693         on i[3456]86-*-linux*.
8695 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8697         * configure.in (noconfigdirs): Replace [ ] with test.
8699         * configure.in (noconfigdirs): Do not add target-newlib if
8700         target == i[3456]86-*-linux*, and host == target.
8702 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8704         * configure.in: delete reference to absent file
8706         * configure.in: replace '[' with 'test'
8708         * configure.in: Eliminate references to gash.
8709         * Makefile.in: Eliminate references to gash.
8711         * configure.in: remove useless references to 'pic' makefile fragments.
8713         * configure.in: (*-*-windows*) Finish removing.
8715         * configure.in: Eliminate redundant test for libgui.
8717 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8719         * MAINTAINERS: Add self and realphabetize.  Update entries
8720         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8721         entry for a29k port maintainer.
8723 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8725         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8726         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8728 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8730         * configure.in: remove references to dead files
8732 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8734         * MAINTAINERS: Add information about purpose of this file.
8736 2002-04-18  Tom Tromey  <tromey@redhat.com>
8738         * configure.in: Disallow configuring libgcj when it is already
8739         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8740         Solaris 2.8 by default.  For PR libgcj/6158.
8742 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8744         * configure.in:  Move default CC setting out of config/mh-* fragments
8745         directly into here.
8747 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8749         * configure.in: don't even try to configure or make a subdirectory
8750         if there's no configure script for it.
8752 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8754         * MAINTAINERS: Remove chill maintainers.
8755         * Makefile.in (CHILLFLAGS): Remove.
8756         (CHILL_LIB): Remove.
8757         (TARGET_CONFIGDIRS): Remove libchill.
8758         (CHILL_FOR_TARGET): Remove.
8759         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8760         CHILL_LIB.
8761         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8762         (CHECK_TARGET_MODULES): Likewise.
8763         (INSTALL_TARGET_MODULES): Likewise.
8764         (CLEAN_TARGET_MODULES): Likewise.
8765         (configure-target-libchill): Remove.
8766         (all-target-libchill): Remove.
8767         * configure.in (target_libs): Remove target-libchill.
8768         Do not compute CHILL_FOR_TARGET.
8769         * libchill: Remove directory.
8771 2002-04-11  DJ Delorie  <dj@redhat.com>
8773         * Makefile.in, configure.in: Sync with binutils, entries
8774         follow...
8776 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8778         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8779         (do-tar, do-bz2): New rules.
8780         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8781         (gdb-tar): New rule.
8782         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8783         (insight_dejagnu.tar): New rule.
8784         (insight.tar): New rule.
8785         (gdb+dejagnu.tar): New rule.
8786         (gdb.tar): New rule.
8788 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8790         * Makefile.in: Add all-tix to deps for all-snavigator
8791         so that tix is built when building snavigator.
8793 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8795         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8796         ld and gdb are not supported.
8798 2002-01-07  Mark Salter  <msalter@redhat.com>
8800         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8801         Allow target-libgloss to be built for arm, strongarm, and xscale.
8803 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8805         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8806         options for i[3456]86-pc-linux* native builds.
8808 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8810         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8811         files from .po files for a distribution.
8813 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8815         * configure.in: Enable libstdc++-v3 for h8300 targets.
8817 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8819         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8820         version from bfd/.
8822 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8824         * Makefile.in (VER): When present, extract the version number from
8825         the file version.in.
8827 2001-05-24  Tom Rix  <trix@redhat.com>
8829         * configure.in : enable ld for aix
8831 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8833         * config.guess: Add linux target for S/390.
8835 2000-11-07  Philip Blundell  <pb@futuretv.com>
8837         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8839 2000-11-03  Philip Blundell  <pb@futuretv.com>
8841         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8842         files.
8844 2001-01-15  Ben Elliston  <bje@redhat.com>
8846         * configure.in (host_tools): Add sid.
8847         Always configure cgen.
8849 2000-11-24  Nick Clifton  <nickc@redhat.com>
8851         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8854 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8856         * Makefile.in (ALL_MODULES): Add all-cgen.
8857         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8858         (all-cgen): New target.
8859         (all-opcodes,all-sim): Depend on all-cgen.
8860         * configure.in (host_tools): Add cgen.
8861         Only configure cgen if --enable-cgen-maint.
8863 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8865         * configure.in: Add *-*-freebsd* configurations.
8867 2002-04-08  Tom Tromey  <tromey@redhat.com>
8869         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8870         Fixes PR libgcj/6068.
8872 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8874         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8876 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8878         * configure.in (alpha*-dec-osf*): Enable libgcj.
8880 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8882         * MAINTAINERS (Write After Approval): Add myself.
8884 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8886         Fix for: PR bootstrap/3591, target/5676
8887         * configure.in (mcore-pe): Disable the configuration of
8888         libstdc++-v3 since exceptions are not supported.
8890 2002-03-20  Anthony Green  <green@redhat.com>
8892         * configure.in: Enable libgcj for xscale-elf target.
8894 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8896         * MAINTAINERS:  Update my email address.
8898 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8900         * ltmain.sh (relink_command): Fix typo in previous change.
8902 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8904         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8905         (relink_command): Added --tag flags.
8906         (mode=install): If relinking fails; error out.
8908 2002-03-12  Richard Henderson  <rth@redhat.com>
8910         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8911         .NOTPARALLEL tag.
8912         (do-check): Rename from check.
8913         (check): Allow parallel check.
8915 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8917         * MAINTAINERS: Add myself as maintainer for xtensa port.
8918         Fix alphabetical order in CPU port maintainer list.
8919         Remove myself from Write After Approval list.
8921 2002-03-11  Richard Henderson  <rth@redhat.com>
8923         * Makefile.in (.NOTPARALLEL): Add fake tag.
8925 2002-03-07  H.J. Lu  (hjl@gnu.org)
8927         * configure.in: Enable gprof for mips*-*-linux*.
8929 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8931         * MAINTAINERS (Write After Approval): Add myself.
8933 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8935         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8936         libjava.
8937         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8939 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8941         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8942         because its Makefile is there; test for the executable instead.
8944 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8946         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8947         libstdc++-v3 and libjava.
8949 2002-02-11  Adam Megacz  <adam@xwt.org>
8951         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8952         boehm-gc
8954 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8956         * config.guess: Updated to 2002-01-30's version.
8957         * config.sub: Updated to 2002-02-01's version.
8958         Contribute sh64-elf.
8959         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8960         * configure.in: Added sh64-*-*.
8962 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8964         * MAINTAINERS: Belatedly add myself to write after approval list.
8966 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8968         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8969         Remove self as Write After Approval.
8971 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8973         * MAINTAINERS: Put self in as maintainer for contrib/regression
8974         directory.
8976 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8978         * MAINTAINERS:  Update my email address.
8980 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8982         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8983         target-libiberty, and target-libgloss.  Skip Java-related
8984         libraries if not supported for NetBSD on target CPU.
8986 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8988         * install-sh: Use _inst.$$_ for temp file name.
8990 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8992         * MAINTAINERS (Write After Approval): Move my contact info
8993         from here...
8994         (OS Port Maintainers): ...to here (netbsd).
8996 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8998         * MAINTAINERS (Write After Approval): Add myself.
9000 2002-01-17  H.J. Lu  <hjl@gnu.org>
9002         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9003         (all-target-fastjar): Also depend on all-target-libiberty.
9005 2002-01-16  H.J. Lu  (hjl@gnu.org)
9007         * config.guess: Import from master sources, rev 1.225.
9008         * config.sub: Import from master sources, rev 1.238.
9010 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9012         * MAINTAINERS (Write After Approval): Remove myself.
9014 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9016         * MAINTAINERS (Write After Approval): Add myself.
9018 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9020         * MAINTAINERS: Add self as docs co-maintainer.
9022 2001-12-11  Matthias Klose  <doko@debian.org>
9024         * MAINTAINERS (Write After Approval): Add myself.
9026 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9028         * MAINTAINERS: Update my email address.
9030 2001-12-07  Turly O'Connor  <turly@apple.com>
9031         * MAINTAINERS (Write After Approval): Add myself.
9032         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9033         (rs6000_initialize_trampoline): Call __trampoline_setup for
9034         ABI_DARWIN too.
9035         * darwin-tramp.asm: New file, implements __trampoline_setup.
9036         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9038 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9040         * MAINTAINERS (Write After Approval): Add myself.
9042 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9044         * configure, configure.in: Use temp file for long sed commands.
9046 2001-12-03  Laurent Guerby  <guerby@acm.org>
9048         * config.sub: Update to version 1.232 on subversion.
9050 2001-12-03  Ben Elliston  <bje@redhat.com>
9052         * MAINTAINERS: Update mail address for config.* patches.
9054 2001-11-27  DJ Delorie  <dj@redhat.com>
9055             Zack Weinberg  <zack@codesourcery.com>
9057         When build != host, create libiberty for the build machine.
9059         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9060         CONFIG_ARGUMENTS.
9061         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9062         New variables.
9063         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9064         and rules.
9065         (all.normal): Depend on ALL_BUILD_MODULES.
9066         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9067         (all-build-libiberty): Depend on configure-build-libiberty.
9069         * configure: Calculate and substitute proper value for
9070         ALL_BUILD_MODULES.
9071         * configure.in: Create the build subdirectory.
9072         Calculate and substitute TARGET_CONFIGARGS (formerly
9073         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9075 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9077         * MAINTAINERS (write-after-approval): Add self.
9079 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9081         * MAINTAINERS (GNATS only accounts): Remove self.
9083 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9085         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9086         libf2c.
9088 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9090         * MAINTAINERS (Write After Approval): Add self.
9092 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9094         * MAINTAINERS: mips and s390 are also CPU ports.
9096 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9098         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9100 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9102         * MAINTAINERS: Alphabetize.
9104 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9106         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9108 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9110         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9112 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9114         * configure.in (--enable-languages): Be more permissive about
9115         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9117 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9119         * config.sub: Import from master sources, rev. 1.230.
9120         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9122 2001-11-07  Laurent Guerby  <guerby@acm.org>
9124         * MAINTAINERS (Write After Approval): Add self.
9126 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9128         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9130 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9132         * config.sub: Import from master sources, rev 1.226.
9133         * config.guess: Import from master sources, rev 1.216.
9135 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9137         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9138         * MAINTAINERS: Add self as maintainer of MMIX port.
9139         Remove old after-approval entry.
9141 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9143         * ChangeLog, configure: Fix spelling errors.
9145 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9147         * MAINTAINERS: Tweak my address.
9149 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9151         * MAINTAINERS: Update my email address.
9153 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9155         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9156         * MAINTAINERS: Add self as maintainer of CRIS port.
9158 2001-10-10  Geert Bosch  <bosch@gnat.com>
9160         * MAINTAINERS (Various maintainers: Ada front end):
9161         Added Robert Dewar.
9163 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9165         * MAINTAINERS (Write After Approval): Added self
9167 2001-10-02  Geert Bosch  <bosch@gnat.com>
9169         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9171 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9173         * configure: Handle temporary files securely using mkdir.
9175 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9177         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9179 2001-09-26  Will Cohen  <wcohen@redhat.com>
9181         * configure.in (*-*-linux*): Disable configuration of target-newlib
9182         and target-libgloss.
9184 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9186         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9187         RANLIB.
9189 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9191         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9192         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9193         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9194         avoid quotes nesting problems.
9195         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9196         (DO_X): Export only variables that are set.
9198 2001-09-19  Ben Elliston  <bje@redhat.com>
9200         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9201         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9202         semantics.  Use the shell built-in "type" command instead.
9204 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9206         Merged from gcc-3_0-branch:
9207         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9208         * ltcf-c.sh: Use $objext, not $ac_objext.
9209         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9210         * ltcf-cxx.sh: Add support for GNU.
9211         2001-07-22  Timothy Wall  <twall@redhat.com>
9212         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9213         default settings if using GNU tools with that configuration.
9214         * ltcf-cxx.sh: Ditto.
9215         * ltcf-gcj.sh: Ditto.
9216         2001-07-21  Michael Chastain  <chastain@redhat.com>
9217         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9218         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9219         * ltmain.sh: Mark as gcc-local.
9221 2001-08-30  Eric Christopher  <echristo@redhat.com>
9222             Jason Eckhardt  <jle@redhat.com>
9224         * config.guess: Merge from master sources.
9225         * config.sub: Merge from master sources, add support for mipsisa32.
9227 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9228         * config.sub: Merge from master sources, rev 1.219.
9229         * MAINTAINERS: Add self as contact for stormy16 port.
9231 2001-08-14  Zack Weinberg  <zackw@panix.com>
9233         * config.sub: Merge from master sources, rev 1.218.
9234         * config.guess: Merge from master sources, rev 1.209.
9236 2001-08-11  Graham Stott  <grahams@redhat.com>
9238         * Makefile.in (check-c++): Add missing semicolon.
9240 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9242         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9244 2001-07-30  Eric Christopher  <echristo@redhat.com>
9246         * MAINTAINERS (Various maintainers: mips port): Added myself.
9248 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9250         * configure.in (sh-*-linux*): New.
9252 2001-07-27  Richard Henderson  <rth@redhat.com>
9254         * .cvsignore: Add LAST_UPDATED.
9256 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9258         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9260 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9262         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9264 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9266         * MAINTAINERS (Write After Approval): Added myself.
9268 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9270         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9271         and libgcj on m68hc11/m68hc12.
9273 2001-06-27  H.J. Lu  (hjl@gnu.org)
9275         * Makefile (CFLAGS_FOR_BUILD): New.
9276         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9278 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9280         * README: Remove version number.
9282 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9284         * INSTALL/README: Update wrt. to the installation instructions now
9285         residing in gcc/doc/install.texi.
9287 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9289         * README: Replace with a cut-down and updated version of gcc/README.
9291 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9293         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9294         multilibs to be disabled.
9296 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9298         * MAINTAINERS (Write After Approval): Add myself.
9300 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9302         * config.guess: Import CVS version 1.195.
9303         * config.sub: Import CVS version 1.212.
9305 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9307         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9308         gcc/xgcc is built, use -print-prog-name to find out the program
9309         name to use.
9311 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9313         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9314         appear to also be in the master copy.
9315         * config.sub:  Import CVS version 1.211.
9317 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9319         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9320         with_gcc]: Use `gcc -shared' to build a shared library.
9322 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9324         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9325         archives.
9327 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9329         * MAINTAINERS (Write After Approval): Add myself.
9331 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9333         * configure.in (libstdcxx_flags): Do not try to execute
9334         libstdc++-v3/testsuite_flags until it exists.
9336 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9338         * MAINTAINERS: Update my email address.
9340 2001-05-31  Graham Stott  <grahams@redhat.com>
9342         * MAINTAINERS (Write After Approval): Add myself.
9344 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9346         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9347         libraries when using g++ with native linker.
9349 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9351         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9353 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9355         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9356         [aix4*|aix5*]: Prepend blank.
9358 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9360         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9361         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9362         of subdir/configure scripts to use the new libtool.m4.
9364 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9366         * MAINTAINERS (Write After Approval): Add myself.
9368 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9370         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9372 2001-05-11  Ben Elliston  <bje@redhat.com>
9374         * Makefile.in (all-sid): New target.
9375         (check-sid, clean-sid, install-sid): Likewise.
9377 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9379         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9381 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9383         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9384         libgcj.
9386 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9388         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9389         gcc/xgcc is built, use -print-prog-name to find out the program
9390         name to use.
9392 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9394         * configure.in (noconfigdirs): Don't reset it from scratch in the
9395         target case; only append to it.
9397         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9398         sparc-*-solaris2.8]: Disable ${libgcj}.
9400 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9402         * configure.in (libgcj_saved): Copy from $libgcj.
9403         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9404         --disable-libgcj.
9406 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9408         * MAINTAINERS: Remove self as MIPS maintainer and
9409         C front end maintainer.
9411 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9413         * configure.in: Move *-chorusos target case to the proper switch.
9414         Disable libgcj.
9416 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9418         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9419         1.641.2.228.
9421 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9423         * Makefile.in (STAGE1_CFLAGS): Pass down.
9425 2001-04-13  Alan Modra  <amodra@one.net.au>
9427         * config.guess: Add hppa64-linux support.  Note for next import that
9428         this is already in the master file.
9429         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9431 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9433         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9434         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9436 2001-04-11  Stan Shebs  <shebs@apple.com>
9438         * MAINTAINERS: Add self as Darwin port maintainer.
9440 2001-04-11  Alan Modra  <amodra@one.net.au>
9442         * MAINTAINERS: Update my email address.
9444 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9446         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9447         recent versions of FreeBSD (release 3 or later).
9448         * ltconfig: On FreeBSD, -lc must not be provided when building
9449         a shared library or else the standard -pthread gcc option is
9450         rendered worthless to later users of the built library.
9452 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9454         * MAINTAINERS: Add self and RTH as C front end maintainers.
9456 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9458         * config.sub: Make sure to match an already-canonicalized
9459         machine name (eg. mn10300-unknown-elf).
9461 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9463         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9464         New macros.
9465         (bootstrap, cross): Use RECURSE_FLAGS.
9466         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9468 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9470         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9472 2001-03-22  Colin Howell  <chowell@redhat.com>
9474         * Makefile.in (DO_X): Do not backslash single-quotes in
9475         backquotes (two places).
9477 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9479         Re-installed:
9480         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9481         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9482         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9483         * ltcf-cxx.sh: Likewise.
9484         * ltcf-gcj.sh: Likewise.
9486 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9488         * MAINTAINERS: Add myself as "documentation co-maintainer".
9490 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9492         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9493         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9495 2001-03-19  Tom Tromey  <tromey@redhat.com>
9497         * config-ml.in: Handle GCJ and GCJFLAGS.
9499 2001-03-21  Michael Chastain  <chastain@redhat.com>
9501         * Makefile.in: all-m4 depends on all-texinfo.
9503 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9505         * MAINTAINERS: Add myself to write after approval list.
9507 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9509         * Makefile.in (DO_X): Quote nested quotes.
9511 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9513         * MAINTAINERS: Add myself to write after approval list.
9515 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9517         * Makefile.in (DO_X): Use double quotes for quoting
9518         "RANLIB=$${RANLIB}".
9520 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9522         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9524 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9526         * configure.in: Only use `lang_requires' for languages athat are
9527         actually enabled.
9529 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9531         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9533 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9535         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9537 2001-03-07  Tom Tromey  <tromey@redhat.com>
9539         * configure.in: Allow config-lang.in to set `lang_requires' to list
9540         of other required languages.
9542 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9544         * Makefile.in: Remove RANLIB definition. Use RANLIB
9545         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9546         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9548 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9549             Alexandre Oliva  <aoliva@redhat.com>
9551         * Makefile.in (check-c++): Use tabs, not spaces.
9553 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9555         * MAINTAINERS: add myself to Write After Approval list.
9557 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9559         * Makefile.in (check-c++): New rule.
9561         * configure.in (target_libs): Remove libg++.
9562         (noconfigdirs): Remove libg++.
9563         (noconfigdirs): Same.
9564         (noconfigdirs): Same.
9565         (noconfigdirs): Same.
9567         * config-ml.in: Remove libg++ references.
9569         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9570         (ALL_TARGET_MODULES): Same.
9571         (configure-target-libg++): Remove.
9572         (all-target-libg++): Remove.
9573         (configure-target-libio): Remove.
9574         (all-target-libio): Remove.
9575         (check-target-libio): Remove.
9576         (.PHONY): Remove.
9577         (libg++.tar.bz2): Remove.
9578         (all-target-cygmon): Remove libio.
9579         (all-target-libstdc++): Remove.
9580         (configure-target-libstdc++): Remove.
9581         (TARGET_LIB_PATH): Remove libstdc++.
9582         (ALL_GCC_CXX): Remove libstdc++.
9583         (all-target-gperf): Correct.
9585 2001-02-16  Nick Clifton  <nickc@redhat.com>
9587         * configure.in (noconfigdirs): Allow configuration of texinfo
9588         for Cygwin hosts.
9590 2001-02-15  Anthony Green  <green@redhat.com>
9592         * configure: Introduce GCJ_FOR_TARGET.
9593         * configure.in: Ditto.
9594         * Makefile.in: Ditto.
9596 2001-02-13  Andreas Schwab  <schwab@suse.de>
9598         * MAINTAINERS: Update mail address.
9600 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9602         * config.guess: Add linux target for S/390.
9603         * config.sub: Likewise.
9605 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9607         * configure.in: for *-chorusos, don't config target-newlib and
9608         target-libgloss.
9610 2001-02-06  Ben Elliston  <bje@redhat.com>
9612         * configure: Output host type to stdout, not stderr.
9614 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9616         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9617         * ltcf-cxx.sh: Likewise.
9619         * config.if: Assume enable_libstdcxx_v3 is defined.
9621 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9623         Remove V2 C++ library.
9624         * configure.in: Remove --enable-libstdcxx_v3 support.
9626 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9628         * include/demangle.h: Add prototype for java_demangle_v3.
9630 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9632         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9634 2001-01-27  Richard Henderson  <rth@redhat.com>
9636         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9638 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9640         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9641         Don't unset, it's non-portable and no longer necessary, set to empty
9642         instead.
9644 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9646         * ltconfig: Shell portability fix for the tagname validity check.
9648 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9650         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9651         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9653 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9655         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9657 2001-01-26  Tom Tromey  <tromey@redhat.com>
9659         * configure.in: Allow libgcj to be built on Sparc Solaris.
9661 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9663         * ltcf-c.sh: Add aix5 case.
9664         * ltcf-cxx.sh: Likewise.
9665         * ltconfig: Likewise.
9667 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9669         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9670         keep at least one of build_libtool_libs or build_old_libs set to
9671         yes.
9673         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9674         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9676 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9678         * configure.in: Enable libgcj on several additional platforms.
9680 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9682         * configure.in: Enable libgcj for linux targets.
9684 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9686         * MAINTAINERS (Write After Approval): Add myself.
9688 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9690         * MAINTAINERS: Add myself as vax port maintainer.
9692 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9694         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9696 2001-01-09  Mike Stump  <mrs@wrs.com>
9698         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9699         failures of subdirectories.
9701 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9703         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9704         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9705         * ltcf-cxx.sh: Likewise.
9706         * ltcf-gcj.sh: Likewise.
9707         * ltconfig.sh: Fix typo.
9709 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9711         * configure: handle DOS-style absolute paths.
9713 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9715         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9717 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9719         * MAINTAINERS: Add myself as avr port co-maintainer.
9721 2000-12-28  Ben Elliston  <bje@redhat.com>
9723         * MAINTAINERS: Add myself under ``Write After Approval''.
9725 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9727         * texinfo: Remove directory from GCC.
9729 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9731         * COPYING: Update to current
9732         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9733         to 19yy as example year in copyright notice).
9735 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9737         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9738         (libstdcxx_incdir): Pass down.
9739         * config.if: Remove expired bits for cxx_interface, add stub.
9740         (libstdcxx_incdir): Add variable for g++ include directory.
9741         * configure.in (gxx_include_dir): Use it.
9743 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9745         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9746         with old-email address from ``Write After Approval''.
9748 2000-12-15  Andreas Jaeger  <aj@suse.de>
9750         * configure.in: Handle lang_dirs.
9752 2000-12-14  Tom Tromey  <tromey@redhat.com>
9754         * MAINTAINERS: Removed brads.
9756         * MAINTAINERS: Added gcj developers.
9758 2000-12-13  Anthony Green  <green@redhat.com>
9760         * configure.in: Disable libgcj for any target not specifically
9761         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9762         with g++ abi.
9764 2000-12-13  Mike Stump  <mrs@wrs.com>
9766         * Makefile.in (local-distclean): Also remove fastjar.
9768 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9770         * contrib/gcc_update: Add fastjar --touch entries.
9772 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9774         * configure.in: Disable language-specific target libraries for
9775         languages that aren't enabled.
9777 2000-12-10  Anthony Green  <green@redhat.com>
9779         * configure.in: Define libgcj.  Disable libgcj target libraries for
9780         most targets.
9782 2000-12-10  Neil Booth  <neilb@earthling.net>
9784         * MAINTAINERS: Update mail address, remove from WAA list.
9786 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9788         * libjava: Imported from /cvs/java.
9789         * libffi: Likewise.
9790         * Boehm-gc: Likewise.
9792 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9794         * configure.in (target_libs): Revert 2000-12-08 patch.
9795         (noconfigdirs): Added target-libjava.
9797 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9799         * djunpack.bat: removed.
9801 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9803         * Makefile.in: handle DOS-style absolute paths.
9804         * config-ml.in: likewise.
9805         * symlink-tree: likewise.
9807 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9809         * fastjar: Imported.
9811 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9813         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9814         libjava.
9815         * configure.in (target_libs): Removed `target-libjava'.
9817 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9819         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9820         (ALL_MODULES): Added fastjar.
9821         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9822         (all-target-libjava): all-fastjar replaces all-zip.
9823         (all-fastjar): Added.
9824         (configure-target-fastjar, all-target-fastjar): Likewise.
9825         * configure.in (host_tools): Added fastjar.
9827 2000-12-07  Mike Stump  <mrs@wrs.com>
9829         * Makefile.in (local-distclean): Remove leftover built files.
9831 2000-11-24  Nick Clifton  <nickc@redhat.com>
9833         * configure.in (xscale-elf): Add target.
9834         (xscale-coff): Add target.
9836 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9838         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9839         recent versions of FreeBSD (release 3 or later).
9840         * ltconfig: On FreeBSD, -lc must not be provided when building
9841         a shared library or else the standard -pthread gcc option is
9842         rendered worthless to later users of the built library.
9844 2000-11-16  Fred Fish  <fnf@be.com>
9846         * configure.in (enable_libstdcxx_v3): Fix typo,
9847         libstd++ -> libstdc++.
9849 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9851         * MAINTAINERS: Add self to Write After Approval list.
9853 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9855         * MAINTAINERS: Update my email address.  Add myself to global write
9856         privs list.
9858 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9860         * Makefile.in: Merge with src and libgcj.
9861         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9862         configure-target-<library> when their configure scripts need the C
9863         or C++ library to have already been built to work properly.
9864         (do_proto_toplev): Set them to an empty string.
9866         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9867         (REALLY_SET_LIB_PATH): Use them.
9869 2000-11-17  Stan Shebs  <shebs@apple.com>
9871         * MAINTAINERS: Add self to Write After Approval list.
9873 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9875         * configure: Provide the original toplevel configure arguments
9876         (including $0) to subprocesses in the environment rather than
9877         through gcc/configargs.h.
9879 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9881         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9882         C99.  Alphabetise "Write After Approval" list.
9884 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9886         * configure: Turn on libstdc++ V3 by default.
9888         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9889         if we've got GCC.
9891 2000-11-11  Philip Blundell  <philb@gnu.org>
9893         * MAINTAINERS: Add self to Write After Approval list.
9895 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9897         * ltcf-c.sh (aix4): Improve shared library configuration; require
9898         exporting symbols.
9899         * ltcf-cxx.sh (aix4): Define.
9900         * ltconfig (aix4): Define library and soname specs appropriate for
9901         AIX.  Define command to create export symbols list.
9903 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9905         * config.sub: Add support for Sun Chorus
9907 2000-10-31  Nick Clifton  <nickc@redhat.com>
9909         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9910         <name>@redhat.com.  Also installed new email address for Clint
9911         Popetz.
9913 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9915         * etc: Remove directory from GCC.
9917 2000-10-16  Michael Meissner  <meissner@redhat.com>
9919         * configure (gcc/configargs.h): Only create if there is a build GCC
9920         directory created.
9922 2000-10-16  Matthias Klose  <doko@debian.org>
9924         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9925         when configured for libstdc++-v3.
9927 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9929         * configure: Save configure arguments to gcc/configargs.h.
9931 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9933         * config.guess: Import CVS version 1.157.
9934         * config.sub: Import CVS version 1.181.
9936 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9938         * Makefile.in (bootstrap): avoid recursion if subdir missing
9939         (cross): ditto
9940         (do-proto-toplev): ditto
9942 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9944         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9945         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9947         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9948         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9949         all affected `configure' scripts.
9951 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9953         * MAINTAINERS: Add self as cpplib co-maintainer.
9955 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9957         * MAINTAINERS: Add self to Write After Approval list.
9959 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9961         * INSTALL/README: egcs -> GCC update.
9963 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9965         * MAINTAINERS: Add myself to Write After Approval list.
9967 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9969         * MAINTAINERS: Add myself to Write After Approval list.
9971 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9973         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9974         X11 libraries for hppa64.
9976 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9978         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9980 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9982         * Makefile.in (all-zlib): Added dummy target.
9984         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9985         ltcf-gcj.sh: Updated from libtool multi-language branch.
9987 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9989         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9990         (bootstrap*): Depend on all-bootstrap.
9992 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9994         * config.guess: Import CVS version 1.156.
9995         * config.sub: Import CVS version 1.179.
9997 2000-09-02  Anthony Green  <green@cygnus.com>
9999         * Makefile.in (all-gcc): Depend on all-zlib.
10000         (CLEAN_MODULES): Add clean-zlib.
10001         (ALL_MODULES): Add all-zlib.
10002         * configure.in (host_libs): Add zlib.
10004 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10006         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10007         crosses, but add gcc/include to the header search path for them.
10009 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10011         * MAINTAINERS: Add self to Write After Approval list.
10013 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10015         * config.guess: Import CVS version 1.152.
10016         * config.sub: Import CVS version 1.177.
10018 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10020         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10021         $targargs to tell whether newlib is going to be built.
10023         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10024         $$r/TARGET_SUBDIR/libio for _G_config.h.
10026 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10028         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10030 2000-08-22  DJ Delorie  <dj@redhat.com>
10032         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10034 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10036         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10037         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10038         sub-configures.
10040 2000-08-21  DJ Delorie  <dj@redhat.com>
10042         * MAINTAINERS: Add self as a libiberty maintainer
10044 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10046         * configure.in (libstdcxx_flags): Use
10047         libstdc++-v3/src/libstdc++.INC.
10049 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10051         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10053 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10055         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10057         * configure: Make enable_threads and enable_shared defaults
10058         explicit.  Substitute enable_threads into generated Makefiles.
10059         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10060         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10062 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10064         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10066 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10068         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10069         previous delta.
10071 2000-08-11  Jason Merrill  <jason@redhat.com>
10073         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10074         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10075         (FLAGS_FOR_TARGET): Not here.
10076         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10078 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10080         * config-ml.in (CC, CXX): Don't introduce a leading space.
10082 2000-08-07  DJ Delorie  <dj@delorie.com>
10084         * MAINTAINERS: Add self as a DJGPP maintainer
10086 2000-08-07  DJ Delorie  <dj@redhat.com>
10088         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10089         "if we're also building gcc, and it's a gcc that will run on the
10090         build machine, we want to use its includes instead of the system's
10091         default includes".
10093 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10095         * MAINTAINERS: Add self to Write After Approval list.
10097 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10099         * configure.in (libstdcxx_flags): Don't use `"'.
10101         * config-ml.in: Adjust multilib search paths to the
10102         appropriate multilib tree.
10104 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10106         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10107         commas in $LANGUAGES.
10109 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10111         * configure.in: Re-enable all references to libg++ and librx.
10113 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10115         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10116         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10117         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10118         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10120         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10122 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10124         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10125         CXX_FOR_TARGET for sed.
10127 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10129         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10130         Do not override if already set in the environment or in configure.
10131         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10132         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10134 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10136         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10137         the libtool CVS tree multi-language branch.
10138         * ltconfig, ltmain.sh: Updated.
10140 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10142         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10143         (clean-target): Depend on it.
10145         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10146         (GCC_FOR_TARGET): Use it.
10147         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10148         * configure.in: ... here.
10149         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10150         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10152 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10154         * MAINTAINERS: Add self to Write After Approval list.
10156 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10158         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10159         (configure-target-libchill, configure-target-libobjc): Likewise.
10161         * configure.in: Use the same cache file for all target libs.
10162         * config-ml.in: But different cache files per multilib variant.
10164 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10166         * configure (topsrcdir): Don't use dirname.
10168 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10170         * MAINTAINERS: Add self to Write After Approval list.
10172 2000-07-20  Jason Merrill  <jason@redhat.com>
10174         * configure.in: Remove all references to libg++ and librx.
10176         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10178 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10180         * config.sub: Update to subversions version 2000-07-06.
10182 2000-07-12  Andrew Haley  <aph@cygnus.com>
10184         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10185         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10187 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10189         * symlink-tree:  Check number of arguments.
10191 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10193         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10194         search path for a g++ extracted from the build tree.  This
10195         will allow link tests run by configure scripts in
10196         subdirectories to succeed.
10198 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10200         * ltconfig: Add support for mips-dde-sysv4.2MP
10202 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10204         * MAINTAINERS: Add myself as loop discovery maintainer.
10206 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10208         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10209         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10211 2000-06-19  Timothy Wall  <twall@cygnus.com>
10213         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10214         * config.sub: Add tic54x target.
10216 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10218         * MAINTAINERS: Add self as Fortran maintainer,
10219         remove Craig Burley.
10221 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10223         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10224         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10226 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10228         * MAINTAINERS: Add self as i18n maintainer
10230 20000-05-21  H.J. Lu  (hjl@gnu.org)
10232         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10233         directory are used if they exist. Make sure
10234         $(build_tooldir)/include is searched for header files,
10235         $(build_tooldir)/lib/ for library files.
10236         (GCC_FOR_TARGET): Likewise.
10237         (CXX_FOR_TARGET): Likewise.
10239 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10241         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10243 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10245         * Makefile.in (configure-target-libiberty): Depend on
10246         configure-target-newlib.
10248 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10250         * configure.in, Makefile.in: Merge all libffi-related
10251         configury stuff from the libgcj tree.
10253 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10255         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10256         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10258 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10260         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10261         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10262         current version information.  Add to proto-toplev directory.
10263         (gdb-taz): Build do-djunpack.
10265 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10267         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10269 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10271         * MAINTAINERS: Add self to Write After Approval list.
10273 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10275         * ltmain.sh: Preserve in relink_command any environment
10276         variables that may affect the linker behavior.
10278 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10280         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10282 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10284         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10286 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10288         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10289         with the version name.
10291 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10293         * MAINTAINERS: Add self as bb-reorder maintainer.
10295 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10297         * config.if: Tweak.
10299 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10301         * djunpack.bat: New file.
10303 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10305         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10306         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10307         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10308         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10310 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10312         * config.sub (case $basic_machine): Change default for "ibm-*"
10313         to "openedition".
10315 2000-04-13  Andreas Jaeger  <aj@suse.de>
10317         * MAINTAINERS: Added myself.
10319 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10321         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10322         (do-md5sum): New target.
10323         (MD5PROG): Define.
10324         (PACKAGE): Default to TOOL.
10325         (VER): Default to a shell script.
10326         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10327         md5 checksum generation.
10328         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10329         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10330         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10331         insight.tar.bz2): Use gdb-taz to create archive.
10333 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10335         * configure (warn_cflags): Delete.
10337 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10339         * MAINTAINERS: Added myself.
10341 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10342             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10344         * configure.in (enable_libstdcxx_v3): Add.
10345         (target_libs): Add bits here to switch between libstdc++-v2 and
10346         libstdc++-v3.
10347         * config.if: And this file too.
10348         * Makefile.in: Add libstdc++-v3 targets.
10350 2000-04-05  Michael Meissner  <meissner@redhat.com>
10352         * config.sub (d30v): Add d30v as a basic machine type.
10354 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10356         * configure.in: -linux-gnu*, not -linux-gnu.
10358 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10360         * MAINTAINERS: Add self in write-after-approval section.
10362 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10364         * MAINTAINERS: Add self as ia64 port maintainer.
10366 2000-03-08  Neil Booth  <NeilB@earthling.net>
10368         * MAINTAINERS: Add self in write-after-approval section.
10370 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10372         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10373         (do-tar-bz2): Replace TOOL with PACKAGE.
10374         (gdb.tar.bz2): Remove GDBTK from GDB package.
10375         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10376         dejagnu.tar.bz2): New packages.
10378 2000-02-27  Andreas Jaeger  <aj@suse.de>
10380         * configure.in: Add entry for mips*-*-linux*, move catch all
10381         *-*-*linux* entry below this one.
10383 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10385         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10387 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10389         * config.sub: Support an OS of "wince".
10391 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10393         * config.guess, config.sub: Updated to match config's 2000-02-15
10394         version.
10396 2000-02-23  Linas Vepstas  <linas@linas.org>
10398         * config.sub: Add support for Linux/IBM 370.
10399         * configure.in: Likewise.
10401 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10403         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10405 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10407         * config.guess: Guess "cygwin" rather than "cygwin32".
10409 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10411         * configure (gcc_version): When setting, narrow search to
10412         lines containing `version_string'.
10414 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10416         * config.sub: Add support for avr target.
10418 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10420         * MAINTAINERS: Add maintainers for MCore port.
10422 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10424         * config.sub: Add mmix-knuth-mmixware.
10426 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10428         * MAINTAINERS: Pair cccp with cpplib maintainership.
10430 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10432         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10433         structure stuff to -L library search.
10434         (CXX_FOR_TARGET): Ditto.
10435         (CROSS_CHECK_MODULES): Fix spelling mistake.
10437 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10439         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10440         the C++ compiler.
10442 2000-01-12  Richard Henderson  <rth@cygnus.com>
10444         * configure.in: Don't build some bits for beos.
10446 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10448         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10449         as include files.
10451 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10453         * Add self as cpplib maintainer, as requested by Jason
10454         Merrill.  Correct my e-mail address.
10456 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10458         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10459         not mh-aix43.
10461 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10463         * MAINTAINERS: Add myself to "write after approval" list.
10465 1999-12-14  Richard Henderson  <rth@cygnus.com>
10467         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10468         * config.sub: Accept alphaev[78], alphaev8.
10470 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10472         * config.guess, config.sub: Update from autoconf.
10474 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10476         * MAINTAINERS:  update my playtime e-address.
10478 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10480         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10481         necessary libraries are missing.
10483 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10485         * MAINTAINERS: Add new 'write after approval' maintainer.
10487 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10489         * MAINTAINERS: Add new Java maintainer.
10491 1999-10-25  Andreas Schwab  <schwab@suse.de>
10493         * configure: Fix quoting inside arguments of eval.
10495 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10497         * config-ml.in: Allow suppression of some ARM multilibs.
10499 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10501         * config.guess: Add OS/390 match pattern.
10502         * config.sub: Add mvs, openedition targets.
10503         * configure.in (i370-ibm-opened*): New.
10505 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10507         * config.sub: Add support for configuring for pj.
10509 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10511         * config.sub (maybe_os): Add support for configuring for fr30.
10513 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10515         * configure.in: Do not configure or build ld for AIX
10516         platforms.  ld is known to be broken on these platforms.
10518 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10520         * config-ml.in: Pass compiler flag corresponding to multidirs to
10521         subdir configures.
10523 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10525         * Makefile.in (LDFLAGS): Define.
10527 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10529         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10530         noconfigdirs.
10531         (*-*-cygwin*): Likewise.
10533 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10535         * mkdep: New file.
10536         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10537         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10539         From Eli Zaretskii <eliz@is.elta.co.il>:
10540         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10541         long file name when using DJGPP on MS-DOS.
10543 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10545         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10547 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10549         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10550         dependency as this causes "make check" to globally "make all"
10552 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10554         * configure.in (target_libs): Added target-zlib.
10555         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10556         (CONFIGURE_TARGET_MODULES): Likewise.
10557         (CHECK_TARGET_MODULES): Likewise.
10558         (INSTALL_TARGET_MODULES): Likewise.
10559         (CLEAN_TARGET_MODULES): Likewise.
10560         (configure-target-zlib): New target.
10561         (all-target-zlib): Likewise.
10562         (all-target-libjava): Depend on all-target-zlib.
10563         (configure-target-libjava): Depend on configure-target-zlib.
10565         * Makefile.in (configure-target-libjava): Depend on
10566         configure-target-newlib.
10567         (configure-target-boehm-gc): New target.
10568         (configure-target-qthreads): New target.
10570         * configure.in (target_libs): Added target-qthreads.
10571         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10572         (CONFIGURE_TARGET_MODULES): Likewise.
10573         (CHECK_TARGET_MODULES): Likewise.
10574         (INSTALL_TARGET_MODULES): Likewise.
10575         (CLEAN_TARGET_MODULES): Likewise.
10576         (all-target-qthreads): New target.
10577         (configure-target-libjava): Depend on configure-target-qthreads.
10578         (all-target-libjava): Depend on all-target-qthreads.
10580         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10581         (CONFIGURE_TARGET_MODULES): Likewise.
10582         (CHECK_TARGET_MODULES): Likewise.
10583         (INSTALL_TARGET_MODULES): Likewise.
10584         (CLEAN_TARGET_MODULES): Likewise.
10585         (all-target-libjava): New target.
10586         (all-target-boehm-gc): Likewise.
10587         * configure.in (target_libs): Added libjava, boehm-gc.
10589 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10591         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10592         configure.bat in SUPPORT_FILES.
10593         (gas+binutils.tar.bz2): Likewise.
10595         * makeall.bat: Remove; obsolete.
10597 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10599         From Mark Elbrecht:
10600         * configure.bat: Remove; obsolete.
10602 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10604         * configure: Add -W -Wall to the default CFLAGS when compiling with
10605         gcc.
10607 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10609         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10611 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10613         * configure.in: Build ld on IRIX6.
10615 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10617         * Makefile.in: Change distribution targets to use bzip2 instead of
10618         gzip.
10619         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10620         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10622 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10624         * config.sub: Add mcore target.
10626 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10628         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10630 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10632         * config.guess (dummy): Changed to $dummy.
10634 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10636         * config.sub: Tidied up case statements.
10638 1999-05-22  Ben Elliston  <bje@cygnus.com>
10640         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10641         <jiro@din.or.jp>.
10643         * config.guess: Merge with FSF version. Future changes will be
10644         more accurately recorded in this ChangeLog.
10645         * config.sub: Likewise.
10647 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10649          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10651 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10653         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10655 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10657         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10659 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10661         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10662         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10663         Bad merge removed these two changes.
10665 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10666                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10668         * config.guess (interix Alpha): Add.
10670 1999-04-11  Richard Henderson  <rth@cygnus.com>
10672         * configure.in (i?86-*-beos*): Do config gperf; don't config
10673         gdb, newlib, or libgloss.
10675 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10677         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10678         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10679         from multidirs.
10681 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10683         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10685 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10687         * config.sub: Add support for mcore targets.
10689 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10691         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10692         not mt-ospace, in order to shut up assembler warning about using
10693         symbols that are named the same as registers.
10695 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10697         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10698         dependency list for all-target-cygmon.
10700 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10702         * config-ml.in: Check $host, not $target, for selective multilibs.
10703         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10704         thumb interworking, and underscore prefix multilibs.
10706 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10708         * missing: Update to version from current automake.
10710 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10712         * configure (gxx_include_dir): Removed.
10714         * configure.in (gxx_include_dir): Handle it.
10715         * Makefile.in: Likewise.
10717 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10719         * config.sub (mips64vr4111,mips64vr4111el) Add.
10721 1999-03-21  Ben Elliston  <bje@cygnus.com>
10723         * config.guess: Correct typo for detecting ELF on FreeBSD.
10725 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10727         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10728         config/mh-djgpp.
10730 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10732         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10733         all-target-newlib to dependency list for all-target-bsp.
10735 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10737         * config.sub: Add i386-uwin support.
10738         * config.guess: Likewise.
10740 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10742         * configure.in: cleanup, add mh-*pic handling for arm, special
10743         case powerpc*-*-aix*
10745 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10747         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10748         can be built.
10750 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10752         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10753         targets.
10755 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10757         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10759 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10761         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10763 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10765         * config.sub: Fix typo in arm recognition.
10767 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10769         * configure.in (noconfigdirs): Changed target_configdirs to
10770         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10771         rather than m68k-*-* since it is not known to work on
10772         m68k-aout. Ditto for arm-*-*oabi.
10774 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10776         * configure.in (*-*-windows*): Remove, no longer used.
10778 1999-02-19  Ben Elliston <bje@cygnus.com>
10780         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10781         Smart and improved by Andrew Cagney.
10783 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10785         * config.guess: Recognize openbsd-*-hppa.
10787 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10789         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10790         only if it is not empty.
10792 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10794         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10796         * config.guess: Modified to recognize uname's armv* syntax.
10798         * config.sub: Modified to recognize uname's armv* syntax.
10800 1999-02-17  Mark Salter  <msalter@cygnus.com>
10802         * configure.in: Added target-bsp for sparclite.
10804 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10806         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10808 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10810         * configure.in: Add support for strongarm port.
10811         * config.sub: Add support for strongarm target.
10813 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10815         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10816         the old name config/mh-cygwin32.
10817         Enable texinfo.
10819 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10821         * configure.in: Do build ld for ix86 Solaris.
10823 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10825         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10826         $AR_FOR_TARGET.  Likewise for RANLIB.
10828 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10830         * config.sub (oabi):  Recognize.
10831         * configure.in (arm-*-oabi):  Handle.
10833 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10835         * config.guess: Improve detection of i686 on UnixWare 7.
10837 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10839         * config.guess: Add support for i386-pc-interix.
10840         * config.sub: Likewise.
10841         * configure.in: Likewise.
10843 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10845         * Makefile.in: Remove unneeded all-target-libio from
10846         from all-target-winsup target since it is now unneeded.
10847         Add all-target-libtermcap in its place since it is now
10848         needed.
10850 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10852         * configure.in: makefile stub for cygwin target is probably
10853         unnecessary.  Remove it for now.
10855 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10857         * configure.in: libtermcap.a should be built when cygwin is the
10858         target as well as the host.
10859         * config.guess: Allow mixed case in cygwin uname output.
10860         * Makefile.in: Add libtermcap target.
10862 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10864         * config.sub: Clean up handling of hppa2.0.
10866 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10868         * config.guess: Use C code to identify more HP machines.
10870 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10872         * config.sub: Handle hppa2.0.
10874 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10876         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10877         cygmon for all sparclite targets, regardless of object format.
10879 1998-12-15  Mark Salter  <msalter@cygnus.com>
10881         * configure.in: Added target-bsp for several target architectures.
10883         * Makefile.in: Added rules for bsp.
10885 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10887         * config.guess: Improve detection of hppa2.0 processors.
10889 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10891         * config.guess: Recognize FreeBSD using ELF automatically.
10893 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10895         * configure (skip-this-dir): Add handling for new shell script, which
10896         might be created by a sub-directory's configure to indicate, this particular
10897         directory is "unwanted".
10898         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10900 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10902         * ltconfig: import from libtool, after changing libtool to
10903         account for the cygwin name change.
10905 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10907         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10908         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10910 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10912         * configure.in: Add libtermcap to list of cygwin dependencies.
10914 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10916         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10917         they include winsup/include when it's a cygwin target.
10919 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10921         * configure.in (host_tools): Added zip.
10922         * Makefile.in (all-target-libjava): Depend on all-zip.
10923         (all-zip): New target.
10924         (ALL_MODULES): Added all-zip.
10925         (NATIVE_CHECK_MODULES): Added check-zip.
10926         (INSTALL_MODULES): Added install-zip.
10927         (CLEAN_MODULES): Added clean-zip.
10929 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10931         * Makefile.in: lose "32" from comment about cygwin.
10933 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10935         * configure.in: Use -Os to build target libraries for the fr30.
10937 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10939         * config.sub: Add fr30.
10941 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10943         * configure.in: drop "32" from config/mh-cygwin32.  Check
10944         cygwin* instead of cygwin32*.
10945         * config.sub: Check cygwin* instead of cygwin32*.
10947 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10949         * config.guess: Match any version of Unixware7.
10951 1998-10-20  Syd Polk  <spolk@cygnus.com>
10953         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10954         if desired.
10956 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10958         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10959         these if the appropriate directories and files to not exist.
10961 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10963         * Makefile.in (DEVO_SUPPORT): Add config.if.
10965 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10967         * configure: Add pattern to replace "build_tooldir"'s
10968         definition in the generated Makefile with "tooldir"'s
10969         actual value.
10971 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10973         * config.sub: Bring back lost sparcv9.
10975         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10977 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10979         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10980         CC_FOR_TARGET and friends.
10982 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10984         * Makefile.in (build_tooldir): New variable, same as tooldir.
10985         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10986         -B$(build_tooldir)/bin/.
10987         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10989 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10991         * README: Remove installation instructions and refer to the
10992         INSTALL directory instead.
10994 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10996         * config.sub: Add support for i[34567]86-pc-udk.
10997         * configure.in: Likewise.
10999 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11001         * Makefile.in: add bzip2 package building bits for user
11002         tools module
11003         * configure.in: ditto
11005 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11007         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11008         (ALL_TARGET_MODULES): Add all-target-libobjc.
11009         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11010         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11011         (all-target-libchill): Add dependencies.
11012         * configure.in (target_libs): Add libchill.
11014 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11016         * configure.in (target_subdir): Remove duplicate line.
11018 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11020         * Makefile.in (all-automake): fix dependencies.
11022 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11024         * configure.in: Minor cleanups for building in the $(target_alias)
11025         subdir.
11027 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11029         * Makefile.in (bootstrap): Set r and s before make all.  Use
11030         BASE_FLAGS_TO_PASS in make all.
11031         (cross): Likewise.
11033 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11035         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11037 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11039         * config.sub: Fix typo in last change.
11041 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11043         * config.sub: Add support for C4x target.
11044         * configure.in: Likewise.
11046 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11048         * config.sub: Recognize sparcv9 just like sparc64.
11050 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11052         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11054 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11056         * config.guess: Correctly identify Pentium II sco boxes.
11058         * config.guess: Fix "tr" code.  From Weiwen Liu.
11060 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11062         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11063         stabs.
11065 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11067         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11068         (ALL_TARGET_MODULES): Add all-target-libchill.
11069         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11070         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11071         (all-target-libchill): Add dependencies.
11072         * configure.in (target_libs): Add libchill.
11074 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11076         * config.guess: Avoid assumptions about "tr" behaves when
11077         LANG is set to something other than English.
11079 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11081         * configure (gxx_include_dir): Changed to
11082         '${prefix}/include/g++'-${libstdcxx_interface}.
11084         * config.if: New to determine the interfaces.
11086 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11088         * config.guess: Detect and handle MPE/IX.
11089         * config.sub: Deal with MPE/IX.
11091 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11093         * configure.in: Use mh-aix43.
11095 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11097         * configure: Fix --without/--disable cases for gxx-include-dir.
11099 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11101         * mdata-sh:  Imported.  Needed for automake support.
11103 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11105         * Makefile.in (taz): Try "chmod -R og=u ." before
11106         "chmod og=u `find . -print`".
11108 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11110         * configure.in: Add arm-elf and thumb-elf support.
11112 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11114         * Makefile.in: Undo previous patch.
11116 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11118         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11119         to here ...
11120         (install-no-fixedincludes): and here
11121         (INSTALL_MODULES): ... from here.
11123 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11125         * config.sub: Merge with FSF.
11127         * config.guess: Merge with FSF.
11129 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11131         * configure (extraconfigdirs): New variable.
11132         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11133         * Makefile.in (all): Move higher in file.
11134         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11135         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11136         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11137         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11138         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11140 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11142         * Makefile.in (all-target-libjava): Depend on all-gcc and
11143         all-target-newlib.
11144         (configure-target-libjava): Depend on $(ALL_GCC).
11146 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11148         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11149         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11151 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11153         * INSTALL/README: Fix typo.
11155 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11157         * ylwrap: Change absolute path checks to check for DOS style path
11158         names.
11160         * ylwrap: Don't use a full path name if the source file is in the
11161         same directory.  From hjl@lucon.org (H.J. Lu).
11163         * config-ml.in: Default to being verbose, to match Feb 18 change to
11164         configure.
11166 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11168         Brought over from egcs:
11170         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11172         * configure.in (target_subdir): Set to ${target_alias} instead
11173         of "libraries".
11175         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11177         * configure.in (target_subdir): Set to libraries if enable_multilib.
11179 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11181         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11182         multilibs, force reconfiguration the first time we create
11183         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11185 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11187         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11188         avoid confusion with --no-recursion.
11190 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11192         * configure.in: Win32 hosts shouldn't use install -x
11193         * install-sh: remove -x option, and special .exe-handling
11194         hack.
11196 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11198         * config.guess: Recognize i586-pc-beos.
11199         * configure.in: Don't build some bits for beos.
11201 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11203         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11204         CFLAGS default to -O2.
11206         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11207         when using GNU ld.
11209 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11211         * ltmain.sh: Correct install when using a different shell.
11213 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11215         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11217 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11219         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11220         target.
11222 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11224         * ltconfig: Update to correct AIX handling.
11226 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11228         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11230         * configure.in (target_subdir): Set to ${target_alias} instead
11231         of "libraries".
11233 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11235         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11236         (Makefile): Depend on $(gcc_version_trigger).
11238         * configure (gcc_version): Change default initializer to empty
11239         string.
11240         (gcc_version_trigger): New variable; pass this variable down
11241         to subdir configures to enable them checking gcc's version
11242         themselves. Emit make macros for both gcc_version vars.
11243         (topsrcdir): Initialize reliably.
11244         (recursion line): Remove --with-gcc-version=${gcc_version}.
11246 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11248         * configure (enable_version_specific_runtime_libs): Implement new flag
11249         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11250         in $(libsubdir); emit definition in each generated Makefile.
11251         (gxx_include_dir): Initialize depending on
11252         $enable_version_specific_runtime_libs.
11254 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11256         * configure (gcc_version): Initialize properly depending on
11257         how and where configure is started.
11258         (recursion line): Pass a --with-gcc-version=${gcc_version}
11259         to configures in subdirs.
11261 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11263         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11264         cygmon
11266 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11268         * configure.in: Add cygmon and libstub support for mn10200.
11270 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11272         * configure (gcc_version): Add new variable describing the
11273         particular gcc version we're building.
11274         * Makefile.in (libsubdir): Add new macro for the directory
11275         in which the compiler finds executables, libraries, etc.
11276         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11277         and libsubdir.
11279 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11281         * Makefile.in (local-clean): Remove *.log.
11282         (warning.log): Built with warn_summary from build.log.
11283         (mail-report.log): Run test_summary.
11284         (mail-report-with-warnings.log): Run test_summary including
11285         warning.log in the report.
11287 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11289         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11291 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11293         * Makefile.in (grep): Grep no longer depends on libiberty.
11295 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11297         * Makefile.in: all-snavigator needs all-libgui.
11299 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11301         * configure.in: Add cygmon and libstub support for mn10300.
11303 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11305         * missing: Update to version from automake 1.3.
11307         * ltmain.sh: On installation, don't get confused if the same name
11308         appears more than once in the list of library names.
11310 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11312         * config.sub: Accept m68060 and m5200 as CPU names.
11314 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11316         * configure: Use && rather than using -a in test, because odd
11317         strings can confuse test.
11318         * configure.in: Likewise.
11320 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11322         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11324 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11326         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11327         bootstrap4-lean): New targets.
11329 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11331         * mpw-* Delete.  Not used.
11333 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11335         * COPYING.LIB: Update FSF address.
11337 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11339         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11341         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11342         GAS_SUPPORT_DIRS.
11344 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11346         * ltconfig, ltmain.sh: Avoid producing a version number if
11347         -version-info was not used.
11349 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11351         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11352         building with newlib.
11354 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11356         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11357         Solaris `make' causes it to continue to next definition.
11359 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11361         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11362         the right GUI libraries and files are installed along with GDB.
11364 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11366         * configure.in: Change alpha to alpha* in several places.
11368 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11370         * config.sub: Recognize sparc86x.
11372 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11374         * configure.in (--enable-target-optspace): Remove debug echo.
11376 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11378         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11380 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11382         * ltconfig: Update cygwin32 support.
11384         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11385         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11386         (GDB_SUPPORT_DIRS): Likewise.
11388 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11390         * configure.in (target_makefile_frag): If --enable-target-optspace,
11391         use -Os to compile target libraries rather than -O2.  Default to
11392         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11393         not used.
11394         * configure.in (target_cflags): Ditto for d30v.
11396 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11398         * Makefile.in (all-bfd): Depend on all-intl.
11399         (all-binutils): Likewise.
11400         (all-gas): Likewise.
11401         (all-gprof): Likewise.
11402         (all-ld): Likewise.
11404 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11406         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11408 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11410         * Makefile.in (all-bfd): Depend upon all-libiberty.
11412         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11414 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11416         * Makefile.in: Add libstub.
11418         * configure.in: Ditto. Build libstub for targets that have cygmon
11419         support.
11421 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11423         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11425 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11427         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11428         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11430 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11432         * configure: Define DEFAULT_M4 by searching PATH.
11433         * Makfile.in: Use DEFAULT_M4.
11435 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11437         * ltconfig: Add cygwin32 support.
11439         * Makefile.in, configure.in: Add libtool as a native only directory
11440         to configure and build.
11442 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11444         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11446 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11448         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11450 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11452         * Makefile.in: add ash make rules
11453         * configure.in: add ash to native_only and host_tools lists
11455 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11457         * Makefile.in (all-gettext, all-intl): New targets.
11458         (ALL_MODULES): Added all-gettext, all-intl.
11459         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11460         (INSTALL_MODULES): Added install-gettext, install-intl.
11461         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11463         * configure.in (host_tools): Added gettext.
11464         (native_only): Likewise.
11465         (noconfigdirs) [various cases]: Likewise.
11466         (host_libs): Added intl.
11468 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11470         * configure: Do not disable building gdbtk for cygwin32 hosts.
11472 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11474         * configure.in: Add thumb-coff target.
11475         * config.sub: Add thumb-coff target.
11477 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11479         * Makefile.in: Revert yesterday's change.
11480         (all-target-winsup):  all-target-librx stays out of here.
11482 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11484         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11485         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11486         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11487         Remove references to librx and libg++.
11489 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11491         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11492         recursive makes
11494 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11496         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11497         for newlib directory.
11498         (CXX_FOR_TARGET): Likewise.
11500 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11502         * ltconfig: Update after libtool/ltconfig.in change for
11503         hpux11.
11505 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11507         * ltconfig, ltmain.sh: Update to libtool 1.2.
11509 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11511         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11512         (install-gcc-cross): Instead, override LANGUAGES here.
11514 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11516         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11517         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11519 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11521         * configure.in: Add Thumb-pe target.
11523 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11525         * Makefile.in - changed sn targets to snavigator
11526         * configure.in - changed sn targets to snavigator
11528 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11530         * config-ml.in: After building symlink tree call make distclean
11531         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11532         to be the case for libiberty.
11534 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11536         * configure: When making link, also check the current
11537         directory. The configure scripts may create one.
11539 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11541         * config.sub: Accept alphapca56 and alphaev6 properly.
11543 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11545         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11547 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11549         * config.sub (sco5): Fix typo.
11551 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11553         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11554         install-itcl.
11555         (install-itcl): Remove dependency on install-tcl.
11557 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11559         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11561 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11563         * configure.in: Don't build libgui for a cygwin32 target when not on
11564         a cygwin32 host.
11566 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11568         * configure (redirect): Set to null, so default behavior of
11569         configure is now --verbose.
11571 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11573         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11574         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11576 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11578         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11579         this change to sync Makefile.in with its ChangeLog entries.
11581 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11583         * ltmain.sh (mkdir): Check that the directory doesn't exist
11584         before we exit with error, so that we don't get races during
11585         parallel builds.
11587 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11589         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11591 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11593         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11594         PICFLAG_FOR_TARGET.
11595         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11597         * configure: Emit a definition for the new macro enable_shared
11598         into each Makefile.
11600 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11602         * configure.in (host_tools, native_only): Add libtool.
11604 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11606         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11607         Fix typo in ming config comment.
11609 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11611         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11613 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11615         * config.sub: Add tic30 cases, and map c30 to tic30.
11617 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11619         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11620         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11621         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11622         (CLEAN_TARGET_MODULES): Similarly
11623         (all-target-libf2c): Add dependences.
11624         * configure.in (target_libs): Add libf2c.
11626 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11628         * configure.in: Remove expect from noconfigdirs when target
11629         is cygwin32.  OK to build expect and dejagnu with Canadian
11630         Cross.
11632 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11634         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11635         host.
11637         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11638         and mingw32.
11640 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11642         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11643         here as it is not defined in the toplevel Makefile.
11645 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11647         * configure (package_makefile_rules_frag): New variable, which names
11648         a file with generic rules, ...
11649         Change comment to mention we now have FIVE parts.
11650         * configure: Undo last change.
11652 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11654         * config.guess: More accurate determination of HP processor types.
11655         * config.sub: More accurate determination of HP processor types.
11657 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11659         * configure (package_makefile_frag): Move inserting the
11660         ${package_makefile_frag} to where it should be according
11661         to the comment.
11663 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11665         * config.guess: Add support for Linux/ARM.
11667 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11669         * .cvsignore: Remove *-info and *-install since they match
11670         release-info and mpw-install, which we don't want to just ignore.
11672 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11674         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11676 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11678         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11679         local_prefix to sub-make invocations.
11681 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11683         * configure.in: Check makefile fragments in the source
11684         directory.
11686 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11688         * configure.in: Check whether host and target makefile
11689         fragments exist before adding them to *_makefile_frag.
11691 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11693         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11695 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11697         * configure.in: Make sure we only replace RPATH_ENVVAR on
11698         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11699         regexp to sed.
11701         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11702         to sub-makes.
11704 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11706         * config-ml.in (multi-do): LDFLAGS must include multilib
11707         designator.
11709 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11711         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11713 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11715         * config.sub: Add mingw32 support.
11716         * configure.in: Likewise.
11718 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11720         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11722 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11724         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11725         * configure (gxx_include_dir): Provide a definition for subdirs
11726         which do not use autoconf.
11728 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11730         * config.guess: Sync with egcs.  Picks up new alpha support,
11731         BeOS & some additional linux support.
11733 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11735         * config.guess: HP 9000/803 is a PA1.1 machine.
11737 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11739         * configure.in: It's alpha*-...
11741 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11743         * configure.in (host_makefile_frag, target_makefile_frag):
11744         Handle multiple config files.
11745         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11746         alpha-*-*.
11748 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11750         * mkdep: New file.
11752 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11754         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11756 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11758         * Makefile.in: Add libgui directory.
11759         (GDB_TK): Add all-libgui.
11760         * configure.in: Add libgui directory.
11761         * configure: Add all-libgui to GDB_TK.
11763 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11765         * config-ml.in (multidirs): Add m32r to multilib list.
11767 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11769         * Makefile.in (all-target-gperf): Change dependency to
11770         all-target-libstdc++.
11772 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11774         * config.guess: Add BeOS support.
11776 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11778         Source directory cvs renamed to cvssrc:
11779         * configure.in (host_tools): Change cvs to cvssrc.
11780         (native_only): Likewise.
11781         (noconfigdirs) [various cases]: Likewise.
11782         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11783         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11784         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11785         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11786         (all-cvssrc): Rename target from all-cvs.
11788 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11790         * configure (gxx_include_dir): Fix thinko.
11792 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11794         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11795         (install-cross, install-gcc-cross): New targets.
11797 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11799         * configure.in (noconfigdirs): Add support for Thumb target.
11801         * config.sub (maybe_os): Add support for Thumb target.
11803 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11805         * Makefile.in: Add rules for cygmon.
11807         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11809 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11811         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11812         * configure (gxx_include_dir): Provide a definition for subdirs
11813         which do not use autoconf.
11815 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11817         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11818         11/18/97 build
11820 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11822         * From Franz Sirl.
11823         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11824         found on RedHat Linux systems.
11826 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11828         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11829         guesses.
11831 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11833         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11835 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11837         * ltmain.sh: If mkdir fails, check whether the directory was created
11838         anyhow by some other process.
11840 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11842         * configure.in (d30v-*-*): Configure all directories.
11844 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11846         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11847         for the D30V.
11849 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11851         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11853 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11855         * include/libiberty.h: Add extern "C" { so it can be used with C++
11856         progrms.
11857         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11858         programs.
11860 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11862         * configure.in (d30v-*-*): Configure GCC now.
11864 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11866         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11867         is no longer needed.
11869 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11871         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11873 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11875         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11876         targets using "$@" to provide support for similar but not identical
11877         targets without having to duplicate code.
11879 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11881         * makefile.vms: Fix to work with DEC C.
11883 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11885         * config.sub: Add mips-tx39-elf to marketing names.
11887 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11889         * ltmain.sh: Handle symlinks in generated script.
11891 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11893         * configure: Handle autoconf style directory options: --bindir,
11894         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11895         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11896         --sysconfdir.
11897         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11898         (sharedstatedir, localstatedir, oldincludedir): New variables.
11899         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11900         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11901         sbindir, sharedstatedir, and sysconfdir.
11903 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11905         * Makefile.in (bootstrap-lean): New target.
11907 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11909         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11910         sn, and gnuserv from noconfigdirs.
11912 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11914         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11916 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11918         * Makefile.in (cross): New target.
11920 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11921                           Jeff Law         <law@cygnus.com>
11923         * Makefile.in (bootstrap2, bootstrap3): New targets.
11924         (all-bootstrap): Remove outdated and confusing target.
11925         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11927 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11929         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11930         windows.  Consistent with gdb/configure.
11932 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11934         * configure.in: Name Linux target fragment.
11936         * configure: Rewrite so that project Makefile fragment is inserted
11937         first and appears last in the resulting Makefile.
11939 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11941         * Makefile.in (install-itcl): Install tcl first.
11943 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11945         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11947 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11949         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11951         * configure.in (skipdirs): Add target-librx for Linux.
11952         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11954 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11956         * Makefile.in (bootstrap): New target.
11958 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11960         * config.sub: Accept 'amigados' for backward compatibility.
11962 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11964         * config.guess: Merge with FSF.
11966 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11968         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11970 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11972         * config.sub: Add "marketing-names" patch.
11974 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11976         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11978 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11980         * config.sub: Handle v850-elf.
11982 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11984         * .cvsignore (*-install): Remove.
11986 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11988         * ltconfig: Set CONFIG_SHELL in libtool.
11989         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11991 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11993         * configure.in (target_subdir): Set to libraries if enable_multilib.
11995 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11997         * config.guess: Update from gcc directory.
11999 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12001         * Makefile.in (all-sim): Depends on all-readline.
12003 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12005         * Makefile.in (BISON, YACC): Use $$s.
12006         (all-bison): Depend on all-texinfo.
12008 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12010         * Makefile.in (BISON): Add -L flag.
12011         (YACC): Likewise.
12013 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12015         * configure.in (noconfigdirs): Add support for v850e target.
12017         * config.sub (maybe_os): Add support for v850e target.
12019 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12021         * configure.in (noconfigdirs): Add support for v850ea target.
12023         * config.sub (maybe_os): Add support for v850ea target.
12025 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12027         * config.sub: Add mipstx39.  Delete r3900.
12029 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12031         * Makefile.in (all-autoconf): Depends on all-texinfo.
12033 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12035         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12036         eabi targets.
12038 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12040         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12042         * configure: When handling a Canadian Cross, handle YACC as well as
12043         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12044         * Makefile.in (all-bison): Depend upon all-texinfo.
12046 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12048         * Makefile.in (BISON): bison, not byacc or bison -y.
12049         (YACC): bison -y or byacc or yacc.
12050         (various): Add *-bison as appropriate.
12051         (taz): No need to mess with BISON anymore.
12053 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12055         * configure: If OSTYPE matches *win32*, try to find a good value for
12056         CONFIG_SHELL.
12058 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12060         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12061         configure.in if it is present.
12063 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12065         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12067 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12069         * config.sub: Recognize `arc' cpu.
12070         * configure.in: Likewise.
12071         * config-ml.in: Likewise.
12073 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12075         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12077 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12079         * configure: Changed sed delimiter from ':' to '|' when
12080         attempting to substitute ${config_shell} for SHELL. On
12081         NT ${config_shell} may contain a ':' in it.
12083 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12085         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12087 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12089         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12091 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12093         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12095         * ylwrap: If the program is a relative path, force it to be
12096         absolute.
12098 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12100         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12102 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12104         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12105         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12106         for libraries.
12108 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12110         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12111         separated by spaces.
12113 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12115         * ylwrap: New file.
12116         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12118         * ltmain.sh: Handle /bin/sh at start of install program.
12120         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12122         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12123         * missing: New file, from automake 1.2.
12125 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12127         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12128         check-tk to CHECK_X11_MODULES.
12130 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12132         * config.sub: Merge with FSF.
12134 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12136         * config.guess: Merge with FSF.
12138 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12140         * configure: Treat msdosdjgpp like go32.
12141         * configure.in: Likewise.  Don't remove gprof for go32.
12143         * configure: Change Makefile.tem2 to Makefile.tm2.
12145 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12147         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12149 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12151         * install-sh (chmodcmd): Set to null if the DST directory already
12152         exists.  Same as Nov 11th change.
12154 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12156         * configure (GDB_TK): Needs itcl and tix.
12158 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12160         * config.guess: Update from FSF.
12162 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12164         * Makefile.in (GDB_TK): Depend on itcl and tix.
12166 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12168         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12169         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12170         (INSTALL_SCRIPT): New variable.
12171         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12172         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12173         to -x.
12174         * install-sh: Add support for -x option.
12176 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12178         * configure.in, Makefile.in: Treat tix like itcl.
12180 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12182         * Makefile.in (WINDRES): New variable.
12183         (WINDRES_FOR_TARGET): New variable.
12184         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12185         (EXTRA_HOST_FLAGS): Add WINDRES.
12186         (EXTRA_TARGET_FLAGS): Add WINDRES.
12187         (EXTRA_GCC_FLAGS): Add WINDRES.
12188         ($(DO_X)): Pass down WINDRES.
12189         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12190         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12191         DLLTOOL_FOR_TARGET.
12193 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12195         * configure.in: configure sim before gdb for win32-x-ppc
12197 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12199         Move gperf into the toplevel, from libg++.
12200         * configure.in (target_tools): Add target-gperf.
12201         (native_only): Add target-gperf.
12202         * Makefile.in (all-target-gperf): New target, depend on
12203         all-target-libg++.
12204         (configure-target-gperf): Empty rule.
12205         (ALL_TARGET_MODULES): Add all-target-gperf.
12206         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12207         (CHECK_TARGET_MODULES): Add check-target-gperf.
12208         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12209         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12211 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12213         * config.sub (mn10200): Recognize new basic machine.
12215 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12217         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12218         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12220 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12222         * configure.in: If we're building mips-sgi-irix6* native, turn on
12223         ENABLE_MULTILIB and set TARGET_SUBDIR.
12225 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12227         * Makefile.in (all-sn): Depend on all-grep.
12229 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12231         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12233         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12234         Makefile.  From Jeff Makey <jeff@cts.com>.
12235         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12237         * Makefile.in (DISTBISONFILES): Remove.
12238         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12239         $(DEFAULT_YACC).
12241         * configure.in: Build itl, db, sn, etc., when building for native
12242         cygwin32.
12244         * Makefile.in (LD): New variable.
12245         (EXTRA_HOST_FLAGS): Pass down LD.
12246         ($(DO_X)): Likewise.
12248 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12250         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12252 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12254         * configure.in (targargs): Strip out any supplied --build argument
12255         before adding our own. Always add --build.
12257 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12259         * configure.in (targargs): Pass --build if we're doing
12260         a cross-compile.
12262 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12264         * configure: Use '|' instead of ":" as the separator in
12265         sed. Otherwise sed chokes on NT path names with drive
12266         designators. Also look for "?:*" as the leading characters in an
12267         absolute pathname.
12269 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12271         * config.sub: Support for r3900.
12273 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12275         * configure.in: Use install-sh, not install.sh.
12277 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12279         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12280         apply it twice.
12282 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12284         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12285         install-binutils.
12287 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12289         * Makefile.in: Add automake targets.
12290         * configure.in (host_tools): Add automake.
12292 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12294         * configure: Default CXX to c++, not gcc.
12295         * Makefile.in (CXX): Set to c++, not gcc.
12296         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12298 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12300         * install-sh: try appending a .exe if source file doesn't
12301         exist
12303 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12305         * configure.in: Turn on multilib by default.
12306         (cross_only): Remove target-libiberty.
12308         * Makefile.in (all-gcc): Don't depend on libiberty.
12310 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12312         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12314 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12316         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12317         (DISTBISONFILES): Add ld/Makefile.in
12319 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12321         * configure.in: if target is cygwin32 but host isn't cygwin32,
12322         don't configure gdb tcl tk expect, not just gdb.
12324 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12326         * configure.in: Added gnuserv everywhere sn appears.
12328         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12329         (CROSS_CHECK_MODULES): Added check-gnuserv.
12330         (INSTALL_MODULES): Added install-gnuserv.
12331         (CLEAN_MODULES): Added clean-gnuserv.
12332         (all-gnuserv): New target.
12334 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12336         * config.guess: Fixes for MIPS OpenBSD systems.
12338 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12340         * Makefile.in (INSTALL_XFORM): Remove.
12341         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12343         * mkinstalldirs: New file, copied from automake.
12344         * Makefile.in (installdirs): Rename from install-dirs.  Use
12345         mkinstalldirs.  Change all users.
12346         (DEVO_SUPPORT): Add mkinstalldirs.
12348 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12350         * install-sh: Rename from install.sh.
12351         * Makefile.in (INSTALL): Change install.sh to install-sh.
12352         (DEVO_SUPPORT): Likewise.
12354         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12355         Graichen <graichen@rzpd.de>.
12357 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12359         * config.guess: Recognize OpenBSD systems correctly.
12361 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12363         * README, Makefile.in (ETC_SUPPORT): Remove references to
12364         cfg-paper*, configure.{texi,man,info*}._
12366 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12368         * Makefile.in (all.normal): Ensure that gcc is built after all
12369         the x11 - ie gdb - targets.
12371 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12373         * makefile.vms: Don't run conf-a-gas.
12375 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12377         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12379 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12381         * configure.in: Remove noconfigdirs case since gdb also
12382         configures and builds for tic80-coff.
12384 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12386         * configure: Set cache_file to config.cache.
12387         * Makefile.in (local-distclean): Remove config.cache.
12389 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12391         * COPYING: Update FSF address.
12393 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12395         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12396         noconfigdirs.
12398 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12400         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12401         MAKEDIRS, is empty.
12403 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12405         * config.sub: Tweak mn10300 entry.
12407 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12409         * configure.in (host_tools): Put sim before gdb, so gdb's
12410         configure.tgt can determine if the simulator was configured.
12412 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12414         * config.sub: Move BeOS $os case to be with other Cygnus
12415         local cases.
12417 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12419         * config.sub: Remove misplaced comment that broke Linux.
12421 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12423         * config.sub: Add BeOS support.
12425 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12427         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12429 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12431         * configure.in (noconfigdirs): Remove tcl and tk from
12432         noconfigdirs for cygwin32 builds.
12434 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12436         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12438 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12440         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12441         make-all.com, use makefile.vms instead.
12443 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12445         * config.sub: Accept -lnews*.
12447 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12449         * configure.in (noconfigdirs): Disable target-newlib,
12450         target-examples and target-libiberty for d30v.
12452 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12454         * configure.in (noconfigdirs): Enable ld for d30v.
12456 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12458         * configure.in (tic80-*-*): Build compiler.
12460 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12462         * configure.in (d30v-*): Remove sim directory from list of
12463         unsupported d30v directories
12465 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12467         * config.sub, configure.in: Add d30v target cpu.
12469 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12471         * makefile.vms: New file.
12472         * make-all.com: Remove.
12474 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12476         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12478 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12480         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12482 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12484         * Makefile.in (ALL_MODULES): Added all-db.
12485         (CROSS_CHECK_MODULES): Addec check-db.
12486         (INSTALL_MODULES): Added install-db.
12487         (CLEAN_MODULES): Added clean-db.
12489 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12491         * config.guess: Merge with latest FSF sources.
12493 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12495         * Makefile.in (ALL_MODULES): Added all-itcl.
12496         (CROSS_CHECK_MODULES): Added check-itcl.
12497         (INSTALL_MODULES): Added install-itcl.
12498         (CLEAN_MODULES): Added clean-itcl.
12500 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12502         * configure.in: build gdb for mn10200
12504 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12506         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12508 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12510         * configure.in (tic80-*-*): Turn off most targets right now.
12512 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12514         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12515         rather than the makeinfo program.
12516         (do-info): Depend upon all-texinfo.
12518 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12520         * configure.in: Remove uses of config/mh-linux.
12522         * config.sub, config.guess: Merge with latest FSF sources.
12524 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12526         * config.sub (case $basic_machine): Add tic80 entries.
12528 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12530         * config.sub, config.guess: Merge with latest FSF sources.
12532 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12534         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12535         * mpw-config.in: Test for NewFolderRecursive.
12536         * mpw-install: Use symbolic name for startup filename.
12537         * mpw-README: Add various additional details.
12539 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12541         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12543 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12545         * configure.in: Do build gcc and the target libraries for
12546         the mn10200.
12548 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12550         * configure.in: don't avoid building gdb for mn10300 any more
12551         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12552         instead of single-quoting it.
12554 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12556         * configure.in: Don't use --with-stabs on IRIX 6.
12558 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12560         * configure.in (m32r): Build gdb, libg++ now.
12562 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12564         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12565         directories from noconfigdirs.
12567 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12569         * config.sub (basic_machine): added mips16 configuration
12571 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12573         * config.sub: Handle d10v-unknown.
12575 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12577         * config.sub: Handle v850-unknown.
12579 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12581         * Makefile.in: add findutils
12582         * configure.in: add findutils to list of host_tools
12584 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12586         * config.sub: Handle mn10200 and mn10300.
12588 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12590         * configure.in (d10v-*): Do not build librx.
12592 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12594         * configure.in (mn10300): Build everything except gdb & libgloss.
12596 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12598         * config.guess:  Patch for Dansk Data Elektronik servers,
12599         from Niels Skou Olsen <nso@dde.dk>.
12601         For ncr, use /bin/uname rather than uname, since GNU uname does not
12602         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12604         Patch for MIPS R4000 running System V,
12605         from Eric S. Raymond <esr@snark.thyrsus.com>.
12607         Fix thinko for nextstep.
12609         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12611         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12612         * config.guess: Guess mips-dec-mach_bsd4.3.
12614         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12615         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12616         release numbers.
12617         * config.guess (mips-mips-riscos*):  Emit just enough of the
12618         release number.
12620         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12621         * config.guess (sparc-auspex-sunos*):  Added.
12622         (f300-fujitsu-*): Added.
12624         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12625         * config.guess:  Recognize a Tadpole as a sparc.
12627 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12629         * config.guess: Don't assume that NextStep version is either 2 or
12630         3.  NextStep 4 (aka OpenStep 4) has come out now.
12632 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12634         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12635         From Rik Faith <faith@cs.unc.edu>.
12637 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12639         * config.sub: Contributions from bug-gnu-utils to:
12640         Support plain "hppa" (no version given) architecture, reported by
12641         OpenStep.
12642         OpenBSD like NetBSD.
12643         LynxOs is not a hardware supplier.
12645         * config.guess: Contributions from bug-gnu-utils to add support for:
12646         OpenBSD like NetBSD.
12647         Stratus systems.
12648         More Pyramid systems.
12649         i[n>4]86 Intel chips.
12650         M680[n>4]0 Motorola chips.
12651         Use unknown instead of lynx for hardware manufacturer.
12653 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12655         * install.sh (chmodcmd): Set to null if the DST directory already
12656         exists.
12658 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12660         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12661         not use mt-ppc target Makefile fragment any more.
12663 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12665         * configure.in (*-*-windows):  Exclude everything but those dirs
12666         needed to build windows.
12668 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12670         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12672 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12674         * configure.in:  Exclude mmalloc from i386-windows.
12676 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12678         * Undo my previous change.
12680 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12682         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12683         unconditionally.
12684         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12686 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12688         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12689         host to add it's own flags.
12691 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12693         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12695 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12697         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12698         (CXX_FOR_TARGET): Likewise.
12699         (GCC_FOR_TARGET): Define.
12700         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12701         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12702         CC_FOR_TARGET was specified on the command line.
12703         (MAKEOVERRIDES): Don't define.
12705 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12707         * configure.in (m32r): Fix spelling of libg++ libs.
12709 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12711         * config.sub (-apple*): Remove, now redundant.
12713 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12715         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12717         * configure: Rework yesterday's sed script patch.
12719         * config.sub: Merge with FSF.
12721 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12723         * config.guess:  Merge from FSF.
12725         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12726         * config.guess: Use pc instead of unknown, for pc clone systems.
12727         Change linux to linux-gnu.
12729         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12730         * config.guess: Avoid non-portable tr syntax.
12732 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12734         * test-build.mk (HOLES): Add "xargs" for gdb.
12736         * configure: Avoid hpux10.20 sed bug.
12738 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12740         * configure.in:  Add support for windows host
12741         (that is a build done under the Microsoft build environment).
12743 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12745         * Makefile.in: Replace all uses of srcroot with s, to shrink
12746         command line lengths.
12748         Patches from Geoffrey Noer <noer@cygnus.com>:
12749         * configure.in: If configuring for newlib, pass --with-newlib to
12750         subdirectories.
12751         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12752         -Bnewlib/ and -Lwinsup to gcc.
12753         (CXX_FOR_TARGET): Likewise.
12755 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12757         * Makefile.in (ETC_SUPPORT): Add configure.
12759 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12761         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12762         host configuration file.
12764 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12766         * configure.in: Break mn10x00 support into separate
12767         mn10200 and mn10300 configurations.
12768         * config.sub: Likewise.
12770 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12772         * configure.in: Add lots of stuff to noconfigdirs for
12773         the mn10x00 targets.
12775         * config.sub, configure.in: Add mn10x00 support.
12777 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12779         * make-all.com: Call conf-a-gas, not config-a-gas.
12781 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12783         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12784         targets.
12786 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12788         * mpw-README: Add much more detail for native PowerMac.
12789         * mpw-install: New file.
12790         * mpw-configure: Add --norecursion and --help options.
12791         * mpw-config.in: Translate readme and install files when
12792         copying to objdir.
12793         * mpw-build.in: Don't always depend on byacc and flex.
12794         (install-only-top): New action.
12796 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12798         * configure.in:  You can now configure GDB for the v850.
12800 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12802         * configure.in (noconfigdirs): Don't configure any C++ dirs
12803         if targeting D10V.
12805 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12807         * config.sub: Recognize mips64vr5000.
12809 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12811         * configure.in: Use a single line for host_tools and native_only.
12813 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12815         * config.sub, configure.in: Add entries for m32r.
12817 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12819         * Makefile.in (inet-install): Don't run install-gzip.
12821 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12823         * configure.in:  Don't config lots of things for *-*-windows*.
12825 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12827         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12828         (host_libs, host_tools): Copy from configure.in.
12829         * mpw-configure: Don't complain about directories not found.
12831 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12833         * configure.in (i[345]86): Recognize i686 for pentium pro.
12834         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12835         file.
12837         * config.guess (i[345]86): Ditto.
12839 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12841         * configure.in (noconfigdirs): Removed gdb for D10V.
12843 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12845         * configure.in: Remove ld, target-libio, target-libg++, and
12846         target-libstdc++ from noconfigdirs.
12848 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12850         * configure: Fix three locations where shell scripts were
12851         being run directly rather than with config_shell.
12853 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12855         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12856         * config.sub (basic_machine): Recognize v850.
12858 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12860         * mpw-configure: Handle multiple enable/disable options and
12861         pass them down recursively, handle -c and -s flags appropriately
12862         depending on choice of compiler, add escape mechanism for
12863         quoted arguments to gC.
12865 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12867         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12868         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12869         so that -mrelocatable-lib and -mno-eabi are used.
12871         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12872         not support --print-multi-lib, don't abort.
12874 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12876         * make-all.com: Run config-a-gas.
12877         * setup.com: Don't copy subdirectory files around.
12879 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12881         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12882         target, it now compiles correctly.
12884 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12886         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12888 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12890         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12892 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12894         * configure.in (native_only): Add prms.
12896 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12898         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12899         (BINUTILS_SUPPORT_DIRS): Likewise.
12901 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12903         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12904         d10v support is added.
12906 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12908         * configure.in (d10v-*-*): New target.
12910 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12912         * config.guess (HP 9000/811): Recognize this as a PA1.1
12913         machine.
12915 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12917         * Makefile.in (do-tar-gz): New target, split out from tail end of
12918         taz target.  Run each command separately, don't use pipes.
12919         (taz): Use it.
12921 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12923         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12924         * mpw-build.in: No builds should depend on building byacc or flex,
12925         they are assumed to be installed already.
12927 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12929         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12930         variable that CC_FOR_TARGET needs.
12932 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12934         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12935         options have changed since the last time the subdirectory was
12936         configured, and if it has, reconfigure.
12937         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12938         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12940 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12942         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12943         CLEAN_MODULES): Add bash.
12944         (all-bash): New target.
12946 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12948         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12950 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12952         * config.sub (basic_machine): Recognize d10v as a valid processor.
12954 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12956         * mpw-configure: Add support for --bindir.
12957         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12959 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12961         * configure.in: add bash, time, gawk to list of hosttools and things
12962         to only build for native toolchains
12964 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12966         * Makefile.in (docdir): Remove.
12968 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12970         * Makefile.in (datadir): Set to $(prefix)/share.
12972 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12974         * configure.in: build diff and patch for cygwin32-hosted
12975         toolchains.
12977 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12979         * config.sub: Accept -rtems*.
12981 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12983         * configure.in: enable dosrel for cygwin32-hosted builds,
12984                 remove diff from the list of things not buildable
12985                 via Canadian Cross
12987 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12989         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12990         don't get ". ".
12992 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12994         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12996 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12998         * Makefile.in (taz): Handle case where tex3patch didn't even get
12999         checked out.  Also, if it was found, put the symlink in a new util
13000         subdirectory.
13002 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13004         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13006 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13008         * config.sub: Recognize -openvms.
13009         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13010         * make-all.com, setup.com: New files.
13012 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13014         * Makefile.in (taz): tex3patch moved to texinfo/util.
13016 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13018         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13019         * configure.in: remove make from disable-if-Can-Cross list
13020                 enable gdb if ${host} and ${target} are cygwin32
13022 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13024         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13025         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13027 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13029         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13030         distinguish sysv/svr4/bsd variants.
13031         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13033 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13035         * configure.in: Added copyright notice.
13036         * move-if-change: Added copyright notice.
13038 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13040         * configure.in (powerpcle-*-solaris*): Until we get shared
13041         libraries working, don't build gdb, sim, make, tcl, tk, or
13042         expect.
13044 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13046         * config.guess:  Merge with FSF:
13048         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13049         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13051         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13052         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13054         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13055         * config.guess:  Combine two OSF1 rules.
13056         Also recognize field test versions.  From mjr@zk3.dec.com.
13057         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13058         because GNU uname does not support -p.  From pmr@pajato.com.
13060 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13062         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13064 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13066         * mpw-README: Document GCCIncludes.
13068 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13070         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13072 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13074         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13076 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13078         * configure.in (*-*-cygwin32): Configure make.
13080 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13082         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13084 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13086         * Makefile.in (all-inet): Depend on all-perl.
13088         * Makefile.in (inet-install): New target.
13090         * Makefile.in (all-inet): Depend on all-tcl.
13091         (all-inet): Depend on all-send-pr.
13093 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13095         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13096         temporarily.
13098 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13100         * configure.in: Don't configure --with-gnu-ld on AIX.
13102 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13104         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13106 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13108         * Makefile.in (ALL_MODULES): Added all-inet.
13109         (CROSS_CHECK_MODULES): Added check-inet.
13110         (INSTALL_MODULES): Added install-inet.
13111         (CLEAN_MODULES): Added clean-inet.
13112         (all-indent): New target.
13114         * configure.in (host_tools): Added inet.
13115         (native_only): Added inet.
13116         (noconfigdirs): Added inet.
13118 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13120         * configure.in: Don't configure libgloss if we are not configuring
13121         newlib.
13123 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13125         * configure.in: Don't configure libgloss for unsupported
13126         architectures.
13128 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13130         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13132 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13134         * Makefile.in (ALL_MODULES): Include all-apache.
13135         (CROSS_CHECK_MODULES): Include check-apache.
13136         (INSTALL_MODULES): Include install-apache.
13137         (all-apache): New target.
13139         * configure.in: Added apache everywhere perl is seen.
13141 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13143         * Makefile.in: Add support for clean-{module} and
13144         clean-target-{module} rules.
13146 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13148         * configure.in (*-*-ose) do not build libgloss.
13150 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13152         * config.guess (prep*:SunOS:5.*:*): Turn into
13153         powerpele-unknown-solaris2.
13155 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13157         * configure.in: Permit --enable-shared to specify a list of
13158         directories.
13160 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13162         * configure.in (host==solaris): Pass only the first word of $CC
13163         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13165 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13167         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13169 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13171         * Makefile.in (ALL_MODULES): Include all-perl.
13172         (CROSS_CHECK_MODULES): Include check-perl.
13173         (INSTALL_MODULES): Include install-perl.
13174         (ALL_X11_MODULES): Include all-guile.
13175         (CHECK_X11_MODULES): Include check-guile.
13176         (INSTALL_X11_MODULES): Include install-guile.
13177         (all-perl): New target.
13178         (all-guile): New target.
13180         * configure.in (host_tools): Include perl and guile.
13181         (native_only): Include perl and guile.
13182         (noconfigdirs): Don't build guile and perl; no ports have been
13183         done.
13185 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13187         * configure (--enable-*): Handle quoted option lists such as
13188         --enable-sim-cflags='-g0 -O' better.
13190 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13192         * Makefile.in ({,inst}all-target): New rule so we can make and
13193         install all of the target directories easily.
13195 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13197         * configure.in: Add missing global flag in sed substitution when
13198         deleting `target-' from ${configdirs}.
13200 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13202         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13203         option.
13205         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13206         config/mh-necv4.
13208         * install.sh: Correct misspelling of transformbasename.
13210         * config.guess: Recognize mips-*-sysv*.
13212 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13214         * config.sub: Recognize mon960.
13216 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13218         * configure: Restore Canadian Cross handling of BISON and LEX,
13219         removed in Feb 20 change.
13221 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13223         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13224         Mention make install.  Remove the old copyright date as well the
13225         clumsy and rather pointless copyright on the README file.
13227 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13229         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13230         Makefile after running symlink-tree, then run `make distclean' to
13231         avoid clobbering any generated files in srcdir.
13233 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13235         * configure.in (m68k-*-netbsd*): Build everything now.
13237 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13239         * Makefile.in (taz): Fix quoting.
13241 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13243         * configure.in (sparclet-*-*): Build everything now.
13245 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13247         * configure.in (m68k-*-linux*): New host.
13249 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13251         * configure: Check for bison before byacc.
13253 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13255         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13256         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13257         searching PATH.  These are used as fallbacks by Makefile.in if
13258         flex/bison/byacc aren't in objdir.
13260 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13262         * Makefile.in: Make everything which depends upon all-bfd also
13263         depend upon all-opcodes, in case --with-commonbfdlib is used.
13265 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13267         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13268         building NT native compilers on Unix.
13270 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13272         * configure.in: Don't get CC from the host Makefile fragment if we
13273         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13274         Solaris test for /usr/ucb/cc to the post target script, just after
13275         the compiler sanity test.
13277 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13279         * config.sub: Merge with FSF.
13281 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13283         * Makefile.in (RPATH_ENVVAR): New variable.
13284         (REALLY_SET_LIB_PATH): Use it.
13285         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13287 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13289         * config.sub, configure.in: Recognize sparclet cpu.
13291 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13293         * config.guess:  Support m68k-cbm-sysv4.
13295 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13297         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13298         m68k-unknown-linuxaout from linker help string.  Put quotes around
13299         $ld_help_string.
13301 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13303         * config.guess (powerpc-harris-powerunix): Add guess for port
13304         to new target.
13306 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13308         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13310 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13312         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13313         $(REALLY_SET_LIB_PATH) in Makefile.
13314         * Makefile.in (SET_LIB_PATH): New variable.
13315         (REALLY_SET_LIB_PATH): New variable.
13316         ($(DO_X)): Use $(SET_LIB_PATH).
13317         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13318         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13319         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13320         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13321         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13322         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13323         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13324         (install-dosrel): Likewise.
13325         (all-opcodes): Depend upon all-libiberty.
13327 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13329         * config.guess (*:CYGWIN*): New
13331 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13333         * Makefile.in (all-target-winsup): All all-target-libiberty.
13335 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13337         * configure.in (noconfigdirs): Add missing # in front of comment.
13339 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13341         * configure.in: add second pass to things added to noconfigdirs
13342         so *-gm-magic can exclude libgloss properly.
13344 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13346         * mpw-configure (extralibs_name, rez_name): Set correctly
13347         for MWC68K compiler.
13349         * mpw-README: Add more info on the necessary build tools.
13351 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13353         * configure.in, config.sub: Recognize cygwin32.
13355 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13357         * config.guess, config.sub: Recognize A/UX.
13359 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13361         * config.sub: Merge with gcc/config.sub.
13363 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13365         * mpw-build.in (do-binutils): Add build of stamps.
13367 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13369         * config.sub: Add recognition for mips64vr4100*-* targets.
13371 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13373         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13374         Add creation of gconfigargs with `--enable-shared' turned on.
13375         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13376         ($(host)-stamp-stage3-configured): Likewise.
13377         (HOLES): Add chatr and ldd.
13378         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13380 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13382         * configure: Pass --nfp to recursive configures.
13384 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13386         * Makefile.in (DLLTOOL): New.
13387         (DLLTOOL_FOR_TARGET): New.
13388         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13389         (EXTRA_TARGET_FLAGS): Ditto.
13390         (EXTRA_GCC_FLAGS): Ditto.
13391         (CONFIGURE_TARGET_MODULES): Ditto.
13392         (DO_X): Ditto.
13393         * configure: Add DLLTOOL.
13395 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13397         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13398         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13399         mh-sco, since old workarounds no longer needed, and don't
13400         build ld, since libraries have weak symbols in COFF.
13402 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13404         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13406 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13408         * configure.in: Make sure that ${CC} can be used to compile an
13409         executable.
13411 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13413         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13414         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13415         nothing depending on whether gdbtk is being built.
13417 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13419         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13421 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13423         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13424         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13426 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13428         * config-ml.in: Add support for
13429         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13430         Simplify setting of multidirs from --disable-foo.
13432 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13434         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13435         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13436         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13437         non-empty, pass them on to the  GCC make.
13438         (all-bootstrap): New rule that is like all-gcc, except it executes
13439         the GCC bootstrap rule instead of the GCC all rule.
13441 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13443         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13445 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13447         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13448         DG/UX support.
13450 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13452         * config.sub (i*86*) Change [345] to [3456]
13454 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13456         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13457         --with-gnu-ld=no.
13459 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13461         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13462         AIX multilibs get built.
13464 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13466         * configure.in (i386-win32): Don't build expect if we're not
13467         building the tcl subdir.
13469 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13471         * Makefile.in: (configure-target-examples, all-target-examples):
13472         New targets, configure and build example programs.
13474 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13476         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13477         use it as input to sedit the generated MPW makefile.
13478         * mpw-README: Add a suggestion about Gestalt.h.
13480 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13482         * config.sub: Accept *-*-ieee*.
13484 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13486         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13487         Ronald F. Guilmette <rfg@monkeys.com>.
13489 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13491         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13492         for powerpc-pe native.
13493         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13494         (target==powerpc-pe): duplicate i386-win32 entry.
13496 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13498         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13499         of vxworks, not just vxworks5.1.
13501 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13503         * mpw-configure: Add support for exec-prefix.
13505 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13507         * config.guess: Recognize HP model 816 machines as having
13508         a PA1.1 processor.
13510 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13512         * configure: Ignore new autoconf configure options.
13514 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13516         * config.guess:  Recognize Pentium under SCO.
13517         From Robert Lipe <robertl@arnet.com>.
13519 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13521         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13523 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13525         * configure.in: Don't configure gas for alpha-dec-osf*.
13527 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13529         * configure.in: Default to --with-stabs for some targets for which
13530         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13531         i[345]86*-*-unixware*.
13533 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13535         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13536         rather than basing it on the target.  Simplify handling of options
13537         controlling which directories to configure.  Remove extraneous
13538         slash in multi-clean target.
13540 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13542         * config-ml.in: Prefix more variables with ml_ so they don't collide
13543         with configure's.
13545 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13547         * configure: Don't turn -v into --v.
13549 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13551         * configure.in (targargs): Fix typo.
13553         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13555 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13557         * configure.in: Strip --host and --target options from
13558         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13559         --with-cross-host option when building with a cross-compiler.
13560         * configure: Canonicalize the arguments put into config.status by
13561         always using `=' for an option with an argument.  Pass a presumed
13562         --host or --target explicitly.
13564 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13566         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13567         into general OS recognition case.
13569 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13571         * configure.in (target_configdirs): add target-winsup only
13572         for win32 target systems.
13574 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13576         * Makefile.in (all-target-libgloss): Depend upon
13577         configure-target-newlib, since when libgloss is built it looks to
13578         see if the newlib directory exists.
13580 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13582         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13583         cfg-ml-*.in.
13585 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13587         * configure: Handle LD and LD_FOR_TARGET when configuring a
13588         Canadian Cross.
13590 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13592         * configure.in (target_libs): add target-winsup.
13593         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13594         (target==ppcle-pe): remove ld from $noconfigdirs.
13596 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13598         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13599         Preserve relative path names in $srcdir.  Build symlink tree if
13600         configuring cross target dir and srcdir=. (= no VPATH support).
13601         (configure-target-libg++): Depend on configure-target-librx.
13602         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13603         * config-ml.in: New file.
13604         * symlink-tree: New file.
13605         * configure: Ensure srcdir="." if that's what it is.
13607 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13609         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13610         includes and FLEX_SKELETON setting.
13611         * mpw-configure (--with-gnu-ld): New option, controls whether
13612         to use PPCLink or ld with PowerMac GCC.
13613         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13614         * mpw-config.in: Configure grez if targeting Mac.
13616         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13617         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13618         just macos.
13619         * configure.in: Configure grez resource compiler if targeting Mac.
13620         * Makefile.in (all-grez, install-grez): New targets.
13622 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13624         * configure: CXX defaults to gcc, not g++.  If we find
13625         gcc in the path, set CC to gcc -O2.
13627 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13629         * configure: Default ${build} correctly.  Avoid picking up extra
13630         spaces when reading CC and CXX from Makefile.  When doing a
13631         Canadian Cross, use plausible default values for numerous
13632         variables.
13633         * configure.in: When doing a Canadian Cross, don't try to
13634         configure tools whose configure script can't handle it.
13636 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13638         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13640 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13642         * configure:  Remove dubious bug reporting address.
13644 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13646         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13647         configure script, run that instead of this directory's configure.
13648         In either case, print a message that we're configuring the sub-dir.
13650 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13652         * configure.in: Before checking for the existence of various files,
13653         use sed to filter out "target-".
13655 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13657         * Makefile.in (DO_X): Split rule to decrease command line length
13658         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13659         (Philippe De Muyter).
13661 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13663         * Makefile.in (all-patch): depend on all-libiberty.
13665 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13667         * configure.in: If the only directory in target_configdirs which
13668         actually exists is libiberty, then set target_configdirs to empty,
13669         to avoid trying to build a target libiberty in a gas or gdb
13670         distribution.
13672 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13674         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13675         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13676         systems.
13678 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13680         * configure.in (copy_dirs): Use sys-include instead of include
13681         for --with-headers option.
13683 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13685         * Makefile.in, configure.in: Make winsup builds work with
13686         new scheme.
13688 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13690         * configure.in: Build the linker on AIX.
13692 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13694         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13695         where needed.
13697 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13699         * Makefile.in (all-gcc): Fix typo.
13701 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13703         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13705 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13707         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13708         to target-xiberty, to provide more flexibility.
13709         (target_subdir):  Define.  Create if cross.
13710         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13711         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13712         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13713         check-libFOO -> check-target-libFOO, etc.
13714         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13715         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13716         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13717         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13718         allow ALL_GCC="" to only configure.
13719         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13720         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13721         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13723 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13725         * Makefile.in (taz): Build "info" in etc explicitly.
13727 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13729         * configure.in:  Make sure that CC is undefined (as opposed to
13730         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13731         problem with autoconf trying to configure on a host without GCC.
13733 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13735         * mpw-configure: Set host alias from choice of host compiler,
13736         only use generic MPW Makefile sed if present, edit a file
13737         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13738         * mpw-README: Add problem notes about CW6 and CW7.
13740 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13742         * Makefile.in (taz): Use ";" instead of ";;".
13744 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13746         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13747         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13748         DISTDOCDIRS.
13749         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13750         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13752 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13754         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13755         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13756         Move bfd to DISTSTUFFDIRS.
13758 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13760         * Makefile.in (X11_LIB): Removed.
13761         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13763         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13765 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13767         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13768         names.
13770 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13772         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13774 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13776         * configure.in (i[345]86-*-win32): Always build newlib.
13777         Don't configure cvs, autoconf or texinfo.
13778         * Makefile.in (LD_FOR_TARGET): New.
13779         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13780         Pass down LD_FOR_TARGET.
13782 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13784         * winsup: New directory.
13785         * Makefile.in: Build winsup.
13786         * configure.in: Winsup is configured when target is win32.
13787         Can only build win32 target GDB when native.
13789 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13791         * config.guess: Recognize HP model 819 machines as having
13792         a PA 1.1 processor.
13794 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13796         * configure: Fix sed loop which substitutes for CC and CXX to
13797         avoid bug found in various sed implementations.
13799 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13801         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13802         simulator.  Use standard powerpc-*-eabi*.
13804 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13806         * configure.in: Stop putting gas and binutils in noconfigdirs for
13807         powerpc-*-aix* and rs6000-*-*.
13809 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13811         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13812         -mcall-aixdesc libraries.
13814 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13816         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13818         * config.sub (arm | armel | armeb): Fix shell syntax.
13820 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13822         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13823         -msoft-float and -mcpu=common support.
13824         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13825         libraries.
13827 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13829         * configure.in: Allow configuration and build of emacs19 for the alpha.
13831 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13833         * configure.in (CC): Get ^CC, not just any old CC, from
13834         ${host_makefile_frag}.
13836 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13838         * configure.in (CC): Try to get CC from
13839         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13841 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13843         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13844         only if it exists in $(srcdir).
13846 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13848         * configure: If CC and CXX are not set in the environment, set
13849         them, based on either an existing Makefile or on searching for gcc
13850         in PATH.  Substitute for CC and CXX in Makefile.
13851         * configure.in: Remove libm from target_libs.  Separate
13852         target_configdirs from configdirs.  If CC is not set in
13853         environment, try to get it from a host Makefile fragment.  Rewrite
13854         changes of configdirs to use skipdirs instead.  A few minor
13855         tweaks.  Take directories out of target_configdirs as they are
13856         taken out of configdirs.  Remove existing Makefile files from
13857         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13858         CONFIG_ARGUMENTS in Makefile.
13859         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13860         by configure.in.
13861         (CONFIG_ARGUMENTS): Likewise.
13862         (CONFIGURE_TARGET_MODULES): New variable.
13863         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13864         ($(CONFIGURE_TARGET_MODULES)): New target.
13865         (configure-libg++, configure-libio): New targets.
13866         (all-libg++): Depend upon configure-libg++.
13867         (all-libio): Depend upon configure-libio.
13868         (configure-libgloss, all-libgloss): New targets.
13869         (configure-libstdc++): New target.
13870         (all-libstdc++): Depend upon configure-libstdc++.
13871         (configure-librx, all-librx): New targets.
13872         (configure-newlib): New target.
13873         (all-newlib): Depend upon configure-newlib
13874         (configure-xiberty): New target.
13875         (all-xiberty): Depend upon configure-xiberty.
13877 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13879         * configure.in (host i[345]86-*-win32):  Expand the
13880         noconfigdirs again.
13882 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13884         * mpw-configure: Fix sed command file name.
13886 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13888         * configure.in (host i[345]86-*-win32): Reduce the
13889         noconfigdirs again.
13891 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13893         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13894         or powerpc*-*-pe*, since they are not yet supported.
13896 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13898         Add PowerMac support and many other enhancements.
13899         * mpw-configure: New option --cc to select compiler to use,
13900         paste options set according to --cc into the generated
13901         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13902         if mpw-make.sed is present.
13903         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13904         add forward includes for PowerPC include files.
13905         * mpw-build.in: Build using Makefile.PPC if present.
13906         (do-byacc, etc): Remove separate version resource builds.
13907         (do-gas): Build "stamps" before "all".
13908         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13909         * mpw-README: Update to reflect --cc option, PowerMac support,
13910         and recently-reported compatibility problems.
13912 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13914         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13915         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13916         (--with-multilib-top): Pass to recursive invocations.
13918 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13920         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13921         v810-*-*.
13923 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13925         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13926         gdb, ld and opcodes on v810-*-*.
13928 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13930         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13931         (local-maintainer-clean): New target.
13932         (maintainer-clean): New target.
13933         (realclean): Just depend upon maintainer-clean.
13935 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13937         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13939 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13941         * configure.in: Build ld in mips*-*-bsd* case.
13943 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13945         * config.sub: Accept -lites* OS.  From Ian Dall.
13947 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13949         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13950         targets.
13952 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13954         * configure.in: treat i386-win32 canadian cross the same as
13955         i386-go32 canadian cross.
13957 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13959         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13960         running under the simulator to build a reduced set of libraries.
13961         (powerpc-*-eabiaix): Add fine grained multilib support added to
13962         other powerpc targets yesterday.
13964 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13966         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13967         -disable-softfloat, -disable-relocatable, -disable-aix, and
13968         -disable-sysv to control which multilib libraries get built.
13970 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13972         * configure: Add Makefile.tem to list of files to remove in trap
13973         handler.
13975 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13977         * config.guess (*Linux*):  Add missing "exit"s.
13978         Also, need specific check for alpha-unknown-linux (uses COFF).
13980 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13982         * config.guess:  Merge with FSF:
13984         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13985         * config.guess (AIX4): More robust release numbering discovery.
13987         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13988         * config.guess (i386-sequent-ptx): Properly get version number.
13990         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13991         * config.guess (mips:*:4*:UMIPS): New case.
13993 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13995         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13996         (i386-win32 host): Likewise.  Don't build readline.
13998 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14000         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14001         SUPPORT_FILES to submakes.
14003 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14005         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14006         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14007         mpw-configure.
14009 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14011         * configure.in (appdirs): Use =, not ==, in test expression when
14012         trying to build the text to print in the warning message for
14013         Solaris users.
14015 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14017         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14019 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14021         * config.guess: Recognize lynx-2.3.
14023 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14025         * config.sub (z8ksim): Deleted
14026         (z8k-*-coff): New, this is the one true name of the target.
14028 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14030         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14032 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14034         * config.guess (*:Linux:*:*): First try asking the linker what the
14035         default object file format is (elf, aout, or coff).  Then if this
14036         fails, try previous methods.
14038 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14040         * configure.in: Don't build newlib for *-*-vxworks5.1.
14042 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14044         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14045         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14047 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14049         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14051 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14053         * cfg-ml-com.in: New file.
14054         * cfg-ml-pos.in: New file.
14056 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14058         * COPYING.NEWLIB: Add HP free copyright to list.
14060 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14062         * config.sub: Recognize -eabi* for the system, not just -eabi.
14064 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14066         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14067         * config.sub, configure.in (win32): New target and host.
14069 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14071         * configure.in: Add i386-pe configuration.
14073 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14075         * mpw-build.in (install): Install GDB after LD.
14077 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14079         * mpw-config.in (elf/mips.h): Always forward-include, needed
14080         for GDB to build.
14082 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14084         * testsuite: New directory for customer acceptance and whole tool
14085         chain tests.
14087 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14089         * configure: If per-host line isn't found, but AC_OUTPUT is found
14090         and a configure script exists, run it instead.
14092 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14094         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14096 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14098         * configure: Set build_{cpu,vendor,os,alias} to host values when
14099         --build isn't specified.
14101 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14103         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14104         (FLAGS_TO_PASS): Pass them.
14105         (EXTRA_TARGET_FLAGS): Ditto.
14107 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14109         * Makefile.in (all-libg++): Depend on all-libstdc++.
14111 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14113         * configure.in (noconfigdirs): Enable all packages for
14114           i386-unknown-netbsd.
14116 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14118         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14119         hosted builds (DOS builds)
14121 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14123         Changes for ARM based on patches from Richard Earnshaw:
14124         * config.sub: Handle armeb and armel.
14125         * configure.in: Omit arm linker only for riscix.
14127 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14129         * config.guess:  Update from FSF.
14131 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14133         * config.sub: Recognize powerpcle as the little endian variant of
14134         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14135         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14136         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14137         temporarily.
14139 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14141         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14143 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14145         * config.sub: Accept -lites* as a basic system type.
14147 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14149         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14150         installed, and if so return linuxoldld as the system name.
14152 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14154         * config.guess: Add hppa1.1-hp-lites support.
14156 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14158         * configure.in: Don't build newlib for m68k-vxworks5.1.
14160 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14162         * configure.in (mips-sgi-irix6): Use mh-irix5.
14164 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14166         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14168 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14170         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14171         OSF/1.  Fix compiler flags.
14172         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14174 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14176         * configure.in: Recognize --with-newlib.
14177         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14179 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14181         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14182         to *_X11_MODULES due to gdbtk needing X include files et al.
14184 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14186         Merge in support for Mac MPW as a host.
14187         (Old change descriptions retained for informational value.)
14189         * mpw-config.in: Add generic include forwards for cpu-specific
14190         include files in aout and elf directories.
14192         * mpw-configure: Added copyright.
14193         * mpw-config.in: Check for presence of required build tools.
14194         (target_libs): Add newlib.
14195         (target_tools): Add examples.
14196         (Read Me): Generate as "Read Me for MPW" instead.
14197         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14198         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14199         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14201         * mpw-configure: Remove subdir-specific makefile hackery,
14202         delete mk.tmp after using it.
14204         * mpw-build.in (all): Display start and end times.
14206         * mpw-configure (host_canonical): Set.
14207         (target_cpu): Always add to makefiles.
14208         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14209         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14210         (mpw-mh-mpw): Look for in srcdir and srcroot.
14211         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14213         * mpw-build.in: (install-only): New target.
14215         * mpw-configure (host_alias, target_alias): Rename from hostalias
14216         and targetalias, add into generated Makefile.
14217         (mk.tmp): If present, add into generated Makefile.
14218         * mpw-build.in (all-gas): Build config.h first before gas proper.
14220         * mpw-configure (config.status): Write only if changed.
14221         * mpw-config.in (readline): Configure it (not built, just used for
14222         definitions).
14224         * mpw-config.in (elf/mips.h): Add a forward include.
14226         * mpw-config.in: Forward-include most .h files in include into
14227         extra-include.
14228         (readline): Don't build.
14229         mpw-build.in (install): Install GDB.
14231         * mpw-configure (prefix, mpw_prefix): Handle it.
14232         * mpw-config.in (mmalloc, readline): Don't configure.
14233         * mpw-build.in (thisscript): Rename to ThisScript.
14234         Use mpw-build instead of BuildProgram everywhere.
14235         (mmalloc, readline): Don't build.
14236         * mpw-README: New file, basic documentation about the MPW port.
14238         * mpw-config.in: Use forward-include to create include files.
14240         * mpw-configure: Add more things to the top of each configured
14241         Makefile, including contents of config/mpw-mh-mpw.
14242         * mpw-config.in (extra-include): Create this directory and fill it
14243         with Posix-like include files when configuring.
14245         * config.sub (apple, mac, mpw): Add various aliases.
14247         * mpw-build.in: New file, top-level build script fragment for MPW.
14248         * mpw-configure: New file, configure script for MPW.
14249         * mpw-config.in: New file, config fragment for MPW.
14251 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14253         * configure.in (host_libs): Remove glob, since it is gone from the
14254         sources.
14256 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14258         * Makefile.in: define empty GDB_NLM_DEPS var.
14260         * configure.in(target_makefile_frag): use config/mt-netware
14261         for netware targets.
14263 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14265         * config.sub: Merge in recent FSF changes.  Remove linux special
14266         cases.
14268 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14270         Revert this change:
14272         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14274                 * build-all.mk: Use CC=cc -Xs on Solaris.
14276 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14278         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14279         stop using it.
14280         * Makefile.in: Nuke all references to glob subdirectory.
14282 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14284         * configure.in: Fix --enable-shared logic in per-host.
14286 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14288         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14290 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14292         * configure.in (noconfigdirs): Don't build gas on AIX, for
14293         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14295 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14297         * configure: Fix --cache-file to work if the file argument is a
14298         relative path.
14300 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14302         * configure: If the --cache-file is used, pass it down to
14303         configure in subdirectories.
14305 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14307         * config.sub: add vxworks29k configuration.
14309 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14311         * Makefile.in (taz): Do "diststuff" part quietly.
14313 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14315         * config.sub: Mini-merge with gcc/config.sub.
14317 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14319         * config.guess (IRIX): Sed - to _.
14321 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14323         * Makefile.in (source-vault, binary-vault): New targets.
14325 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14327         * config.sub: Recognize -eabi as a basic system type.
14329 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14331         * configure.in (enable_shared stuff): Fix typo.
14333 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14335         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14337 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14339         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14341 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14343         * configure.in (rs6000-*-*): Don't build gas.
14345 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14347         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14348         reduce command line length.
14349         (AS_FOR_TARGET): Check for as.new, not Makefile.
14350         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14352 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14354         * config.guess:  Merge from FSF.
14356 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14358         * configure: Don't use $ when handling program_suffix.
14360 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14362         * configure.in:  Configure tk for hppa/hpux.
14364 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14366         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14368 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14370         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14371         to LIBCXXFLAGS.  Tests are better run without it.
14373 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14375         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14377 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14379         * configure.in (*-*-netware*): Don't configure xiberty.
14381 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14383         * configure.in:  Remove tk from native_only list.
14385 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14387         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14388           for special NCD build.
14390 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14392         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14393         makeall.bat, they're only useful for binutils snapshots.
14394         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14395         makeall.bat to specified SUPPORT_FILES.
14397 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14399         * build-all.mk: Add Ericsson targets to sun4 and solaris
14400           hosts.  Add  BNR's sun4 target to solaris host, so their
14401           build-from-source will be tested in-house first.
14403 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14405         * Makefile.in (LIBCFLAGS): New variable.
14406         (CFLAGS_FOR_TARGET): Ditto.
14407         (LIBCFLAGS_FOR_TARGET): Ditto.
14408         (LIBCXXFLAGS): Ditto.
14409         (CXXFLAGS_FOR_TARGET): Ditto.
14410         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14411         (BASE_FLAGS_TO_PASS): Pass them.
14412         (EXTRA_TARGET_FLAGS): Ditto.
14414         * configure.in: Support --enable-shared.
14416 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14418         * configure.in (target_libs):  Include libstdc++ again.
14419         * config.guess:  Update from FSF (for FreeBSD).
14421 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14423         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14424         makeall.bat.
14425         (DISTDOCDIRS): Add `etc'.
14426         (ETC_SUPPORT_PFX): New variable.
14427         (taz): Include anything from etc starting with a word in
14428         ETC_SUPPORT_PFX.
14430 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14432         * config.sub: Update for recent FSF changes.  Remove obsolete
14433         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14434         spacing changes.
14436 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14438         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14440         * config.guess:  Merge with FSF.
14441         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14443 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14445         * configure: Since the "trap 0" handler will override the exit
14446         status on many systems, only use it for "exit 1", and make it set
14447         a non-zero exit status; reset it before "exit 0".  Also, check
14448         exit status of config.sub, and error out if it failed.
14450 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14452         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14453         and install libgloss.
14455 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14457         * Makefile.in (all-binutils): Depend upon all-byacc.
14459         * configure.in: Don't build emacs on Irix 5.
14461 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14463         * configure.in (*-*-netware*): Add libio.
14465 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14467         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14468         (CHECK_TARGET_MODULES): Ditto.
14469         (INSTALL_TARGET_MODULES): Ditto.
14470         (TARGET_LIBS): Ditto.
14471         (all-libstdc++): Note dependencies.
14473 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14475         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14477 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14479         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14480         -fexternal-templates.
14482         * configure.in (target_libs): Add libstdc++.
14483         (noconfigdirs): Add libstdc++ as appropriate.
14485 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14487         * config.guess:  Update from FSF.
14489 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14491         * configure: Use ${config_shell} when running ${configsub}.
14493 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14495         * config.sub: No longer recognize h8300h.
14497 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14499         * config.sub: Remove extraneous differences between config.sub and
14500         gcc/config.sub.
14502 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14504         * Makefile.in (DISTSTUFFDIRS): Add gas.
14506 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14508         * COPYING.NEWLIB: New file.
14510 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14512         * config.guess (HP-UX):  Patch from Harlan Stenn
14513         <harlan@landmark.com> to also emit release level.
14515 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14517         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14519 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14521         * config.sub:  Merge nextstep cleanup from FSF.
14523 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14525         * configure.in (arm-*-*): Don't configure ld for this target.
14527 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14529         * configure.in (*-*-netware): don't configure libg++, libio,
14530           librx, or newlib.
14532 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14534         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14535         configure ld--it works, but it doesn't support shared libraries.
14537 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14539         * config.guess (*-unknown-freebsd*):  Get rid of possible
14540         trailing "(Release)" in version string.
14541         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14543 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14545         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14546         Fix type: *-next-neststep -> *-next-nextstep.
14548         * config.guess:  Merge from FSF:
14550         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14552         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14554         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14556         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14557         instead of UNIX_SV for UnixWare 1.0).
14559 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14561         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14562         to make gdb/nlm/* build after the compiler and linker.
14564 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14566         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14567         not just i[34]86.
14568         (m68k-atari-sysv4):  Relocate to match FSF version.
14570         * config.guess:  More merges from the FSF:
14572         Add a space before function call or macro invocation.
14574         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14576         * config.guess: Add trap cmd to remove dummy.c and dummy when
14577         interrupted.
14579         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14581         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14582         (dummy): Redirect stderr from compilation of dummy.c.
14584         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14586         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14588 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14590         * configure: Accept and ignore --cache*, for compatibility with
14591         new autoconf.
14593 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14595         * config.guess:  Merge from FSF:
14597         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14599         * config.guess (Pyramid*:OSx*:*:*): New case.
14600         (PATH): Add /.attbin at end for finding uname.
14601         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14603         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14605         * config.guess (M88*:DolphinOS:*:*): New case.
14607         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14609         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14610         to select whether to use ELF or COFF.
14612         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14614         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14616         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14618         * config.guess: Guess the OS version for HPUX.
14620         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14622         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14624 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14626         * configure.in: Recognize --with-headers, --with-libs, and
14627         --without-newlib.
14628         * Makefile.in (all-xiberty): Depend upon all-ld.
14630 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14632         * configure.in: Change i[34]86 to i[345]86.
14634 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14636         * configure (version): A few more tweaks to help message.
14638 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14640         * Makefile.in:  Remove (for now) librx as a host library,
14641         now that we're building it for target.
14643 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14645         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14646         (Karl Berry).
14648 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14650         * configure.in:  Also configure librx.
14652 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14654         * Makefile.in:  Update various rules to reflect that librx
14655         is now needed for libg++.
14657 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14659         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14661 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14663         * configure.in: Configure the examples directory.
14665 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14667         * configure: Simplify Jun 2 1994 change.
14669 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14671         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14672         /bin/gcc isn't good enough to build gcc.
14674 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14676         * Makefile.in (GDB_SUPPORT_FILES): Remove
14677         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14678         (gdb.tar.gz): Add new rule to use standard distribution building
14679         mechanism.
14681 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14683         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14684         Bill Cox <bill@cygnus.com>.
14686 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14688         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14690 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14692         * configure:  Search current dir first in .gdbinit.
14694 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14696         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14698 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14700         * config.sub:  Refer to NeXT's operating system as nextstep.
14702         * config.sub (case $basic_machine):  Re-order the cases, to match
14703         the order in the FSF version (which is mostly alphabethical).
14704         Merge in some additions and changes from the FSF.
14706 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14708         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14709         * config.sub: Recognize cxux7.
14710         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14712 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14714         * config.sub:  Fix typo powerpc -> powerpc-*.
14716 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14718         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14720         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14721         parallel with all-emacs and install-emacs).  Top-level command
14722         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14724 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14726         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14727         $(relbindir)/make before doing ``make install'', and use
14728         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14729         installing over running make binary.
14730         ($(host)-stamp-stage3-installed): Likewise.
14732 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14734         * config.guess: Recognize Mach.
14736 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14738         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14739         see whether --exec-prefix was used.
14741 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14743         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14745 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14747         * Makefile.in: Add all-librx target similar to all-libproc.
14749 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14751         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14752         with post 1.2 uname bogosity.
14754 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14756         * configure: Remove temporary files on receipt of a signal.
14758 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14760         * configure: If there is a package_makefile_frag, remove
14761         ${subdir}/Makefile.tem after copying it in.
14763 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14765         * build_all.mk: support rs6000 lynx identifies itself as
14766         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14767         since /bin/gcc is too feeble to compile a modern gcc.
14769 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14771         * brought devo/test-build.mk update-to-date with progressive/
14772           test-build.mk. Add lynx targets and hppa flag info.
14774 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14776         * configure.in:  Use mh-ncrsvr43.  Patch from
14777         Tom McConnell <tmcconne@sedona.intel.com>.
14779 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14781         * config.guess (i386-unknown-bsdi):  No longer need to
14782         check #if defined(__bsdi__) && defined(__i386__).
14784 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14786         * configure: Set program_transform_nameoption correctly.
14788 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14790         * brought build-all.mk update-to-date with progressive build-all.mk,
14791           added new targets and hppa info.
14793 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14795         * configure: If config.guess result is a prefix of the user
14796         specified target, assume a native build and use the user specified
14797         target as the host alias.  Remove SunOS patch suffix removal hack.
14798         * configure.in: Remove SunOS patch suffix removal hack.
14800         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14801         in NATIVE_CHECK_MODULES.
14803 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14805         * Makefile.in: Rename HOST_ONLY to NATIVE.
14806         * configure: Delete SunOs patch suffix from host_canonical
14807           and build_canonical variables that are prepended to Makefiles.
14808         * configure.in: Add comments for easier maintenance.
14810 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14812         * Makefile.in: Add all-libproc target similar to all-gui.
14814 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14816         * Makefile.in (CHECK_MODULES): split into
14817         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14819 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14821         * config.guess (i386-unknown-bsdi): New system to guess.
14823 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14825         * Makefile.in: Add all-gui target (but not yet build by "all").
14827 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14829         * config.sub: Move deletion of patch suffix from here...
14830         * configure.in: To here, at Ian's suggestion.  The top-
14831           level scripts might need to know of a patch level.
14833 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14835         * config.sub: Strip off patch suffix so rtl is recognized
14836           as a sunos4.1.3 machine, even though it's been patched.
14838 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14840         * Makefile.in (INSTALL_LAST): Delete.
14841         (INSTALL_DOSREL): New.
14843 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14845         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14846         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14847         whether we pass down --with-gnu-ld anyhow.
14849 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14851         * Makefile.in (INSTALL_LAST): Change operation so it works
14852         on more flavors of make.
14853         * configure.in (go32): Don't build libg++ or libio.
14855 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14857         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14858         they can be overriden by templates.
14860 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14862         * configure.in (target==go32): Don't build gdb.
14863         * dosrel: New directory.
14865 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14867         * configure.in (host==go32): Configure dosrel too.
14868         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14869         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14870         be set by incoming names or templates.
14871         (INSTALL_LAST): New rule.
14873 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14875         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14877 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14879         * configure.in (appdirs): New variable.  Currently empty, but will
14880         be used in gas distribution.  If nonempty, lists a set of
14881         directories at least one of which must get configured, or top
14882         level configuration is considered to have failed.
14883         (rs6000-*-lynxos*): Use new file name.
14885 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14887         Eliminate XTRAFLAGS.
14888         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14889         newlib include files using -idirafter, and also use -nostdinc.
14890         (CXX_FOR_TARGET): Likewise.
14891         (XTRAFLAGS): Removed.
14892         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14893         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14894         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14895         ($(DO_X)): Don't pass down XTRAFLAGS.
14897 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14899         * configure.in (mips*-dec-bsd*): New target; do build linker.
14900         (mips*-*-bsd*): New target; don't build linker.
14902 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14904         * configure.in: support rs6000-*-lynxos* configuration.
14905         support sunos4 as a cross target.
14907         * config.sub: look for lynx*, not lynx since the OS version may
14908         legitimately be part of the name.
14910 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14912         * configure.in (i[34]86-*-sco*): Move to be with other i386
14913         targets.
14914         (romp-*-*): New target.  Skip various binary utilities.
14915         (vax-*-*): New target.  Don't build newlib.
14916         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14918 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14920         * configure.in: Only set host_makefile_frag if config
14921         directory exists.
14923 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14925         * install.sh: If $dstdir exists, don't check whether each
14926         component does.
14928 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14930         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14932 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14934         * configure.in (*-*-lynxos*): Don't configure newlib for either
14935         native or cross Lynx.
14937 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14939         * config.sub (sparc64-elf): Fix os.
14940         (z8k): Remove duplicate.
14942 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14944         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14945         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14947 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14949         * configure: Make file links cleanly even if Lynx fails on
14950           an NFS symlink (at least fail cleanly).
14952 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14954         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14955         -XNh2000.
14957 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14959         * configure: Unknown options are fatal again.
14961 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14963         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14964         compatibility.
14966 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14968         * build-all.mk: Add `clean' target.
14970 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14972         * config.guess:  Add SINIX support.
14973         * configure.in:  Add mips-*-sysv4* support.
14975 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14977         * build-all.mk: Document all useful targets.
14978         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14979         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14981 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14983         * configure: Support --silent, --quiet.
14985 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14987         * configure: Support --disable-FEATURE.
14989 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14991         * config.guess: Recognize NCR running SVR4.3.
14993 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14995         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14996         Patch from Paul Eggert <eggert@twinsun.com>.
14998 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15000         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15002 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15004         * configure: Make unrecognized options give nonfatal warnings
15005         instead of fatal errors, and pass them to any subdirectory
15006         configures in case they recognize them.
15007         Make --x equivalent to --with-x.
15009 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15011         * configure: Add --enable-* options.  Clean up usage message and
15012         some comments.
15014 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15016         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15018 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15020         * configure.in (hppa*-*-*): Enable binutils.
15022 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15024         * config.sub: Recognize cisco.
15026 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15028         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15030 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15032         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15033         than one configuration name.  Add comment.
15035 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15037         * config.guess: about target *-hitachi-hiuxwe2, fixed
15038         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15039         macro is incorrect.]
15041 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15043         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15044         than the "make ls" stuff which used to be here.
15046 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15048         * config.guess:  Recognize i[34]86-unknown-freebsd.
15049         From Shawn M Carey <smcarey@rodan.syr.edu>.
15051 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15053         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15055 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15057         * config.guess: Check for ptx.
15059 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15061         * config.sub: Add os9k checking.
15063 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15065         * config.guess: Handle OSF1 running on HPPA processors
15067 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15069         * configure: If subdir configure fails, print out a message with
15070         subdirectory name, in case subdir's configure code didn't identify
15071         itself.
15073 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15075         * configure.in: Remove embedded newlines from configdirs.
15076         Avoid mismatches of substrings.  Fix matching strings at end
15077         of configdirs.
15079 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15081         * config.guess:  Add Lynx/rs6000 config support.
15083 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15085         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15087 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15089         * configure.in (hppa*-*-osf*): Treat this just like most other
15090         PA configurations (eg no binutils or ld).
15091         (hppa*-*-*elf*): These configurations have binutils and ld.
15093 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15095         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15097 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15099         * configure.in (rs6000-*-*): Build gas.
15101 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15103         * Makefile.in:  Avoid bug in losing hpux sed.
15105 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15107         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15108         for GDB and GDB has been fixed to not need it.
15110 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15112         * config.guess: Recognize vax hosts.
15114 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15116         * configure (while loop): Don't use "break 2" inside case
15117         statement -- the case statement isn't an enclosing loop.
15119 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15121         * config.guess:  Clean up NeXT support, to allow nextstep
15122         on Intel machines.  Make OS be nextstep.
15124 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15126         * config.guess: Add alternate forms for Convex.
15128 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15130         * configure:  Completely rewrite option processing.  Take
15131         advantage of pattern-matching to avoid invoking test frequently.
15132         Also clean up host and target defaulting logic.
15134 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15136         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15137         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15138         commands (plus user environment) will fit SCO limits.
15140 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15142         * configure.in: Don't issue warnings about directories which are
15143         not being configured if -norecursion is set.  Correct test for
15144         --with-gnu-as and --with-gnu-ld to not get confused by substring
15145         matches.
15147         * configure.in: Don't build gas for alpha-dec-osf1*.
15149 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15151         * configure:  Back out Per's change of 12/19/1993.  It changes the
15152         behavior of configure in unexpected and confusing ways.
15154         Also, use different delim char when calculating
15155         program_transform_name so that the name can contain slashes.
15157 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15159         * configure.in, config.sub: Add support for VSTa micro-kernel.
15161 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15163         * configure.in: Nuke hacks which were used to get a special
15164         version of GAS for HPPA configurations.
15166 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15168         * configure:  If only ${target_alias} is given, use that
15169         as the default for ${host_alias}.
15170         * configure:  Add missing back-slashes before nested quotes.
15172 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15174         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15176 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15178         * config.guess:  Recognize some Tektronix configurations.
15179         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15181 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15183         * config.sub: Match any flavor of SH.
15185 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15187         * configure.in: Don't try to configure newlib for Alpha.
15189 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15191         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15192         libg++ or libio for any Alpha target.
15194         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15196 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15198         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15199         default arguments -- so it tried to compress itself.
15201 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15203         * configure.in (notsupp): ensure that a space is always at the end
15204           of the configdirs list, since the grep checks for an explicit space
15206 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15208         * configure.in (target i386-sysv4.2): don't build ld, since static
15209           versions of many libraries are not available.
15211 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15213         * config.guess: Recognize Apollos (using environment variables).
15214         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15216 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15218         * config.guess: Recognize Sony news mips running newsos.
15220 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15222         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15223         "fi ; else" for bash.
15225 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15227         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15229 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15231         * config.sub: accept unixware as an alias for svr4.2.
15232         Fix some inconsistancies with the gcc version.
15234 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15236         * Makefile.in (DISTDOCDIRS):  Add gdb.
15238 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15240         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15242 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15244         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15245         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15246         this now.
15248 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15250         * config.sub: Accept hiux* as an OS name.
15252         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15253         etc/make-stds.texi.  The underscore came from gcc, and dje now
15254         agrees that RUNTESTFLAGS is the correct name.
15256 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15258         * install.sh:  Remove 'set -e'.  It makes any conditionals
15259         in the script useless.
15261         * config.guess: Automatically recognize arm-acorn-riscix
15262         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15264 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15266         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15268 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15270         * Makefile.in (DISTDOCDIRS): New variable.
15271         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15272         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15274 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15276         * configure.in (hppa target): check the source directory for the
15277           pagas sub-directory
15279 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15281         * config.sub: Allow -aout* and -elf*.
15283 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15285         * configure.in: Don't build ld on i386-solaris2, same as for
15286         sparc-solaris2.
15288 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15290         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15292 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15294         * configure.in:  Configure gdb for alpha.
15296 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15298         * Makefile.in (CXXFLAGS): Add -O.
15300 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15302         * config.guess: added support for DG Aviion
15304 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15306         * configure.in: Produce warning message for subdirectories not
15307         configurable for this host/target combination.  Don't try to
15308         configure gdb for vms.
15310 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15312         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15313         appropriate files before making "diststuff".
15314         (DISTBISONFILES): New var: list of files to be edited.
15315         (DISTSTUFFDIRS): Add binutils.
15317 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15319         * config.sub: also handle mipsel and mips64el (for little endian mips)
15321 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15323         * configure.in: Add * to end of all OS names.
15325 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15327         * configure.in: Build newlib for LynxOS native.
15329 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15331         * config.guess: Add support for delta 88k running SVR3.
15333         * configure.in: Add comment about HP compiler vs. emacs.
15335 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15337         * configure.in: don't build ld on solaris2 (not a viable option
15338           due to bugs in getpwnam & getpwuid)
15340 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15342         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15343         config.guess will produce a full version number.
15345 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15347         * configure.in: Build linker and binutils for alpha-dec-osf1.
15349 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15351         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15352         and gdb/testsuite/Makefile.in.
15354 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15356         * configure.in: recognize mips*- instead of mips-
15358 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15360         * config.sub: Accept linux*coff and linux*elf as operating
15361         systems.
15363 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15365         * config.sub: Recognize mips64, and mips3 as an alias for it.
15367 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15369         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15370         gdb knows how to handle OSF/1 shared libraries.
15372 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15374         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15375         * config.guess: Recognize Hitachi's HIUX.
15376         * config.sub: Recognize h3050r* and hppahitachi.
15377         Remove redundant cases for hp9k[23]*.
15379 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15381         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15382         if gas and ld are in the source tree and are in ${configdirs}.
15383         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15384         --with options (but still pass them down on the command line,
15385         if they were explicitly specified).
15387 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15389         * configure: substitute SHELL value in Makefile.in with
15390         ${CONFIG_SHELL}
15392 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15394         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15395         *-*-solaris2* targets.
15397 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15399         * Makefile.in: define M4, and pass it down to sub-makes;
15400         all-autoconf now depends on all-m4
15402 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15404         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15405         presence of {ar,ranlib} instead of a configured directory
15407 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15409         * config.guess: Accept 34?? as well as 33?? for NCR.
15411 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15413         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15414         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15416 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15418         * configure: grab values for $(CC) and $(CXX) from the
15419         environment, so that someone can do "CC=gcc configure; make" and
15420         have it work right (matching the way that autoconf works now)
15422         * configure.in, Makefile.in: add support for gash, the tcl
15423         interface to Galaxy
15425         * config.guess: add NetBSD variants (hp300, x86)
15427 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15429         * install.sh: Support -d option (in the manner of SunOS 4 install,
15430         as it is more deterministic than that of GNU install)
15431         (chmodcmd): Set file to mode 755 by default (should also do default
15432         chgrp and chown, but I don't feel like dealing with that now)
15434 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15436         * config.sub: Remove h8300hhms alias.
15438 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15440         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15442 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15444         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15445         as stmp-fixinc
15447 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15449         * config.sub: recognize m88110-bug-coff.
15451 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15453         * Makefile.in (all-libio): all dependencies on the toolchain used
15454         to build this (gcc, gas, ld, etc)
15456 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15458         * config.guess: Deal with OSF/1 1.3 on alpha.
15460 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15462         * install.sh: add some 'else true' clauses for portability
15464         * configure.in: don't build libio for h8[35]00-*-* targets
15466 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15468         * Makefile.in:  Add support for new libio.
15470 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15472         * install.sh: If one command fails, don't try the rest.  Don't try
15473         to remove $dsttmp (via trap) unless we have already created it.
15474         If $src doesn't exist, detect it and exit with an error.
15476         * config.guess: Recognize BSD on hp300.
15478 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15480         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15481         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15483 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15485         * Makefile.in (all-send-pr): depends on all-prms
15487 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15489         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15491 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15493         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15494         Added test for mips-mips-riscos5.
15496 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15498         * configure.in: use mh-hp300 for 68k HP hosts
15500 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15502         * configure: add support for CONFIG_SHELL, so that you can use
15503         some alternate shell for evaluating configure scripts
15505 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15507         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15508         in configure script to bug-gdb@prep.ai.mit.edu when building
15509         distribution archive.
15510         * Makefile.in (COMPRESS):  Remove def.
15511         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15512         gdb.tar.Z and make-gdb.tar.Z respectively.
15513         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15514         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15515         to convergence with 'taz' target in Makefile.in.
15517 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15519         * install.sh (dsttmp): use trap to ensure that tmp files go
15520         away on error conditions
15522 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15524         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15526 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15528         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15529         its parent is '/' not ''.
15531         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15533 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15535         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15536         that ${newsrcdir}/configure.in does.
15538 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15540         * test-build.mk: support for CONFIG_SHELL
15542 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15544         * config.sub (netware):  Add as a basic system type.
15546 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15548         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15549           $(srcdir)/ from the dependency on Makefile.in.
15551 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15553         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15554         (h8300hhms is temporary until multi-libraries are implemented).
15555         * configure.in: Handle h8300h too.
15557 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15559         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15561 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15563         * configure:  Remove extraneous output when guessing host type.
15564         * config.guess:  Remove extraneous output when guessing using C
15565         compiler rather than uname, or when guessing fails.
15567 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15569         * Makefile.in: remove all.cross and install.cross targets
15571         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15572           definitions
15574 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15576         * configure.in (target sh): Build gprof.
15578 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15580         * config.sub: change -solaris to -solaris2
15582 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15584         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15586 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15588         * configure: Correct error message for missing Makefile.in to
15589         print correct directory.
15591 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15593         * install.sh: kludge around 386BSD shell bug
15595 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15597         * config.guess:  Recognize NeXT.
15598         * config.guess:  Recognize i486-ncr-sysv4.
15599         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15601 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15603         * Makefile.in (MAKEINFOFLAGS): New variable.
15604         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15605         * build-all.mk, test-build.mk: Pass down --no-split as
15606         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15608 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15610         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15612 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15614         * Makefile.in (libg++.tar.z):  New rule.
15615         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15616         * Makefile.in (taz):  Only do a single chmod.
15618 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15620         * install.sh: don't use dirname anymore (replaced with sed usage)
15622 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15624         * Makefile.in:  Change extension for gzip'd files from '.z' to
15625         '.gz' per new FSF standard usage.
15627 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15629         * configure: put quotes around the final value of program_transform_name
15631 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15633         * Makefile.in: new install.sh support; update install-info rules
15635 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15637         * configure.in: Build diff for crosses, but not for go32 host.
15639         * configure.in: Build gprof only for native, and don't build it
15640         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15642 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15644         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15646 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15648         * configure.in (host_tools): Add prms.
15650 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15652         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15653         with $(FLAGS_TO_PASS) on the command line
15655         * config.sub: Recognize lynx and lynxos
15657 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15659         * config.sub: Accept -ecoff*, not just -ecoff.
15661 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15663         * Makefile.in (taz): Use .gz suffix instead of .z.
15664         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15665         names.
15667 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15669         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15671 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15673         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15674         that rebuilds that might happen during 'make install' don't get
15675         bogus gcc include files
15677 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15679         Change from Utah for HPPA support:
15680         * config.guess: Recognize hppa1.x-hp-bsd.
15682 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15684         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15685         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15687 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15689         * config.sub: Add support for rom68k and bug boot monitors.
15691 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15693         * Makefile.in: Make all-opcodes depend on all-bfd.
15695 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15697         * config.guess: Added special check for i[34]86-univel-sysv4*.
15699 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15701         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15702         the processor rather than assuming i486.
15704 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15706         * config.guess: Recognize SunOS6 as Solaris3.
15708 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15710         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15711         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15713 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15715         * build-all.mk (all-cross): New target for Canadian Cross.
15716         Added Q2 go32 targets.
15717         * test-build.mk: Configure go32 cross sparclite-aout and
15718         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15719         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15721 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15723         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15724         GO32 hosted toolchains
15726 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15728         * configure: change  so "-exec-prefix" gets passed down rather
15729         than "-exec_prefix" so autoconf generated Makefiles get the
15730         exec_prefix set right.
15732 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15734         * config.guess: get the Solaris2 minor version number
15736         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15738 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15740         * config.guess: Recognize some Sequent platforms.
15742 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15744         * Makefile.in: added the vault-install target
15746         * configure.in: actually use the Sun3 makefile fragment that's in
15747         config, also added the release dir to configdirs
15749 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15751         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15753 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15755         * configure.in: remove some program from Alpha targetted toolchains
15757 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15759         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15760         gprof.
15761         (taz): Run "make diststuff" in those directories instead of "make
15762         proto-dir".  Look for "VERSION=" only at start of line in subdir
15763         Makefile.  Use "gzip -9" for compression.
15764         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15765         (binutils.tar.z): New target.
15767 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15769         * Makefile.in (taz): Include gpl.texinfo.
15771 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15773         * Makefile.in (setup-dirs): Merged into "taz" target.
15774         (taz): Only do `proto-dir' stuff if a directory is actually needed
15775         for this target.
15777 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15779         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15780         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15781         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15782         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15783         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15785 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15787         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15788         config.sub, and move-if-change to gdb testsuite distribution
15789         archive, so the testsuite can be extracted, configured, and
15790         run separately from the gdb distribution.  Blow away the Chill
15791         tests that require a Chill compiled executable, since GNU Chill
15792         is not yet publically available.
15794 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15796         * test-build.mk: set environment variables in a single command,
15797         instead of a list of assignments and exports
15799         * config.guess: recognize Alpha/OSF1 systems
15801 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15803         * configure: Change help message to prefer --options rather than
15804           -options.
15806 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15808         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15809         zippy@ecst.csuchico.edu.
15810         * config.guess: Recognize miniframe.
15812 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15814         * Makefile.in: Use srcroot to find runtest rather than rootme.
15815         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15817 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15819         * test-build.mk: Extensive additions to support building on a
15820         machine other than the host.
15822 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15824         * configure (tooldir): Fix for i386-aix again.
15826 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15828         * configure, Makefile.in:  Change definition of $(tooldir)
15829         to match the FSF.
15831 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15833         * config.guess:  Recognize i[34]86/SVR4.
15835 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15837         * Makefile.in (all-gdb): gdb depends on sim.
15839 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15841         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15842         at the same time we make the prototype gdb directory.
15843         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15844         files at the same time as the gdb base release distribution.
15846 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15848         * Makefile.in (check): Use individual check targets rather than
15849         DO_X rule.
15850         (check-gcc): Added.
15852 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15854         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15855         for System V release 3.2.
15857 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15859         * config.sub: Recognize hppaosf.
15860         * configure.in: Do configure ld/binutils/gas for it.
15862 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15864         * configure (tooldir): Alter syntax used to set this, for systems
15865         where "\$" isn't handled right, like i386-aix.
15867 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15869         * configure: Pass program-transform-name, not
15870         program_transform_name, to recursive configures.
15872 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15874         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15875         of gas+ld+binutils.
15877 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15879         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15881 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15883         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15885 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15887         * Makefile.in (PRMS): Set back to all-prms.
15889 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15891         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15892         targets, rather than for MIPS hosts.
15894 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15896         * configure.in: add comment for --with-x default values
15898         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15900         * Makefile.in: add check-* targets for each of the directories in
15901         the tree.  Add a definition of RUNTEST that will use the one we
15902         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15904 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15906         * configure.in: Removed obsolete references to bfd_target and
15907         target_makefile_frag.
15909         * build-all.mk: Set assorted targets for Q2.
15910         * config.sub: Recognize z8k-sim and h8300-hms.
15911         * test-build.mk: Really don't pass host to configure.
15912         (HOLES): Added uname.
15914 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15916         * configure: Handle an empty program-prefix, program-suffix or
15917         program-transform-name correctly.
15919 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15921         * build-all.mk: -G 8 no longer required for MIPS targets.
15922         * test-build.mk: Don't pass host argument to configure; make it
15923         guess.
15925 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15927         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15928         * Makefile.in (COMPRESS):  New macro, like GZIP.
15930 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15932         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15934         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15935         with gas currently defaults to -G 0.
15937 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15939         * Makefile.in (all-flex): flex depends on byacc.
15941         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15942         to test-build.mk as RELEASE_TAG.
15943         * test-build.mk (configargs): New variable containing arguments to
15944         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15945         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15947         * config.guess: Use /bin/uname when checking -X argument on SCO,
15948         to avoid invoking GNU uname which doesn't understand -X.
15950         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15952         * configure.in: Build gas for mips-*-*.
15954 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15956         * Makefile.in (all.normal): insert missing backslash.
15958 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15960         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15962         * Makefile.in: Complete overhaul to merge many almost identical
15963         targets.
15965 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15967         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15968         (gdb.tar.Z): Adjusted.
15970         * Makefile.in (setup-dirs, taz): New targets; should be general
15971         enough to adapt for gdb sometime.  Build only .z file.
15972         (gas.tar.z): New target.
15974 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15976         * build-all.mk: Use CC=cc -Xs on Solaris.
15978 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15980         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15981         for handling BISON for FSF releases.
15983 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15985         * configure: Actually implement the change zoo just documented.
15987 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15989         * configure: when using config.guess, only set target_alias when
15990         it's not already been set (ie, on the command line)
15992 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15994         * Makefile.in: add installcheck target, set PRMS to install-prms
15996 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15998         * configure: add support for package_makefile_fragment, handle the
15999         case where a directory has a configure.in file but no Makefile.in
16000         more gracefully (with an actual understandable error message, even);
16001         add support for --without (and add this to the usage message); also
16002         explicitly add a --host=${host_alias} to the command line when
16003         config.guess is used
16005 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16007         * configure: Must use both --host and --target in recursive calls.
16009 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16011         * Makefile.in: Change deja-gnu to dejagnu.
16013 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16015         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16017 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16019         * configure.in: canonicalize all instances to *-*-solaris2*,
16020         also strip out a number of tools to not build for go32 host
16022 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16024         * config.guess: add GPL.
16026         * Makefile.in, config.guess, config.sub, configure: bump
16027           copyrights to 93.
16029 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16031         * Makefile.in (do-info): Removed obsolete check for existence of
16032         localenv file.
16034         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16036 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16038         * Makefile.in: a couple of 'else true' for decstation,
16039         support for TclX
16041         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16043 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16045         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16047 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16049         * config.guess: Recognize i386-ibm-aix (PS/2).
16050         * configure.in: Use config/mh-aix386 file for it.
16052 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16054         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16055         CC_FOR_TARGET instead.
16056         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16058 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16060         * Makefile.in: Add sim to list of directories sent with gdb
16062 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16064         * configure.in: Put back mips-dec-bsd* case.
16066 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16068         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16069         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16070         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16072 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16074         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16076         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16077         (install-info): install dir.info only if it exists,
16078         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16080 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16082         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16083         gas for mips-dec-bsd.
16085 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16087         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16088         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16090 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16092         * configure.in: Added "dejagnu" to hosttools list.
16094 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16096         * config.sub, configure.in, config.guess:  Add support
16097         for Bosx, an AIX variant from Bull.
16098         Patches from F.Pierresteguy@frcl.bull.fr.
16100 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16102         * devo/dejagnu: Initial creation of devo/dejagnu.
16103         Migrated dejagnu testcases and support files for testing software
16104         tools to reside as subdirectories, currently called "testsuite",
16105         within the directory of the software tool.  Migrated all programs,
16106         support libraries, etc. beloging to dejagnu proper from
16107         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16108         with no modifications.  The changes to these files which will
16109         allow them to configure, build, and execute properly will be made
16110         in a future update.
16112 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16114         * Makefile.in: Change send_pr to send-pr.
16115         * configure.in: Likewise.
16116         * send_pr: Renamed directory to send-pr.
16118 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16120         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16122 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16124         * README:  Update for gdb-4.8 release.
16125         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16126         gdb-xxx.tar.z (gzip'd) file also.
16128 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16130         * Makefile.in: make all-diff depend on all-libiberty
16132 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16134         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16136 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16138         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16140 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16142         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16143         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16144         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16146 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16148         * Makefile.in:  makeinfo binary is in a new location
16150 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16152         * config.sub: Accept -ecoff as an OS.
16154         * Makefile.in: Various changes to eliminate a level of make
16155         recursion and reduce the required command line length.
16156         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16157         sub-makes.
16158         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16159         variables holding settings for specific sub-makes.
16160         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16161         in terms of BASE_FLAGS_TO_PASS.
16162         (TARGET_LIBS): New variable listing directories which use
16163         TARGET_FLAGS_TO_PASS.
16164         (subdir_do): Eliminated.
16165         (do-*): New set of targets to replace subdir_do.
16166         (various): All targets which used subdir_do now depend on do-*.
16167         (local-clean): Renamed from do_clean.
16168         (local-distclean): New target, dependency of distclean and
16169         realclean.
16170         (install-info): Don't create directories.  Depend on dir.info
16171         rather than calling make recursively.
16172         (install-dir.info): Eliminated.
16173         (install-info-dirs): Create all info directories here.
16174         (dir.info): Depend upon do-install-info.
16176         * test-build.mk (HOLES): Added false.
16178 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16180         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16182 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16184         * Makefile.in (info): remove dependency on all-texinfo.  The
16185         problem was really in texinfo/C, not at this level.
16187 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16189         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16191 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16193         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16194         GDB releases.
16196 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16198         * configure: Include srcdir in message about target of link not
16199         being found.  Don't convert `-' to `_' in `with' options being
16200         passed to subdirs.
16202 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16204         * configure.in: add uudecode to host_tools
16206         * Makefile.in: added {all,install}-uudecode targets, added them to
16207         the appropriate lists
16209 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16211         * Makefile.in (all-gcc): Added dependency on all-gas.
16213         * configure.in (mips-*-*): Build ld and binutils.
16215 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16217         * configure: check return code from mkdir, print error message and
16218           exit on failure.
16220 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16222         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16224 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16226         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16228 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16230         * config.sub (h8500):  Recognize this as a cpu type.
16232 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16234         * configure: source directory missing is no longer a warning
16236         * configure.in: recognize irix[34]* instead of irix[34]
16238         * Makefile.in: define and pass down X11_LIB
16240 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16242         * guess-systype: Renamed to ...
16243         * config.guess:  ... by popular request.
16244         * configure.in, Makefile.in:  Update accordingly.
16246 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16248         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16249         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16250         + Execute ./dummy instead of assuming . is in PATH.
16252 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16254         * guess-systype:  New shell script.  Attempts to guess the
16255         canonical host name of the executing host.
16256         Only a few hosts are supported so far.
16257         * configure:  Call guess-systype if no host is specified.
16259 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16261         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16262         gcc Makefile.
16265 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16267         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16268         (all-gcc, install-gcc, subdir_do): Use it.
16270 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16272         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16274 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16276         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16277           set exclusively by configure, using configure.in .
16279 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16281         * test-build.mk: set $PATH for all builds
16283         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16285 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16287         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16288         the one used in gcc/Makefile.in, so that a null expansion doesn't
16289         override the one needed to build gcc with a native cc.
16292 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16294         * configure: Accept -with arguments.
16296 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16298         * Makefile.in: added h8300sim
16300 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16302         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16303         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16304         (all-cygnus, native, build-cygnus): Make
16305         $(canonhost)-stamp-3stage-done, not $(host)....
16306         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16307         i386-sco3.2v4.  Added else true to if command.
16309 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16311         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16313 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16315         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16317 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16319         * configure.in: don't remove binutils from Solaris builds
16321 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16323         * Makefile.in: get rid of earlier definitions for *clean,
16324         also handle the recursive info rule better
16326 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16328         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16329         do more-or-less the right thing.
16331 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16333         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16334         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16336 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16338         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16339         $(host_canonical).
16341         * configure.in: split the configdirs list into 4 categories (native
16342         v. cross, library v. tool) and handle the cross-only and native-
16343         only in more reasonable (and correct!) way.
16345 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16347         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16348         configdirs anymore.
16350 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16352         * Makefile.in: extensive cleanup::  removed all of the explicit
16353         clean-* targets, collapsed many wrappers around subdir_do into
16354         one, added additional targets to satisfy standards.texi, deleted
16355         some old targets, some changes for consistency
16357 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16359         * configure.in: handle some programs as cross-only, and others as
16360         native only
16362         * test-build.mk: handle partial holes in a more generic manner
16364         * Makefile.in: m4 depends on libiberty
16366 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16368         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16369         time, wdiff, and find to configdirs
16371         * Makefile.in: all, clean, and install rules for the new programs
16372         added to configure.in
16374 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16376         * configure.in: use mh-sun for all *-sun-* hosts
16378 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16380         * Makefile.in: define flags for X11 include files and library file
16381         locations, pass them down to the programs that need this info
16383         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16385 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16387         * configure.in: start building libg++ for HP-UX targets
16389 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16391         * README:  Update references to files moved into etc/.
16393 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16395         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16396         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16398 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16400         * configure: accept dash as well as underscore in long option
16401         names for FSF compatibility.
16403 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16405         * config.sub: added -sco3.2v4 support from FSF.
16407 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16409         * configure.in: expand the section that adds or removes
16410         directories from the list of programs to build, to handle native
16411         vs. cross in addition to host v. native
16413 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16415         * Makefile.in:  Replace C++ in macro names with CXX.
16416         This is less likely to break ...
16418 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16420         * test-build.mk: add -w to GNU_MAKE
16422 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16424         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16425         add 'sparc' to list of recognized cpus.  This needed to make
16426         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16427         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16428         then changes that into $CPU-wrs-vxworks.
16430         * configure.in: remove most references to gdbtest, regularize
16431         target based program removal
16433         * test-build.mk: import from p3 tree (many fixes and changes)
16435 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16437         * Makefile.in: added rules to handle tcl, tk, and expect
16439         * configure.in: handle those directories if they exist
16441 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16443         * config.sub: removed bogus hppabsd and hppahpux names, since
16444         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16446 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16448         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16449         depends upon all-xiberty
16451         * Makefile.in: changes from p3, including:
16453         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16455         * Makefile.in (XTRAFLAGS): include newlib directories if
16456         newlib/Makefile exists, rather than if host != target.
16458         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16460         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16461         from the same source tree and not building a cross-compiler.  This
16462         matters for the libg++ configuration if reconfiguring a tree that
16463         has already been installed.
16465         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16467         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16468         pick up the machine and system specific header files.
16470         * Makefile.in: added AS_FOR_TARGET, passed down in
16471         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16472         the C compiler to use to create programs which are run in the
16473         build environment, set it to default to $(CC), and passed it down
16474         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16476         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16478         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16479         We need them for unusual native builds, like systems without
16480         ranlib.
16482         * configure: also define $(host_canonical) and
16483         $(target_canonical), which are the full, canonical names for the
16484         given host and target
16486 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16488         * Makefile.in:  Added separate definitions for C++.
16490 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16492         * configure.in (configdirs):  Add deja-gnu.
16494 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16496         * README:  Update for configure.texi and gdb-4.7 release.
16498 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16500         * Makefile.in:  Move "all" target to top of file.
16501         Previously, first target was ".PHONY" which caused BSD4.4 make
16502         to build .PHONY when make was run without arguments.
16504 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16506         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16507         Library-copylefted code in libiberty.
16509 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16511         * config.sub:  Replace m68kmote with plain old m68k.
16513 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16515         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16517 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16519         * config.sub: Complain if no argument is given.  Added support for
16520         386bsd as OS and target alias.
16522 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16524         * Makefile.in (XTRAFLAGS): include newlib directories if
16525         newlib/Makefile exists, rather than if host != target.
16527 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16529         * config.sub: recognize sparclite-wrs-vxworks.
16531         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16532         p3.) Added clean-xiberty to clean.
16534 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16536         * configure.in: use *-*-* instead of nested cases for host and target
16538 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16540         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16541         from the same source tree and not building a cross-compiler.  This
16542         matters for the libg++ configuration if reconfiguring a tree that
16543         has already been installed.
16545 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16547         * config.sub (i486v/i486v4):  Merge in from FSF version.
16549 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16551         * configure: only set PWD if it is already set.
16553 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16555         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16556         doesn't have unset and all success paths (and most error paths)
16557         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16558         to just ${PWD} to avoid confusion.)
16560 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16562         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16563         even for a native compilation.
16565 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16567         Changes to make the gdb.tar.Z rule work better.
16569         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16570         (DEVO_SUPPORT):  Add configure.texi.
16571         (bfd-ilrt.tar.Z):  Remove ancient rule.
16573 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16575         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16576         pick up the machine and system specific header files.
16578         * configure.in, config.sub: added new target m68010-adobe-scout,
16579         with alias of adobe68k.  Changed configure.in to check for
16580         -scout before -sco* to avoid a false match.
16582         * Makefile.in: added AS_FOR_TARGET, passed down in
16583         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16584         the C compiler to use to create programs which are run in the
16585         build environment, set it to default to $(CC), and passed it down
16586         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16588 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16590         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16591         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16592         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16593         FOR_TARGET variants, to newlib and libg++.
16595 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16597         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16598         first.
16600 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16602         * config.sub:  Accept `elf' as an environment.
16604 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16606         * Makefile.in (all-opcodes):  cd into the right directory
16608 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16610         * configure: added -program_transform_name option, used as
16611         argument to sed when installing programs.
16612         configure.texi: added documentation for -program_prefix,
16613         -program_suffix and -program_transform_name.
16615 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16617         * config.sub:  Accept i486 where i386 ok.
16619 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16621         * config.sub: accept we32k
16623 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16625         * config.sub, configure.in: accept OSE68000 and OSE68k.
16627         * Makefile.in: don't create all directories for ``make install'';
16628         let the subdirectories create the ones they need.
16630 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16632         * COPYING: new file, GPL v2
16634 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16636         * Makefile.in: use the new gen-info-dir, which needs a template
16637         argument (which also lives in texinfo)
16639         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16641 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16643         * config.sub (ncr3000):  Change i386 to i486.
16645 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16647         * Makefile.in: add install-rcs, install-grep to
16648         install-no-fixedincludes, removed install-bison and install-libgcc
16650 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16652         * configure.in: grab the HPUX makefile fragment if on HPUX
16654 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16656         * Makefile.in: eradicate bison spoor (ditto libgcc).
16657          configure.in: recognise m68{k,000}-ericsson-OSE.
16658          es1800 is alias for m68k-ericsson-OSE
16660 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16662         * configure.in: rearrange the parts that remove programs from
16663         configdirs, based now on HOST==TARGET or by canonical triple.
16665 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16667         * test-build.mk: recurse explicitly with -f test-build.mk when
16668           appropriate.  predicate stage3 and comparison on the existence
16669           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16670           On very clean, also remove ...stamp-co.  Build in-place before
16671           doing other builds.
16673 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16675         * Makefile.in, configure.in: add tgas
16677 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16679         * Makefile.in: a number of changes merged in from progressive.
16681         * configure.in: add libm.
16683         * .cvsignore: ignore some stuff that comes from test-build.mk.
16685 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16687         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16689 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16691         * configure: Add program_suffix (parallel to program_prefix)
16692         * Makefile.in: adjust directory-creating script for losing decstation
16694 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16696         * configure:  Minor $subdir-related fixes.
16698 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16700         * configure: fix various problems with propogating
16701         makefile_target_frag in subdirs.
16702         * configure.in: config libgcc if its there
16704 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16706         * config.sub:  HPPA merge.
16708 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16710         * Makefile.in:  Replace all-bison with all-byacc in all
16711         dependency lines for other tools (which now use byacc).
16713 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16715         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16717 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16719         * Makefile.in: make gprof rules similar to byacc rules (instead of
16720         vestigal $(unsubdir) that didn't work...)
16722 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16724         * config.sub:  Add support for Linux.
16725         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16726         (at least for libg++).
16728 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16730         * configure.texi: fix doc for the -nfp option to configure
16732 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16734         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16736 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16738         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16739         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16740         * configure.in: added solaris* host_makefile_frag hook.
16742 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16744         * config.sub: changed recognition of m68000 so that various
16745         m68k types can be specified via m680[01234]0
16747 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16749         * config.sub (basic_machine): fix sed so that '-foo' isn't
16750         completely substituted out while .+'-foo' loses the '-foo'
16752 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16754         * config.sub ($os): Add -aout.
16756 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16758         * configure:  If host_makefile_frag is absolute, don't
16759         prefix ${invsubdir} (relevant to libg++ auto-configure).
16761 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16763         * Makefile.in (tooldir): Define it.
16764         (all-ld): Depend on all-flex.
16766 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16768         * Makefile.in (check):  Fix libg++ special case.
16770 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16772         * configure: do not bury `pwd` into config.status, thus do fewer
16773           pwd's.
16775         * configure: print the "Building in" message only when building in
16776           other than "." AND verbose.
16778         * configure: remove -s, rework -v to better accommodate guested
16779           configures.
16781         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16783 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16785         * Makefile.in: macroize flags passed on recursion.  remove
16786           fileutils.
16788 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16790         * configure: get makesrcdir right for subdirs deeper than 1.
16792         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16793           install.
16795 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16797         * Makefile.in: don't print subdir_do or recursion lines.
16799 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16801         * standards.texi: added menu item.
16803         * Makefile.in: build and install standards.info.
16805         * standards.texi: new file.
16807 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16809         * configure: test for and move config.status pieces from
16810           ${subdir}/.
16812 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16814         * configure:  Test for existance of files before trying to mv
16815         them, to avoid numerous non-existance messages.
16817 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16819         * configure: correct final line of config.status.
16821         * configure: patch from eggert.  Avoids a protection problem if
16822           the original Makefile.in is read only.
16824         * configure: use move-if-change from gcc to create config.status.
16825           Some makefiles depend on config.status to tell if a directory
16826           has been reconfigured for a different host.  This change
16827           prevents those directories from remaking everything in the case
16828           where the reconfig was only intended to rebuild a Makefile.
16830         * configure: test for config.sub with "config.sub sun4" rather
16831           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16832           host alias from a missing config.sub.
16834 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16836         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16837           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16839 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16841         * configure: mkdir ${subdir} as needed.
16843 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16845         * Makefile.in,configure.in: added autoconf.
16847 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16849         * Makefile.in: no longer pass against on recursion.
16851         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16852           definitions are not inherited.
16854         * configure: correct makesrcdir when subdir is .
16856 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16858         * configure:  Add support for 'subdirs' variable, which is
16859         like 'configdirs', except that configure doesn't re-invoke
16860         itself for subdirs, it just creates a Makefile for each subdir.
16861         * configure.texi:  Document subdirs.
16863 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16865         * configure.in: added flex to configdirs
16867 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16869         * Makefile.in: remove clean-stamps from clean.
16871 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16873         * configure.in:  Add gdbtest to configdirs.
16875 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16877         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16878         to recursive makes.
16879         * configure.in:  Recognize new ncr3000 config.
16881 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16883         * Makefile.in, configure.in: removed references to gdbm.
16885 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16887         * config.sub:  Don't canonicalize os value
16888         newsos* to bsd (readline needs to check for newsos).
16889         (This fix was earlier made Jan 31, but got re-broken.)
16891 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16893         * configure.in:  sco is an os, not a vendor!
16895         * configure:  Quote $( better.  Keep various shells happy.
16897 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16899         * Makefile.in: eliminate stamp-files.
16901 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16903         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16904           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16906 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16908         * config.sub:  fix iris/iris3.
16910 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16912         * configure: re-add -rm.
16914 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16916         * Maskefile.in: add .stmp-rcs to all.
16918         * configure.in: remove gas from rs6000 build, use aix host fragment.
16920 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16922         * configure: pass down site_option during recursion.
16924 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16926         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16928 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16930         * configure: Change exec_prefix so that it really defaults to prefix.
16932 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16934         * Makefile.in, configure.in:  Add support for mmalloc library.
16936 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16938         * Makefile.in: add stmp dependencies for a few more things.
16940 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16942         * configure: adjusted error message on objdir/srcdir configure
16943           collision, per john's suggestion.
16945         * Makefile.in: add libiberty stmp to all and all.cross.
16947 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16949         * Makefile.in: remove force dependencies, add grep to all.
16951 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16953         * Makefile.in: drop flex.  make stamp files work.
16955         * configure: added test for conflicting configuration in srcdir,
16956           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16957           gets cranky.  use relative paths for configure and srcdir
16958           whenever possible.  Send some error messages to stderr that were
16959           going to stdout.
16961 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16963         * Makefile.in:  Fix libg++ rule to check for gcc directory
16964         before using gcc/gcc.  Also pass XTRAFLAGS.
16966 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16968         * Makefile.in: added stmp-files so that directories aren't polled
16969           when they are already built.
16971         * configure.texi: fixed a node pointer problem.
16973 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16975         * config.sub configure.in gdb/configure.in
16976         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16977         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16978         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16980 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16982         * configure: -recurring becomes -silent.  corrected help message
16983           for -site= option.
16985         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16987 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16989         * configure: when building Makefile for crosses, replace
16990           tooldir and program_prefix.  default srcdir from location of
16991           config.sub.  remove "for host in hosts" and "for target in
16992           targets" loops.
16994 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16996         * Makefile.in: Do not pass bindir or mandir to cvs.
16998 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17000         * Makefile.in, configure.in: removed traces of namesubdir,
17001           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17002           copyrights to '92, changed some from Cygnus to FSF.
17004         * configure.texi: remove most references to multiple hosts,
17005           multiple targets, subdirs, etc.
17007         * configure.man: removed rcsid. reference config.sub not
17008           config.subr.
17010         * Makefile.in: mkdir $(infodir) on install-info.
17012 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17014         * configure.texi:  Explain better about .gdbinit and about
17015         the environment that configure.in sections run in.
17017 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17019         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17021 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17023         * README:  DOC.configure => cfg-paper.texi.
17025 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17027         * config.sub (near case $os):  Don't convert newsos* to bsd!
17029 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17031         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17032         the number of copies of COPYING that go into the GDB tar file.
17034 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17036         * bfd/configure.in, gdb/config/mh-i386sco,
17037         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17038         Fix SCO configuration stuff.
17040 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17042         * Makefile.in:  For libg++, make sure the -I pointing
17043         to the gcc directory goes *after* all the libg++-local -I flags.
17044         Also, move just-gcc dependency from just-libg++ to all-libg++.
17046 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17048         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17050 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17052         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17054 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17056         * config.sub:  Add stratus configuration frags.  Also
17057         submitted to FSF.
17059 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17061         * Makefile.in (DEV_SUPPORT):  add configure.man.
17063         * config.sub(Decode manufacturer-specific):  add -none*.
17065 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17067         * Makefile.in:  remove form feeds to make Sun's make happy.
17068         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17070 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17072         * Makefile.in (AR_FLAGS):  Make quieter.
17074 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17076         * configure.in:  Add libg++.
17077         * configure:  When verbose, don't output the command line at each
17078         level; it will be unremarkably the same as the previous version,
17079         which will be the same as what the user typed.
17081 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17083         * configure.in, Makefile.in: fix clean-info, add flex.  add
17084           fileutils.
17086         * configure: be less sensitive to spaces in Makefile.in.  Do not
17087           look for sources in "..".  Doing so breaks subdirectories that
17088           might have their own configure.  If a subdir has it's own
17089           configure script, use it.
17091 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17093         * cfg-paper.texi: some changes suggested by rms.
17095 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17097         * config.sub:  Merge in some small additions from the FSF version,
17098         taken from the gcc distribution, to bring the Cygnus and FSF
17099         versions into closer sync.
17101 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17103         * configure.in:  Changed svr4 references to sysv4.
17105 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17107         * configure: added -V for version number option.
17109 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17111         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17112           renamed from DOC.configure to cfg-paper.texi.
17114 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17116         * configure, config.subr, config.sub: config.subr is now
17117           config.sub again.
17119 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17121         * configure.texi: new file, in progress.
17123         * Makefile.in: build info file and install the man page for
17124           configure.
17126         * configure.man: new file, first cut.
17128         * configure: find config.subr again now that configuration "none"
17129           has gone.  removed all traces of the -ansi option.  removed all
17130           traces of the -languages option.
17132         * config.subr: resync from rms.
17134 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17136         * configure, config.sub, config.subr: merge config.sub into
17137           config.subr, call the result config.subr, remove config.sub, use
17138           config.subr.
17140         * Makefile.in: revised install for dir.info.
17142 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17144         * configure.in: add decstation host makefile frag.
17146         * Makefile.in: BISON now bison -y again.  also install-gcc on
17147           install.  clean-gdbm on clean.  infodir belongs in datadir.
17148           Make directories for info install.  Build dir.info here then
17149           install it.
17151 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17153         * Makefile.in: fix for bad directory tests.
17155 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17157         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17158           regexp.  -srcdir relative was being handled incorrectly.
17160         * Makefile.in: unwrapped some for loops so that parallel makes
17161           work again and so one can focus one's attention on a particular
17162           package.
17164 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17166         * configure: added PWD as a stand in for `pwd` (for speed). use
17167           elif wherever possible.  make -srcdir work without -objdir.
17168           -objdir= commented out.
17170 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17172         * configure: +options become --options.  -subdirs commented out.
17173           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17174           Makefile now at top of generated Makefile.  Removed cvs log
17175           entries.  added -srcdir.  create .gdbinit only if there is one
17176           in ${srcdir}.
17178         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17179           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17180           and mandir now keyed off datadir by default.
17182 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17184         * Freshly created ChangeLog.
17187 Local Variables:
17188 mode: change-log
17189 left-margin: 8
17190 fill-column: 76
17191 version-control: never
17192 End: