+
+ * configure.ac (--enable-gold): Support both, both/gold and
+ both/bfd to add gold to configdirs without removing ld.
+ * configure: Regenerated.
+
+ * Makefile.def: Add install-gold dependency to install-ld.
+ * Makefile.in: Regenerated.
+
+
+ * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
+ * configure: Regenerate.
+
+
+ Merge from gcc:
+ PR bootstrap/43615
+ PR bootstrap/43328
+ Revert:
+ * configure.ac: Do not pass --enable-multilib nor
+ --disable-multilib in baseargs. Accept explicitly passed
+ --enable_multilib.
+ * configure: Regenerate.
+
+
+ PR bootstrap/43328
+ * configure.ac: Do not pass --enable-multilib nor
+ --disable-multilib in baseargs. Accept explicitly passed
+ --enable_multilib.
+ * configure: Regenerate.
+
+
+ * configure.ac (tic6x-*-*): New case.
+ * configure: Regenerate.
+
+
+ Merge from gcc:
+ PR ada/42554
+ * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
+ * configure: Regenerate.
+
+
+ * config.sub: Update to version 2010-03-22.
+ * config.guess: Update to version 2009-12-30.
+
+
+ Merge from gcc:
+ PR lto/41569
+ * Makefile.def (all-lto-plugin): Depend on all-gcc.
+ * Makefile.in: Regenerated.
+
+
+ PR libstdc++/32499
+ * configure.ac (RANLIB): Default to true.
+ (STRIP): Likewise.
+ (RANLIB_FOR_TARGET): Remove superfluous : argument.
+ * configure: Regenerate.
+
+
+ PR 11238
+ * Makefile.tpl (local-distclean): Also remove config.cache files in
+ sub-directories as there may not be Makefiles present in the
+ sub-directories.
+ * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
+ the config.cache files found by the find command.
+
+ * Makefile.in: Regenerate.
+ * configure.ac: Revert previous delta.
+ * configure: Regenerate.
+
+
+ PR 11238
+ * configure.ac: Delete config.cache files in sub-directories when
+ deleting Makefiles.
+ * configure: Regenerate.
+
+
+ * configure.ac: Sync from gcc.
+ * configure: Regenerate.
+
+
+ Sync from gcc:
+ * configure.ac: Add "recommended" version checks for GMP/MPC.
+ Update recommended GMP/MPFR/MPC versions.
+ * configure: Regenerate.
+
+
+ gcc PR libstdc++/36101, gcc PR libstdc++/42813
+ * configure.ac (bootstrap_target_libs): Make inclusion of
+ target-libgomp conditional on libgomb being in target_configdirs.
+ * configure: Regenerate.
+
+
+ gcc PR libstdc++/36101, gcc PR libstdc++/42813
+ * configure.ac (bootstrap_target_libs): Include target-libgomp.
+ * configure: Regenerate.
+
+
+ gcc PR libstdc++/36101, gcc PR libstdc++/42813
+ * configure.ac (target_configdirs): Substitute.
+ * Makefile.def: Bootstrap target module libgomp.
+ Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
+ * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
+ (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
+ * configure, Makefile.in: Regenerate.
+
+
+ * libtool.m4: Sync from git Libtool.
+ * ltmain.sh: Likewise.
+ * ltoptions.m4: Likewise.
+ * ltversion.m4: Likewise.
+ * lt~obsolete.m4: Likewise.
+
+
+ PR bootstrap/42424
+ * configure.ac: Include libtool m4 files.
+ (_LT_CHECK_OBJDIR): Call it.
+ (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
+ gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
+
+ * configure: Regenerate.
+
+
+ PR bootstrap/41818
+ * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
+ to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
+ * Makefile.in: Regenerate.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * COPYING.NEWLIB: Update copyright date.
+ * COPYING.LIBGLOSS: Ditto.
+
+
+ PR middle-end/30447
+ PR middle-end/30789
+ PR other/40302
+
+ * configure.ac: Require MPC.
+ * configure: Regenerate.
+
+ * configure.ac: Update minimum MPC version to 0.8.
+ * configure: Regenerate.
+
+
+ * config.guess: Sync with upstream and gcc.
+ * config.sub: Sync with upstream and gcc.
+
+
+ * Makefile.def: Restore host and target settings for gmp.
+ * Makefile.in: Rebuild.
+
+
+ * configure.ac: Add libelf to host_libs. Enable in-tree configury
+ of ppl and cloog. Fix in-tree configury of libelf, skip tests.
+ Fix portability of test of C++ as bootstrap language. Add
+ ppl/src/ppl-config.o to the bootstrap compare exclusion list.
+ * configure: Rebuild.
+ * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
+ and cloog. Fix in-tree ppl configuration. Introduce libelf
+ in-tree building.
+ * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
+ (POSTSTAGE1_HOST_EXPORTS): Use it.
+ (STAGE[+id+]_CXXFLAGS): New.
+ (BASE_FLAGS_TO_PASS): Pass it down.
+ (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
+ extra_exports.
+ (all-stage[+id+]-[+prefix+][+module+]): Likewise.
+ (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
+ extra_exports.
+ * Makefile.in: Rebuild.
+
+
+ * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
+ paths for *-w64-mingw* and x86_64-*mingw*.
+ * configure: Regenerated.
+
+
+ * configure.ac: Disable target-winsup & co for
+ x86_64-*-mingw* and *-w64-mingw* targets.
+ * configure: Regenerated.
+
+
+ * configure.ac (CLooG test): Use = with test.
+ * configure: Regenerate.
+
+
+ * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
+ cloog if the ppl version check failed. Move flags saving
+ before setting in libelf check.
+ * configure: Regenerate.
+
+
+ * configure.ac: Adjust the ppl and cloog configure to work as
+ documented. Disable cloog if ppl was disabled. Omit the version
+ checks if they were disabled.
+ * configure: Re-generate.
+
+
+ * configure.ac: Add 'lto' to enable_languages, not
+ new_enable_languages, and only if not already present.
+ * configure: Regenerate.
+
+
+ * Makefile.def: check-gold depends upon all-gas.
+ * Makefile.in: Rebuild.
+
+
+ * Makefile.def: all-lto-plugin depends on all-libiberty.
+ set bootstrap=true for lto-plugin.
+ Add lto-plugin.
+ * Makefile.in: Regenerate.
+ * configure.ac (host_libs): Add lto-plugin.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
+ (HOST_LIBELFLIBS): Define.
+ (HOST_LIBELFINC): Define.
+ * Makefile.in: Regenerate.
+ * configure.ac: Add --enable-lto.
+ Add --with-libelf, --with-libelf-include and --with-libelf-lib.
+ If --enable-lto is used, add 'lto' to new_enable_languages.
+ If --enable-lto is used and gold is enabled, add
+ lto-plugin to configdirs.
+ * configure: Regenerate.
+
+
+ * configure.ac: If --with-system-zlib, suppress local zlib and
+ pass --with-system-zlib to subdir configure scripts.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
+ $(srcdir).
+ * Makefile.in: Rebuilt.
+
+
+ Sync from gcc:
+
+ * configure.ac: Update minimum MPC version to 0.7.
+ * configure: Regenerate.
+
+
+ * configure.ac: Pass any --cache-file=/dev/null option on to
+ subconfigures.
+ * configure: Regenerate.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
+ * Makefile.in: Rebuilt.
+
+
+ PR bootstrap/32272
+ * configure.ac: Error out if $srcdir isn't '.' but contains
+ host-${host_noncanonical}.
+ * configure: Regenerate.
+
+
+ * configure.ac: If bootstrapping a combined tree with
+ --enable-gold, require c++ in stage1_languages.
+ * configure: Regenerate.
+
+ * configure.ac: Also add target_libs of stage1_languages to
+ bootstrap_target_libs.
+ * configure: Regenerate.
+
+ * configure.ac: Diagnose --enable-build-with-cxx bootstrap
+ with --enable-languages not containing c++.
+ * configure: Regenerate.
+
+
+ * configure.ac: Disable java and boehm-gc for bfin-*-*.
+ * configure: Regenerate.
+
+
+ * configure.ac: Do not use $extrasub for replacing @if/@endif
+ parts in Makefile; instead, use additional arguments to
+ AC_CONFIG_COMMANDS to do the replacement manually, with several
+ sed invocations, to avoid HP-UX sed command limits.
+ * configure: Regenerate.
+
+
+ * configure.ac (with-build-config): Document. Handle without.
+ Handle missing argument.
+ * configure: Rebuilt.
+
+
+ * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
+ Default to bootstrap-debug only if compare-debug works.
+ * configure: Rebuilt.
+ * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
+ * Makefile.in: Rebuilt.
+
+
+ * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
+ * Makefile.in: Rebuilt.
+
+
+ * Makefile.tpl (AWK): Fix typo.
+ * Makefile.in: Regenerate.
+
+
+ * configure.ac: Detect awk and sed.
+ * Makefile.def (flags_to_pass): Add AWK and SED.
+ * Makefile.tpl (AWK, SED): New.
+ (BASE_FLAGS_TO_PASS): Add AWK and SED.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+
+ * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
+ Remove logical names.
+
+
+ * ltmain.sh (func_normal_abspath): New function.
+ (func_relative_path): Likewise.
+ (func_mode_help): Document new -bindir option for link mode.
+ (func_mode_link): Add new -bindir option, and use it to place
+ output DLL if specified.
+
+
+ * configure.ac (AC_PREREQ): Bump to 2.64.
+
+
+ * README-maintainer-mode: Point directly to upstream locations
+ for autoconf, automake, libtool, gettext, instead of copies on
+ sources.redhat.com. Document required versions.
+ * configure.ac: Do not substitute datarootdir, htmldir,
+ pdfdir, docdir. Do not process --with-datarootdir,
+ --with-htmldir, --with-pdfdir, --with-docdir.
+ * configure: Regenerate.
+
+ * configure: Regenerate.
+
+ * compile: Sync from Automake 1.11.
+ * depcomp: Likewise.
+ * install-sh: Likewise.
+ * missing: Likewise.
+ * mkinstalldirs: Likewise.
+ * ylwrap: Likewise.
+
+
+ * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
+ (baseargs): Add --disable-option-checking.
+ * configure: Regenerate.
+
+ * Makefile.def (configure-target-libiberty): Depend on
+ all-binutils and all-ld.
+ (configure-target-newlib): Likewise.
+ * Makefile.in: Regenerate.
+
+
+ Sync with GCC, merge:
+
+
+ * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
+ * configure: Regenerate.
+
+
+ * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
+ * configure: Rebuild.
+
+
+ PR bootstrap/40338
+ * configure.ac (comparestring): Create new variable.
+ * Makefile.tpl (comparestring): Use to skip some comparisions.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+
+ * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
+ boot_languages. Only bootstrap target libraries listed in
+ target_libs for some boot language. Add --with-stage1-ldflags,
+ --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
+ with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
+ if not building with C++.
+ * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
+ * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
+ (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
+ (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
+ (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
+ POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
+ (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
+ * configure, Makefile.in: Rebuild.
+
+
+ * configure.ac: Detect MPC in default directory.
+ * configure: Regenerate.
+
+
+ * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
+ to noconfdirs.
+ * configure: Regenerate.
+
+
+ * Makefile.def: Add MPC support and dependencies.
+ * configure.ac: Likewise. Reorganize GMP/MPFR checks.
+
+ * Makefile.in, configure: Regenerate.
+
+
+ * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
+ * Makefile.in: Regenerate.
+
+
+ * configure.ac (cygwin noconfigdirs): Remove libgcj.
+ * configure: Regenerate.
+
+
+ * configure.ac ($with_ppl): Default to no if not supplied.
+ ($with_cloog): Likewise.
+ configure: Regenerate.
+
+
+ PR bootstrap/39739
+ * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
+ * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
+
+ * configure, Makefile.in: Regenerate.
+
+
+ * configure.ac: Change copyright header to refer to version
+ 3 of the GNU General Public License and to point readers at the
+ COPYING3 file and the FSF's license web page.
+ * Makefile.def: Likewise.
+ * Makefile.tpl: Likewise.
+ * Makefile.in: Regenerate.
+
+
+ * configure.ac: Restore match for darwin9 or later. Use double
+ brackets since regeneration eats one pair.
+ * configure: Regenerate.
+
+
+ * MAINTAINERS: Perform some obvious fixups.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * configure.ac: Add Microblaze target.
+ * configure: Regenerate.
+
+
+ * configure.ac: Do not exclude gas for i386-*-darwin.
+ Add a case for x86_64-*-darwin.
+ * configure: Regenerate.
+
+
+ * Makefile.def (host_modules): Add cgen.
+ * Makefile.in: Regenerate.
+ * configure.ac (host_tools): Add cgen.
+ * configure: Regenerate.
+
+
+ * COPYING.LIBGLOSS: Add Xilinx license.
+
+
+ * configure.ac: Define is_elf for QNX Neutrino targets.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (all): Avoid a trailing backslash.
+ * Makefile.in: Regenerate.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * Makefile.tpl ([+compare-target+]): Compare all stage
+ directories, rather than just gcc.
+ * Makefile.in: Rebuilt.
+
+
+ * configure.ac: Support gold for target arm*-*-*.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (all): Avoid harmless warning in make all when
+ gcc-bootstrap is enabled but stage_last does not exist.
+ * Makefile.in: Rebuilt.
+
+
+ * setup.com: Complete the file with configuration and build.
+
+
+ PR other/40159
+ * Makefile.tpl (all): Don't assume gcc-bootstrap and
+ gcc-no-bootstrap are mutually exclusive.
+ * Makefile.in: Rebuilt.
+
PR other/40159