+
+ * 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