+
+ * src-release (VER): Use $(TOOL)/common/create-version.sh
+ if it exists.
+
+
+ PR target/57792
+ * configure.ac: Use --with-sysroot=\"`xcrun --show-sdk-path`\" on darwin13 and later.
+ * configure: Regenerated.
+
+
+ * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
+ (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
+ (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
+ * configure: Regenerate.
+
+
+ * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
+ from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
+
+
+ * COPYING.NEWLIB: Add Altera Corporation copyright.
+
+
+ * config.guess: Update from config repo.
+ * config.sub: Ditto.
+
+
+ * Makefile.def: Sync with GCC.
+ * Makefile.in: Regenerate.
+
+
+ * configure.ac: Sync with GCC.
+ * configure: Regenerate.
+
+
+ * src-release (VER): Change bfd/configure.in sed to use the new
+ `bfd/configure --version` output.
+
+
+ * configure.ac: Sync with GCC repo.
+ * configure: Ditto.
+
+
+ PR go/55969
+ * configure.ac: Disable libgo on some systems where it does not
+ work.
+ * configure: Rebuild.
+
+
+ * configure: Regenerate after syncing config/.
+
+
+ * configure.ac: Sync with GCC repo.
+ * configure: Ditto.
+ * Makefile.def: Ditto.
+ * Makefile.in: Ditto.
+
+
+ Sync with GCC, merge:
+
+
+ * .gitignore: Import from gdb repository.
+
+
+ * config.sub: Update from config repo.
+
+
+ * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
+ * Makefile.in: Regenerate.
+
+
+ * Makefile.def (configure-gcc): Depend on all-gmp.
+ (all-gcc): Remove dependency on all-gmp.
+ * Makefile.in: Regenerated.
+
+
+ * config.guess: Update from config repo.
+ * config.sub: Ditto.
+
+
+ * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
+ exists and replace the new bfin license in its location.
+
+
+ PR gas/14899
+ * Makefile.def (dependencies): Make all-binutils, all-gprof,
+ all-ld and all-gold depend on all-gas.
+ * Makefile.in: Regenerated.
+
+
+ * config.guess: Update to 2012-12-29 version.
+ * config.sub: Likewise.
+
+
+ * Makefile.def (install-target-libgo): Depend on
+ install-target-libatomic. Merged from GCC repo.
+ * Makefile.in: Regenerate.
+
+
+ * COPYING.LIBGLOSS: Add license for bfin libgloss.
+
+
+ * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
+ * configure: Regenerate.
+
+
+ * Makefile.def (target_modules): Add bootstrap=true and
+ raw_cxx=true to libsanitizer.
+ * configure.ac (bootstrap_target_libs): Add libsanitizer.
+ * Makefile.in: Regenerated.
+ * configure: Likewise.
+
+
+ * config.sub: Merge from config repo.
+
+
+ * configure.ac: Merge from GCC.
+ * Makefile.tpl: Ditto.
+ * Makefile.in: Ditto.
+ * configure: Ditto.
+
+
+ * configure.ac (noconfigdirs): Merge from GCC.
+ * configure: Regenerate.
+
+
+ * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
+
+
+ * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
+ * configure: Regenerate.
+
+
+ * configure.ac: Move libsanitizer logic to subdirectory.
+ * configure: Regenerate.
+
+
+ * configure.ac: Enable libsanitizer just on x86 linux for now.
+ * configure: Re-generate.
+
+
+ * configure.ac: Merge libquadmath sections.
+ * configure: Regenerate.
+
+
+ * configure.ac: Add libsanitizer to target_libraries.
+ * Makefile.def: Ditto.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+
+ * configure: Regenerated.
+
+
+ * configure.ac: add --disable-libstdcxx configure option
+ and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
+
+
+ * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
+ against Mingw64 w32api.
+ * configure: Regenerate.
+
PR bootstrap/54820