1 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3 * Makefile.tpl (all-target): Correct @if conditional for target
5 * configure.in: Omit libiberty if building only target libgcc.
6 * configure, Makefile.in: Regenerated.
8 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
10 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
11 * configure: Regenerate.
13 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
15 * Makefile.def (target_modules): Add libgcc.
16 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
17 * Makefile.tpl (clean-target-libgcc): Delete.
18 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
19 on gcc even for bootstrapped modules. Rewrite handling of
20 lang_env_dependencies to loop over target_modules.
21 * configure.in (target_libraries): Add target-libgcc.
22 * Makefile.in, configure: Regenerated.
24 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
26 * configure.in: Reorganize recognition of languages. Add
27 --enable-stage1-languages. Show supported languages for the chosen
28 target rather than all recognized languages.
29 * configure: Regenerate.
31 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
33 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
34 * Makefile.in: Regenerate.
36 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
38 * configure.in: Warn that MPFR 2.2.0 is buggy.
39 * configure: Regenerate.
41 2006-12-27 Ian Lance Taylor <iant@google.com>
43 * configure.in: When removing Makefiles to force a reconfigure, also
44 remove prev-DIR*/Makefile.
45 * configure: Regenerate.
47 2006-12-22 Andreas Schwab <schwab@suse.de>
49 * configure: Regenerate with correct autoconf version.
51 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
53 * configure.in: add AC_SUBST for *_FOR_TARGET.
54 * configure: Regenerate.
56 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
58 * configure.in: Simplify logic for rejecting languages that cannot
59 be built. Separate the case when a language is unsupported,
60 from the case when the user chooses not to build a language.
62 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
64 * configure.in: Remove "$build" case for powerpc-*-darwin* since
65 it only affects bootstrap and could be tested on "$host" as well.
66 * configure: Regenerate.
67 * config/mh-ppc-darwin: Add to the stage1 cflags here.
69 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
72 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
73 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
74 move here comment from Makefile.tpl.
75 * Makefile.tpl: Move some definitions higher in the file.
76 (STAGE1_CHECKING): New.
77 * configure.in: Add --enable-stage1-checking.
78 * configure: Regenerate.
79 * Makefile.in: Regenerate.
81 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
83 * MAINTAINERS: Add myself as build system maintainer.
85 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
87 * MAINTAINERS (Write After Approval): Add myself.
89 2006-12-13 Eric Christopher <echristo@apple.com>
91 * MAINTAINERS: Add myself as darwin maintainer.
93 2006-12-11 Ian Lance Taylor <ian@airs.com>
95 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
97 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
99 MAINTAINERS: Update my entry.
101 2006-12-11 Alan Modra <amodra@bigpond.net.au>
103 * configure.in: Handle spu makefile frag.
104 * config/mt-spu: New file.
105 * Makefile.tpl (MAINT): Define
106 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
107 * configure: Regenerate.
108 * Makefile.in: Regenerate.
110 2006-12-11 Ben Elliston <bje@au.ibm.com>
112 * config.guess: Import latest version.
113 * config.sub: Likewise.
115 2006-12-11 Ben Elliston <bje@au.ibm.com>
117 * configure.in (spu-*-*): Don't skip target-libiberty.
118 * configure: Regenerate.
120 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
123 * configure.in: Correct x86 darwin support for libjava to powerpc
125 * configure: Regenerate.
127 2006-12-08 Sandro Tolaini <tolaini@libero.it>
129 * configure.in: Add x86 darwin support for libjava.
130 * configure: Regenerate.
132 2006-12-07 Mike Stump <mrs@apple.com>
134 * Makefile.def (dependencies): Add dependency for
135 install-target-libssp and install-target-libgomp on
137 * Makefile.in: Regenerate.
139 2006-12-04 Richard Guenther <rguenther@suse.de>
141 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
142 (Non-Algorithmic Maintainers): Move over non-algorithmic
143 loop optimizer maintainers, add myself as a non-algorithmic
144 middle-end maintainer.
146 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
148 * MAINTAINERS (Write After Approval): Add myself.
150 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
152 * configure.in: Update error message for missing GMP/MPFR.
154 * configure: Regenerate.
156 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
158 * configure.in: Update MPFR version in error message.
160 * configure: Regenerate.
162 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
164 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
165 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
166 --with-gmp-lib): New flags.
168 * configure: Regenerate.
170 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
172 * MAINTAINERS (Write After Approval): Change my email address.
174 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
176 * MAINTAINERS (Write After Approval): Add myself.
178 2006-11-22 Philipp Thomas <pth@suse.de>
180 * MAINTAINERS (i18n): Update e-mail address.
182 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
184 * MAINTAINERS (spu port): Add myself as maintainer.
185 (Write After Approval): Remove myself.
187 2006-11-22 Ben Elliston <bje@au.ibm.com>
189 * configure.in (skipdirs): Don't build libssp for SPU.
190 * configure: Regenerate.
192 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
194 * MAINTAINERS (spu port): Add myself as maintainer.
195 (libobjc): Update my email address.
197 2006-11-21 Andrea Bona <andrea.bona@st.com>
199 * MAINTAINERS (Write After Approval): Add myself.
201 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
203 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
204 * configure : Rebuilt.
206 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
208 * MAINTAINERS (Write After Approval): Add myself.
210 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
212 * MAINTAINERS (Write After Approval): Add myself.
214 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
216 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
218 * configure: Regenerate.
220 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
222 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
223 (unstage): Test for stage_last presence.
226 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
227 * Makefile.in: Regenerate.
229 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
231 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
234 2006-11-14 Erven Rohou <erven.rohou@st.com>
236 * MAINTAINERS (Write After Approval): Add myself.
238 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
240 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
241 and stageN-package/Makefile.
242 * Makefile.in: Regenerated.
244 2006-11-14 Jie Zhang <jie.zhang@analog.com>
246 * configure.in: Remove target-libgloss from noconfigdirs for
248 * configure: Regenerated.
250 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
252 * configure.in (have_gmp): Only error if the gcc directory exists.
254 * configure: Regenerate.
256 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
258 * configure.in: Robustify error message for missing GMP/MPFR.
260 * configure: Regenerate.
262 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
264 * MAINTAINERS (Write After Approval): Add myself.
266 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
268 * MAINTAINERS: Change email address.
270 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
272 * MAINTAINERS (Write After Approval): Add myself.
274 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
276 * MAINTAINERS (Write After Approval): Add myself.
278 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
280 * MAINTAINERS (Write After Approval): Move myself to
281 Write After Approval section.
283 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
285 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
287 * configure: Regenerate.
289 2006-10-16 Tobias Burnus <burnus@net-b.de>
291 * MAINTAINERS (Write After Approval): Add myself.
293 2006-10-16 Ben Elliston <bje@au.ibm.com>
295 * config.guess: Import latest version.
296 * config.sub: Likewise.
298 2006-10-10 Brooks Moses <bmoses@stanford.edu>
300 * Makefile.def: Added pdf target handling.
301 * Makefile.tpl: Added pdf target handling.
302 * Makefile.in: Regenerated.
304 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
306 * MAINTAINERS: Add self as score port maintainer.
308 2006-10-04 Brooks Moses <bmoses@stanford.edu>
310 * MAINTAINERS (Write After Approval): Add myself.
312 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
314 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
316 * configure: Regenerated.
318 2006-09-27 Dave Brolley <brolley@redhat.com>
320 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
322 * configure: Regenerated.
324 2006-09-26 Thiemo Seufer <ths@mips.com>
326 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
327 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
328 * configure: Regenerate.
330 2006-09-24 Graeme Peterson <gridly@gmail.com>
332 * MAINTAINERS (Write After Approval): Remove myself.
334 2006-09-22 Chao-ying Fu <fu@mips.com>
336 * MAINTAINERS (Write After Approval): Add myself.
338 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
340 * MAINTAINERS: Add self as soft-fp maintainer.
342 2006-09-09 Anatoly Sokolov <aesok@post.ru>
344 * MAINTAINERS: Add myself as avr maintainer.
345 Remove Marek Michalkiewicz as avr maintainer.
347 2006-09-07 Roberto Costa <roberto.costa@st.com>
349 * MAINTAINERS (Write After Approval): Add myself.
351 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
353 * configure.in: Never build newlib for a Mingw host.
354 Never build newlib as Mingw target library.
355 Test the existence of winsup/cygwin for building a Cygwin newlib,
356 rather than just winsup.
357 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
358 building a Mingw target.
359 * configure: Regenerate.
361 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
363 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
365 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
367 * config.guess: Import from src (was more updated).
368 * config.sub: Likewise.
370 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
372 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
373 * configure: Regenerated.
375 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
377 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
378 for stages after the first.
380 2006-07-17 Jakub Jelinek <jakub@redhat.com>
382 * Makefile.def: Add dependencies for configure-opcodes
383 on configure-intl and all-opcodes on all-intl.
384 * Makefile.in: Regenerated.
386 2006-07-13 Ben Elliston <bje@au.ibm.com>
388 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
390 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
392 Port to hosts whose 'sort' and 'tail' implementations
393 treat operands with leading '+' as file names, as POSIX
394 has required since 2001. However, make sure the code still
395 works on pre-POSIX hosts.
396 * ltmain.sh: Don't assume "sort +2" is equivalent to
397 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
399 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
401 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
403 2006-07-04 Peter O'Gorman <peter@pogma.com>
405 * ltconfig: chmod 644 before ranlib during install.
407 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
410 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
411 if the bootstrap compiler is a GCC version that supports it.
412 * configure: Regenerate.
414 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
416 * configure.in: Fix thinkos in previous check-in.
417 * configure: Regenerate.
419 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
422 * configure.in: Test subdir_requires and give an appropriate
424 * configure: Regenerate.
426 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
428 * MAINTAINERS (Write After Approval): Add myself.
430 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
432 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
434 2006-06-22 Steve Ellcey <sje@cup.hp.com>
436 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
438 2006-06-20 David Ayers <d.ayers@inode.at>
441 * configure.in: Add target-boehm-gc to noconfigdirs depending on
442 whether target-libjava is being configured instead of whether the
443 java front end is enabled.
444 * configure: Regenerate.
446 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
449 * configure.in: Only enable libgomp on IRIX 6.
450 * configure: Regenerate.
452 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
454 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
456 * Makefile.in: Regenerate.
458 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
460 * config-ml.in: Alter CCASFLAGS to include special
461 multilib options the same as is done for CFLAGS.
463 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
465 * configure.in: Don't enable libgomp on hpux10.
466 * configure: Rebuilt.
468 2006-06-12 David Ayers <d.ayers@inode.at>
472 * configure.in: Remove target-boehm-gc from noconfigdirs where
473 ${libgcj} is specified.
474 * configure: Regenerate.
476 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
480 * configure.in: Sync.
481 * configure: Regenerated.
483 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
485 * Makefile.def: Added dependencies from sim and gdb on intl, and
486 added configure dependencies to everything with an all dependency
488 * Makefile.in: Regenerated.
490 2006-06-06 David Ayers <d.ayers@inode.at>
493 * Makefile.def: Add dependencies for libobjc which boehm-gc.
494 * Makefile.in: Regenerate.
495 * configure.in: Add --enable-objc-gc at toplevel and have it
496 enable boehm-gc for Objective-C.
497 Remove target-boehm-gc from libgcj.
498 Add target-boehm-gc to target_libraries.
499 Add target-boehm-gc to noconfigdirs where ${libgcj}
501 Assert that boehm-gc is supported when requested for Objective-C.
502 Only build boehm-gc if needed either for Java or Objective-C.
503 * configure: Regenerate.
505 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
508 * Makefile.tpl (configure-[+prefix+][+module+],
509 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
510 Remove rule to unstage bootstrapped modules.
511 (stage_current): New.
512 * Makefile.in: Regenerate.
514 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
516 * MAINTAINERS (Write After Approval): Update my e-mail address.
518 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
520 * include/libiberty.h: Declare pex_run_in_environment.
522 2006-05-31 Asher Langton <langton2@llnl.gov>
524 * MAINTAINERS (Write After Approval): Add myself.
526 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
528 * Makefile.def (bfd, opcodes): Fix lib_path.
529 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
530 (restrap): Move under "@if gcc-bootstrap". Fix typo.
531 * Makefile.in: Regenerate.
533 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
535 * Makefile.in: Regenerate.
537 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
539 * Makefile.def: Add install-html target. Add datarootdir
540 docdir and htmldir to flags_to_pass.
541 * Makefile.tpl: Add install-html target.
542 * Makefile.in: Regenerate.
543 * configure.in: Add --with-datarootdir, --with-docdir, and
544 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
545 * configure: Regenerate.
547 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
549 * configure.in: Enable gprof for cross builds.
550 * configure: Regenerate.
552 2006-05-22 Richard Guenther <rguenther@suse.de>
555 2006-01-31 Richard Guenther <rguenther@suse.de>
556 Paolo Bonzini <bonzini@gnu.org>
558 * Makefile.def (target_modules): Add libgcc-math target module.
559 * configure.in (target_libraries): Add libgcc-math target library.
560 (--enable-libgcc-math): New configure switch.
561 * Makefile.in: Re-generate.
562 * configure: Re-generate.
563 * libgcc-math: New toplevel directory.
565 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
566 Andreas Tobler <a.tobler@schweiz.ch>
568 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
569 * configure: Rebuilt.
571 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
573 * MAINTAINERS (Write After Approval): Add myself.
575 2006-05-01 DJ Delorie <dj@redhat.com>
577 * configure.in: Restore CFLAGS if GMP isn't present.
578 * configure: Regenerate.
580 2006-05-01 Richard Guenther <rguenther@suse.de>
582 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
585 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
587 * MAINTAINERS (Write After Approval): Add myself.
589 2006-04-28 Jan Beulich <jbeulich@novell.com>
591 * MAINTAINERS (Write After Approval): Add myself.
593 2006-04-18 DJ Delorie <dj@redhat.com>
595 * configure.in (m32c): Build libstdc++-v3. Pass flags to
596 reference libgloss so that libssp can be built in a combined
598 * configure: Regenerate.
600 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
602 * MAINTAINERS (Write After Approval): Add myself.
604 2006-04-05 Ben Elliston <bje@au.ibm.com>
606 * configure.in: Require makeinfo 4.4 or higher.
607 * configure: Regenerate.
609 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
611 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
612 Rearrange the entries of other libraries to have them in one place.
614 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
616 * MAINTAINERS (Write After Approval): Remove myself.
617 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
619 2006-03-14 Richard Guenther <rguenther@suse.de>
621 * configure: Regenerate with autoconf 2.13.
623 2006-03-13 Jim Blandy <jimb@codesourcery.com>
625 * MAINTAINERS: Use my work address.
627 * MAINTAINERS: Update my E-mail address.
629 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
631 * configure.in: Handle --disable-<component> generically.
632 * configure: Regenerate.
634 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
637 * ltmain.sh: Don't use "$finalize_rpath" for compile.
639 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
641 * MAINTAINERS (Write After Approval): Remove myself.
642 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
644 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
646 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
647 (TARGET_CONFIGDIRS): Remove.
648 * configure.in: Remove AC_SUBST(target_configdirs).
649 * Makefile.in, configure: Regenerated.
651 2006-02-20 Steven G. Kargl <kargls@comcast.net>
653 * MAINTAINERS (Write After Approval): Remove myself.
654 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
656 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
660 * Makefile.tpl ([+compare-target+]): Print explanation messages.
662 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
663 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
664 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
665 BUILD_PREFIX, BUILD_PREFIX_1.
666 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
668 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
669 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
671 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
672 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
673 of `cat stage_current`. Always provide the `r' and `s' variables.
674 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
675 a single shell execution.
676 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
677 bootstrapped modules, make the stage1 module if the build was not
678 started yet, else build the current stage.
679 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
680 (all-build, all-host, all-target, [+make_target+]-host,
681 [+make_target+]-target): Do not use \-continued lines.
682 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
683 (current_stage, restrap, stage_last): New.
685 * Makefile.in: Regenerate.
686 * configure: Regenerate.
688 2006-02-19 Bud Davis <jmdavis@link.com>
690 * MAINTAINERS (Write After Approval): Remove myself.
691 (Language Front End Maintainers): Add myself as fortran 95
692 maintainer and update e-mail address.
694 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
696 * MAINTAINERS (Write After Approval): Remove myself.
697 (Language Front End Maintainers): Add myself as fortran 95
700 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
702 * MAINTAINERS (Write After Approval): Add myself.
704 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
706 * MAINTAINERS (Write After Approval): Remove myself.
707 (Language Front End Maintainers): Add myself as
708 fortran 95 maintainer.
710 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
714 2005-12-27 Leif Ekblad <leif@rdos.net>
716 * configure.in: Add support for RDOS target.
717 * configure: Regenerate.
719 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
720 Andreas Schwab <schwab@suse.de>
722 * configure: Regenerate.
724 2006-02-12 David Edelsohn <edelsohn@gnu.org>
726 * configure.in (enable_libgomp): Add AIX.
727 * configure: Regenerate.
729 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
731 * MAINTAINERS (Write After Approval): Add myself.
733 2006-02-03 Lee Millward <lee.millward@gmail.com>
735 * MAINTAINERS (Write After Approval): Add myself.
737 2006-01-31 Richard Guenther <rguenther@suse.de>
738 Paolo Bonzini <bonzini@gnu.org>
740 * Makefile.def (target_modules): Add libgcc-math target module.
741 * configure.in (target_libraries): Add libgcc-math target library.
742 (--enable-libgcc-math): New configure switch.
743 * Makefile.in: Re-generate.
744 * configure: Re-generate.
745 * libgcc-math: New toplevel directory.
747 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
749 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
750 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
751 the assembler, linker and binutils.
752 * configure: Regenerate.
754 2006-01-22 Dirk Mueller <dmueller@suse.de>
756 * MAINTAINERS (Write After Approval): Add myself.
758 2006-01-20 Diego Novillo <dnovillo@redhat.com>
760 * configure: Regenerate.
762 2006-01-18 Richard Henderson <rth@redhat.com>
763 Jakub Jelinek <jakub@redhat.com>
764 Diego Novillo <dnovillo@redhat.com>
766 * libgomp: New directory.
767 * Makefile.def: Add target_module libgomp.
768 * Makefile.in: Regenerate.
769 * configure.in (target_libraries): Add target-libgomp.
770 * configure: Regenerate.
772 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
774 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
776 * Makefile.in: Rebuilt.
778 2006-01-04 Chris Lattner <sabre@gnu.org>
780 * MAINTAINERS (Write After Approval): Add myself.
782 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
786 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
787 * Makefile.tpl (OBJDUMP): New.
788 (EXTRA_HOST_FLAGS): Add it.
789 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
791 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
792 to use symbolic links between directories. Avoid race conditions
793 or make them harmless.
794 * configure.in: Do not try to use symbolic links between directories.
796 * Makefile.def (LEAN): Pass.
797 * Makefile.tpl (LEAN): Define.
798 (stage[+id+]-start): Accept that the previous directory does not
799 exist, if the bootstrap is lean.
800 (stage[+id+]-bubble): Invoke lean bootstrap commands after
801 stage[+id+]-start. Use a makefile variable and an `if' instead of a
802 configure substitution.
803 ([+compare-target+]): Likewise.
804 ([+bootstrap-target+]-lean): New.
805 * configure.in: Remove lean bootstrap support from here.
807 * Makefile.in: Regenerate.
808 * configure: Regenerate.
810 2006-01-04 Ben Elliston <bje@au.ibm.com>
812 * MAINTAINERS (libdecnumber): Add myself.
814 2006-01-02 Mark Mitchell <mark@codesourcery.com>
816 * libtool-ldflags: New script.
818 2006-01-02 Andreas Schwab <schwab@suse.de>
820 * configure.in: When reconfiguring remove Makefile in
821 all stage directories.
822 * configure: Regenerate.
824 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
826 * MAINTAINERS: Update my email address.
828 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
830 Revert Ada-related part of the previous change.
832 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
834 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
835 * Makefile.in: Regenerate.
836 * configure.in: Do not include mt-ppc-aix target fragment.
837 * configure: Regenerate.
839 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
841 * configure.in: Select appropriate fragments for PowerPC/AIX.
842 * configure: Regenerate.
844 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
845 BOOT_CFLAGS, BOOT_LDFLAGS.
846 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
847 BOOT_CFLAGS, BOOT_LDFLAGS.
848 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
849 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
850 (stage): Fail if we cannot complete the work.
851 * Makefile.in: Regenerate.
853 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
855 * configure.in: Replace ms1 with mt.
856 * configure: Rebuilt.
858 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
860 * MAINTAINERS: Update my email address.
862 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
864 * Makefile.tpl (all, do-[+make_target+], do-check, install,
865 install-host-nogcc): Don't invoke $(stage) at the end.
866 * Makefile.in: Regenerate.
868 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
870 * configure.in: Flip the top-level bootstrap switch.
871 * configure: Regenerate.
873 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
875 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
876 $(stage) and $(unstage).
877 (EXTRA_TARGET_FLAGS): Correct double-quoting.
878 (all): Remove stray semicolon.
879 (local-distclean): Don't handle multilib.tmp and multilib.out.
880 (install.all): Set $s for consistency.
881 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
882 check_multilibs setting. Always make the install directory.
883 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
885 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
886 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
887 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
888 (multilib.out): Remove.
889 * Makefile.in: Regenerated.
891 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
893 * MAINTAINERS (Write After Approval): Add myself.
895 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
897 * MAINTAINERS: Add myself as mt maintainer.
899 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
901 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
903 * MAINTAINERS: Change email address.
905 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
907 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
908 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
909 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
910 Find in-tree tools if available.
911 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
912 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
913 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
914 (COMPILER_*_FOR_TARGET): New.
915 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
916 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
917 (CONFIGURED_*, USUAL_*): Remove.
918 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
919 STRIP): Use autoconf substitutions.
920 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
921 COMPILER_NM_FOR_TARGET): New.
922 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
924 (all): Make all-host and all-target in parallel.
925 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
926 that $$r and $$s are set before invoking a recursive make.
927 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
928 ([+bootstrap-target+]): Inline most of the `all' target.
930 2005-11-29 Ben Elliston <bje@au.ibm.com>
932 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
933 from the gcc build directory.
934 * Makefile.in: Regenerate.
936 2005-11-29 Ben Elliston <bje@au.ibm.com>
938 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
939 depend on all-libdecnumber.
940 * configure.in (host_libs): Include libdecnumber.
941 * Makefile.in: Regenerate.
942 * configure: Likewise.
944 2005-11-29 Ben Elliston <bje@au.ibm.com>
946 * libdecnumber: Import decNumber sources from the dfp-branch.
948 2005-11-21 Kean Johnston <jkj@sco.com>
950 * config.sub, config.guess: Sync from upstream sources.
952 2005-11-21 Ben Elliston <bje@au.ibm.com>
954 Import from Autoconf sources:
956 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
957 * config/move-if-change: Don't output "$2 is unchanged";
958 suggested by Ben Elliston. Handle weird characters correctly.
960 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
962 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
963 to match upstream libtool for darwin.
965 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
967 * Makefile.def: Remove gdb dependencies for gdbtk.
968 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
969 (configure-gdb, install-gdb): New rules.
970 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
971 * Makefile.in, configure: Regenerated.
973 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
975 * MAINTAINERS (Write After Approval): Add myself.
977 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
979 * MAINTAINERS (Write After Approval): Add myself.
981 2005-10-24 Diego Novillo <dnovillo@redhat.com>
983 * MAINTAINERS (alias analysis): Add Daniel Berlin and
986 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
989 * Makefile.tpl (do-[+make-target+], do-check, install,
990 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
991 are set before recursing.
992 * Makefile.in: Regenerate.
994 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
997 * Makefile.def (gcc) <target>: Fix thinko.
998 * Makefile.in: Regenerate.
1000 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
1002 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1003 * configure: Regenerate.
1005 2005-10-15 Jie Zhang <jie.zhang@analog.com>
1007 * MAINTAINERS (Write After Approval): Add self.
1009 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
1011 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1012 target-libffi, target-qthreads, target-libjava, and
1014 * configure: Regenerate.
1016 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
1018 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1019 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1020 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1021 (USUAL_OBJDUMP_FOR_TARGET): New.
1022 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1023 * configure.in: Check for $OBJDUMP_FOR_TARGET.
1024 * configure, Makefile.in: Regenerated.
1026 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
1028 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1029 before other host packages.
1031 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
1033 * MAINTAINERS: Add self as sh libraries/configury maintainer.
1035 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
1039 * configure.in (default_target): Remove.
1040 * Makefile.tpl (all): Do not use prerequisites as subroutines
1041 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1042 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1043 use prerequisites as subroutines.
1044 (check-host, check-target): New.
1045 (bootstrap configure & all targets): Do not use stage*-start
1046 if the directory layout is already ok.
1047 (non-bootstrap configure & all targets): Prepend a $(unstage).
1048 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
1049 (NOTPARALLEL): Remove.
1050 (unstage, stage variables): New variables.
1051 (unstage, stage targets): Simply expand to those variables.
1053 * configure: Regenerate.
1054 * Makefile.in: Regenerate.
1056 2005-10-04 James E Wilson <wilson@specifix.com>
1058 * Makefile.def (lang_env_dependencies): Add libmudflap.
1059 * Makefile.in: Regenerate.
1061 2005-10-03 Andreas Schwab <schwab@suse.de>
1063 Backport from libtool CVS:
1064 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
1066 * ltmain.sh: add support for installing into temporary
1067 staging area (e.g. 'make install DESTDIR=...')
1069 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
1071 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1072 * configure: Regenerated.
1074 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
1076 * configure: Regenerate with the correct
1079 2005-09-30 Catherine Moore <clm@cm00re.com>
1081 * configure.in (bfin-*-*): New.
1082 * configure: Regenerated.
1084 2005-09-28 Geoffrey Keating <geoffk@apple.com>
1086 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1087 (LIPO_FOR_TARGET): New.
1088 (CONFIGURED_LIPO_FOR_TARGET): New.
1089 (USUAL_LIPO_FOR_TARGET): New.
1090 (STRIP_FOR_TARGET): New.
1091 (CONFIGURED_STRIP_FOR_TARGET): New.
1092 (USUAL_STRIP_FOR_TARGET): New.
1093 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1095 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1096 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1097 * Makefile.in: Regenerate.
1098 * configure: Regenerate.
1100 2005-09-19 David Edelsohn <edelsohn@gnu.org>
1102 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1103 (rs6000-*-aix*): Same.
1104 * configure: Regenerate.
1106 2005-09-16 Tom Tromey <tromey@redhat.com>
1108 * MAINTAINERS: Add self as java maintainer.
1110 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1112 * configure.in: Recognize f95 in the --enable-languages option,
1113 and substitute it for fortran, issuing a warning.
1114 * configure: Regenerate.
1116 2005-08-30 Phil Edwards <phil@codesourcery.com>
1118 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
1119 * configure: Regenerated.
1121 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
1123 * MAINTAINERS: Add self as ms1 maintainer.
1125 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
1127 * Makefile.def (libssp): Add to lang_env_dependencies.
1128 * Makefile.in: Regenerate.
1130 2005-08-18 Ian Lance Taylor <ian@airs.com>
1132 * MAINTAINERS: Add myself as middle-end maintainer.
1134 2005-08-17 Christian Groessler <chris@groessler.org>
1136 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1137 * Makefile.in: Regenerate.
1139 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
1141 * MAINTAINERS (write after approval): Added myself.
1143 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
1145 * MAINTAINERS (Write After Approval): Add myself.
1147 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
1149 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1150 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1151 Look for alternate names of the target cc and c++
1152 * configure: Regenerate.
1154 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
1156 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1157 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1158 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1159 tools; remove code to manually set them.
1160 (Target tools): Look in the environment for them.
1161 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1162 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1163 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1165 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1166 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1167 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1168 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1169 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1170 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1171 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1172 * configure: Regenerate.
1173 * Makefile.in: Regenerate.
1175 2005-07-28 Ben Elliston <bje@au.ibm.com>
1177 * MAINTAINERS: Update for removed CPU targets.
1179 2005-07-27 Mark Mitchell <mark@codesourcery.com>
1181 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1182 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1183 * Makefile.in: Regenerated.
1185 2005-07-26 Mark Mitchell <mark@codesourcery.com>
1187 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1188 (CFLAGS_FOR_TARGET): Use it.
1189 (CXXFLAGS_FOR_TARGET): Likewise.
1190 * Makefile.in: Regenerated.
1191 * configure.in (--with-build-sysroot): New option.
1192 * configure: Regenerated.
1194 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
1196 * Makefile.tpl: Wrap install between unstage and stage
1197 * Makefile.in: Regenerate.
1199 2005-07-21 Eric Christopher <echristo@apple.com>
1201 * MAINTAINERS: Update affiliation.
1203 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
1205 * MAINTAINERS: Add self as crx port maintainer.
1207 2005-07-20 DJ Delorie <dj@redhat.com>
1209 * MAINTAINERS: Add self as m32c maintainer.
1211 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
1213 * all files: Update FSF address.
1215 2005-07-15 Eric Christopher <echristo@redhat.com>
1217 * MAINTAINERS: Change affiliation.
1219 2005-07-14 Jim Blandy <jimb@redhat.com>
1221 * configure.in: Add cases for Renesas m32c.
1222 * configure: Regenerated.
1224 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
1226 * COPYING.LIB: Update from fsf.org.
1228 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
1230 * COPYING, compile, config.guess,
1231 config.sub, install-sh, missing, mkinstalldirs,
1232 symlink-tree, ylwrap: Sync from upstream sources.
1233 * config-ml.in: Update FSF address.
1235 2005-07-13 Eric Christopher <echristo@redhat.com>
1237 * configure.in: Add toplevel noconfigdir support for tpf.
1238 * configure: Regenerate.
1240 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
1244 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1245 * Makefile.in: Regenerate.
1247 2005-07-07 Mark Mitchell <mark@codesourcery.com>
1249 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
1250 Brolley to write-after-approval.
1252 2005-07-07 Andreas Schwab <schwab@suse.de>
1254 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1255 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1256 * Makefile.in: Regenerated.
1258 2005-07-06 Geoffrey Keating <geoffk@apple.com>
1260 * configure.in: Don't build sim or rda when targetting darwin.
1261 * configure: Regenerate.
1263 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
1265 * configure.in: Add --enable-libssp and --disable-libssp.
1266 * configure: Regenerate with autoconf-2.13.
1268 2005-07-02 Jakub Jelinek <jakub@redhat.com>
1270 * Makefile.def (target_modules): Add libssp.
1271 * configure.in (target_libraries): Add target-libssp.
1272 * configure: Rebuilt.
1273 * Makefile.in: Rebuilt.
1275 2005-07-01 Zack Weinberg <zackw@panix.com>
1277 * MAINTAINERS: Change email address. Resign from maintainership.
1279 2005-07-01 Richard Guenther <rguenther@suse.de>
1281 * MAINTAINERS: Change my e-mail address and affiliation.
1283 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
1285 * Makefile.def (stagefeedback): Come after profile.
1286 Define profiledbootstrap target.
1287 * Makefile.tpl (profiledbootstrap): Remove.
1288 (stageprofile-end): Zap stagefeedback.
1289 (stagefeedback-start): Copy all .gcda files, not only GCC's.
1290 * Makefile.in: Regenerate.
1292 2005-06-13 Richard Sandiford <richard@codesourcery.com>
1294 * MAINTAINERS: Update my email address.
1296 2005-06-13 Zack Weinberg <zack@codesourcery.com>
1298 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
1299 In 'cpp' stanza, support '#line' as well as '# '.
1301 2005-06-08 Andreas Schwab <schwab@suse.de>
1303 * MAINTAINERS: Move myself from 'Write After Approval' to
1304 'CPU Port Maintainers' section as m68k maintainer.
1306 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
1308 * configure.in (unsupported_languages): New macro.
1309 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
1310 non-ported target libraries in noconfigdirs.
1311 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1312 non-linux-gnu. Remove libgcj_ex_libffi.
1313 <lang_frag loop>: Set add_this_lang=no if the language is in
1314 unsupported_languages.
1315 * configure: Regenerate.
1317 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
1319 * configure.in: Fix typo in handling of --with-mpfr-dir.
1320 * configure: Regenerate.
1322 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
1324 * MAINTAINERS: Update my email address.
1326 2005-06-02 Jim Blandy <jimb@redhat.com>
1328 * config.sub: Add cases for the Renesas m32c. (This patch has been
1329 accepted into the master sources.)
1331 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
1332 Michael Snyder <msnyder@redhat.com>
1333 Stan Cox <scox@redhat.com>
1335 * configure.in: Set noconfigdirs for ms1.
1337 * configure: Regenerate.
1339 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
1341 * MAINTAINERS (Write After Approval): Add self.
1343 2005-06-01 Josh Conner <jconner@apple.com>
1345 * MAINTAINERS (Write After Approval): Add self.
1347 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
1349 * MAINTAINERS: Update my email address.
1351 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
1353 * MAINTAINERS (Write After Approval): Add self.
1355 2005-05-26 Chris Demetriou <cgd@broadcom.com>
1357 * MAINTAINERS (Write After Approval): Remove self.
1359 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
1361 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1362 (Dependencies): Consider target modules for bootstrap dependencies.
1363 Make target bootstrap modules depend on each stage's gcc.
1364 * Makefile.in: Regenerate.
1366 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
1368 * Makefile.def (configure-gcc): Depend on binutils having been built.
1369 (all-gcc): No need to do it here.
1370 * Makefile.in: Regenerate.
1372 2005-05-19 Paul Brook <paul@codesourcery.com>
1374 * configure.in: Rewrite misleading error message when requested
1375 language cannot be built.
1376 * configure: Regenerate.
1378 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1380 * ylwrap: Import from Automake 1.9.5.
1382 2005-05-13 David Ung <davidu@mips.com>
1384 * MAINTAINERS (Write After Approval): Add self.
1386 2005-05-09 Mike Stump <mrs@apple.com>
1388 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
1389 lt_cv_sys_max_cmd_len for now.
1391 2005-05-09 Stan Cox <scox@redhat.com>
1393 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
1395 2005-05-08 Matt Kraai <kraai@ftbfs.org>
1397 * README.SCO: Update the URL.
1399 2005-05-05 David Edelsohn <edelsohn@gnu.org>
1401 * ltconfig: Define file_list_spec. Pass file_list_spec and
1402 with_gnu_ld to libtool.
1403 * ltcf-c.sh (aix[45]): Define file_list_spec.
1404 * ltcf-cxx.sh (aix[45]): Same.
1405 * ltcf-gcj.sh (aix[45]): Same.
1406 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
1407 exists, write list of input files to temporary file.
1409 2005-05-04 Mike Stump <mrs@apple.com>
1411 * configure.in: Always pass --target to target configures as
1412 otherwise rebuilds that do --recheck will fail.
1413 * confiugure: Rebuilt.
1415 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
1417 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1419 (configure, all): Add bootstrap support.
1420 (Host modules, target modules): Pass post-stage1 flags and exports.
1421 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1422 * Makefile.in: Regenerate.
1424 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
1426 * configure: Regenerate.
1428 2005-04-27 Mike Stump <mrs@apple.com>
1430 * MAINTAINERS: Add self as darwin maintainer.
1432 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
1434 * config.sub: Update from master copy.
1436 2005-04-21 Mike Stump <mrs@apple.com>
1438 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
1439 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
1441 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
1443 * configure.in <crisv32-*-*, cris-*-*>: New local variable
1444 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
1445 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
1446 "*-*-elf" and "*-*-linux*".
1447 * configure: Regenerate.
1449 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
1451 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
1453 2005-04-12 Mike Stump <mrs@apple.com>
1455 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
1457 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
1459 * MAINTAINERS (Write After Approval): Add myself.
1461 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
1463 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
1465 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
1467 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1468 (TARGET_CONFIGARGS): Include --with-target-subdir.
1469 (configure, all): New macros. Use them throughout.
1470 * Makefile.in: Regenerate.
1472 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
1474 * MAINTAINERS (Write After Approval): Add myself.
1476 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1478 * MAINTAINERS: Remove 'loop unrolling' maintainer.
1480 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
1482 * MAINTAINERS: Move John Carr to Write After Approval.
1484 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
1486 * config/mh-mingw32: Delete.
1487 * configure.in: Don't use it.
1488 * configure: Regenerate.
1490 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
1492 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1493 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1494 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1495 (HOST_LIB_PATH): Generate from Makefile.def.
1496 (TARGET_LIB_PATH): Likewise.
1497 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1498 * Makefile.in: Regenerate.
1499 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1500 (RPATH_ENVVAR): Include Darwin case.
1501 * configure: Regenerate.
1503 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
1505 * MAINTAINERS (Various Maintainers): Remove self.
1506 (Write After Approval): Add self.
1508 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
1510 * MAINTAINERS (Various Maintainers): Add self.
1512 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
1514 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1515 * configure: Regenerate.
1517 2005-03-21 Zack Weinberg <zack@codesourcery.com>
1519 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1520 gcc_version, and gcc_version_trigger from set of flags to pass.
1521 * Makefile.tpl: Remove definitions of above variables.
1522 (config.status): Remove dependency on $(gcc_version_trigger).
1523 * Makefile.in: Regenerate.
1524 * configure.in: Do not reference config/gcc-version.m4 nor
1525 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
1526 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
1527 * configure: Regenerate.
1529 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
1530 Andrew Pinski <pinskia@physics.uc.edu>
1532 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1533 * Makefile.in: Regenerate.
1535 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
1537 * MAINTAINERS (Write After Approval): Add myself.
1539 2005-03-03 David Ayers <d.ayers@inode.at>
1541 * MAINTAINERS (Write After Approval): Add myself.
1543 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
1546 * ltmain.sh: Avoid creating archives with components that have
1547 duplicate basenames.
1549 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
1552 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1554 * Makefile.in: Regenerate.
1556 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
1558 * Makefile.in: Regenerate to fix conflict between the previous two
1561 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
1564 * Makefile.def (target_modules): Remove "stage", now unnecessary.
1565 * Makefile.tpl (HOST_SUBDIR): New substitution.
1566 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1567 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1568 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1569 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1570 (Host modules, Bootstrapped modules): Use it.
1571 (Build modules, Target modules): Do not create symlink trees,
1572 always configure out-of-srcdir.
1573 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1574 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1575 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1576 $(HOST_SUBDIR). Create a symlink for host_subdir.
1578 * Makefile.in: Regenerate.
1579 * configure: Regenerate.
1581 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1583 Merged from libada-gnattools-branch:
1584 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
1586 * gnattools: New directory.
1587 * Makefile.def: Add gnattools as a module, depending on target-libada.
1588 * Makefile.in: Regenerate.
1589 * configure.in: Include gnattools in host_tools; disable it if ada
1591 * configure: Regenerate.
1593 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
1595 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
1596 treelang maintainer.
1597 (Write After Approval): Remove myself.
1599 2005-02-23 Paul Schlie <schlie@comcast.net>
1601 * configure.in: Allow darwin targeted ports to build tk, itcl and
1603 * configure: Regenerate.
1605 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1608 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1609 * configure: Regenerate.
1611 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
1613 * MAINTAINERS (Write After Approval): Add myself.
1615 2005-02-10 Ian Lance Taylor <ian@airs.com>
1617 * MAINTAINERS: Update my e-mail address.
1619 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
1621 * MAINTAINERS (Write After Approval): Add myself.
1623 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
1625 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1626 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1627 target-libgloss when not *-*-elf and *-*-aout.
1628 * configure: Regenerate.
1630 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
1632 * MAINTAINERS: Remove obsolete entries.
1634 * MAINTAINERS (Write After Approval): Add Michael Matz.
1636 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
1638 * MAINTAINERS: Remove self as cpplib maintainer.
1640 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
1642 * install-sh, config.sub: Import from upstream.
1644 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
1647 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1648 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1649 * Makefile.in: Regenerate.
1651 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
1653 * MAINTAINERS: Update my email address.
1655 2005-01-12 David Edelsohn <edelsohn@gnu.org>
1656 Andreas Schwab <schwab@suse.de>
1659 * config-ml.in: Eval option if surrounded by single quotes.
1661 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
1663 Revert 2004-12-28 Makefile changes, a better fix will be
1664 applied to mainline and src after GCC 4.0 branches.
1666 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
1670 * Makefile.def (target_modules): Remove stage parameter,
1671 it is always true now.
1672 * Makefile.tpl (configure-build-[+module+],
1673 configure-target-[+module+]): Always build symlink tree
1674 for the directory and for include. BUILD_SUBDIR and
1675 TARGET_SUBDIR cannot be . anymore.
1676 * Makefile.in: Regenerate.
1678 2004-12-25 David Edelsohn <edelsohn@gnu.org>
1680 Revert 2004-12-08 Makefile changes.
1682 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
1684 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
1687 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
1689 * configure.in (sh64-*-*): Reenable gprof.
1690 * configure: Regenerate.
1692 2004-12-08 David Edelsohn <edelsohn@gnu.org>
1694 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1695 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1696 (EXTRA_TARGET_FLAGS): Add PICFLAG.
1697 * Makefile.in: Regenerate.
1699 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
1701 * MAINTAINERS: Update my email address.
1703 2004-12-07 Matt Kraai <kraai@ftbfs.org>
1705 * Makefile.tpl: Generate normal dependencies if the LHS module is
1707 * Makefile.in: Regenerate.
1709 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
1711 * configure.in: Include config/gxx-include-dir.m4. Use
1712 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
1713 * configure: Regenerate.
1715 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
1717 * config.if: Delete.
1718 * configure.in: Set libstdcxx_incdir directly.
1719 * configure: Regenerate.
1721 2004-12-02 Eric Christopher <echristo@redhat.com>
1723 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
1724 * Makefile.in: Regenerate.
1726 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
1728 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1729 * configure: Regenerate.
1731 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
1733 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
1734 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
1735 * configure: Regenerate.
1737 2004-12-01 Eric Christopher <echristo@redhat.com>
1739 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
1740 of things to remove.
1742 2004-11-29 Matt Kraai <kraai@ftbfs.org>
1744 * MAINTAINERS (Write After Approval): Update my e-mail address.
1746 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
1748 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
1749 from CVS libtool to always pass_all.
1751 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1753 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1754 (hppa*64*-*-*): Delete incorrect comment.
1755 * configure: Rebuilt.
1757 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1759 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
1761 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1763 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
1764 from CVS libtool to always pass_all.
1766 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1768 * install-sh, compile: Import from automake.
1770 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1772 * config.guess, config.sub: Import from savannnah.
1774 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1776 * MAINTAINERS (Write After Approval): Add myself
1778 2004-11-12 Mike Stump <mrs@apple.com>
1780 * Makefile.def: Add html support.
1781 * Makefile.tpl: Likewise.
1782 * Makefile.in: Regenerate.
1784 2004-11-11 Geoffrey Keating <geoffk@apple.com>
1787 * configure.in: Remove all instances of build-fixincludes from
1789 (build_configargs): Supply --target to subdirectories.
1790 * configure: Regenerate.
1792 * Makefile.def: Make gcc install depend on fixincludes install.
1793 * Makefile.in: Regenerate.
1795 2004-11-10 Janis Johnson <janis187@us.ibm.com>
1797 * MAINTAINERS: Add myself as gcc testsuite maintainer.
1799 2004-11-11 Paul Brook <paul@codesourcery.com>
1801 * MAINTAINERS: Add self as arm maintainer. Update email address.
1803 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
1805 * configure.in (noconfigdirs) [mmix-*-*]: Disable
1807 * configure: Regenerate.
1809 2004-11-07 David Edelsohn <edelsohn@gnu.org>
1811 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1814 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
1816 * Makefile.def (host fixincludes): Specify missing targets.
1817 * Makefile.in: Regenerate.
1819 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
1821 * MAINTAINERS: Add myself
1823 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
1825 * MAINTAINERS (Write After Approval): Add myself.
1827 2004-11-04 Geoffrey Keating <geoffk@apple.com>
1829 * Makefile.def: Build fixincludes for the host, too.
1830 * Makefile.in: Regenerate.
1831 * configure.in (host_tools): Add fixincludes.
1832 * configure: Regenerate.
1834 2004-11-04 Daniel Jacobowitz <dan@debian.org>
1836 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1837 * configure: Regenerated.
1839 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1842 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1843 * configure: Regenerated.
1845 2004-10-31 Mark Mitchell <mark@codesourcery.com>
1847 * README.SCO: Update per FSF instructions.
1849 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
1852 * configure.in (case ${target}): Do not build fixincludes for avr.
1853 * configure: Regenerated.
1855 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
1857 * configure.in (case ${target}): Do not build fixincludes
1858 on platforms where it is not used.
1859 * configure: Regenerated.
1861 2004-10-23 Daniel Jacobowitz <dan@debian.org>
1863 * configure.in: Use an absolute path to install-sh.
1864 * configure: Regenerated.
1866 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1868 * MAINTAINERS (Write After Approval): Add myself.
1870 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
1872 * MAINTAINERS: Remove from Write After Approval those that are
1873 already maintainers.
1875 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
1877 * MAINTAINERS: Update my email address.
1879 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1881 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1882 * configure: Regenerate.
1884 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
1886 * MAINTAINERS: Update my email address.
1888 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
1890 * MAINTAINERS (Language Front Ends Maintainers): New. Move
1891 entries belonging to this category.
1893 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
1895 * MAINTAINERS: Update my e-mail address.
1897 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
1899 Fix wrong conflict resolution in:
1901 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1903 * Makefile.in: Regenerate.
1904 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1905 in the recursive `make', instead of hardwiring `all'.
1906 (Autogenerated TARGET-* variables): New.
1908 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1910 * configure.in: Enable target-libgloss for crx-*-*.
1911 * configure: Regenerate.
1913 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1915 * MAINTAINERS (Various Maintainers): Move the "windows,
1916 cygwin, mingw" maintainer to ...
1917 (OS Port Maintainers): ... here.
1919 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1921 * MAINTAINERS (Write After Approval): Remove those that are
1922 maintainers of some subsystem.
1924 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1926 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1927 * ltcf-cxx.sh (tpf*): Likewise.
1928 * ltconfig (tpf*): Add TPF OS configuration support.
1930 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
1932 * MAINTAINERS: Change my email address to my new work account.
1934 2004-09-24 Michael Roth <mroth@nessie.de>
1936 * configure.in (--without-headers): Add missing double quotes.
1937 * configure: Regenerate.
1939 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1941 * ylwrap: Revert to previous version.
1943 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1946 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1947 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1948 SET_GCC_LIB_PATH_CMD.
1949 (BASE_TARGET_EXPORTS): Likewise.
1950 * Makefile.in: Regenerated.
1952 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1953 * configure: Regenerated.
1955 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1957 * config.guess: New upstream version
1958 * compile, depcomp, install-sh, ylwrap: Likewise.
1960 2004-09-19 Roger Sayle <roger@eyesopen.com>
1962 * config/mh-x86omitfp: New host makefile fragment. Add
1963 -fomit-frame-pointer to the default BOOT_CFLAGS.
1964 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1965 * configure: Regenerate.
1967 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1970 * configure.in (*-*-darwin*): Renable libobjc.
1971 * configure: Regenerate.
1973 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1975 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1977 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
1979 * Makefile.def: Remove libbanshee.
1980 * Makefile.tpl: Ditto.
1981 * configure.in: Ditto.
1982 * Makefile.in: Regen.
1985 2004-09-08 David Edelsohn <edelsohn@gnu.org>
1987 * ltmain.sh: Use $pic_object as $non_pic_object if
1988 $non_pic_object=none.
1990 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
1992 * missing: Import latest version from master repository.
1994 2004-09-06 Nick Clifton <nickc@redhat.com>
1996 * config.sub: Import latest version from master repository.
1997 * config.guess: Likewise.
1998 This includes these changes:
2000 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
2002 * config.sub: Handle crisv32, alias etraxfs.
2003 * config.guess (crisv32:Linux:*:*): Handle.
2005 2004-08-13 Brad Smith <brad@comstyle.com>
2007 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2008 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2010 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
2012 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2013 assume the processor is a powerpc. This is because coreutils
2014 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2015 in this case, due to a MacOS X bug that causes
2016 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2017 to return a negative number.
2018 Problem reported by Petter Reinholdtsen in:
2019 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2021 2004-07-19 Ben Elliston <bje@gnu.org>
2023 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2025 2004-06-24 Ben Elliston <bje@gnu.org>
2027 * config.guess: Update copyright years.
2028 * config.sub: Likewise.
2030 2004-06-22 Robert Millan <robertmh@gnu.org>
2032 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2033 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2035 2004-06-22 Stanley F. Quayle <stan@stanq.com>
2037 * config.guess (*:*VMS:*:*): New entry. Replaces
2038 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2041 2004-06-22 Ben Elliston <bje@gnu.org>
2043 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2044 * config.sub: Likewise.
2046 2004-06-22 Ben Elliston <bje@gnu.org>
2048 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2049 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2051 2004-06-11 Ben Elliston <bje@gnu.org>
2053 * config.guess (pegasos:OpenBSD:*:*): Remove.
2055 2004-06-11 Ben Elliston <bje@gnu.org>
2057 From Wouter Verhelst <wouter@grep.be>:
2058 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2060 2004-06-11 Ben Elliston <bje@gnu.org>
2062 * config.guess (luna88k:OpenBSD:*:*): New.
2064 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2066 * config.guess (m32r*:Linux:*:*): New case.
2067 * config.sub: Handle m32rle.
2069 2004-03-12 Ben Elliston <bje@wasabisystems.com>
2071 From Jens Petersen <petersen@redhat.com>:
2072 * config.sub: Handle sparcv8.
2074 2004-03-03 Ben Elliston <bje@wasabisystems.com>
2076 From Tom Smith <smith@cag.lkg.hp.com>:
2077 * config.guess: Version suffixes are equally significant on Tru64
2078 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
2079 prefix of "P" (patched kernel).
2081 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
2083 * config.sub: Add support for National Semiconductor CRX target.
2085 2004-09-03 Janis Johnson <janis187@us.ibm.com>
2087 * MAINTAINERS (Various Maintainers): Remove myself as web page
2088 maintainer, add myself as maintainer of build status lists.
2090 2004-09-03 Jan Beulich <jbeulich@novell.com>
2092 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2093 *-*-netware, but add target-libmudflap.
2094 Consolidate *-*-netware targets (of which really only i?86 exists)
2095 into a single entry.
2096 * configure: Likewise.
2098 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
2100 * Makefile.tpl (sorry): Remove.
2101 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2102 (cleanstrap targets): Depend on distclean, not distclean-stage1.
2103 (do-clean): Clean per-stage directories too.
2104 (do-distclean): Run distclean-stage1 too.
2105 (.NOTPARALLEL): Enable during toplevel bootstrap.
2106 (stage[+id+]-bubble): Enable parallel execution during
2107 the recursive invocation.
2108 * Makefile.in: Regenerate.
2110 Fix previous checkin:
2112 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2114 * configure.in: Fix indentation.
2115 * configure: Regenerate.
2117 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
2119 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2120 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2121 * configure: regenerate
2122 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2126 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
2128 * Makefile.def (build_modules): Add fixincludes.
2129 (dependencies): Make gcc depend on fixincludes.
2130 * configure.in (build_tools): Add fixincludes.
2131 (build_configdirs): Always include build_libs.
2132 * Makefile.in: Regenerate.
2133 * configure: Regenerate.
2135 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
2137 * Makefile.def (bootstrap stages): Add 'lean' parameter.
2138 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2139 phony targets; do not generate timestamp files.
2140 (distclean-stageN): Remove references to their timestamp files.
2141 (restageN, touch-stageN): Remove.
2142 (stageN-bubble): Rewritten.
2143 (compare): Support lean bootstraps.
2144 * Makefile.in: Regenerate.
2146 * configure.in: Only warn when bootstrapping but
2147 build != host or build != target. Support lean bootstraps.
2148 * configure: Regenerate.
2150 2004-08-26 Phil Edwards <phil@codesourcery.com>
2152 * configure.in: Give a better error message if GMP/MPFR are missing
2153 and a language needing them has been requested.
2154 * configure: Regenerated.
2156 2004-08-25 Phil Edwards <phil@codesourcery.com>
2158 * configure.in: Print a list of available language front-ends if
2159 a requested one is missing. Tidy stray tab characters.
2160 * configure: Regenerated.
2162 2004-08-19 Michael Koch <konqueror@gmx.de>
2164 * gcc/doc/install.texi: Update entry about automake for libjava.
2166 2004-08-17 Robert Millan <robertmh@gnu.org>
2168 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2169 (instead of FreeBSD).
2170 * configure: Regenerate.
2172 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
2174 * Makefile.in: Regenerate.
2175 * configure: Regenerate.
2177 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2179 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2180 for bootstrapped modules if toplevel bootstrap is going.
2181 (GCC bootstrap): Generate per-stage targets for all bootstrapped
2182 modules. Adjust for changes in Makefile.def. Enable several
2183 rules even in non-bootstrap mode, just to avoid peppering the
2184 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2185 (stage-[+prev+]-bubble): Remove.
2187 * Makefile.def (Dependencies): Depend on all-build-bison,
2188 all-build-flex, all-build-byacc, all-build-texinfo, rather
2189 than the host variations.
2190 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
2192 (BISON): Update for recent Bisons.
2194 (cross): Depend on all-build.
2195 (all): Do not depend on all-build.
2196 (prebootstrap): Remove.
2197 (dep-kind): Accept separate prefixes for MODULE and ON variables.
2198 (Prebootstrap dependencies): Add them to the per-stage targets
2199 and to all-prebootstrap.
2200 * configure.in (build_configdirs): Always enable build_tools.
2201 (BUILD_DIR_PREFIX): Remove.
2203 * Makefile.def (gcc): Add target variable.
2204 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2205 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2206 in the recursive `make', instead of hardwiring `all'.
2207 (Autogenerated TARGET-* variables): New.
2209 2004-08-13 Brian Booth <bbooth@redhat.com>
2211 * MAINTAINERS: Remove myself from write-after-approval.
2213 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
2215 * src-release: Stop distributing mmalloc with gdb (which doesn't
2217 * Makefile.def: GDB doesn't depend on mmalloc anymore.
2218 * Makefile.in: Regenerate.
2220 2004-08-09 Mark Mitchell <mark@codesourcery.com>
2222 * configure.in (arm*-*-eabi*): New target.
2223 * configure: Regenerate.
2225 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
2227 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2228 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2229 (Dependencies): New section.
2230 * Makefile.tpl (Dependencies): Generate from Makefile.def.
2231 (configure-target-[+module+]): Depend on maybe-all-gcc
2232 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
2233 (toplevel profiledbootstrap): Fix dependencies.
2234 * Makefile.in: Regenerate.
2236 2004-08-03 Mark Mitchell <mark@codesourcery.com>
2238 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2239 target-libiberty to noconfigdirs.
2240 * configure: Regenerate.
2242 2004-08-03 Paul Brook <paul@codesourcery.com>
2244 * configure.in: Check for MPFR as well as GMP.
2245 * configure: Regenerate.
2247 2004-08-01 Robert Millan <robertmh@gnu.org>
2249 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2250 libmudflap for all GNU-based systems (with Glibc).
2251 * configure: Regenerate.
2253 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2255 * Makefile.def (host-modules): Add gcc.
2256 * Makefile.in: Regenerate.
2257 * Makefile.tpl (sorry): New rule.
2258 (configure-host, all-host, [+make_target+]-host, do-check,
2259 install-host): Do not add gcc as a special case.
2260 (host modules): Add a small special-casing for gcc. Export
2261 extra_make_flags through the environment.
2262 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2263 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2264 other recursive targets for gcc): Remove.
2266 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2267 (stage, unstage): New rules.
2268 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2269 distclean-stage[+id+]): Use stage_current.
2270 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2271 the stage*-start rules.
2273 2004-08-02 Geoffrey Keating <geoffk@apple.com>
2275 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
2278 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
2280 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
2281 * configure: Regenerate.
2283 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
2285 * maintainer-scripts/gcc_release: Revert yesterday's change.
2287 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
2289 * MAINTAINERS: Add myself to write-after-approval.
2291 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
2294 * gcc/gccbug.in: Updated because of libf2c removal.
2295 * maintainer-scripts/gcc_release: Ditto.
2297 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
2299 * configure.in: Build libmudflap by default on FreeBSD.
2300 * configure: Regenerated.
2302 2004-07-09 Mark Mitchell <mark@codesourcery.com>
2304 * configure.in: Do not build libmudflap by default on non-GNU/Linux
2306 * configure: Regenerated.
2308 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2311 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2312 feedback based compiler.
2313 * Makefile.in: Rebuilt.
2315 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
2317 * Makefile.def (host_modules): Set bootstrap=true for flex.
2318 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2319 * Makefile.in: Rebuilt.
2321 2004-07-07 Jan Hubicka <jh@suse.cz>
2323 * MAINTAINERS: Add self as a profile feedback maintainer.
2325 2004-07-05 Phil Edwards <phil@codesourcery.com>
2327 * configure.in: Do not prepend $srcdir to /dev/null in
2329 * configure: Regenerate.
2331 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
2333 * Makefile.def (build_modules): Add bison, byacc, flex,
2335 (flags_to_pass): Add FLEX.
2336 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2337 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2338 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2339 DEFAULT_MAKEINFO): Remove.
2340 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2341 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2342 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2343 objdir or else use configured tool.
2345 (all): Depend on it.
2346 (Build module dependencies): Add.
2347 * Makefile.in: Regenerate.
2348 * configure.in: Better support for multiple build modules,
2349 matching what is done for host/target modules. Do not look
2350 for "plausible" locations of build tools if Canadian cross.
2351 Use autoconf's AC_PROG_CC to find a C compiler. Define
2352 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
2353 * configure: Regenerate.
2355 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
2357 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2358 * Makefile.in: Regenerate.
2360 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
2362 * Makefile.tpl (configure-build-[+module+],
2363 configure-[+module+], configure-target-[+module+]): Pass
2364 [+extra_configure_args+].
2365 (all-build-[+module+], all-[+module+], check-[+module+],
2366 install-[+module+], [+make_target+]-[+module+],
2367 all-target-[+module+], check-target-[+module+],
2368 install-target-[+module+], [+make_target+]-target-[+module+]):
2369 Pass [+extra_make_args+].
2370 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2371 (GCC_HOST_EXPORTS): Remove.
2372 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2373 cross, check-gcc, check-gcc-c++, install-gcc,
2374 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2375 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2376 * Makefile.in: Regenerate.
2378 2004-06-21 Matthew Sachs <msachs@apple.com>
2380 * MAINTAINERS: Added self to write-after-approval.
2382 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
2384 * configure.in: Check for srcdir/winsup rather than build directory
2386 * configure: Regenerate.
2388 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
2390 * configure.in: Don't build Cygwin native newlib if winsup
2391 directory is missing. Emit warning instead.
2392 * configure: Regenerate.
2394 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
2396 * Makefile.tpl (touch-stage[+id+]): New.
2397 (restage[+prev+]): Depend on touch-stage[+id+].
2399 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2402 * Makefile.def: Add profile and feedback bootstrap stages.
2403 Remove next field from bootstrap stages.
2404 * Makefile.tpl (LN, LN_S): Substitute.
2405 (stageN-start, stageN-end): Use double-colon rules, to
2406 provide a hook for additional setup commands.
2407 (distclean-stageN-gcc, restageN): Create dependencies from
2408 [+prev+], not from [+next+].
2409 (stageN-bubble): Add commands for successive stages from
2410 [+prev+], using double-colon rules.
2411 (all-stageN-gcc): Fix typo.
2412 (stagefeedback-start, profiledbootstrap): New.
2413 * Makefile.in: Regenerate.
2414 * configure.in: Call ACX_PROG_LN.
2415 * configure: Regenerate.
2417 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
2419 * MAINTAINERS (Write After Approval): Add myself.
2421 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
2423 * MAINTAINERS (Write After Approval): Add myself.
2425 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
2427 * configure.in: Fix --enable-bootstrap breakage introduced in trees
2429 * configure: Regenerate.
2431 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
2433 * Makefile.tpl: Fix typo.
2434 * Makefile.in: Regenerate.
2436 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
2438 * configure.in: Remove new- prefix from toplevel
2440 * configure: Regenerate.
2442 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
2444 * Makefile.tpl (all.normal): Rename to all.
2445 (all): Replace with a rule to pick the default
2446 target from configure.
2447 (all-gcc, configure-gcc): Use conditionals to
2448 do nothing when toplevel bootstrap is going on.
2449 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2450 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2451 * configure.in: Support --enable-bootstrap.
2453 * Makefile.def: Remove new- prefix from toplevel
2455 * Makefile.tpl: Likewise.
2457 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
2460 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2461 $(RECURSE_FLAGS) to recursive invocation of make.
2463 * Makefile.in: Regenerate.
2464 * configure: Regenerate.
2466 2004-05-30 Andreas Jaeger <aj@suse.de>
2467 Jim Wilson <wilson@specifixinc.com>
2469 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2472 2004-05-27 Daniel Jacobowitz <dan@debian.org>
2474 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2475 * configure: Regenerate.
2477 2004-05-25 Daniel Jacobowitz <drow@false.org>
2479 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2480 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2481 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
2483 * Makefile.in: Regenerate.
2485 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
2487 * configure.in: Test the ability to symlink directories.
2488 * configure: Regenerate.
2490 * Makefile.def (bootstrap-stage): New definitions.
2491 * Makefile.tpl (configure-stage1-gcc,
2492 configure-stage2-gcc, configure-stage3-gcc,
2493 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2494 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2495 new-restage3, compare): Autogenerate, see Makefile.in
2496 entry for behavioral changes.
2497 (distclean-stage1, new-stage1-start, new-stage1-end,
2498 new-stage1-bubble, distclean-stage2, new-stage2-start,
2499 new-stage2-end, new-stage2-bubble, distclean-stage3,
2500 new-stage3-start, new-stage3-end): New autogenerated targets.
2501 (objext, prebootstrap, BOOT_CFLAGS,
2502 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2505 * Makefile.in: Regenerate.
2506 (distclean-stage1, new-stage1-start, new-stage1-end,
2507 new-stage1-bubble, distclean-stage2, new-stage2-start,
2508 new-stage2-end, new-stage2-bubble, distclean-stage3,
2509 new-stage3-start, new-stage3-end): New targets.
2510 (all-stage1-gcc): Move prebootstrap dependency from here...
2511 (configure-stage1-gcc): ...to here.
2512 (new-bootstrap): Use bubble targets.
2513 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2514 Use per-stage distclean targets.
2515 (configure-stage1-gcc, configure-stage2-gcc,
2516 configure-stage3-gcc, all-stage1-gcc,
2517 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2518 Use new-stageN-start to prepare the tree.
2520 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
2522 * Makefile.def (host_modules): add libcpp.
2523 * Makefile.tpl: Add dependencies on and for libcpp.
2524 * Makefile.in: Regenerate.
2525 * configure.in: Add libcpp host module.
2526 * configure: Regenerate.
2528 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
2530 * Makefile.tpl: Whenever a recursive target is defined, wrap
2531 it in a special @if/@endif block, and prepare its maybe
2532 dependency in the @if/@endif block
2533 * configure.in: Instead of writing maybe dependencies, remove
2534 the @if/@endif statements, and remove the @if/@endif blocks
2536 * configure: Regenerate.
2537 * Makefile.in: Regenerate.
2539 2004-05-20 Janis Johnson <janis187@us.ibm.com>
2541 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
2543 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
2546 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
2547 * */configure: Rebuilt.
2549 2004-05-17 Zack Weinberg <zack@codesourcery.com>
2551 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2553 * configure, Makefile.in: Regenerate.
2555 2004-05-13 Tobias SchlÃ
\83¼ter <tobi@gcc.gnu.org>
2557 * MAINTAINERS (Write After Approval): Add myself.
2559 2004-05-13 Diego Novillo <dnovillo@redhat.com>
2561 Merge from tree-ssa-20020619-branch.
2563 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2564 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2565 (HOST_GMPLIBS): Define.
2566 (HOST_GMPINC): Define.
2567 (TARGET_LIB_PATH): Add libmudflap.
2568 (GFORTRAN_FOR_TARGET): Define.
2569 (configure-build*): Export GFORTRAN.
2570 (configure-gcc): Export GMPLIBS and GMPINC.
2571 (all-gcc): Add maybe-all-libbanshee.
2572 (configure-target-libgfortran): Define.
2573 * Makefile.in: Regenerate.
2574 * configure.in (host_libs): Add libbanshee.
2575 (target_libraries): Add target-libmudflap and target-libgfortran.
2576 Add --with-libbanshee.
2577 Handle --disable-libmudflap.
2578 (*-*-freebsd*): Use with_gmp.
2579 Add $(libgcj) to noconfigdirs.
2580 * configure: Regenerate.
2581 * depcomp: New file.
2582 * MAINTAINERS: Add tree-ssa maintainers.
2584 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
2586 * MAINTAINERS (Various Maintainers): Add myself.
2588 2004-04-30 Brian Ford <ford@vss.fsi.com>
2590 * MAINTAINERS (Write After Approval): Add myself.
2592 2004-04-29 Uros Bizjak <uros@kss-loka.si>
2594 * MAINTAINERS (Write After Approval): Add myself.
2596 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
2598 * config/acx.m4: Fix fastcompare support for new-bootstrap.
2599 * configure: Regenerate.
2601 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
2604 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
2606 * Makefile.def (flags_to_pass): Remove *dir variables that
2607 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2608 as well as prefix and exec_prefix.
2609 * Makefile.in: Regenerate.
2611 2004-04-26 Robert Millan <robertmh@gnu.org>
2613 Add patches from libtool CVS.
2614 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2615 * ltconfig: Likewise.
2616 * ltcf-c.sh: Likewise.
2617 * ltcf-cxx.sh: Likewise.
2618 * ltcf-gcj.sh: Likewise.
2620 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
2622 * Makefile.def (host_modules): Mark with the bootstrap
2623 flag packages on which gcc depends.
2624 * Makefile.tpl (all-bootstrap): Use it.
2625 * Makefile.in: Regenerate.
2627 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
2629 * Makefile.def (flags_to_pass): Remove *dir variables that
2630 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2631 as well as prefix and exec_prefix.
2632 * Makefile.in: Regenerate.
2634 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
2636 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2637 * configure: Regenerate.
2638 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2639 * gcc/Makefile.tpl (compare): Use the result of the test.
2640 * gcc/Makefile.in: Regenerate.
2642 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
2644 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2645 Always relocate gcc and prev-gcc to the original names, even
2647 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2650 2004-04-23 Laurent GUERBY <laurent@guerby.net>
2652 * MAINTAINERS: Update my email address.
2654 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2656 * configure.in (mips*-*-irix5*): Enable ld.
2657 * configure: Regenerate.
2659 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2661 * configure: Regenerate.
2663 2004-04-15 James E Wilson <wilson@specifixinc.com>
2665 * Makefile.tpl (configure-[+module+], configure-gcc,
2666 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2667 Set and export LDFLAGS.
2668 * Makefile.in: Regenerate.
2670 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
2672 * MAINTAINERS: Add myself to write-after-approval.
2674 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2677 * Makefile.tpl: If we don't have built-in-tree target tools,
2678 use the ones found by configure rather than hacking around with
2679 program_transform_name.
2680 * configure.in: Give Makefile.tpl the information necessary
2682 * Makefile.in: Regenerate.
2683 * configure: Regenerate.
2685 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
2688 * configure.in: When computing baseargs, strip *all* copies of
2689 offending options. Also, don't match/substitute the trailing space,
2690 so that this actually works when two similar options are separated by
2692 * configure: Regenerate.
2694 2004-04-06 David Edelsohn <edelsohn@gnu.org>
2696 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2697 (rs6000-*-aix*): Same.
2698 * configure: Regenerate.
2700 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
2702 * MAINTAINERS: Add myself to write-after-approval.
2704 2004-04-03 Bud Davis <bdavis9659@comcast.net>
2706 * MAINTAINERS: Add myself to write-after-approval.
2708 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
2710 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2711 STRICT_WARN, WARN_CFLAGS flags passed down to make.
2712 * Makefile.in: Regenerate.
2714 * configure.in (top level bootstrap support): Rework --enable-werror
2715 to set @stage2_werror_flag@.
2716 * configure: Regenerate.
2717 * Makefile.tpl (top level bootstrap support): Pass
2718 @stage2_werror_flag@ down to configure in stages 2 and 3.
2719 * Makefile.in: Regenerate.
2721 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
2723 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2724 for stages 2 and 3 as well as in make. As a consequence, remove
2725 OUTPUT_OPTION (now detected by configure) from the flags passed down
2727 * Makefile.in: Regenerate.
2729 * Makefile.tpl (new-bootstrap): Fix typo.
2730 * Makefile.in: Regenerate.
2732 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
2734 * Makefile.tpl: Rearrange by moving recursive_targets rules
2735 into their proper sections.
2736 * Makefile.tpl (top level bootstrap support): Move disabling
2737 of coverage flags from 'make' to 'configure'; improve comments.
2738 * Makefile.in: Regenerate.
2740 * Makefile.tpl (experimental top level bootstrap) Move stage1
2741 language setting from all- target to configure- target; disable
2742 intermodule optimization in stage 1; prevent gratuitous rebuilds
2744 * Makefile.in: Regenerate.
2745 * configure.in: Comma-separate stage 1 language list for top
2747 * configure: Regenerate.
2749 * Makefile.tpl: Clean up experimental top level bootstrap support:
2750 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2751 prev-gcc in configure- targets as well as all- targets.
2752 * Makefile.in: Regenerate.
2754 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
2756 * compile: New file imported from automake.
2758 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
2760 * configure.in: Remove symbolic link section.
2761 * configure: Regenerate.
2762 * Makefile.tpl (links): Remove.
2763 * Makefile.in: Regenerate.
2765 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
2766 Nathanael Nerode <neroden@gcc.gnu.org>
2768 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2769 Set with AC_CHECK_PROGS.
2770 * configure.in: Fix comment typo from last patch.
2771 * configure: Regenerate.
2773 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
2775 * Makefile.tpl: Introduce experimental top level bootstrap support.
2776 * Makefile.in: Regenerate.
2777 * configure.in: Introduce support for top level bootstrap.
2778 * configure: Regenerate.
2780 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
2781 Paolo Bonzini <bonzini@gnu.org>
2784 * configure.in: Cope with shells that do not support unquoted ^
2785 * configure: Regenerate.
2787 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
2788 Paolo Bonzini <bonzini@gnu.org>
2791 * configure.in: Cope with shells that do not support nesting
2792 quotes inside quoted backquote substitutions.
2793 * configure: Regenerate.
2795 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
2798 * configure.in: Fix escaping of $.
2799 * configure: Regenerate.
2801 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
2803 * configure: Regenerate, since I forgot to while committing Paolo's
2806 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
2809 Move language detection to the top level.
2810 * configure.in: Find default values for the tools as
2811 soon as possible. Disable ada if GNAT is not found.
2812 Emit error message about missing languages. Expand
2813 --enable-languages=all for the gcc subdirectory.
2815 2004-03-10 Ben Elliston <bje@gnu.org>
2817 * MAINTAINERS: Update my email address.
2819 2004-03-05 David Edelsohn <edelsohn@gnu.org>
2821 * ltconfig: Disable building static libraries if building shared
2822 libraries on AIX 5L.
2824 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
2826 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2828 * configure: Regenerated.
2830 2004-03-01 Brian Booth <bbooth@redhat.com>
2832 * MAINTAINERS: Add myself to write-after-approval.
2834 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
2836 * MAINTAINERS: Add myself to write-after-approval.
2838 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2841 * Makefile.tpl: Guard XFOO sed statements better.
2842 * Makefile.tpl: Add dependency for configure-target-libada.
2843 * Makefile.in: Regenerate (incidentally fixes broken
2844 commit when libada-branch was merged).
2846 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
2848 * MAINTAINERS: Add myself to write-after-approval.
2850 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
2852 * MAINTAINERS: Add Nicola Pero and myself as libobjc
2855 2004-02-20 Andrew Cagney <cagney@redhat.com>
2857 * config.guess: Update from version 2003-10-16 to 2004-02-16.
2858 * config.sub: Update from version 2003-11-03 to 2004-02-16.
2860 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
2863 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2865 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
2867 * MAINTAINERS: Added myself to write-after-approval.
2869 2004-02-14 Michael Koch <konqueror@gmx.de>
2871 * MAINTAINERS: Added myself to write-after-approval.
2873 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
2875 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
2876 some OS port maintainers to OS port maintainers section.
2878 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
2880 * MAINTAINERS: Add self.
2882 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
2884 * MAINTAINERS: Alphabetize.
2886 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
2888 * MAINTAINERS: Remove myself.
2890 2004-02-11 David Edelsohn <edelsohn@gnu.org>
2892 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2893 (rs6000-*-aix*): Same.
2894 * configure: Regenerate.
2896 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
2898 * configure.in (host): Add in missing $noconfigdirs to defines.
2899 * configure: Regenerate.
2901 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2902 Nathanael Nerode <neroden@gcc.gnu.org>
2904 PR ada/6637, PR ada/5911
2905 Merge with libada-branch:
2906 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2907 with appropriate dependencies. Add --enable-libada configure switch.
2908 * configure, Makefile.in: Regenerate.
2910 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
2912 * MAINTAINERS: Add myself to write-after-approval.
2914 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2916 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2917 * configure: Regenerate.
2919 2004-02-04 Geoffrey Keating <geoffk@apple.com>
2921 Merge from upstream:
2923 * ltmain.in: When setting IFS to '~', be careful about user
2924 arguments that contain '~'.
2926 2004-02-04 Peter O'Gorman <peter@pogma.com>
2928 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2929 Also test $base_compile against $CC with escaped arguments. Bug
2930 reported by Geoff Keating <geoffk@apple.com>.
2932 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
2934 * MAINTAINERS: Remove i960 port.
2936 2004-01-23 DJ Delorie <dj@redhat.com>
2938 * Makefile.def (target_modules) [libiberty]: Don't stage.
2939 * Makefile.in: Rebuilt.
2941 2004-01-20 Caroline Tice <ctice@apple.com>
2943 * MAINTAINERS: Add myself to write-after-approval.
2945 2004-01-19 Paolo Carlini <pcarlini@suse.de>
2947 * MAINTAINERS: Update my email address.
2949 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
2951 * MAINTAINERS: Add myself to write-after-approval.
2953 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2955 * MAINTAINERS: Remove entries without email address.
2957 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
2959 * MAINTAINERS: Add myself to write-after-approval.
2961 2004-01-15 Steven Bosscher <stevenb@suse.de>
2963 * MAINTAINERS: Update my email address.
2965 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
2967 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2968 * Makefile.tpl (configure-target-[+module+]): Support stage.
2969 * Makefile.in: Rebuilt.
2971 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2973 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2975 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
2977 * MAINTAINERS: Add myself as a MIPS maintainer.
2979 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2981 * configure.in: Use ./config.cache, not config.cache.
2982 * configure: Regenerate.
2983 * Makefile.tpl: Special-casing not needed for GCC any more.
2984 * Makefile.in: Regenerate.
2986 * configure.in: Don't share a cache file for host dirs.
2987 * configure: Regenerate.
2989 * config-ml.in: Don't mess with the cache file.
2991 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2993 * MAINTAINERS: Move myself from 'Write After Approval' to
2994 'CPU Port Maintainers' section as SPARC maintainer.
2996 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2998 * Makefile.tpl: Make GCC use a separate config.cache.
2999 * Makefile.in: Regenerate.
3001 PR bootstrap/11932, PR bootstrap/11933
3002 (I don't know if it will fix either of them, but it relates
3004 * configure.in: Don't use shared config.cache for target
3006 * configure: Regenerate.
3008 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
3010 * MAINTAINERS: Add myself to 'Write After Approval' section.
3012 2003-12-31 Roger Sayle <roger@eyesopen.com>
3014 * configure.in (ia64*-*-hpux*): Disable building java libraries.
3015 * configure: Regenerated.
3017 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
3019 * MAINTAINERS: Remove the mn10200 maintainer.
3021 2003-12-21 Bernardo Innocenti <bernie@develer.com>
3023 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3024 * configure: Regenerated.
3026 2003-12-16 Jan Hubicka <jh@suse.cz>
3028 * MAINTAINERS: Add myself as callgraph maintainer.
3030 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
3032 * configure.in (raw_libstdcxx_flags): Remove the leading space.
3033 * configure: Regenerate.
3035 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3037 * MAINTAINERS: Move myself from 'Bug database only accounts' to
3038 'Write After Approval' section. Update email.
3040 2003-12-01 James Lemke <jim@wasabisystems.com>
3042 * MAINTAINERS (Write After Approval): Add myself.
3044 2003-11-20 Matt Thomas <matt@3am-software.com>
3046 * MAINTAINERS: Add myself as a vax port maintainer.
3048 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
3050 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3051 (configure-build-[+module+], configure-[+module+]): Likewise.
3052 (configure-target-[+module+], configure-gcc, config.status): Likewise.
3053 * Makefile.in: Regenerate.
3055 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
3057 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
3058 shared/dylibed libraries.
3059 * ltmain.sh: Likewise.
3060 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
3061 * ltcf-cxx.sh: Likewise.
3062 * ltcf-gcj.sh: Likewise.
3063 * ltconfig: Likewise.
3065 2003-11-17 Stan Cox <scox@redhat.com>
3067 * MAINTAINERS: Add myself as iq2000 port maintainer.
3069 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
3071 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3072 * Makefile.in: Regenerate.
3074 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
3076 * config.sub: Update to 2003-11-03 version.
3078 2003-10-20 Phil Edwards <phil@codesourcery.com>
3080 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
3081 * configure: Regenerate.
3083 2003-10-20 Nicolas Pitre <nico@cam.org>
3085 * MAINTAINERS: Add myself to 'Write After Approval' section.
3087 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
3089 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3091 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
3093 * MAINTAINERS: Update my email address.
3095 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3097 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
3099 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
3101 * MAINTAINERS: Add myself to 'Write After Approval' section.
3103 2003-10-16 Bernardo Innocenti <bernie@develer.com>
3105 * config.guess: Update to 2003-10-16 version.
3106 * config.sub: Update to 2003-10-16 version.
3108 2003-10-15 David Daney <ddaney@avtrex.com>
3110 * MAINTAINERS: Added myself to 'Write After Approval' section.
3112 2003-10-15 Falk Hueffner <falk@debian.org>
3114 * MAINTAINERS: Move myself from 'Bug database only accounts' to
3115 'Write After Approval' section. Update email.
3117 2003-10-14 Roger Sayle <roger@eyesopen.com>
3119 * MAINTAINERS: Move myself from 'Write After Approval' to
3120 'Various Maintainers' section as middle-end maintainer.
3122 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
3124 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3126 * Makefile.in: Regenerate.
3128 2003-10-11 Bernardo Innocenti <bernie@develer.com>
3130 * config.guess: Update to 2003-10-07 version.
3131 * config.sub: Update to 2003-10-07 version.
3133 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3135 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
3136 * ltconfig (irix5*, irix6*): Don't override version_type.
3138 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
3140 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3141 * configure: Rebuilt
3142 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3143 * Makefile.in: Rebuilt
3145 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
3147 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3149 2003-09-30 Carlo Wood <carlo@alinoe.com>
3151 * MAINTAINERS (Write After Approval): Add myself.
3153 2003-09-29 Paul Koning <ni1d@arrl.net>
3155 * MAINTAINERS: Move myself from "Write After Approval"
3156 to CPU platform maintainers for pdp11 platform.
3158 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
3160 * MAINTAINERS: Move myself from 'Write After Approval' to
3161 'Various Maintainers' section as libffi testsuite maintainer.
3163 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
3165 * configure.in: Pass a computed --program-transform-name
3167 * configure: Regenerated.
3169 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3171 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3172 * Makefile.in: Regenerate.
3174 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3175 * Makefile.in: Regenerate.
3177 2003-09-19 Ziemowit Laski <zlaski@apple.com>
3179 * MAINTAINERS: Move myself from 'Write After Approval'
3180 to 'Various Maintainers' (objective-c) section.
3182 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
3184 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3186 * configure: Regenerated.
3188 2003-09-16 Joel Brobecker <brobecker@gnat.com>
3190 * MAINTAINERS (Write After Approval): Add myself to write after
3193 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
3195 * MAINTAINERS (Write After Approval): Add myself.
3197 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
3199 * MAINTAINERS: Update my e-mail address.
3201 2003-09-09 Alan Modra <amodra@bigpond.net.au>
3203 * libtool.m4 (LD): Correct powerpc64 host match.
3205 2003-09-06 James E Wilson <wilson@tuliptree.org>
3207 * MAINTAINTERS: Update my affiliation and email address.
3209 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3211 * MAINTAINERS (Write After Approval): Add myself.
3213 2003-09-04 DJ Delorie <dj@redhat.com>
3215 * configure: Regenerate.
3217 2003-09-04 Robert Millan <robertmh@gnu.org>
3219 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
3221 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3223 * configure.in: Ensure arguments to sed are properly spaced.
3224 * configure: Regenerate.
3226 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3228 * MAINTAINERS: Update my e-mail address.
3230 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
3232 * MAINTAINERS (Write After Approval): Add myself.
3234 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
3236 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3237 * configure: Regenerated.
3239 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
3241 * MAINTAINERS: Update my email address.
3243 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
3245 * configure.in: Use newline instead of semicolon when assuming
3246 shell arguments in a for loop.
3247 * configure: Regenerated.
3249 2003-08-22 Jason Eckhardt <jle@rice.edu>
3251 * MAINTAINERS: Resurrect the i860 maintainer.
3253 2003-08-20 Geoffrey Keating <geoffk@apple.com>
3256 * configure.in: When testing with_libs and with_headers, treat
3257 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
3258 * configure: Regenerate.
3260 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3262 (baseargs): Likewise.
3263 * configure: Regenerate.
3265 2003-08-20 Bernardo Innocenti <bernie@develer.com>
3267 * MAINTAINERS (Write After Approval): Add myself.
3269 2003-08-19 Geoffrey Keating <geoffk@apple.com>
3271 * configure.in: Disable libgcj for darwin not on powerpc.
3272 * configure: Rebuild.
3274 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
3276 * config-ml.in, symlink-tree: Add license.
3278 2003-08-03 Richard Stallman <rms@gnu.org>
3279 Eben Moglen <moglen@columbia.edu>
3281 * README.SCO: New file.
3283 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
3285 * Makefile.tpl (check, check-c++): Express dependencies using
3286 dependencies rather than commands.
3287 * Makefile.in: Regenerate.
3289 2003-08-01 Andrew Cagney <cagney@redhat.com>
3291 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3294 2003-07-31 Geoffrey Keating <geoffk@apple.com>
3296 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3297 * Makefile.in: Update.
3299 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
3301 * configure.in: Enable libgcj for darwin.
3302 * configure: Rebuild.
3304 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
3306 * config-ml.in: Use ac_configure_args directly instead of
3307 ml_arguments. Only set ml_norecursion if --no[-]recursion is
3310 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
3312 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3313 creating target and build subdirs to build all parent dirs as needed.
3314 * Makefile.in: Rebuild.
3315 * configure.in: Don't build dirs explicitly here.
3316 * configure: Rebuild.
3318 2003-07-26 Paul Brook <paul@nowt.org>
3320 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
3322 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
3324 * Makefile.tpl (all-make): Depend on intl.
3325 * Makefile.in: Rebuilt.
3327 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
3329 * install-sh: Update to newer upstream versions (associated with
3331 * mkinstalldirs: Likewise.
3332 * missing: Likewise, plus $1Help2man -> $1 typo fix.
3334 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
3336 * MAINTAINERS: Move self from Bug database only accounts
3337 to write-after-approval.
3339 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
3341 * config.if: Remove unused libc_interface determination.
3343 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
3345 * MAINTAINERS: Move self from write-after-approval to
3346 build machinery (*.in).
3348 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
3352 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
3353 unused INSTALL_PROGRAM_ARGS.
3354 * configure.in: Use AC_PROG_INSTALL.
3355 * Makefile.in: Regenerate.
3356 * configure: Regenerate.
3358 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
3360 * MAINTAINERS: Alphabetize.
3362 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
3364 * configure: Rebuilt.
3365 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3366 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3367 newlib nor libgloss.
3368 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
3369 * configure.in (am33_2.0-*-linux*): Added.
3371 2003-07-09 Bob Wilson <bob.wilson@acm.org>
3373 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3374 * configure: Regenerate.
3376 2003-07-07 Zack Weinberg <zack@codesourcery.com>
3378 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
3379 * Makefile.in: Regenerate.
3381 2003-07-04 Zack Weinberg <zack@codesourcery.com>
3383 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
3384 * Makefile.in: Regenerate.
3386 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
3388 * Makefile.tpl: Replace PWD with PWD_COMMAND.
3389 * Makefile.in: Regenerated.
3391 * config-ml.in: Replace PWD with PWD_COMMAND.
3393 2003-07-04 Zack Weinberg <zack@codesourcery.com>
3395 * intl: New directory; see intl/ChangeLog for details.
3396 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
3397 * Makefile.tpl: all-gcc depends on maybe-all-intl.
3398 * Makefile.in: Regenerate.
3400 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
3402 * configure.in: Clean up config-lang.in handling. Delete
3403 useless assignment to "subdirs".
3404 * configure: Regenerate.
3406 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
3408 * configure.in: Rename 'target_libs' to 'target_libraries'.
3409 Remove useless reference to 'target_libs'.
3410 * configure: Regenerate.
3412 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
3414 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3415 * Makefile.in: Regenerate.
3417 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
3419 * Makefile.def: Introduce flags_to_pass.
3420 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3421 * Makefile.in: Regenerate.
3423 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3425 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3426 and target-libgloss.
3427 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3428 <h8300*-*-*>: Disable libf2c and ${libgcj}.
3429 * configure: Regenerate.
3431 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
3433 * configure.in: Update testsuite_flags to new location.
3434 * configure. Regenerate.
3436 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
3438 * Makefile.tpl: Remove BUILD_CC stuff.
3439 * Makefile.in: Regenerate.
3441 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3443 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
3445 2003-06-16 Graeme Peterson <gp@qnx.com>
3447 * MAINTAINERS (Write After Approval): Add myself.
3449 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
3451 * config.guess: Update to 2003-06-12 version.
3452 * config.sub: Update to 2003-06-13 version.
3454 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
3456 * config.guess: Update to 2003-06-06 version.
3457 * config.sub: Update to 2003-06-06 version.
3459 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3461 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3462 * configure. Regenerate.
3464 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
3466 * configure.in: Disable serial configure by default.
3467 * configure: Regenerate.
3468 * Makefile.tpl: Abolish .NOTPARALLEL.
3469 * Makefile.in: Regenerate.
3471 * Makefile.tpl: Replace {build,host,target}_canonical by
3472 {build,host,target}.
3473 * Makefile.in: Regenerate.
3475 * Makefile.tpl: Fix stupid pasto.
3476 * Makefile.in: Regenerate.
3478 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
3480 * Makefile.tpl: Remove bogus conditional.
3481 * Makefile.in: Regenerate.
3483 2003-06-05 Jan Hubicka <jh@suse.cz>
3485 * Makefile.tpl (profiledbootstrap): New target.
3486 * Makefile.in (profiledbootstrap): New target.
3488 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
3490 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
3491 Pinski. Remove user names from other bugzilla-only maintainers.
3493 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
3495 * Makefile.tpl: Make 'recursive targets' using autogen rather
3496 than shell loop. Remove duplicate 'clean' targets and false
3498 * Makefile.def: Add systematic dependencies to 'recursive' targets.
3499 Add systematic method of specifying missing targets in subdirs.
3500 Add copyright boilerplate.
3501 * Makefile.in: Regenerate.
3502 * configure.in: Add 'recursive targets' to maybe list.
3503 * configure: Regenerate.
3505 * MAINTAINERS: "GNATS only" -> "Bug database only".
3507 * Makefile.tpl: Rename [+target+] to [+make_target+].
3508 * Makefile.def: Rename 'target' to 'make_target'.
3510 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
3512 * MAINTAINERS: Add self as options handling maintainer.
3514 2003-05-28 Michael Meissner <gnu@the-meissners.org>
3516 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
3517 been too long since I touched those ports.
3519 2003-05-28 DJ Delorie <dj@redhat.com>
3521 * Makefile.tpl: Make maybe-check-gcc .PHONY.
3522 * Makefile.in: Regenerate.
3524 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3526 * configure.in: Use curly braces in the definition of tooldir.
3527 * configure: Regenerate.
3529 2003-05-21 DJ Delorie <dj@redhat.com>
3531 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3533 * Makefile.in: Regenerate.
3535 2003-05-21 DJ Delorie <dj@redhat.com>
3537 * Makefile.tpl: Add missing empty maybe-check-gcc target.
3538 * Makefile.in: Regenerate.
3540 2003-05-20 Ian Lance Taylor <ian@airs.com>
3542 * MAINTAINERS: Update my e-mail address.
3544 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
3546 * configure.in: Switch more things to use maybe dependencies.
3547 * Makefile.tpl: Switch more things to use maybe dependencies.
3548 Factor out common code from autogen IF statements.
3549 * configure: Regenerate.
3550 * Makefile.in: Regenerate.
3552 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
3554 * configure.in: Accept i[3456789]86 for machine type.
3555 * configure: Regenerate.
3557 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
3559 * configure.in: Switch more things to use maybe dependencies.
3560 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
3561 * configure: Regenerate.
3562 * Makefile.tpl: Switch more things to use maybe dependencies.
3563 * Makefile.in: Regenerate.
3565 2003-05-16 Andreas Schwab <schwab@suse.de>
3567 * Makefile.tpl (install-opcodes): Define.
3568 * Makefile.in: Rebuild.
3570 2003-05-13 Andreas Jaeger <aj@suse.de>
3572 * config.guess: Update to 2003-05-09 version.
3573 * config.sub: Update to 2003-05-09 version.
3575 2003-05-13 Michael Eager <eager@mvista.com>
3577 * configure.in: Correct sed script so that options in quotes are not
3579 * configure: Rebuild.
3581 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
3583 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3584 and $$s/newlib/libc/sys/cygwin32 include paths.
3587 2003-05-12 Michael Meissner <gnu@the-meissners.org>
3589 * MAINTAINERS: Update my email addresses.
3591 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
3593 * config-ml.in: Propagate INSTALL variables.
3595 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3597 * MAINTAINERS: Remove duplicate entries in Write After Approval.
3599 2003-05-02 Chris Demetriou <cgd@broadcom.com>
3601 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3602 * Makefile.in: Regenerate.
3604 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
3606 * MAINTAINERS (GNATS only): Add Falk Hueffner.
3608 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
3610 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
3612 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
3614 * Makefile.tpl: Clean $(BUILD_SUBDIR).
3615 * Makefile.in: Regenerated.
3617 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
3619 * MAINTAINERS (Write After Approval): Upgrade myself from
3620 GNATS only to write-after-approval. Update my mail address.
3622 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
3624 (OS Port Maintainers: freebsd): Add myself.
3626 2003-04-22 Mark Mitchell <mark@codesourcery.com>
3628 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
3630 2003-04-22 Kean Johnston <jkj@sco.com>
3632 * MAINTAINERS (SCO ports): Added myself.
3634 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
3636 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
3638 2003-04-19 Kean Johnston <jkj@sco.com>
3640 * MAINTAINERS (Write After Approval): Add myself.
3642 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3644 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3645 * Makefile.in: Regenerate.
3647 2003-04-18 Jakub Jelinek <jakub@redhat.com>
3649 * configure.in (powerpc64*-*-linux*): Remove.
3650 * configure: Rebuilt.
3652 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
3654 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
3655 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3657 * Makefile.in: Regenerate.
3659 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
3661 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3662 * configure: Regenerated.
3664 2003-04-15 DJ Delorie <dj@redhat.com>
3666 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3668 2003-04-13 Nick Clifton <nickc@redhat.com>
3670 * config-ml.in: Remove support for --disable-aix removing
3673 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
3675 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3676 * */configure: Rebuilt.
3678 2003-04-08 Joel Sherrill <joel@oarcorp.com>
3680 * MAINTAINERS: Add my email address.
3682 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
3684 * MAINTAINERS (Write After Approval): Add myself.
3686 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
3688 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3689 * Makefile.in: Regenerate.
3691 2003-03-14 Michael Chastain <mec@shout.net>
3693 * Makefile.in: Regenerate with correct Makefile.def.
3695 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
3697 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
3699 * Makefile.in: Regenerate.
3700 * configure.in: Clean up gxx_include_dir logic.
3701 * configure: Regenerate.
3703 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
3705 * MAINTAINERS (Write After Approval): Add myself.
3707 2003-03-10 Ben Elliston <bje@wasabisystems.com>
3709 * MAINTAINERS: Update my mail address.
3711 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3713 * configure.in (gxx_include_dir): Fix typo.
3714 * configure: Regenerated.
3716 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3718 * Makefile.tpl: Reindent.
3719 * Makefile.in: Regenerate.
3720 * configure.in: Reindent. Don't set unused variables.
3721 * configure: Regenerate.
3723 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
3725 * configure.in: Include $(build_tooldir)/sys-include in
3727 * configure: Regenerated.
3729 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3731 * Makefile.tpl: Always pass down RANLIB.
3732 * Makefile.in: Regenerate.
3734 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3735 * Makefile.in: Regenerate.
3736 * configure.in: Remove unused logic relating to --enable-shared
3737 and --enable-threads. Remove bogus comments. Remove redundant
3739 * configure: Regenerate.
3741 * configure.in: Replace ${libstdcxx_version} by its value.
3742 Remove reference to mh-dgux.
3743 * configure: Regenerate.
3745 2003-03-03 Kevin Buettner <kevinb@redhat.com>
3747 * MAINTAINERS (Write After Approval): Add myself.
3749 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3751 * Makefile.tpl: Rearrange.
3752 * Makefile.in: Regenerate.
3754 2003-02-25 Uwe Stieber <uwe@wwws.de>
3756 * configure.in: Add support for kaOS as cross build target system.
3757 * configure: Regenerated.
3759 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
3761 * MAINTAINERS (Write after approval): Add myself.
3763 2003-02-21 James E Wilson <wilson@tuliptree.org>
3765 * MAINTAINERS: Update my email address.
3767 2003-02-21 Zack Weinberg <zack@codesourcery.com>
3769 * MAINTAINERS: Add self to blanket write privs. section.
3771 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
3773 * Makefile.tpl: Add definition of CPPFLAGS to pass into
3774 configure-target-* as some target builds may require additional
3775 flags for preprocessor tests.
3776 * Makefile.in: Regenerated.
3778 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
3780 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3781 * ltconfig: Handle it.
3782 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3785 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3786 it is used as argument to $CC.
3787 * ltcf-gcj.sh: Likewise.
3789 * configure.in: Introduce --enable-maintainer-mode.
3790 * configure: Rebuilt.
3791 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3792 for maintainer mode.
3793 * Makefile.in: Rebuilt.
3795 2003-02-18 Jason Merrill <jason@redhat.com>
3797 * Makefile.tpl (check-c++): Allow parallelism.
3799 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3801 * MAINTAINERS: Remove John Carr (who never actually had access to
3804 2003-02-15 Geoffrey Keating <geoffk@apple.com>
3806 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3807 don't configure target-libobjc.
3808 * configure: Regenerate.
3810 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3812 * Makefile.tpl (RANLIB): Define.
3813 * Makefile.in: Regenerate.
3815 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
3817 * MAINTAINERS: Update my email.
3819 2003-02-06 Keith R Seitz <keiths@redhat.com>
3821 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3822 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3823 * Makefile.in: Regenerated.
3824 * configure.in: Remove all traces of snavigator, db, and grep.
3825 * configure: Regenerated.
3827 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3829 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
3832 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3834 * MAINTAINERS (Write after approval): Add myself.
3836 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
3838 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3839 * Makefile.in: Regenerated.
3841 2003-01-30 Roger Sayle <roger@eyesopen.com>
3843 * config.guess: Updated to 2003-01-30's version.
3844 * config.sub: Updated to 2003-01-28's version.
3846 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
3848 * config.if: If gcc_version is already set, just use it. Don't set
3849 gcc_version_trigger if it's already set, otherwise set it to
3850 gcc/version.c, but only if the file exists. If it is not set and
3851 gcc/version.c does not exist, try to extract the version number from
3854 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
3856 * MAINTAINERS: Add myself to write-after-approval list.
3858 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
3860 * configure.in: Revert 24Jan change.
3861 * configure: Regenerate.
3863 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3865 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
3868 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3870 * configure.in: Revert previous change.
3871 * configure: Regenerate.
3873 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3875 * configure.in: Make rda native-only.
3876 * configure: Regenerate.
3878 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3880 * MAINTAINERS: Move myself from GNATS-only-accounts to
3881 write-after-approval.
3883 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
3885 * configure.in: Add missing \.
3886 * configure: Rebuilt.
3888 2003-01-17 Jakub Jelinek <jakub@redhat.com>
3890 * configure.in (baseargs): Avoid using \| in sed regular
3892 * configure: Rebuilt.
3894 2003-01-16 Jakub Jelinek <jakub@redhat.com>
3896 * configure.in (baseargs): Remove all supported forms of
3897 --cache-file, --srcdir, --host, --build and --target options
3898 from argument lists.
3899 * configure: Rebuilt.
3901 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
3903 * MAINTAINERS: Add myself to write-after-approval list.
3905 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
3907 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3908 * configure: Rebuilt.
3910 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
3912 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3913 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3914 * Makefile.in: Regenerate.
3915 * configure: Regenerate.
3917 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
3919 * configure.in: Remove Makefile in build, host and target modules
3920 unless configure was run with --no-recursion.
3921 * configure: Rebuilt.
3923 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3925 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3926 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3927 * Makefile.in: Regenerate.
3929 2003-01-08 Chris Demetriou <cgd@broadcom.com>
3931 * config.guess: Update to 2003-01-03 version.
3932 * config.sub: Update to 2003-01-03 version.
3934 2003-01-07 Christopher Faylor <cgf@redhat.com>
3936 * configure: Regenerate with proper autoconf 2.13.
3938 2003-01-07 Christopher Faylor <cgf@redhat.com>
3940 * configure.in: Add AC_PREREQ for consistency.
3941 * configure: Regenerate.
3943 2003-01-06 Andrew Cagney <ac131313@redhat.com>
3945 * configure.in (GDB_TK): Add tcl directories conditional on
3946 gdb/gdbtk directory being present.
3947 * configure: Regenerate.
3949 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
3951 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
3952 by gcc if LD is not defined and we are not doing a Canadian Cross.
3953 * configure: Rebuilt.
3955 2002-12-31 Tom Tromey <tromey@redhat.com>
3957 * Makefile.in: Rebuilt.
3958 * Makefile.def (target_modules) [libffi]: Allow installation.
3960 2002-12-31 Andreas Schwab <schwab@suse.de>
3962 * configure.in: Fix use of $program_transform_name.
3963 * configure: Regenerated.
3965 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
3967 * configure.in (baseargs): Don't remove first configure argument.
3968 * configure: Regenerated.
3970 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
3972 * Makefile.tpl (local-distclean): Don't remove...
3973 (multilib.ts): ... this. Moved into...
3974 (multilib.out): ... this. Don't use sub-make.
3975 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3976 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3977 (configure-build-[+module+], configure-[+module+],
3978 configure-target-[+module+], configure-gcc): ... these. Test
3979 for Makefile existence. Drop config.status from dependencies.
3980 * Makefile.in: Rebuilt.
3981 * configure.in: Move gcc-version-trigger to the end of
3982 ac_configure_args. Add comments to maybedep.tmp and
3983 serdep.tmp. Introduce --disable-serial-configure. Remove
3984 nonopt from baseargs, matching and removing corresponding
3985 whitespace while at it.
3986 * configure: Rebuilt.
3988 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
3990 * configure.in (host_configargs): Replace reference to
3991 no-longer-defined buildopts with --build=${build_alias}.
3992 * configure: Rebuilt.
3994 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
3995 program_transform_name to standard idiom.
3996 (AUTOGEN, AUTOCONF): Define.
3997 (Makefile.in): Use $(AUTOGEN).
3998 (Makefile): Depend on config.status, and use autoconf-style rule to
3999 build it. Move original commands to...
4000 (config.status): ... this new target.
4001 (configure): Add $(srcdir). Depend on config/acx.m4. Use
4003 * Makefile.in: Rebuilt.
4005 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
4007 * Makefile.tpl: Fix dramatic bustage due to change in
4008 program_transform_name.
4009 * Makefile.in: Regenerate.
4011 * configure.in: Remove unnecessary PATH setting.
4012 * configure: Regnerate.
4014 * configure.in: Don't default to unprefixed tools unless
4015 the native tools will work.
4016 * configure: Regenerate.
4018 * configure.in: Convert to autoconf script. Blow away lots
4019 of now-redundant Makefile fragments.
4020 * configure: Generate using Autoconf.
4021 * Makefile.tpl: Rewrite to reflect autoconfiscation.
4022 * Makefile.in: Regenerate.
4024 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
4026 * configure: Fix stupid bug where RANLIB was mistakenly included.
4028 * configure.in: Rename (buildargs, hostargs, targargs) to
4029 (build_configargs, host_configargs, target_configargs).
4031 * configure.in: Move logic out of sed statement.
4033 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
4034 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4036 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
4038 * config.sub: Import from master repository
4039 * config.guess: Ditto
4041 2002-12-24 Andreas Schwab <schwab@suse.de>
4043 * Makefile.tpl (multilib.out): Fix missing space.
4044 * Makefile.in: Regenerate.
4046 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
4048 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
4049 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
4050 * Makefile.in: Regenerate.
4051 * configure.in: Remove unnecessary leftovers.
4053 2002-12-21 Geoffrey Keating <geoffk@apple.com>
4055 * configure.in (extra_ranlibflags_for_target): New variable.
4056 (*-*-darwin): Add -c to ranlib commands.
4057 * configure (tooldir): Handle extra_ranlibflags_for_target.
4059 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
4061 * Makefile.tpl: Revert HJL's change.
4062 * Makefile.in: Regenerated.
4063 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4066 2002-12-19 Andreas Schwab <schwab@suse.de>
4068 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4069 * Makefile.in: Regenerate.
4071 2002-12-18 H.J. Lu <hjl@gnu.org>
4073 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4074 * Makefile.in: Regenerated.
4076 * configure.in (build_prefix): New. Substitute.
4078 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
4080 * Makefile.tpl: Don't let real targets depend on phony targets.
4081 * Makefile.in: Regenerate.
4083 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4084 * Makefile.in: Regenerate.
4086 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
4088 * config.sub: Import from master repository
4089 * config.guess: Ditto
4091 2002-12-16 Jason Merrill <jason@redhat.com>
4093 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4094 previous 'make bootstrap'.
4095 * Makefile.in: Regenerate.
4097 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
4099 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4101 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
4103 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4104 * Makefile.in: Regenerate.
4106 2002-12-13 Jason Merrill <jason@redhat.com>
4108 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
4110 (check-c++): Just depend on it and check-target-libstdc++-v3.
4111 * Makefile.in: Regenerate.
4113 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
4115 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4116 * Makefile.in: Rebuilt.
4118 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
4120 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
4122 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
4124 * configure: Fix bug put in by gremlins.
4126 * Makefile.tpl: Substitute more autoconfily.
4127 * configure: Substitute more autoconfily.
4128 * Makefile.in: Regenerate.
4130 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
4132 * config.sub: Import from master repository
4133 * config.guess: Ditto
4134 * MAINTAINERS: Added Svein Seldal under write after approval
4136 2002-12-08 Andrew Cagney <ac131313@redhat.com>
4138 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4139 * Makefile.in (all-sim): Ditto.
4141 2002-12-06 DJ Delorie <dj@redhat.com>
4143 * Makefile.tpl: Change configure dependencies to not have real
4144 targets depend on phony targets.
4146 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
4148 * configure.in: Revert unintentional change.
4150 * Makefile.tpl: Change dependency for */multilib.out so that
4151 it works when gcc isn't in the tree.
4153 * configure.in: Substitute more.
4154 * configure: Run subconfigures from the Makefile.
4155 * Makefile.tpl: Run subconfigures from the Makefile; add a few
4156 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
4158 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4160 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
4162 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
4164 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4165 and corresponding dependencies.
4166 * Makefile.in: Regenerate.
4168 * configure.in (host_tools): Order binutils, gas and ld for
4169 convenience in running the testsuites.
4171 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4172 * Makefile.in: Regenerate.
4173 * configure.in: Introduce rules to serialize subconfigure runs.
4175 * configure.in: Introduce BASE_CC_FOR_TARGET.
4176 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
4177 Realize configure-build-* targets. Realize configure-target-* targets.
4178 * Makefile.in: Regenerate.
4180 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4182 * configure: Move gcc_version_trigger stuff from here...
4183 * configure.in: ...to here.
4185 * configure.in: Separate subconfigure options added by this file from
4186 options given by the user. Add machinery to put args for host
4187 subconfigures into the Makefile.
4189 * Makefile.tpl: Remove 'vault' targets.
4190 * Makefile.tpl: Reorder and comment dependencies.
4191 * Makefile.in: Regenerate.
4193 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
4194 * configure.in: Fix my broken commit of previous patch. (sigh)
4196 2002-11-28 Geoffrey Keating <geoffk@apple.com>
4198 * configure.in: Move host-specific darwin noconfigdirs into
4199 the host-specific section.
4201 2002-11-28 Geoffrey Keating <geoffk@apple.com>
4203 * configure.in: Move host-specific darwin noconfigdirs into
4204 the host-specific section.
4206 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
4208 * configure: Remove skip-this-dir support.
4209 * Makefile.tpl: Remove skip-this-dir support.
4211 * Makefile.tpl: Remove leftover support for non-autoconfiscated
4213 * Makefile.in: Regenerate.
4215 * Makefile.tpl: Strip out useless setting of 'dir'.
4216 * Makefile.in: Regenerate.
4218 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
4220 * configure.in: Fix deeply stupid bug.
4222 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4223 shell code in CXX_FOR_TARGET
4224 * Makefile.def: Introduce raw_cxx.
4225 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4227 * Makefile.in: Regenerate.
4229 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
4231 * Makefile.tpl: Remove unnecessary ifs.
4232 * Makefile.in: Regenerate.
4234 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
4235 dependencies. Maybe-ize build-libiberty. Create dummy install
4236 targets for 'no_install' modules.
4237 * configure: Move GDB_TK substitution to configure.in. Move
4238 build_modules stuff to configure.in.
4239 * configure.in: Implement soft dependency machinery. Maybe-ize
4240 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
4241 * Makefile.in: Regenerate.
4243 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
4245 * Makefile.tpl: Make all-target, install-target behave similarly
4246 to all, install (only hitting configured targets). Eliminate
4247 unused macro defintions.
4249 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4252 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4254 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4256 * configure.in: Produce lists of subdir targets we're actually
4257 configuring. Remove references to "dosrel".
4258 * Makefile.tpl: Let configure set which subdir targets are hit.
4259 Remove install-cross; clean up install; remove ALL. Remove
4260 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
4261 Autogenerate host module targets. Remove empty dependency lines
4262 and redundant dependency; rearrange slightly.
4263 * Makefile.def: Add host-side libtermcap, utils.
4265 * Makefile.in: Regenerate.
4267 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4269 * ltconfig (osf[345]): Append $major to soname_spec.
4270 Reflect this in library_names_spec.
4271 * ltmain.sh (osf): Prefix $major with . for use as extension.
4273 2002-11-19 Andreas Jaeger <aj@suse.de>
4275 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
4276 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
4277 and sparc64 GNU/Linux systems.
4279 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
4281 * MAINTAINERS: Update email.
4283 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4285 * MAINTAINERS: Complete James Dennett's entry.
4287 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
4289 * MAINTAINERS (Write After Approval): Add myself.
4291 2002-11-13 Bruce Korb <bkorb@gnu.org>
4293 * Makefile.tpl: syntactic cleanup
4295 2002-11-13 Stuart Hastings <stuart@apple.com>
4297 * MAINTAINERS: Add myself to write-after-approval list.
4299 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
4301 * Makefile.def: Add list of recursive targets to autogenerate.
4303 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
4304 targets. Autogenerate *-build-* targets.
4305 * Makefile.in: Regenerate.
4307 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
4309 * configure: More autoconf-style substitutions.
4310 * Makefile.tpl: More autoconf-style substitutions.
4311 * Makefile.in: Regenerate.
4313 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
4315 * configure: Substitute more variables in a more autoconf-friendly
4316 way. Simplify slightly.
4317 * Makefile.tpl: Make more variables substitutable in an
4318 autoconf-friendly way.
4319 * Makefile.in: Regenerate.
4321 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
4323 * MAINTAINERS (Write After Approval): Add myself.
4325 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
4327 * configure.in (v810*): Remove special setting of tools.
4329 * configure: Add support for extra required flags for ar or nm.
4330 * configure.in (aix4.3+): Use above support for target-specific
4331 issues, rather than using config/mt-aix43.
4333 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
4335 * configure: Remove 'removing', which doesn't work. Replace $subdir
4336 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
4337 with $srcdir. Reformat indentation. Substitute some variables
4338 formerly hard-coded in the Makefile for build=host.
4339 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4340 * Makefile.def: Autogenerate more.
4341 * Makefile.in: Regenerate.
4343 2002-11-04 Adam Nemet <anemet@lnxw.com>
4345 * MAINTAINERS (Write After Approval): Add myself.
4347 2002-11-04 Kevin Buettner <kevinb@redhat.com>
4349 * Makefile.def (host_modules): Add rda.
4350 * Makefile.in: Regenerate.
4351 * configure.in (target_tool): Add target-rda to list.
4353 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4355 * MAINTAINERS: Remove "co-maintainer" note for web pages.
4357 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
4359 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
4360 and restrap targets to this rule.
4361 * Makefile.in: Regenerate.
4363 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4365 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
4366 GNATS only accounts.