1 2006-02-20 Steven G. Kargl <kargls@comcast.net>
3 * MAINTAINERS (Write After Approval): Remove myself.
4 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
10 * Makefile.tpl ([+compare-target+]): Print explanation messages.
12 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
13 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
14 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
15 BUILD_PREFIX, BUILD_PREFIX_1.
16 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
18 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
19 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
21 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
22 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
23 of `cat stage_current`. Always provide the `r' and `s' variables.
24 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
25 a single shell execution.
26 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
27 bootstrapped modules, make the stage1 module if the build was not
28 started yet, else build the current stage.
29 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
30 (all-build, all-host, all-target, [+make_target+]-host,
31 [+make_target+]-target): Do not use \-continued lines.
32 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
33 (current_stage, restrap, stage_last): New.
35 * Makefile.in: Regenerate.
36 * configure: Regenerate.
38 2006-02-19 Bud Davis <jmdavis@link.com>
40 * MAINTAINERS (Write After Approval): Remove myself.
41 (Language Front End Maintainers): Add myself as fortran 95
42 maintainer and update e-mail address.
44 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
46 * MAINTAINERS (Write After Approval): Remove myself.
47 (Language Front End Maintainers): Add myself as fortran 95
50 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
52 * MAINTAINERS (Write After Approval): Add myself.
54 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
56 * MAINTAINERS (Write After Approval): Remove myself.
57 (Language Front End Maintainers): Add myself as
58 fortran 95 maintainer.
60 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
64 2005-12-27 Leif Ekblad <leif@rdos.net>
66 * configure.in: Add support for RDOS target.
67 * configure: Regenerate.
69 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
70 Andreas Schwab <schwab@suse.de>
72 * configure: Regenerate.
74 2006-02-12 David Edelsohn <edelsohn@gnu.org>
76 * configure.in (enable_libgomp): Add AIX.
77 * configure: Regenerate.
79 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
81 * MAINTAINERS (Write After Approval): Add myself.
83 2006-02-03 Lee Millward <lee.millward@gmail.com>
85 * MAINTAINERS (Write After Approval): Add myself.
87 2006-01-31 Richard Guenther <rguenther@suse.de>
88 Paolo Bonzini <bonzini@gnu.org>
90 * Makefile.def (target_modules): Add libgcc-math target module.
91 * configure.in (target_libraries): Add libgcc-math target library.
92 (--enable-libgcc-math): New configure switch.
93 * Makefile.in: Re-generate.
94 * configure: Re-generate.
95 * libgcc-math: New toplevel directory.
97 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
99 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
100 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
101 the assembler, linker and binutils.
102 * configure: Regenerate.
104 2006-01-22 Dirk Mueller <dmueller@suse.de>
106 * MAINTAINERS (Write After Approval): Add myself.
108 2006-01-20 Diego Novillo <dnovillo@redhat.com>
110 * configure: Regenerate.
112 2006-01-18 Richard Henderson <rth@redhat.com>
113 Jakub Jelinek <jakub@redhat.com>
114 Diego Novillo <dnovillo@redhat.com>
116 * libgomp: New directory.
117 * Makefile.def: Add target_module libgomp.
118 * Makefile.in: Regenerate.
119 * configure.in (target_libraries): Add target-libgomp.
120 * configure: Regenerate.
122 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
124 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
126 * Makefile.in: Rebuilt.
128 2006-01-04 Chris Lattner <sabre@gnu.org>
130 * MAINTAINERS (Write After Approval): Add myself.
132 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
136 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
137 * Makefile.tpl (OBJDUMP): New.
138 (EXTRA_HOST_FLAGS): Add it.
139 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
141 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
142 to use symbolic links between directories. Avoid race conditions
143 or make them harmless.
144 * configure.in: Do not try to use symbolic links between directories.
146 * Makefile.def (LEAN): Pass.
147 * Makefile.tpl (LEAN): Define.
148 (stage[+id+]-start): Accept that the previous directory does not
149 exist, if the bootstrap is lean.
150 (stage[+id+]-bubble): Invoke lean bootstrap commands after
151 stage[+id+]-start. Use a makefile variable and an `if' instead of a
152 configure substitution.
153 ([+compare-target+]): Likewise.
154 ([+bootstrap-target+]-lean): New.
155 * configure.in: Remove lean bootstrap support from here.
157 * Makefile.in: Regenerate.
158 * configure: Regenerate.
160 2006-01-04 Ben Elliston <bje@au.ibm.com>
162 * MAINTAINERS (libdecnumber): Add myself.
164 2006-01-02 Mark Mitchell <mark@codesourcery.com>
166 * libtool-ldflags: New script.
168 2006-01-02 Andreas Schwab <schwab@suse.de>
170 * configure.in: When reconfiguring remove Makefile in
171 all stage directories.
172 * configure: Regenerate.
174 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
176 * MAINTAINERS: Update my email address.
178 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
180 Revert Ada-related part of the previous change.
182 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
184 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
185 * Makefile.in: Regenerate.
186 * configure.in: Do not include mt-ppc-aix target fragment.
187 * configure: Regenerate.
189 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
191 * configure.in: Select appropriate fragments for PowerPC/AIX.
192 * configure: Regenerate.
194 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
195 BOOT_CFLAGS, BOOT_LDFLAGS.
196 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
197 BOOT_CFLAGS, BOOT_LDFLAGS.
198 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
199 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
200 (stage): Fail if we cannot complete the work.
201 * Makefile.in: Regenerate.
203 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
205 * configure.in: Replace ms1 with mt.
206 * configure: Rebuilt.
208 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
210 * MAINTAINERS: Update my email address.
212 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
214 * Makefile.tpl (all, do-[+make_target+], do-check, install,
215 install-host-nogcc): Don't invoke $(stage) at the end.
216 * Makefile.in: Regenerate.
218 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
220 * configure.in: Flip the top-level bootstrap switch.
221 * configure: Regenerate.
223 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
225 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
226 $(stage) and $(unstage).
227 (EXTRA_TARGET_FLAGS): Correct double-quoting.
228 (all): Remove stray semicolon.
229 (local-distclean): Don't handle multilib.tmp and multilib.out.
230 (install.all): Set $s for consistency.
231 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
232 check_multilibs setting. Always make the install directory.
233 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
235 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
236 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
237 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
238 (multilib.out): Remove.
239 * Makefile.in: Regenerated.
241 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
243 * MAINTAINERS (Write After Approval): Add myself.
245 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
247 * MAINTAINERS: Add myself as mt maintainer.
249 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
251 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
253 * MAINTAINERS: Change email address.
255 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
257 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
258 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
259 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
260 Find in-tree tools if available.
261 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
262 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
263 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
264 (COMPILER_*_FOR_TARGET): New.
265 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
266 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
267 (CONFIGURED_*, USUAL_*): Remove.
268 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
269 STRIP): Use autoconf substitutions.
270 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
271 COMPILER_NM_FOR_TARGET): New.
272 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
274 (all): Make all-host and all-target in parallel.
275 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
276 that $$r and $$s are set before invoking a recursive make.
277 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
278 ([+bootstrap-target+]): Inline most of the `all' target.
280 2005-11-29 Ben Elliston <bje@au.ibm.com>
282 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
283 from the gcc build directory.
284 * Makefile.in: Regenerate.
286 2005-11-29 Ben Elliston <bje@au.ibm.com>
288 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
289 depend on all-libdecnumber.
290 * configure.in (host_libs): Include libdecnumber.
291 * Makefile.in: Regenerate.
292 * configure: Likewise.
294 2005-11-29 Ben Elliston <bje@au.ibm.com>
296 * libdecnumber: Import decNumber sources from the dfp-branch.
298 2005-11-21 Kean Johnston <jkj@sco.com>
300 * config.sub, config.guess: Sync from upstream sources.
302 2005-11-21 Ben Elliston <bje@au.ibm.com>
304 Import from Autoconf sources:
306 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
307 * config/move-if-change: Don't output "$2 is unchanged";
308 suggested by Ben Elliston. Handle weird characters correctly.
310 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
312 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
313 to match upstream libtool for darwin.
315 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
317 * Makefile.def: Remove gdb dependencies for gdbtk.
318 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
319 (configure-gdb, install-gdb): New rules.
320 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
321 * Makefile.in, configure: Regenerated.
323 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
325 * MAINTAINERS (Write After Approval): Add myself.
327 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
329 * MAINTAINERS (Write After Approval): Add myself.
331 2005-10-24 Diego Novillo <dnovillo@redhat.com>
333 * MAINTAINERS (alias analysis): Add Daniel Berlin and
336 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
339 * Makefile.tpl (do-[+make-target+], do-check, install,
340 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
341 are set before recursing.
342 * Makefile.in: Regenerate.
344 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
347 * Makefile.def (gcc) <target>: Fix thinko.
348 * Makefile.in: Regenerate.
350 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
352 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
353 * configure: Regenerate.
355 2005-10-15 Jie Zhang <jie.zhang@analog.com>
357 * MAINTAINERS (Write After Approval): Add self.
359 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
361 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
362 target-libffi, target-qthreads, target-libjava, and
364 * configure: Regenerate.
366 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
368 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
369 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
370 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
371 (USUAL_OBJDUMP_FOR_TARGET): New.
372 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
373 * configure.in: Check for $OBJDUMP_FOR_TARGET.
374 * configure, Makefile.in: Regenerated.
376 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
378 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
379 before other host packages.
381 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
383 * MAINTAINERS: Add self as sh libraries/configury maintainer.
385 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
389 * configure.in (default_target): Remove.
390 * Makefile.tpl (all): Do not use prerequisites as subroutines
391 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
392 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
393 use prerequisites as subroutines.
394 (check-host, check-target): New.
395 (bootstrap configure & all targets): Do not use stage*-start
396 if the directory layout is already ok.
397 (non-bootstrap configure & all targets): Prepend a $(unstage).
398 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
399 (NOTPARALLEL): Remove.
400 (unstage, stage variables): New variables.
401 (unstage, stage targets): Simply expand to those variables.
403 * configure: Regenerate.
404 * Makefile.in: Regenerate.
406 2005-10-04 James E Wilson <wilson@specifix.com>
408 * Makefile.def (lang_env_dependencies): Add libmudflap.
409 * Makefile.in: Regenerate.
411 2005-10-03 Andreas Schwab <schwab@suse.de>
413 Backport from libtool CVS:
414 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
416 * ltmain.sh: add support for installing into temporary
417 staging area (e.g. 'make install DESTDIR=...')
419 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
421 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
422 * configure: Regenerated.
424 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
426 * configure: Regenerate with the correct
429 2005-09-30 Catherine Moore <clm@cm00re.com>
431 * configure.in (bfin-*-*): New.
432 * configure: Regenerated.
434 2005-09-28 Geoffrey Keating <geoffk@apple.com>
436 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
437 (LIPO_FOR_TARGET): New.
438 (CONFIGURED_LIPO_FOR_TARGET): New.
439 (USUAL_LIPO_FOR_TARGET): New.
440 (STRIP_FOR_TARGET): New.
441 (CONFIGURED_STRIP_FOR_TARGET): New.
442 (USUAL_STRIP_FOR_TARGET): New.
443 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
445 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
446 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
447 * Makefile.in: Regenerate.
448 * configure: Regenerate.
450 2005-09-19 David Edelsohn <edelsohn@gnu.org>
452 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
453 (rs6000-*-aix*): Same.
454 * configure: Regenerate.
456 2005-09-16 Tom Tromey <tromey@redhat.com>
458 * MAINTAINERS: Add self as java maintainer.
460 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
462 * configure.in: Recognize f95 in the --enable-languages option,
463 and substitute it for fortran, issuing a warning.
464 * configure: Regenerate.
466 2005-08-30 Phil Edwards <phil@codesourcery.com>
468 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
469 * configure: Regenerated.
471 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
473 * MAINTAINERS: Add self as ms1 maintainer.
475 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
477 * Makefile.def (libssp): Add to lang_env_dependencies.
478 * Makefile.in: Regenerate.
480 2005-08-18 Ian Lance Taylor <ian@airs.com>
482 * MAINTAINERS: Add myself as middle-end maintainer.
484 2005-08-17 Christian Groessler <chris@groessler.org>
486 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
487 * Makefile.in: Regenerate.
489 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
491 * MAINTAINERS (write after approval): Added myself.
493 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
495 * MAINTAINERS (Write After Approval): Add myself.
497 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
499 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
500 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
501 Look for alternate names of the target cc and c++
502 * configure: Regenerate.
504 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
506 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
507 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
508 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
509 tools; remove code to manually set them.
510 (Target tools): Look in the environment for them.
511 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
512 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
513 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
515 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
516 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
517 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
518 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
519 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
520 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
521 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
522 * configure: Regenerate.
523 * Makefile.in: Regenerate.
525 2005-07-28 Ben Elliston <bje@au.ibm.com>
527 * MAINTAINERS: Update for removed CPU targets.
529 2005-07-27 Mark Mitchell <mark@codesourcery.com>
531 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
532 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
533 * Makefile.in: Regenerated.
535 2005-07-26 Mark Mitchell <mark@codesourcery.com>
537 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
538 (CFLAGS_FOR_TARGET): Use it.
539 (CXXFLAGS_FOR_TARGET): Likewise.
540 * Makefile.in: Regenerated.
541 * configure.in (--with-build-sysroot): New option.
542 * configure: Regenerated.
544 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
546 * Makefile.tpl: Wrap install between unstage and stage
547 * Makefile.in: Regenerate.
549 2005-07-21 Eric Christopher <echristo@apple.com>
551 * MAINTAINERS: Update affiliation.
553 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
555 * MAINTAINERS: Add self as crx port maintainer.
557 2005-07-20 DJ Delorie <dj@redhat.com>
559 * MAINTAINERS: Add self as m32c maintainer.
561 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
563 * all files: Update FSF address.
565 2005-07-15 Eric Christopher <echristo@redhat.com>
567 * MAINTAINERS: Change affiliation.
569 2005-07-14 Jim Blandy <jimb@redhat.com>
571 * configure.in: Add cases for Renesas m32c.
572 * configure: Regenerated.
574 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
576 * COPYING.LIB: Update from fsf.org.
578 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
580 * COPYING, compile, config.guess,
581 config.sub, install-sh, missing, mkinstalldirs,
582 symlink-tree, ylwrap: Sync from upstream sources.
583 * config-ml.in: Update FSF address.
585 2005-07-13 Eric Christopher <echristo@redhat.com>
587 * configure.in: Add toplevel noconfigdir support for tpf.
588 * configure: Regenerate.
590 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
594 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
595 * Makefile.in: Regenerate.
597 2005-07-07 Mark Mitchell <mark@codesourcery.com>
599 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
600 Brolley to write-after-approval.
602 2005-07-07 Andreas Schwab <schwab@suse.de>
604 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
605 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
606 * Makefile.in: Regenerated.
608 2005-07-06 Geoffrey Keating <geoffk@apple.com>
610 * configure.in: Don't build sim or rda when targetting darwin.
611 * configure: Regenerate.
613 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
615 * configure.in: Add --enable-libssp and --disable-libssp.
616 * configure: Regenerate with autoconf-2.13.
618 2005-07-02 Jakub Jelinek <jakub@redhat.com>
620 * Makefile.def (target_modules): Add libssp.
621 * configure.in (target_libraries): Add target-libssp.
622 * configure: Rebuilt.
623 * Makefile.in: Rebuilt.
625 2005-07-01 Zack Weinberg <zackw@panix.com>
627 * MAINTAINERS: Change email address. Resign from maintainership.
629 2005-07-01 Richard Guenther <rguenther@suse.de>
631 * MAINTAINERS: Change my e-mail address and affiliation.
633 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
635 * Makefile.def (stagefeedback): Come after profile.
636 Define profiledbootstrap target.
637 * Makefile.tpl (profiledbootstrap): Remove.
638 (stageprofile-end): Zap stagefeedback.
639 (stagefeedback-start): Copy all .gcda files, not only GCC's.
640 * Makefile.in: Regenerate.
642 2005-06-13 Richard Sandiford <richard@codesourcery.com>
644 * MAINTAINERS: Update my email address.
646 2005-06-13 Zack Weinberg <zack@codesourcery.com>
648 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
649 In 'cpp' stanza, support '#line' as well as '# '.
651 2005-06-08 Andreas Schwab <schwab@suse.de>
653 * MAINTAINERS: Move myself from 'Write After Approval' to
654 'CPU Port Maintainers' section as m68k maintainer.
656 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
658 * configure.in (unsupported_languages): New macro.
659 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
660 non-ported target libraries in noconfigdirs.
661 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
662 non-linux-gnu. Remove libgcj_ex_libffi.
663 <lang_frag loop>: Set add_this_lang=no if the language is in
664 unsupported_languages.
665 * configure: Regenerate.
667 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
669 * configure.in: Fix typo in handling of --with-mpfr-dir.
670 * configure: Regenerate.
672 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
674 * MAINTAINERS: Update my email address.
676 2005-06-02 Jim Blandy <jimb@redhat.com>
678 * config.sub: Add cases for the Renesas m32c. (This patch has been
679 accepted into the master sources.)
681 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
682 Michael Snyder <msnyder@redhat.com>
683 Stan Cox <scox@redhat.com>
685 * configure.in: Set noconfigdirs for ms1.
687 * configure: Regenerate.
689 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
691 * MAINTAINERS (Write After Approval): Add self.
693 2005-06-01 Josh Conner <jconner@apple.com>
695 * MAINTAINERS (Write After Approval): Add self.
697 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
699 * MAINTAINERS: Update my email address.
701 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
703 * MAINTAINERS (Write After Approval): Add self.
705 2005-05-26 Chris Demetriou <cgd@broadcom.com>
707 * MAINTAINERS (Write After Approval): Remove self.
709 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
711 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
712 (Dependencies): Consider target modules for bootstrap dependencies.
713 Make target bootstrap modules depend on each stage's gcc.
714 * Makefile.in: Regenerate.
716 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
718 * Makefile.def (configure-gcc): Depend on binutils having been built.
719 (all-gcc): No need to do it here.
720 * Makefile.in: Regenerate.
722 2005-05-19 Paul Brook <paul@codesourcery.com>
724 * configure.in: Rewrite misleading error message when requested
725 language cannot be built.
726 * configure: Regenerate.
728 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
730 * ylwrap: Import from Automake 1.9.5.
732 2005-05-13 David Ung <davidu@mips.com>
734 * MAINTAINERS (Write After Approval): Add self.
736 2005-05-09 Mike Stump <mrs@apple.com>
738 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
739 lt_cv_sys_max_cmd_len for now.
741 2005-05-09 Stan Cox <scox@redhat.com>
743 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
745 2005-05-08 Matt Kraai <kraai@ftbfs.org>
747 * README.SCO: Update the URL.
749 2005-05-05 David Edelsohn <edelsohn@gnu.org>
751 * ltconfig: Define file_list_spec. Pass file_list_spec and
752 with_gnu_ld to libtool.
753 * ltcf-c.sh (aix[45]): Define file_list_spec.
754 * ltcf-cxx.sh (aix[45]): Same.
755 * ltcf-gcj.sh (aix[45]): Same.
756 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
757 exists, write list of input files to temporary file.
759 2005-05-04 Mike Stump <mrs@apple.com>
761 * configure.in: Always pass --target to target configures as
762 otherwise rebuilds that do --recheck will fail.
763 * confiugure: Rebuilt.
765 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
767 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
769 (configure, all): Add bootstrap support.
770 (Host modules, target modules): Pass post-stage1 flags and exports.
771 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
772 * Makefile.in: Regenerate.
774 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
776 * configure: Regenerate.
778 2005-04-27 Mike Stump <mrs@apple.com>
780 * MAINTAINERS: Add self as darwin maintainer.
782 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
784 * config.sub: Update from master copy.
786 2005-04-21 Mike Stump <mrs@apple.com>
788 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
789 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
791 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
793 * configure.in <crisv32-*-*, cris-*-*>: New local variable
794 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
795 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
796 "*-*-elf" and "*-*-linux*".
797 * configure: Regenerate.
799 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
801 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
803 2005-04-12 Mike Stump <mrs@apple.com>
805 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
807 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
809 * MAINTAINERS (Write After Approval): Add myself.
811 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
813 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
815 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
817 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
818 (TARGET_CONFIGARGS): Include --with-target-subdir.
819 (configure, all): New macros. Use them throughout.
820 * Makefile.in: Regenerate.
822 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
824 * MAINTAINERS (Write After Approval): Add myself.
826 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
828 * MAINTAINERS: Remove 'loop unrolling' maintainer.
830 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
832 * MAINTAINERS: Move John Carr to Write After Approval.
834 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
836 * config/mh-mingw32: Delete.
837 * configure.in: Don't use it.
838 * configure: Regenerate.
840 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
842 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
843 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
844 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
845 (HOST_LIB_PATH): Generate from Makefile.def.
846 (TARGET_LIB_PATH): Likewise.
847 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
848 * Makefile.in: Regenerate.
849 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
850 (RPATH_ENVVAR): Include Darwin case.
851 * configure: Regenerate.
853 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
855 * MAINTAINERS (Various Maintainers): Remove self.
856 (Write After Approval): Add self.
858 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
860 * MAINTAINERS (Various Maintainers): Add self.
862 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
864 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
865 * configure: Regenerate.
867 2005-03-21 Zack Weinberg <zack@codesourcery.com>
869 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
870 gcc_version, and gcc_version_trigger from set of flags to pass.
871 * Makefile.tpl: Remove definitions of above variables.
872 (config.status): Remove dependency on $(gcc_version_trigger).
873 * Makefile.in: Regenerate.
874 * configure.in: Do not reference config/gcc-version.m4 nor
875 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
876 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
877 * configure: Regenerate.
879 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
880 Andrew Pinski <pinskia@physics.uc.edu>
882 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
883 * Makefile.in: Regenerate.
885 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
887 * MAINTAINERS (Write After Approval): Add myself.
889 2005-03-03 David Ayers <d.ayers@inode.at>
891 * MAINTAINERS (Write After Approval): Add myself.
893 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
896 * ltmain.sh: Avoid creating archives with components that have
899 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
902 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
904 * Makefile.in: Regenerate.
906 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
908 * Makefile.in: Regenerate to fix conflict between the previous two
911 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
914 * Makefile.def (target_modules): Remove "stage", now unnecessary.
915 * Makefile.tpl (HOST_SUBDIR): New substitution.
916 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
917 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
918 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
919 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
920 (Host modules, Bootstrapped modules): Use it.
921 (Build modules, Target modules): Do not create symlink trees,
922 always configure out-of-srcdir.
923 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
924 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
925 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
926 $(HOST_SUBDIR). Create a symlink for host_subdir.
928 * Makefile.in: Regenerate.
929 * configure: Regenerate.
931 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
933 Merged from libada-gnattools-branch:
934 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
936 * gnattools: New directory.
937 * Makefile.def: Add gnattools as a module, depending on target-libada.
938 * Makefile.in: Regenerate.
939 * configure.in: Include gnattools in host_tools; disable it if ada
941 * configure: Regenerate.
943 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
945 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
947 (Write After Approval): Remove myself.
949 2005-02-23 Paul Schlie <schlie@comcast.net>
951 * configure.in: Allow darwin targeted ports to build tk, itcl and
953 * configure: Regenerate.
955 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
958 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
959 * configure: Regenerate.
961 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
963 * MAINTAINERS (Write After Approval): Add myself.
965 2005-02-10 Ian Lance Taylor <ian@airs.com>
967 * MAINTAINERS: Update my e-mail address.
969 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
971 * MAINTAINERS (Write After Approval): Add myself.
973 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
975 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
976 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
977 target-libgloss when not *-*-elf and *-*-aout.
978 * configure: Regenerate.
980 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
982 * MAINTAINERS: Remove obsolete entries.
984 * MAINTAINERS (Write After Approval): Add Michael Matz.
986 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
988 * MAINTAINERS: Remove self as cpplib maintainer.
990 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
992 * install-sh, config.sub: Import from upstream.
994 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
997 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
998 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
999 * Makefile.in: Regenerate.
1001 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
1003 * MAINTAINERS: Update my email address.
1005 2005-01-12 David Edelsohn <edelsohn@gnu.org>
1006 Andreas Schwab <schwab@suse.de>
1009 * config-ml.in: Eval option if surrounded by single quotes.
1011 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
1013 Revert 2004-12-28 Makefile changes, a better fix will be
1014 applied to mainline and src after GCC 4.0 branches.
1016 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
1020 * Makefile.def (target_modules): Remove stage parameter,
1021 it is always true now.
1022 * Makefile.tpl (configure-build-[+module+],
1023 configure-target-[+module+]): Always build symlink tree
1024 for the directory and for include. BUILD_SUBDIR and
1025 TARGET_SUBDIR cannot be . anymore.
1026 * Makefile.in: Regenerate.
1028 2004-12-25 David Edelsohn <edelsohn@gnu.org>
1030 Revert 2004-12-08 Makefile changes.
1032 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
1034 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
1037 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
1039 * configure.in (sh64-*-*): Reenable gprof.
1040 * configure: Regenerate.
1042 2004-12-08 David Edelsohn <edelsohn@gnu.org>
1044 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1045 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1046 (EXTRA_TARGET_FLAGS): Add PICFLAG.
1047 * Makefile.in: Regenerate.
1049 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
1051 * MAINTAINERS: Update my email address.
1053 2004-12-07 Matt Kraai <kraai@ftbfs.org>
1055 * Makefile.tpl: Generate normal dependencies if the LHS module is
1057 * Makefile.in: Regenerate.
1059 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
1061 * configure.in: Include config/gxx-include-dir.m4. Use
1062 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
1063 * configure: Regenerate.
1065 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
1067 * config.if: Delete.
1068 * configure.in: Set libstdcxx_incdir directly.
1069 * configure: Regenerate.
1071 2004-12-02 Eric Christopher <echristo@redhat.com>
1073 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
1074 * Makefile.in: Regenerate.
1076 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
1078 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1079 * configure: Regenerate.
1081 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
1083 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
1084 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
1085 * configure: Regenerate.
1087 2004-12-01 Eric Christopher <echristo@redhat.com>
1089 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
1090 of things to remove.
1092 2004-11-29 Matt Kraai <kraai@ftbfs.org>
1094 * MAINTAINERS (Write After Approval): Update my e-mail address.
1096 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
1098 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
1099 from CVS libtool to always pass_all.
1101 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1103 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1104 (hppa*64*-*-*): Delete incorrect comment.
1105 * configure: Rebuilt.
1107 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1109 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
1111 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1113 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
1114 from CVS libtool to always pass_all.
1116 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1118 * install-sh, compile: Import from automake.
1120 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1122 * config.guess, config.sub: Import from savannnah.
1124 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1126 * MAINTAINERS (Write After Approval): Add myself
1128 2004-11-12 Mike Stump <mrs@apple.com>
1130 * Makefile.def: Add html support.
1131 * Makefile.tpl: Likewise.
1132 * Makefile.in: Regenerate.
1134 2004-11-11 Geoffrey Keating <geoffk@apple.com>
1137 * configure.in: Remove all instances of build-fixincludes from
1139 (build_configargs): Supply --target to subdirectories.
1140 * configure: Regenerate.
1142 * Makefile.def: Make gcc install depend on fixincludes install.
1143 * Makefile.in: Regenerate.
1145 2004-11-10 Janis Johnson <janis187@us.ibm.com>
1147 * MAINTAINERS: Add myself as gcc testsuite maintainer.
1149 2004-11-11 Paul Brook <paul@codesourcery.com>
1151 * MAINTAINERS: Add self as arm maintainer. Update email address.
1153 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
1155 * configure.in (noconfigdirs) [mmix-*-*]: Disable
1157 * configure: Regenerate.
1159 2004-11-07 David Edelsohn <edelsohn@gnu.org>
1161 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1164 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
1166 * Makefile.def (host fixincludes): Specify missing targets.
1167 * Makefile.in: Regenerate.
1169 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
1171 * MAINTAINERS: Add myself
1173 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
1175 * MAINTAINERS (Write After Approval): Add myself.
1177 2004-11-04 Geoffrey Keating <geoffk@apple.com>
1179 * Makefile.def: Build fixincludes for the host, too.
1180 * Makefile.in: Regenerate.
1181 * configure.in (host_tools): Add fixincludes.
1182 * configure: Regenerate.
1184 2004-11-04 Daniel Jacobowitz <dan@debian.org>
1186 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1187 * configure: Regenerated.
1189 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1192 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1193 * configure: Regenerated.
1195 2004-10-31 Mark Mitchell <mark@codesourcery.com>
1197 * README.SCO: Update per FSF instructions.
1199 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
1202 * configure.in (case ${target}): Do not build fixincludes for avr.
1203 * configure: Regenerated.
1205 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
1207 * configure.in (case ${target}): Do not build fixincludes
1208 on platforms where it is not used.
1209 * configure: Regenerated.
1211 2004-10-23 Daniel Jacobowitz <dan@debian.org>
1213 * configure.in: Use an absolute path to install-sh.
1214 * configure: Regenerated.
1216 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1218 * MAINTAINERS (Write After Approval): Add myself.
1220 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
1222 * MAINTAINERS: Remove from Write After Approval those that are
1223 already maintainers.
1225 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
1227 * MAINTAINERS: Update my email address.
1229 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1231 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1232 * configure: Regenerate.
1234 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
1236 * MAINTAINERS: Update my email address.
1238 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
1240 * MAINTAINERS (Language Front Ends Maintainers): New. Move
1241 entries belonging to this category.
1243 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
1245 * MAINTAINERS: Update my e-mail address.
1247 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
1249 Fix wrong conflict resolution in:
1251 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1253 * Makefile.in: Regenerate.
1254 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1255 in the recursive `make', instead of hardwiring `all'.
1256 (Autogenerated TARGET-* variables): New.
1258 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1260 * configure.in: Enable target-libgloss for crx-*-*.
1261 * configure: Regenerate.
1263 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1265 * MAINTAINERS (Various Maintainers): Move the "windows,
1266 cygwin, mingw" maintainer to ...
1267 (OS Port Maintainers): ... here.
1269 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1271 * MAINTAINERS (Write After Approval): Remove those that are
1272 maintainers of some subsystem.
1274 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1276 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1277 * ltcf-cxx.sh (tpf*): Likewise.
1278 * ltconfig (tpf*): Add TPF OS configuration support.
1280 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
1282 * MAINTAINERS: Change my email address to my new work account.
1284 2004-09-24 Michael Roth <mroth@nessie.de>
1286 * configure.in (--without-headers): Add missing double quotes.
1287 * configure: Regenerate.
1289 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1291 * ylwrap: Revert to previous version.
1293 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1296 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1297 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1298 SET_GCC_LIB_PATH_CMD.
1299 (BASE_TARGET_EXPORTS): Likewise.
1300 * Makefile.in: Regenerated.
1302 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1303 * configure: Regenerated.
1305 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1307 * config.guess: New upstream version
1308 * compile, depcomp, install-sh, ylwrap: Likewise.
1310 2004-09-19 Roger Sayle <roger@eyesopen.com>
1312 * config/mh-x86omitfp: New host makefile fragment. Add
1313 -fomit-frame-pointer to the default BOOT_CFLAGS.
1314 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1315 * configure: Regenerate.
1317 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1320 * configure.in (*-*-darwin*): Renable libobjc.
1321 * configure: Regenerate.
1323 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1325 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1327 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
1329 * Makefile.def: Remove libbanshee.
1330 * Makefile.tpl: Ditto.
1331 * configure.in: Ditto.
1332 * Makefile.in: Regen.
1335 2004-09-08 David Edelsohn <edelsohn@gnu.org>
1337 * ltmain.sh: Use $pic_object as $non_pic_object if
1338 $non_pic_object=none.
1340 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
1342 * missing: Import latest version from master repository.
1344 2004-09-06 Nick Clifton <nickc@redhat.com>
1346 * config.sub: Import latest version from master repository.
1347 * config.guess: Likewise.
1348 This includes these changes:
1350 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1352 * config.sub: Handle crisv32, alias etraxfs.
1353 * config.guess (crisv32:Linux:*:*): Handle.
1355 2004-08-13 Brad Smith <brad@comstyle.com>
1357 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1358 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1360 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1362 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1363 assume the processor is a powerpc. This is because coreutils
1364 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1365 in this case, due to a MacOS X bug that causes
1366 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1367 to return a negative number.
1368 Problem reported by Petter Reinholdtsen in:
1369 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1371 2004-07-19 Ben Elliston <bje@gnu.org>
1373 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1375 2004-06-24 Ben Elliston <bje@gnu.org>
1377 * config.guess: Update copyright years.
1378 * config.sub: Likewise.
1380 2004-06-22 Robert Millan <robertmh@gnu.org>
1382 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1383 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1385 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1387 * config.guess (*:*VMS:*:*): New entry. Replaces
1388 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1391 2004-06-22 Ben Elliston <bje@gnu.org>
1393 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1394 * config.sub: Likewise.
1396 2004-06-22 Ben Elliston <bje@gnu.org>
1398 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1399 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1401 2004-06-11 Ben Elliston <bje@gnu.org>
1403 * config.guess (pegasos:OpenBSD:*:*): Remove.
1405 2004-06-11 Ben Elliston <bje@gnu.org>
1407 From Wouter Verhelst <wouter@grep.be>:
1408 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1410 2004-06-11 Ben Elliston <bje@gnu.org>
1412 * config.guess (luna88k:OpenBSD:*:*): New.
1414 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1416 * config.guess (m32r*:Linux:*:*): New case.
1417 * config.sub: Handle m32rle.
1419 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1421 From Jens Petersen <petersen@redhat.com>:
1422 * config.sub: Handle sparcv8.
1424 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1426 From Tom Smith <smith@cag.lkg.hp.com>:
1427 * config.guess: Version suffixes are equally significant on Tru64
1428 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1429 prefix of "P" (patched kernel).
1431 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1433 * config.sub: Add support for National Semiconductor CRX target.
1435 2004-09-03 Janis Johnson <janis187@us.ibm.com>
1437 * MAINTAINERS (Various Maintainers): Remove myself as web page
1438 maintainer, add myself as maintainer of build status lists.
1440 2004-09-03 Jan Beulich <jbeulich@novell.com>
1442 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1443 *-*-netware, but add target-libmudflap.
1444 Consolidate *-*-netware targets (of which really only i?86 exists)
1445 into a single entry.
1446 * configure: Likewise.
1448 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
1450 * Makefile.tpl (sorry): Remove.
1451 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1452 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1453 (do-clean): Clean per-stage directories too.
1454 (do-distclean): Run distclean-stage1 too.
1455 (.NOTPARALLEL): Enable during toplevel bootstrap.
1456 (stage[+id+]-bubble): Enable parallel execution during
1457 the recursive invocation.
1458 * Makefile.in: Regenerate.
1460 Fix previous checkin:
1462 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1464 * configure.in: Fix indentation.
1465 * configure: Regenerate.
1467 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
1469 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1470 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1471 * configure: regenerate
1472 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1476 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
1478 * Makefile.def (build_modules): Add fixincludes.
1479 (dependencies): Make gcc depend on fixincludes.
1480 * configure.in (build_tools): Add fixincludes.
1481 (build_configdirs): Always include build_libs.
1482 * Makefile.in: Regenerate.
1483 * configure: Regenerate.
1485 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
1487 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1488 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1489 phony targets; do not generate timestamp files.
1490 (distclean-stageN): Remove references to their timestamp files.
1491 (restageN, touch-stageN): Remove.
1492 (stageN-bubble): Rewritten.
1493 (compare): Support lean bootstraps.
1494 * Makefile.in: Regenerate.
1496 * configure.in: Only warn when bootstrapping but
1497 build != host or build != target. Support lean bootstraps.
1498 * configure: Regenerate.
1500 2004-08-26 Phil Edwards <phil@codesourcery.com>
1502 * configure.in: Give a better error message if GMP/MPFR are missing
1503 and a language needing them has been requested.
1504 * configure: Regenerated.
1506 2004-08-25 Phil Edwards <phil@codesourcery.com>
1508 * configure.in: Print a list of available language front-ends if
1509 a requested one is missing. Tidy stray tab characters.
1510 * configure: Regenerated.
1512 2004-08-19 Michael Koch <konqueror@gmx.de>
1514 * gcc/doc/install.texi: Update entry about automake for libjava.
1516 2004-08-17 Robert Millan <robertmh@gnu.org>
1518 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1519 (instead of FreeBSD).
1520 * configure: Regenerate.
1522 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1524 * Makefile.in: Regenerate.
1525 * configure: Regenerate.
1527 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1529 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1530 for bootstrapped modules if toplevel bootstrap is going.
1531 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1532 modules. Adjust for changes in Makefile.def. Enable several
1533 rules even in non-bootstrap mode, just to avoid peppering the
1534 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1535 (stage-[+prev+]-bubble): Remove.
1537 * Makefile.def (Dependencies): Depend on all-build-bison,
1538 all-build-flex, all-build-byacc, all-build-texinfo, rather
1539 than the host variations.
1540 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1542 (BISON): Update for recent Bisons.
1544 (cross): Depend on all-build.
1545 (all): Do not depend on all-build.
1546 (prebootstrap): Remove.
1547 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1548 (Prebootstrap dependencies): Add them to the per-stage targets
1549 and to all-prebootstrap.
1550 * configure.in (build_configdirs): Always enable build_tools.
1551 (BUILD_DIR_PREFIX): Remove.
1553 * Makefile.def (gcc): Add target variable.
1554 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1555 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1556 in the recursive `make', instead of hardwiring `all'.
1557 (Autogenerated TARGET-* variables): New.
1559 2004-08-13 Brian Booth <bbooth@redhat.com>
1561 * MAINTAINERS: Remove myself from write-after-approval.
1563 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1565 * src-release: Stop distributing mmalloc with gdb (which doesn't
1567 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1568 * Makefile.in: Regenerate.
1570 2004-08-09 Mark Mitchell <mark@codesourcery.com>
1572 * configure.in (arm*-*-eabi*): New target.
1573 * configure: Regenerate.
1575 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
1577 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1578 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1579 (Dependencies): New section.
1580 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1581 (configure-target-[+module+]): Depend on maybe-all-gcc
1582 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1583 (toplevel profiledbootstrap): Fix dependencies.
1584 * Makefile.in: Regenerate.
1586 2004-08-03 Mark Mitchell <mark@codesourcery.com>
1588 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1589 target-libiberty to noconfigdirs.
1590 * configure: Regenerate.
1592 2004-08-03 Paul Brook <paul@codesourcery.com>
1594 * configure.in: Check for MPFR as well as GMP.
1595 * configure: Regenerate.
1597 2004-08-01 Robert Millan <robertmh@gnu.org>
1599 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1600 libmudflap for all GNU-based systems (with Glibc).
1601 * configure: Regenerate.
1603 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1605 * Makefile.def (host-modules): Add gcc.
1606 * Makefile.in: Regenerate.
1607 * Makefile.tpl (sorry): New rule.
1608 (configure-host, all-host, [+make_target+]-host, do-check,
1609 install-host): Do not add gcc as a special case.
1610 (host modules): Add a small special-casing for gcc. Export
1611 extra_make_flags through the environment.
1612 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1613 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1614 other recursive targets for gcc): Remove.
1616 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1617 (stage, unstage): New rules.
1618 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1619 distclean-stage[+id+]): Use stage_current.
1620 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1621 the stage*-start rules.
1623 2004-08-02 Geoffrey Keating <geoffk@apple.com>
1625 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1628 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
1630 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1631 * configure: Regenerate.
1633 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1635 * maintainer-scripts/gcc_release: Revert yesterday's change.
1637 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1639 * MAINTAINERS: Add myself to write-after-approval.
1641 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1644 * gcc/gccbug.in: Updated because of libf2c removal.
1645 * maintainer-scripts/gcc_release: Ditto.
1647 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
1649 * configure.in: Build libmudflap by default on FreeBSD.
1650 * configure: Regenerated.
1652 2004-07-09 Mark Mitchell <mark@codesourcery.com>
1654 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1656 * configure: Regenerated.
1658 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1661 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1662 feedback based compiler.
1663 * Makefile.in: Rebuilt.
1665 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
1667 * Makefile.def (host_modules): Set bootstrap=true for flex.
1668 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1669 * Makefile.in: Rebuilt.
1671 2004-07-07 Jan Hubicka <jh@suse.cz>
1673 * MAINTAINERS: Add self as a profile feedback maintainer.
1675 2004-07-05 Phil Edwards <phil@codesourcery.com>
1677 * configure.in: Do not prepend $srcdir to /dev/null in
1679 * configure: Regenerate.
1681 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
1683 * Makefile.def (build_modules): Add bison, byacc, flex,
1685 (flags_to_pass): Add FLEX.
1686 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1687 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1688 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1689 DEFAULT_MAKEINFO): Remove.
1690 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1691 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1692 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1693 objdir or else use configured tool.
1695 (all): Depend on it.
1696 (Build module dependencies): Add.
1697 * Makefile.in: Regenerate.
1698 * configure.in: Better support for multiple build modules,
1699 matching what is done for host/target modules. Do not look
1700 for "plausible" locations of build tools if Canadian cross.
1701 Use autoconf's AC_PROG_CC to find a C compiler. Define
1702 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1703 * configure: Regenerate.
1705 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
1707 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1708 * Makefile.in: Regenerate.
1710 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
1712 * Makefile.tpl (configure-build-[+module+],
1713 configure-[+module+], configure-target-[+module+]): Pass
1714 [+extra_configure_args+].
1715 (all-build-[+module+], all-[+module+], check-[+module+],
1716 install-[+module+], [+make_target+]-[+module+],
1717 all-target-[+module+], check-target-[+module+],
1718 install-target-[+module+], [+make_target+]-target-[+module+]):
1719 Pass [+extra_make_args+].
1720 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1721 (GCC_HOST_EXPORTS): Remove.
1722 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1723 cross, check-gcc, check-gcc-c++, install-gcc,
1724 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1725 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1726 * Makefile.in: Regenerate.
1728 2004-06-21 Matthew Sachs <msachs@apple.com>
1730 * MAINTAINERS: Added self to write-after-approval.
1732 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1734 * configure.in: Check for srcdir/winsup rather than build directory
1736 * configure: Regenerate.
1738 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
1740 * configure.in: Don't build Cygwin native newlib if winsup
1741 directory is missing. Emit warning instead.
1742 * configure: Regenerate.
1744 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
1746 * Makefile.tpl (touch-stage[+id+]): New.
1747 (restage[+prev+]): Depend on touch-stage[+id+].
1749 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1752 * Makefile.def: Add profile and feedback bootstrap stages.
1753 Remove next field from bootstrap stages.
1754 * Makefile.tpl (LN, LN_S): Substitute.
1755 (stageN-start, stageN-end): Use double-colon rules, to
1756 provide a hook for additional setup commands.
1757 (distclean-stageN-gcc, restageN): Create dependencies from
1758 [+prev+], not from [+next+].
1759 (stageN-bubble): Add commands for successive stages from
1760 [+prev+], using double-colon rules.
1761 (all-stageN-gcc): Fix typo.
1762 (stagefeedback-start, profiledbootstrap): New.
1763 * Makefile.in: Regenerate.
1764 * configure.in: Call ACX_PROG_LN.
1765 * configure: Regenerate.
1767 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1769 * MAINTAINERS (Write After Approval): Add myself.
1771 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1773 * MAINTAINERS (Write After Approval): Add myself.
1775 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
1777 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1779 * configure: Regenerate.
1781 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1783 * Makefile.tpl: Fix typo.
1784 * Makefile.in: Regenerate.
1786 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1788 * configure.in: Remove new- prefix from toplevel
1790 * configure: Regenerate.
1792 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1794 * Makefile.tpl (all.normal): Rename to all.
1795 (all): Replace with a rule to pick the default
1796 target from configure.
1797 (all-gcc, configure-gcc): Use conditionals to
1798 do nothing when toplevel bootstrap is going on.
1799 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1800 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1801 * configure.in: Support --enable-bootstrap.
1803 * Makefile.def: Remove new- prefix from toplevel
1805 * Makefile.tpl: Likewise.
1807 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1810 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1811 $(RECURSE_FLAGS) to recursive invocation of make.
1813 * Makefile.in: Regenerate.
1814 * configure: Regenerate.
1816 2004-05-30 Andreas Jaeger <aj@suse.de>
1817 Jim Wilson <wilson@specifixinc.com>
1819 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1822 2004-05-27 Daniel Jacobowitz <dan@debian.org>
1824 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1825 * configure: Regenerate.
1827 2004-05-25 Daniel Jacobowitz <drow@false.org>
1829 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1830 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1831 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1833 * Makefile.in: Regenerate.
1835 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
1837 * configure.in: Test the ability to symlink directories.
1838 * configure: Regenerate.
1840 * Makefile.def (bootstrap-stage): New definitions.
1841 * Makefile.tpl (configure-stage1-gcc,
1842 configure-stage2-gcc, configure-stage3-gcc,
1843 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1844 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1845 new-restage3, compare): Autogenerate, see Makefile.in
1846 entry for behavioral changes.
1847 (distclean-stage1, new-stage1-start, new-stage1-end,
1848 new-stage1-bubble, distclean-stage2, new-stage2-start,
1849 new-stage2-end, new-stage2-bubble, distclean-stage3,
1850 new-stage3-start, new-stage3-end): New autogenerated targets.
1851 (objext, prebootstrap, BOOT_CFLAGS,
1852 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1855 * Makefile.in: Regenerate.
1856 (distclean-stage1, new-stage1-start, new-stage1-end,
1857 new-stage1-bubble, distclean-stage2, new-stage2-start,
1858 new-stage2-end, new-stage2-bubble, distclean-stage3,
1859 new-stage3-start, new-stage3-end): New targets.
1860 (all-stage1-gcc): Move prebootstrap dependency from here...
1861 (configure-stage1-gcc): ...to here.
1862 (new-bootstrap): Use bubble targets.
1863 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1864 Use per-stage distclean targets.
1865 (configure-stage1-gcc, configure-stage2-gcc,
1866 configure-stage3-gcc, all-stage1-gcc,
1867 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1868 Use new-stageN-start to prepare the tree.
1870 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
1872 * Makefile.def (host_modules): add libcpp.
1873 * Makefile.tpl: Add dependencies on and for libcpp.
1874 * Makefile.in: Regenerate.
1875 * configure.in: Add libcpp host module.
1876 * configure: Regenerate.
1878 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
1880 * Makefile.tpl: Whenever a recursive target is defined, wrap
1881 it in a special @if/@endif block, and prepare its maybe
1882 dependency in the @if/@endif block
1883 * configure.in: Instead of writing maybe dependencies, remove
1884 the @if/@endif statements, and remove the @if/@endif blocks
1886 * configure: Regenerate.
1887 * Makefile.in: Regenerate.
1889 2004-05-20 Janis Johnson <janis187@us.ibm.com>
1891 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1893 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1896 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1897 * */configure: Rebuilt.
1899 2004-05-17 Zack Weinberg <zack@codesourcery.com>
1901 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1903 * configure, Makefile.in: Regenerate.
1905 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
1907 * MAINTAINERS (Write After Approval): Add myself.
1909 2004-05-13 Diego Novillo <dnovillo@redhat.com>
1911 Merge from tree-ssa-20020619-branch.
1913 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1914 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1915 (HOST_GMPLIBS): Define.
1916 (HOST_GMPINC): Define.
1917 (TARGET_LIB_PATH): Add libmudflap.
1918 (GFORTRAN_FOR_TARGET): Define.
1919 (configure-build*): Export GFORTRAN.
1920 (configure-gcc): Export GMPLIBS and GMPINC.
1921 (all-gcc): Add maybe-all-libbanshee.
1922 (configure-target-libgfortran): Define.
1923 * Makefile.in: Regenerate.
1924 * configure.in (host_libs): Add libbanshee.
1925 (target_libraries): Add target-libmudflap and target-libgfortran.
1926 Add --with-libbanshee.
1927 Handle --disable-libmudflap.
1928 (*-*-freebsd*): Use with_gmp.
1929 Add $(libgcj) to noconfigdirs.
1930 * configure: Regenerate.
1931 * depcomp: New file.
1932 * MAINTAINERS: Add tree-ssa maintainers.
1934 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
1936 * MAINTAINERS (Various Maintainers): Add myself.
1938 2004-04-30 Brian Ford <ford@vss.fsi.com>
1940 * MAINTAINERS (Write After Approval): Add myself.
1942 2004-04-29 Uros Bizjak <uros@kss-loka.si>
1944 * MAINTAINERS (Write After Approval): Add myself.
1946 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
1948 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1949 * configure: Regenerate.
1951 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
1954 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1956 * Makefile.def (flags_to_pass): Remove *dir variables that
1957 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1958 as well as prefix and exec_prefix.
1959 * Makefile.in: Regenerate.
1961 2004-04-26 Robert Millan <robertmh@gnu.org>
1963 Add patches from libtool CVS.
1964 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1965 * ltconfig: Likewise.
1966 * ltcf-c.sh: Likewise.
1967 * ltcf-cxx.sh: Likewise.
1968 * ltcf-gcj.sh: Likewise.
1970 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1972 * Makefile.def (host_modules): Mark with the bootstrap
1973 flag packages on which gcc depends.
1974 * Makefile.tpl (all-bootstrap): Use it.
1975 * Makefile.in: Regenerate.
1977 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1979 * Makefile.def (flags_to_pass): Remove *dir variables that
1980 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1981 as well as prefix and exec_prefix.
1982 * Makefile.in: Regenerate.
1984 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1986 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1987 * configure: Regenerate.
1988 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1989 * gcc/Makefile.tpl (compare): Use the result of the test.
1990 * gcc/Makefile.in: Regenerate.
1992 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
1994 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1995 Always relocate gcc and prev-gcc to the original names, even
1997 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2000 2004-04-23 Laurent GUERBY <laurent@guerby.net>
2002 * MAINTAINERS: Update my email address.
2004 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2006 * configure.in (mips*-*-irix5*): Enable ld.
2007 * configure: Regenerate.
2009 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2011 * configure: Regenerate.
2013 2004-04-15 James E Wilson <wilson@specifixinc.com>
2015 * Makefile.tpl (configure-[+module+], configure-gcc,
2016 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2017 Set and export LDFLAGS.
2018 * Makefile.in: Regenerate.
2020 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
2022 * MAINTAINERS: Add myself to write-after-approval.
2024 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2027 * Makefile.tpl: If we don't have built-in-tree target tools,
2028 use the ones found by configure rather than hacking around with
2029 program_transform_name.
2030 * configure.in: Give Makefile.tpl the information necessary
2032 * Makefile.in: Regenerate.
2033 * configure: Regenerate.
2035 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
2038 * configure.in: When computing baseargs, strip *all* copies of
2039 offending options. Also, don't match/substitute the trailing space,
2040 so that this actually works when two similar options are separated by
2042 * configure: Regenerate.
2044 2004-04-06 David Edelsohn <edelsohn@gnu.org>
2046 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2047 (rs6000-*-aix*): Same.
2048 * configure: Regenerate.
2050 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
2052 * MAINTAINERS: Add myself to write-after-approval.
2054 2004-04-03 Bud Davis <bdavis9659@comcast.net>
2056 * MAINTAINERS: Add myself to write-after-approval.
2058 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
2060 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2061 STRICT_WARN, WARN_CFLAGS flags passed down to make.
2062 * Makefile.in: Regenerate.
2064 * configure.in (top level bootstrap support): Rework --enable-werror
2065 to set @stage2_werror_flag@.
2066 * configure: Regenerate.
2067 * Makefile.tpl (top level bootstrap support): Pass
2068 @stage2_werror_flag@ down to configure in stages 2 and 3.
2069 * Makefile.in: Regenerate.
2071 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
2073 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2074 for stages 2 and 3 as well as in make. As a consequence, remove
2075 OUTPUT_OPTION (now detected by configure) from the flags passed down
2077 * Makefile.in: Regenerate.
2079 * Makefile.tpl (new-bootstrap): Fix typo.
2080 * Makefile.in: Regenerate.
2082 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
2084 * Makefile.tpl: Rearrange by moving recursive_targets rules
2085 into their proper sections.
2086 * Makefile.tpl (top level bootstrap support): Move disabling
2087 of coverage flags from 'make' to 'configure'; improve comments.
2088 * Makefile.in: Regenerate.
2090 * Makefile.tpl (experimental top level bootstrap) Move stage1
2091 language setting from all- target to configure- target; disable
2092 intermodule optimization in stage 1; prevent gratuitous rebuilds
2094 * Makefile.in: Regenerate.
2095 * configure.in: Comma-separate stage 1 language list for top
2097 * configure: Regenerate.
2099 * Makefile.tpl: Clean up experimental top level bootstrap support:
2100 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2101 prev-gcc in configure- targets as well as all- targets.
2102 * Makefile.in: Regenerate.
2104 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
2106 * compile: New file imported from automake.
2108 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
2110 * configure.in: Remove symbolic link section.
2111 * configure: Regenerate.
2112 * Makefile.tpl (links): Remove.
2113 * Makefile.in: Regenerate.
2115 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
2116 Nathanael Nerode <neroden@gcc.gnu.org>
2118 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2119 Set with AC_CHECK_PROGS.
2120 * configure.in: Fix comment typo from last patch.
2121 * configure: Regenerate.
2123 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
2125 * Makefile.tpl: Introduce experimental top level bootstrap support.
2126 * Makefile.in: Regenerate.
2127 * configure.in: Introduce support for top level bootstrap.
2128 * configure: Regenerate.
2130 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
2131 Paolo Bonzini <bonzini@gnu.org>
2134 * configure.in: Cope with shells that do not support unquoted ^
2135 * configure: Regenerate.
2137 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
2138 Paolo Bonzini <bonzini@gnu.org>
2141 * configure.in: Cope with shells that do not support nesting
2142 quotes inside quoted backquote substitutions.
2143 * configure: Regenerate.
2145 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
2148 * configure.in: Fix escaping of $.
2149 * configure: Regenerate.
2151 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
2153 * configure: Regenerate, since I forgot to while committing Paolo's
2156 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
2159 Move language detection to the top level.
2160 * configure.in: Find default values for the tools as
2161 soon as possible. Disable ada if GNAT is not found.
2162 Emit error message about missing languages. Expand
2163 --enable-languages=all for the gcc subdirectory.
2165 2004-03-10 Ben Elliston <bje@gnu.org>
2167 * MAINTAINERS: Update my email address.
2169 2004-03-05 David Edelsohn <edelsohn@gnu.org>
2171 * ltconfig: Disable building static libraries if building shared
2172 libraries on AIX 5L.
2174 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
2176 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2178 * configure: Regenerated.
2180 2004-03-01 Brian Booth <bbooth@redhat.com>
2182 * MAINTAINERS: Add myself to write-after-approval.
2184 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
2186 * MAINTAINERS: Add myself to write-after-approval.
2188 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2191 * Makefile.tpl: Guard XFOO sed statements better.
2192 * Makefile.tpl: Add dependency for configure-target-libada.
2193 * Makefile.in: Regenerate (incidentally fixes broken
2194 commit when libada-branch was merged).
2196 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
2198 * MAINTAINERS: Add myself to write-after-approval.
2200 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
2202 * MAINTAINERS: Add Nicola Pero and myself as libobjc
2205 2004-02-20 Andrew Cagney <cagney@redhat.com>
2207 * config.guess: Update from version 2003-10-16 to 2004-02-16.
2208 * config.sub: Update from version 2003-11-03 to 2004-02-16.
2210 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
2213 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2215 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
2217 * MAINTAINERS: Added myself to write-after-approval.
2219 2004-02-14 Michael Koch <konqueror@gmx.de>
2221 * MAINTAINERS: Added myself to write-after-approval.
2223 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
2225 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
2226 some OS port maintainers to OS port maintainers section.
2228 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
2230 * MAINTAINERS: Add self.
2232 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
2234 * MAINTAINERS: Alphabetize.
2236 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
2238 * MAINTAINERS: Remove myself.
2240 2004-02-11 David Edelsohn <edelsohn@gnu.org>
2242 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2243 (rs6000-*-aix*): Same.
2244 * configure: Regenerate.
2246 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
2248 * configure.in (host): Add in missing $noconfigdirs to defines.
2249 * configure: Regenerate.
2251 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2252 Nathanael Nerode <neroden@gcc.gnu.org>
2254 PR ada/6637, PR ada/5911
2255 Merge with libada-branch:
2256 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2257 with appropriate dependencies. Add --enable-libada configure switch.
2258 * configure, Makefile.in: Regenerate.
2260 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
2262 * MAINTAINERS: Add myself to write-after-approval.
2264 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2266 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2267 * configure: Regenerate.
2269 2004-02-04 Geoffrey Keating <geoffk@apple.com>
2271 Merge from upstream:
2273 * ltmain.in: When setting IFS to '~', be careful about user
2274 arguments that contain '~'.
2276 2004-02-04 Peter O'Gorman <peter@pogma.com>
2278 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2279 Also test $base_compile against $CC with escaped arguments. Bug
2280 reported by Geoff Keating <geoffk@apple.com>.
2282 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
2284 * MAINTAINERS: Remove i960 port.
2286 2004-01-23 DJ Delorie <dj@redhat.com>
2288 * Makefile.def (target_modules) [libiberty]: Don't stage.
2289 * Makefile.in: Rebuilt.
2291 2004-01-20 Caroline Tice <ctice@apple.com>
2293 * MAINTAINERS: Add myself to write-after-approval.
2295 2004-01-19 Paolo Carlini <pcarlini@suse.de>
2297 * MAINTAINERS: Update my email address.
2299 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
2301 * MAINTAINERS: Add myself to write-after-approval.
2303 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2305 * MAINTAINERS: Remove entries without email address.
2307 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
2309 * MAINTAINERS: Add myself to write-after-approval.
2311 2004-01-15 Steven Bosscher <stevenb@suse.de>
2313 * MAINTAINERS: Update my email address.
2315 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
2317 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2318 * Makefile.tpl (configure-target-[+module+]): Support stage.
2319 * Makefile.in: Rebuilt.
2321 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2323 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2325 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
2327 * MAINTAINERS: Add myself as a MIPS maintainer.
2329 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2331 * configure.in: Use ./config.cache, not config.cache.
2332 * configure: Regenerate.
2333 * Makefile.tpl: Special-casing not needed for GCC any more.
2334 * Makefile.in: Regenerate.
2336 * configure.in: Don't share a cache file for host dirs.
2337 * configure: Regenerate.
2339 * config-ml.in: Don't mess with the cache file.
2341 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2343 * MAINTAINERS: Move myself from 'Write After Approval' to
2344 'CPU Port Maintainers' section as SPARC maintainer.
2346 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2348 * Makefile.tpl: Make GCC use a separate config.cache.
2349 * Makefile.in: Regenerate.
2351 PR bootstrap/11932, PR bootstrap/11933
2352 (I don't know if it will fix either of them, but it relates
2354 * configure.in: Don't use shared config.cache for target
2356 * configure: Regenerate.
2358 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
2360 * MAINTAINERS: Add myself to 'Write After Approval' section.
2362 2003-12-31 Roger Sayle <roger@eyesopen.com>
2364 * configure.in (ia64*-*-hpux*): Disable building java libraries.
2365 * configure: Regenerated.
2367 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
2369 * MAINTAINERS: Remove the mn10200 maintainer.
2371 2003-12-21 Bernardo Innocenti <bernie@develer.com>
2373 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2374 * configure: Regenerated.
2376 2003-12-16 Jan Hubicka <jh@suse.cz>
2378 * MAINTAINERS: Add myself as callgraph maintainer.
2380 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
2382 * configure.in (raw_libstdcxx_flags): Remove the leading space.
2383 * configure: Regenerate.
2385 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2387 * MAINTAINERS: Move myself from 'Bug database only accounts' to
2388 'Write After Approval' section. Update email.
2390 2003-12-01 James Lemke <jim@wasabisystems.com>
2392 * MAINTAINERS (Write After Approval): Add myself.
2394 2003-11-20 Matt Thomas <matt@3am-software.com>
2396 * MAINTAINERS: Add myself as a vax port maintainer.
2398 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
2400 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2401 (configure-build-[+module+], configure-[+module+]): Likewise.
2402 (configure-target-[+module+], configure-gcc, config.status): Likewise.
2403 * Makefile.in: Regenerate.
2405 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
2407 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2408 shared/dylibed libraries.
2409 * ltmain.sh: Likewise.
2410 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2411 * ltcf-cxx.sh: Likewise.
2412 * ltcf-gcj.sh: Likewise.
2413 * ltconfig: Likewise.
2415 2003-11-17 Stan Cox <scox@redhat.com>
2417 * MAINTAINERS: Add myself as iq2000 port maintainer.
2419 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2421 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2422 * Makefile.in: Regenerate.
2424 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
2426 * config.sub: Update to 2003-11-03 version.
2428 2003-10-20 Phil Edwards <phil@codesourcery.com>
2430 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2431 * configure: Regenerate.
2433 2003-10-20 Nicolas Pitre <nico@cam.org>
2435 * MAINTAINERS: Add myself to 'Write After Approval' section.
2437 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
2439 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2441 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
2443 * MAINTAINERS: Update my email address.
2445 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2447 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2449 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
2451 * MAINTAINERS: Add myself to 'Write After Approval' section.
2453 2003-10-16 Bernardo Innocenti <bernie@develer.com>
2455 * config.guess: Update to 2003-10-16 version.
2456 * config.sub: Update to 2003-10-16 version.
2458 2003-10-15 David Daney <ddaney@avtrex.com>
2460 * MAINTAINERS: Added myself to 'Write After Approval' section.
2462 2003-10-15 Falk Hueffner <falk@debian.org>
2464 * MAINTAINERS: Move myself from 'Bug database only accounts' to
2465 'Write After Approval' section. Update email.
2467 2003-10-14 Roger Sayle <roger@eyesopen.com>
2469 * MAINTAINERS: Move myself from 'Write After Approval' to
2470 'Various Maintainers' section as middle-end maintainer.
2472 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
2474 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2476 * Makefile.in: Regenerate.
2478 2003-10-11 Bernardo Innocenti <bernie@develer.com>
2480 * config.guess: Update to 2003-10-07 version.
2481 * config.sub: Update to 2003-10-07 version.
2483 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2485 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2486 * ltconfig (irix5*, irix6*): Don't override version_type.
2488 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
2490 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2491 * configure: Rebuilt
2492 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2493 * Makefile.in: Rebuilt
2495 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
2497 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2499 2003-09-30 Carlo Wood <carlo@alinoe.com>
2501 * MAINTAINERS (Write After Approval): Add myself.
2503 2003-09-29 Paul Koning <ni1d@arrl.net>
2505 * MAINTAINERS: Move myself from "Write After Approval"
2506 to CPU platform maintainers for pdp11 platform.
2508 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
2510 * MAINTAINERS: Move myself from 'Write After Approval' to
2511 'Various Maintainers' section as libffi testsuite maintainer.
2513 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
2515 * configure.in: Pass a computed --program-transform-name
2517 * configure: Regenerated.
2519 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2521 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2522 * Makefile.in: Regenerate.
2524 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2525 * Makefile.in: Regenerate.
2527 2003-09-19 Ziemowit Laski <zlaski@apple.com>
2529 * MAINTAINERS: Move myself from 'Write After Approval'
2530 to 'Various Maintainers' (objective-c) section.
2532 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
2534 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2536 * configure: Regenerated.
2538 2003-09-16 Joel Brobecker <brobecker@gnat.com>
2540 * MAINTAINERS (Write After Approval): Add myself to write after
2543 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
2545 * MAINTAINERS (Write After Approval): Add myself.
2547 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2549 * MAINTAINERS: Update my e-mail address.
2551 2003-09-09 Alan Modra <amodra@bigpond.net.au>
2553 * libtool.m4 (LD): Correct powerpc64 host match.
2555 2003-09-06 James E Wilson <wilson@tuliptree.org>
2557 * MAINTAINTERS: Update my affiliation and email address.
2559 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2561 * MAINTAINERS (Write After Approval): Add myself.
2563 2003-09-04 DJ Delorie <dj@redhat.com>
2565 * configure: Regenerate.
2567 2003-09-04 Robert Millan <robertmh@gnu.org>
2569 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2571 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2573 * configure.in: Ensure arguments to sed are properly spaced.
2574 * configure: Regenerate.
2576 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2578 * MAINTAINERS: Update my e-mail address.
2580 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
2582 * MAINTAINERS (Write After Approval): Add myself.
2584 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
2586 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2587 * configure: Regenerated.
2589 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
2591 * MAINTAINERS: Update my email address.
2593 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
2595 * configure.in: Use newline instead of semicolon when assuming
2596 shell arguments in a for loop.
2597 * configure: Regenerated.
2599 2003-08-22 Jason Eckhardt <jle@rice.edu>
2601 * MAINTAINERS: Resurrect the i860 maintainer.
2603 2003-08-20 Geoffrey Keating <geoffk@apple.com>
2606 * configure.in: When testing with_libs and with_headers, treat
2607 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2608 * configure: Regenerate.
2610 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2612 (baseargs): Likewise.
2613 * configure: Regenerate.
2615 2003-08-20 Bernardo Innocenti <bernie@develer.com>
2617 * MAINTAINERS (Write After Approval): Add myself.
2619 2003-08-19 Geoffrey Keating <geoffk@apple.com>
2621 * configure.in: Disable libgcj for darwin not on powerpc.
2622 * configure: Rebuild.
2624 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2626 * config-ml.in, symlink-tree: Add license.
2628 2003-08-03 Richard Stallman <rms@gnu.org>
2629 Eben Moglen <moglen@columbia.edu>
2631 * README.SCO: New file.
2633 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
2635 * Makefile.tpl (check, check-c++): Express dependencies using
2636 dependencies rather than commands.
2637 * Makefile.in: Regenerate.
2639 2003-08-01 Andrew Cagney <cagney@redhat.com>
2641 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2644 2003-07-31 Geoffrey Keating <geoffk@apple.com>
2646 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2647 * Makefile.in: Update.
2649 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
2651 * configure.in: Enable libgcj for darwin.
2652 * configure: Rebuild.
2654 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
2656 * config-ml.in: Use ac_configure_args directly instead of
2657 ml_arguments. Only set ml_norecursion if --no[-]recursion is
2660 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
2662 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2663 creating target and build subdirs to build all parent dirs as needed.
2664 * Makefile.in: Rebuild.
2665 * configure.in: Don't build dirs explicitly here.
2666 * configure: Rebuild.
2668 2003-07-26 Paul Brook <paul@nowt.org>
2670 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2672 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
2674 * Makefile.tpl (all-make): Depend on intl.
2675 * Makefile.in: Rebuilt.
2677 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
2679 * install-sh: Update to newer upstream versions (associated with
2681 * mkinstalldirs: Likewise.
2682 * missing: Likewise, plus $1Help2man -> $1 typo fix.
2684 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
2686 * MAINTAINERS: Move self from Bug database only accounts
2687 to write-after-approval.
2689 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2691 * config.if: Remove unused libc_interface determination.
2693 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2695 * MAINTAINERS: Move self from write-after-approval to
2696 build machinery (*.in).
2698 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
2702 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
2703 unused INSTALL_PROGRAM_ARGS.
2704 * configure.in: Use AC_PROG_INSTALL.
2705 * Makefile.in: Regenerate.
2706 * configure: Regenerate.
2708 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
2710 * MAINTAINERS: Alphabetize.
2712 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
2714 * configure: Rebuilt.
2715 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
2716 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2717 newlib nor libgloss.
2718 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
2719 * configure.in (am33_2.0-*-linux*): Added.
2721 2003-07-09 Bob Wilson <bob.wilson@acm.org>
2723 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2724 * configure: Regenerate.
2726 2003-07-07 Zack Weinberg <zack@codesourcery.com>
2728 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
2729 * Makefile.in: Regenerate.
2731 2003-07-04 Zack Weinberg <zack@codesourcery.com>
2733 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
2734 * Makefile.in: Regenerate.
2736 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
2738 * Makefile.tpl: Replace PWD with PWD_COMMAND.
2739 * Makefile.in: Regenerated.
2741 * config-ml.in: Replace PWD with PWD_COMMAND.
2743 2003-07-04 Zack Weinberg <zack@codesourcery.com>
2745 * intl: New directory; see intl/ChangeLog for details.
2746 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
2747 * Makefile.tpl: all-gcc depends on maybe-all-intl.
2748 * Makefile.in: Regenerate.
2750 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
2752 * configure.in: Clean up config-lang.in handling. Delete
2753 useless assignment to "subdirs".
2754 * configure: Regenerate.
2756 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
2758 * configure.in: Rename 'target_libs' to 'target_libraries'.
2759 Remove useless reference to 'target_libs'.
2760 * configure: Regenerate.
2762 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
2764 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2765 * Makefile.in: Regenerate.
2767 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
2769 * Makefile.def: Introduce flags_to_pass.
2770 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2771 * Makefile.in: Regenerate.
2773 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
2775 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2776 and target-libgloss.
2777 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2778 <h8300*-*-*>: Disable libf2c and ${libgcj}.
2779 * configure: Regenerate.
2781 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2783 * configure.in: Update testsuite_flags to new location.
2784 * configure. Regenerate.
2786 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
2788 * Makefile.tpl: Remove BUILD_CC stuff.
2789 * Makefile.in: Regenerate.
2791 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
2793 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
2795 2003-06-16 Graeme Peterson <gp@qnx.com>
2797 * MAINTAINERS (Write After Approval): Add myself.
2799 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
2801 * config.guess: Update to 2003-06-12 version.
2802 * config.sub: Update to 2003-06-13 version.
2804 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
2806 * config.guess: Update to 2003-06-06 version.
2807 * config.sub: Update to 2003-06-06 version.
2809 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2811 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2812 * configure. Regenerate.
2814 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2816 * configure.in: Disable serial configure by default.
2817 * configure: Regenerate.
2818 * Makefile.tpl: Abolish .NOTPARALLEL.
2819 * Makefile.in: Regenerate.
2821 * Makefile.tpl: Replace {build,host,target}_canonical by
2822 {build,host,target}.
2823 * Makefile.in: Regenerate.
2825 * Makefile.tpl: Fix stupid pasto.
2826 * Makefile.in: Regenerate.
2828 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2830 * Makefile.tpl: Remove bogus conditional.
2831 * Makefile.in: Regenerate.
2833 2003-06-05 Jan Hubicka <jh@suse.cz>
2835 * Makefile.tpl (profiledbootstrap): New target.
2836 * Makefile.in (profiledbootstrap): New target.
2838 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
2840 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2841 Pinski. Remove user names from other bugzilla-only maintainers.
2843 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2845 * Makefile.tpl: Make 'recursive targets' using autogen rather
2846 than shell loop. Remove duplicate 'clean' targets and false
2848 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2849 Add systematic method of specifying missing targets in subdirs.
2850 Add copyright boilerplate.
2851 * Makefile.in: Regenerate.
2852 * configure.in: Add 'recursive targets' to maybe list.
2853 * configure: Regenerate.
2855 * MAINTAINERS: "GNATS only" -> "Bug database only".
2857 * Makefile.tpl: Rename [+target+] to [+make_target+].
2858 * Makefile.def: Rename 'target' to 'make_target'.
2860 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
2862 * MAINTAINERS: Add self as options handling maintainer.
2864 2003-05-28 Michael Meissner <gnu@the-meissners.org>
2866 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2867 been too long since I touched those ports.
2869 2003-05-28 DJ Delorie <dj@redhat.com>
2871 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2872 * Makefile.in: Regenerate.
2874 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2876 * configure.in: Use curly braces in the definition of tooldir.
2877 * configure: Regenerate.
2879 2003-05-21 DJ Delorie <dj@redhat.com>
2881 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2883 * Makefile.in: Regenerate.
2885 2003-05-21 DJ Delorie <dj@redhat.com>
2887 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2888 * Makefile.in: Regenerate.
2890 2003-05-20 Ian Lance Taylor <ian@airs.com>
2892 * MAINTAINERS: Update my e-mail address.
2894 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2896 * configure.in: Switch more things to use maybe dependencies.
2897 * Makefile.tpl: Switch more things to use maybe dependencies.
2898 Factor out common code from autogen IF statements.
2899 * configure: Regenerate.
2900 * Makefile.in: Regenerate.
2902 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2904 * configure.in: Accept i[3456789]86 for machine type.
2905 * configure: Regenerate.
2907 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2909 * configure.in: Switch more things to use maybe dependencies.
2910 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2911 * configure: Regenerate.
2912 * Makefile.tpl: Switch more things to use maybe dependencies.
2913 * Makefile.in: Regenerate.
2915 2003-05-16 Andreas Schwab <schwab@suse.de>
2917 * Makefile.tpl (install-opcodes): Define.
2918 * Makefile.in: Rebuild.
2920 2003-05-13 Andreas Jaeger <aj@suse.de>
2922 * config.guess: Update to 2003-05-09 version.
2923 * config.sub: Update to 2003-05-09 version.
2925 2003-05-13 Michael Eager <eager@mvista.com>
2927 * configure.in: Correct sed script so that options in quotes are not
2929 * configure: Rebuild.
2931 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
2933 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2934 and $$s/newlib/libc/sys/cygwin32 include paths.
2937 2003-05-12 Michael Meissner <gnu@the-meissners.org>
2939 * MAINTAINERS: Update my email addresses.
2941 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
2943 * config-ml.in: Propagate INSTALL variables.
2945 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2947 * MAINTAINERS: Remove duplicate entries in Write After Approval.
2949 2003-05-02 Chris Demetriou <cgd@broadcom.com>
2951 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2952 * Makefile.in: Regenerate.
2954 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
2956 * MAINTAINERS (GNATS only): Add Falk Hueffner.
2958 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
2960 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2962 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2964 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2965 * Makefile.in: Regenerated.
2967 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
2969 * MAINTAINERS (Write After Approval): Upgrade myself from
2970 GNATS only to write-after-approval. Update my mail address.
2972 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
2974 (OS Port Maintainers: freebsd): Add myself.
2976 2003-04-22 Mark Mitchell <mark@codesourcery.com>
2978 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2980 2003-04-22 Kean Johnston <jkj@sco.com>
2982 * MAINTAINERS (SCO ports): Added myself.
2984 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
2986 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2988 2003-04-19 Kean Johnston <jkj@sco.com>
2990 * MAINTAINERS (Write After Approval): Add myself.
2992 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2994 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2995 * Makefile.in: Regenerate.
2997 2003-04-18 Jakub Jelinek <jakub@redhat.com>
2999 * configure.in (powerpc64*-*-linux*): Remove.
3000 * configure: Rebuilt.
3002 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
3004 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
3005 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3007 * Makefile.in: Regenerate.
3009 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
3011 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3012 * configure: Regenerated.
3014 2003-04-15 DJ Delorie <dj@redhat.com>
3016 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3018 2003-04-13 Nick Clifton <nickc@redhat.com>
3020 * config-ml.in: Remove support for --disable-aix removing
3023 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
3025 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3026 * */configure: Rebuilt.
3028 2003-04-08 Joel Sherrill <joel@oarcorp.com>
3030 * MAINTAINERS: Add my email address.
3032 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
3034 * MAINTAINERS (Write After Approval): Add myself.
3036 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
3038 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3039 * Makefile.in: Regenerate.
3041 2003-03-14 Michael Chastain <mec@shout.net>
3043 * Makefile.in: Regenerate with correct Makefile.def.
3045 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
3047 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
3049 * Makefile.in: Regenerate.
3050 * configure.in: Clean up gxx_include_dir logic.
3051 * configure: Regenerate.
3053 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
3055 * MAINTAINERS (Write After Approval): Add myself.
3057 2003-03-10 Ben Elliston <bje@wasabisystems.com>
3059 * MAINTAINERS: Update my mail address.
3061 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3063 * configure.in (gxx_include_dir): Fix typo.
3064 * configure: Regenerated.
3066 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3068 * Makefile.tpl: Reindent.
3069 * Makefile.in: Regenerate.
3070 * configure.in: Reindent. Don't set unused variables.
3071 * configure: Regenerate.
3073 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
3075 * configure.in: Include $(build_tooldir)/sys-include in
3077 * configure: Regenerated.
3079 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3081 * Makefile.tpl: Always pass down RANLIB.
3082 * Makefile.in: Regenerate.
3084 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3085 * Makefile.in: Regenerate.
3086 * configure.in: Remove unused logic relating to --enable-shared
3087 and --enable-threads. Remove bogus comments. Remove redundant
3089 * configure: Regenerate.
3091 * configure.in: Replace ${libstdcxx_version} by its value.
3092 Remove reference to mh-dgux.
3093 * configure: Regenerate.
3095 2003-03-03 Kevin Buettner <kevinb@redhat.com>
3097 * MAINTAINERS (Write After Approval): Add myself.
3099 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3101 * Makefile.tpl: Rearrange.
3102 * Makefile.in: Regenerate.
3104 2003-02-25 Uwe Stieber <uwe@wwws.de>
3106 * configure.in: Add support for kaOS as cross build target system.
3107 * configure: Regenerated.
3109 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
3111 * MAINTAINERS (Write after approval): Add myself.
3113 2003-02-21 James E Wilson <wilson@tuliptree.org>
3115 * MAINTAINERS: Update my email address.
3117 2003-02-21 Zack Weinberg <zack@codesourcery.com>
3119 * MAINTAINERS: Add self to blanket write privs. section.
3121 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
3123 * Makefile.tpl: Add definition of CPPFLAGS to pass into
3124 configure-target-* as some target builds may require additional
3125 flags for preprocessor tests.
3126 * Makefile.in: Regenerated.
3128 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
3130 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3131 * ltconfig: Handle it.
3132 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3135 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3136 it is used as argument to $CC.
3137 * ltcf-gcj.sh: Likewise.
3139 * configure.in: Introduce --enable-maintainer-mode.
3140 * configure: Rebuilt.
3141 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3142 for maintainer mode.
3143 * Makefile.in: Rebuilt.
3145 2003-02-18 Jason Merrill <jason@redhat.com>
3147 * Makefile.tpl (check-c++): Allow parallelism.
3149 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3151 * MAINTAINERS: Remove John Carr (who never actually had access to
3154 2003-02-15 Geoffrey Keating <geoffk@apple.com>
3156 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3157 don't configure target-libobjc.
3158 * configure: Regenerate.
3160 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3162 * Makefile.tpl (RANLIB): Define.
3163 * Makefile.in: Regenerate.
3165 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
3167 * MAINTAINERS: Update my email.
3169 2003-02-06 Keith R Seitz <keiths@redhat.com>
3171 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3172 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3173 * Makefile.in: Regenerated.
3174 * configure.in: Remove all traces of snavigator, db, and grep.
3175 * configure: Regenerated.
3177 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3179 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
3182 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3184 * MAINTAINERS (Write after approval): Add myself.
3186 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
3188 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3189 * Makefile.in: Regenerated.
3191 2003-01-30 Roger Sayle <roger@eyesopen.com>
3193 * config.guess: Updated to 2003-01-30's version.
3194 * config.sub: Updated to 2003-01-28's version.
3196 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
3198 * config.if: If gcc_version is already set, just use it. Don't set
3199 gcc_version_trigger if it's already set, otherwise set it to
3200 gcc/version.c, but only if the file exists. If it is not set and
3201 gcc/version.c does not exist, try to extract the version number from
3204 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
3206 * MAINTAINERS: Add myself to write-after-approval list.
3208 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
3210 * configure.in: Revert 24Jan change.
3211 * configure: Regenerate.
3213 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3215 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
3218 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3220 * configure.in: Revert previous change.
3221 * configure: Regenerate.
3223 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3225 * configure.in: Make rda native-only.
3226 * configure: Regenerate.
3228 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3230 * MAINTAINERS: Move myself from GNATS-only-accounts to
3231 write-after-approval.
3233 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
3235 * configure.in: Add missing \.
3236 * configure: Rebuilt.
3238 2003-01-17 Jakub Jelinek <jakub@redhat.com>
3240 * configure.in (baseargs): Avoid using \| in sed regular
3242 * configure: Rebuilt.
3244 2003-01-16 Jakub Jelinek <jakub@redhat.com>
3246 * configure.in (baseargs): Remove all supported forms of
3247 --cache-file, --srcdir, --host, --build and --target options
3248 from argument lists.
3249 * configure: Rebuilt.
3251 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
3253 * MAINTAINERS: Add myself to write-after-approval list.
3255 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
3257 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3258 * configure: Rebuilt.
3260 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
3262 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3263 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3264 * Makefile.in: Regenerate.
3265 * configure: Regenerate.
3267 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
3269 * configure.in: Remove Makefile in build, host and target modules
3270 unless configure was run with --no-recursion.
3271 * configure: Rebuilt.
3273 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3275 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3276 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3277 * Makefile.in: Regenerate.
3279 2003-01-08 Chris Demetriou <cgd@broadcom.com>
3281 * config.guess: Update to 2003-01-03 version.
3282 * config.sub: Update to 2003-01-03 version.
3284 2003-01-07 Christopher Faylor <cgf@redhat.com>
3286 * configure: Regenerate with proper autoconf 2.13.
3288 2003-01-07 Christopher Faylor <cgf@redhat.com>
3290 * configure.in: Add AC_PREREQ for consistency.
3291 * configure: Regenerate.
3293 2003-01-06 Andrew Cagney <ac131313@redhat.com>
3295 * configure.in (GDB_TK): Add tcl directories conditional on
3296 gdb/gdbtk directory being present.
3297 * configure: Regenerate.
3299 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
3301 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
3302 by gcc if LD is not defined and we are not doing a Canadian Cross.
3303 * configure: Rebuilt.
3305 2002-12-31 Tom Tromey <tromey@redhat.com>
3307 * Makefile.in: Rebuilt.
3308 * Makefile.def (target_modules) [libffi]: Allow installation.
3310 2002-12-31 Andreas Schwab <schwab@suse.de>
3312 * configure.in: Fix use of $program_transform_name.
3313 * configure: Regenerated.
3315 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
3317 * configure.in (baseargs): Don't remove first configure argument.
3318 * configure: Regenerated.
3320 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
3322 * Makefile.tpl (local-distclean): Don't remove...
3323 (multilib.ts): ... this. Moved into...
3324 (multilib.out): ... this. Don't use sub-make.
3325 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3326 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3327 (configure-build-[+module+], configure-[+module+],
3328 configure-target-[+module+], configure-gcc): ... these. Test
3329 for Makefile existence. Drop config.status from dependencies.
3330 * Makefile.in: Rebuilt.
3331 * configure.in: Move gcc-version-trigger to the end of
3332 ac_configure_args. Add comments to maybedep.tmp and
3333 serdep.tmp. Introduce --disable-serial-configure. Remove
3334 nonopt from baseargs, matching and removing corresponding
3335 whitespace while at it.
3336 * configure: Rebuilt.
3338 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
3340 * configure.in (host_configargs): Replace reference to
3341 no-longer-defined buildopts with --build=${build_alias}.
3342 * configure: Rebuilt.
3344 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
3345 program_transform_name to standard idiom.
3346 (AUTOGEN, AUTOCONF): Define.
3347 (Makefile.in): Use $(AUTOGEN).
3348 (Makefile): Depend on config.status, and use autoconf-style rule to
3349 build it. Move original commands to...
3350 (config.status): ... this new target.
3351 (configure): Add $(srcdir). Depend on config/acx.m4. Use
3353 * Makefile.in: Rebuilt.
3355 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
3357 * Makefile.tpl: Fix dramatic bustage due to change in
3358 program_transform_name.
3359 * Makefile.in: Regenerate.
3361 * configure.in: Remove unnecessary PATH setting.
3362 * configure: Regnerate.
3364 * configure.in: Don't default to unprefixed tools unless
3365 the native tools will work.
3366 * configure: Regenerate.
3368 * configure.in: Convert to autoconf script. Blow away lots
3369 of now-redundant Makefile fragments.
3370 * configure: Generate using Autoconf.
3371 * Makefile.tpl: Rewrite to reflect autoconfiscation.
3372 * Makefile.in: Regenerate.
3374 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
3376 * configure: Fix stupid bug where RANLIB was mistakenly included.
3378 * configure.in: Rename (buildargs, hostargs, targargs) to
3379 (build_configargs, host_configargs, target_configargs).
3381 * configure.in: Move logic out of sed statement.
3383 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
3384 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3386 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
3388 * config.sub: Import from master repository
3389 * config.guess: Ditto
3391 2002-12-24 Andreas Schwab <schwab@suse.de>
3393 * Makefile.tpl (multilib.out): Fix missing space.
3394 * Makefile.in: Regenerate.
3396 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
3398 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
3399 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
3400 * Makefile.in: Regenerate.
3401 * configure.in: Remove unnecessary leftovers.
3403 2002-12-21 Geoffrey Keating <geoffk@apple.com>
3405 * configure.in (extra_ranlibflags_for_target): New variable.
3406 (*-*-darwin): Add -c to ranlib commands.
3407 * configure (tooldir): Handle extra_ranlibflags_for_target.
3409 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
3411 * Makefile.tpl: Revert HJL's change.
3412 * Makefile.in: Regenerated.
3413 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3416 2002-12-19 Andreas Schwab <schwab@suse.de>
3418 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3419 * Makefile.in: Regenerate.
3421 2002-12-18 H.J. Lu <hjl@gnu.org>
3423 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3424 * Makefile.in: Regenerated.
3426 * configure.in (build_prefix): New. Substitute.
3428 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
3430 * Makefile.tpl: Don't let real targets depend on phony targets.
3431 * Makefile.in: Regenerate.
3433 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3434 * Makefile.in: Regenerate.
3436 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
3438 * config.sub: Import from master repository
3439 * config.guess: Ditto
3441 2002-12-16 Jason Merrill <jason@redhat.com>
3443 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3444 previous 'make bootstrap'.
3445 * Makefile.in: Regenerate.
3447 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
3449 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3451 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
3453 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3454 * Makefile.in: Regenerate.
3456 2002-12-13 Jason Merrill <jason@redhat.com>
3458 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
3460 (check-c++): Just depend on it and check-target-libstdc++-v3.
3461 * Makefile.in: Regenerate.
3463 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3465 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3466 * Makefile.in: Rebuilt.
3468 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3470 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3472 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
3474 * configure: Fix bug put in by gremlins.
3476 * Makefile.tpl: Substitute more autoconfily.
3477 * configure: Substitute more autoconfily.
3478 * Makefile.in: Regenerate.
3480 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
3482 * config.sub: Import from master repository
3483 * config.guess: Ditto
3484 * MAINTAINERS: Added Svein Seldal under write after approval
3486 2002-12-08 Andrew Cagney <ac131313@redhat.com>
3488 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3489 * Makefile.in (all-sim): Ditto.
3491 2002-12-06 DJ Delorie <dj@redhat.com>
3493 * Makefile.tpl: Change configure dependencies to not have real
3494 targets depend on phony targets.
3496 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
3498 * configure.in: Revert unintentional change.
3500 * Makefile.tpl: Change dependency for */multilib.out so that
3501 it works when gcc isn't in the tree.
3503 * configure.in: Substitute more.
3504 * configure: Run subconfigures from the Makefile.
3505 * Makefile.tpl: Run subconfigures from the Makefile; add a few
3506 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
3508 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3510 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3512 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
3514 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3515 and corresponding dependencies.
3516 * Makefile.in: Regenerate.
3518 * configure.in (host_tools): Order binutils, gas and ld for
3519 convenience in running the testsuites.
3521 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3522 * Makefile.in: Regenerate.
3523 * configure.in: Introduce rules to serialize subconfigure runs.
3525 * configure.in: Introduce BASE_CC_FOR_TARGET.
3526 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
3527 Realize configure-build-* targets. Realize configure-target-* targets.
3528 * Makefile.in: Regenerate.
3530 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3532 * configure: Move gcc_version_trigger stuff from here...
3533 * configure.in: ...to here.
3535 * configure.in: Separate subconfigure options added by this file from
3536 options given by the user. Add machinery to put args for host
3537 subconfigures into the Makefile.
3539 * Makefile.tpl: Remove 'vault' targets.
3540 * Makefile.tpl: Reorder and comment dependencies.
3541 * Makefile.in: Regenerate.
3543 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3544 * configure.in: Fix my broken commit of previous patch. (sigh)
3546 2002-11-28 Geoffrey Keating <geoffk@apple.com>
3548 * configure.in: Move host-specific darwin noconfigdirs into
3549 the host-specific section.
3551 2002-11-28 Geoffrey Keating <geoffk@apple.com>
3553 * configure.in: Move host-specific darwin noconfigdirs into
3554 the host-specific section.
3556 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
3558 * configure: Remove skip-this-dir support.
3559 * Makefile.tpl: Remove skip-this-dir support.
3561 * Makefile.tpl: Remove leftover support for non-autoconfiscated
3563 * Makefile.in: Regenerate.
3565 * Makefile.tpl: Strip out useless setting of 'dir'.
3566 * Makefile.in: Regenerate.
3568 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
3570 * configure.in: Fix deeply stupid bug.
3572 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3573 shell code in CXX_FOR_TARGET
3574 * Makefile.def: Introduce raw_cxx.
3575 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3577 * Makefile.in: Regenerate.
3579 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
3581 * Makefile.tpl: Remove unnecessary ifs.
3582 * Makefile.in: Regenerate.
3584 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
3585 dependencies. Maybe-ize build-libiberty. Create dummy install
3586 targets for 'no_install' modules.
3587 * configure: Move GDB_TK substitution to configure.in. Move
3588 build_modules stuff to configure.in.
3589 * configure.in: Implement soft dependency machinery. Maybe-ize
3590 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
3591 * Makefile.in: Regenerate.
3593 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
3595 * Makefile.tpl: Make all-target, install-target behave similarly
3596 to all, install (only hitting configured targets). Eliminate
3597 unused macro defintions.
3599 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3602 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3604 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3606 * configure.in: Produce lists of subdir targets we're actually
3607 configuring. Remove references to "dosrel".
3608 * Makefile.tpl: Let configure set which subdir targets are hit.
3609 Remove install-cross; clean up install; remove ALL. Remove
3610 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
3611 Autogenerate host module targets. Remove empty dependency lines
3612 and redundant dependency; rearrange slightly.
3613 * Makefile.def: Add host-side libtermcap, utils.
3615 * Makefile.in: Regenerate.
3617 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3619 * ltconfig (osf[345]): Append $major to soname_spec.
3620 Reflect this in library_names_spec.
3621 * ltmain.sh (osf): Prefix $major with . for use as extension.
3623 2002-11-19 Andreas Jaeger <aj@suse.de>
3625 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3626 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3627 and sparc64 GNU/Linux systems.
3629 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
3631 * MAINTAINERS: Update email.
3633 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3635 * MAINTAINERS: Complete James Dennett's entry.
3637 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
3639 * MAINTAINERS (Write After Approval): Add myself.
3641 2002-11-13 Bruce Korb <bkorb@gnu.org>
3643 * Makefile.tpl: syntactic cleanup
3645 2002-11-13 Stuart Hastings <stuart@apple.com>
3647 * MAINTAINERS: Add myself to write-after-approval list.
3649 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
3651 * Makefile.def: Add list of recursive targets to autogenerate.
3653 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
3654 targets. Autogenerate *-build-* targets.
3655 * Makefile.in: Regenerate.
3657 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
3659 * configure: More autoconf-style substitutions.
3660 * Makefile.tpl: More autoconf-style substitutions.
3661 * Makefile.in: Regenerate.
3663 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
3665 * configure: Substitute more variables in a more autoconf-friendly
3666 way. Simplify slightly.
3667 * Makefile.tpl: Make more variables substitutable in an
3668 autoconf-friendly way.
3669 * Makefile.in: Regenerate.
3671 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
3673 * MAINTAINERS (Write After Approval): Add myself.
3675 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
3677 * configure.in (v810*): Remove special setting of tools.