+
+ * Makefile.def: Added pdf target handling.
+ * Makefile.tpl: Added pdf target handling.
+ * Makefile.in: Regenerated.
+
+
+ * COPYING.NEWLIB: Updated.
+ * COPYING.LIBGLOSS: Ditto.
+
+
+ * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
+ $s instead of $r.
+ * configure: Regenerated.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
+ for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
+ * configure: Regenerate.
+
+
+ * configure.in: Never build newlib for a Mingw host.
+ Never build newlib as Mingw target library.
+ Test the existence of winsup/cygwin for building a Cygwin newlib,
+ rather than just winsup.
+ Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
+ building a Mingw target.
+ * configure: Regenerate.
+
+
+ * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
+
+
+ Sync from GCC:
+
+ PR bootstrap/18058
+ * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
+ if the bootstrap compiler is a GCC version that supports it.
+ * configure: Regenerate.
+
+
+ * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
+ * configure: Regenerated.
+
+
+ * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
+ for stages after the first.
+
+
+ * Makefile.def: Add dependencies for configure-opcodes
+ on configure-intl and all-opcodes on all-intl.
+ * Makefile.in: Regenerated.
+
+
+ * ltconfig: chmod 644 before ranlib during install.
+
+
+ * configure.in: Fix thinkos in previous check-in.
+ * configure: Regenerate.
+
+
+ Sync from gcc:
+
+
+ PR other/27063
+ * configure.in: Test subdir_requires and give an appropriate
+ error message.
+ * configure: Regenerate.
+
+
+ PR target/27540
+ * configure.in: Only enable libgomp on IRIX 6.
+ * configure: Regenerate.
+
+
+ PR bootstrap/28072
+ * configure.in: Add target-boehm-gc to noconfigdirs depending on
+ whether target-libjava is being configured instead of whether the
+ java front end is enabled.
+ * configure: Regenerate.
+
+
+ * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
+ to R_ARM_LDC_SB_G{0,1,2} respectively.
+
+
+ * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
+ too.
+ * Makefile.in: Regenerate.
+
Sync from gcc: