+
+ PR libgcj/20160
+ * ltmain.sh: Avoid creating archives with components that have
+ duplicate basenames.
+
+
+ PR bootstrap/20250
+ * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
+ instead of check.
+ * Makefile.in: Regenerate.
+
+
+ Sync from gcc.
+
+
+ PR bootstrap/17383
+ * Makefile.def (target_modules): Remove "stage", now unnecessary.
+ * Makefile.tpl (HOST_SUBDIR): New substitution.
+ (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
+ USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
+ USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
+ USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
+ (Host modules, Bootstrapped modules): Use it.
+ (Build modules, Target modules): Do not create symlink trees,
+ always configure out-of-srcdir.
+ (distclean): Try removing $(host_subdir) with rm before using rm -rf.
+ * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
+ GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
+ $(HOST_SUBDIR). Create a symlink for host_subdir.
+
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
+ Merged from libada-gnattools-branch:
+
+ * Makefile.def: Add gnattools as a module, depending on target-libada.
+ * Makefile.in: Regenerate.
+ * configure.in: Include gnattools in host_tools; disable it if ada
+ is disabled.
+ * configure: Regenerate.
+
+
+ * configure: Regenerate.
+
+
+ * configure.in: Allow darwin targeted ports to build tk, itcl and
+ libgui.
+
+
+ PR libgcj/10353
+ * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
+ * configure: Regenerate.
+
+
+ * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
+ gdb/ section. Update GDB's URL.
+
+
+ * gettext.m4: Only set ENABLE_NLS when gettext is present.
+
+
+ * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
+ <crisv32-*-*, cris-*-*>: Only disable target-newlib and
+ target-libgloss when not *-*-elf and *-*-aout.
+ * configure: Regenerate.
+
+
+ * gettext.m4: Don't use NONE as a default for CATOBJEXT.
+
+
+ * gettext.m4: Only fall back to ../intl/ when it's present.
+
* install-sh, config.sub: Import from upstream.