+
+ * ltmain.sh: Update from GCC.
+ * libtool.m4: Update from GCC.
+ * ltsugar.m4: New. Update from GCC.
+ * ltversion.m4: New. Update from GCC.
+ * ltoptions.m4: New. Update from GCC.
+ * ltconfig: Remove.
+ * ltcf-c.sh: Remove.
+ * ltcf-cxx.sh: Remove.
+ * ltcf-gcj.sh: Remove.
+ * src-release: Update with new libtool file list.
+
+
+ * Makefile.def (bootstrap_stage): Replace stage_make_flags with
+ stage_cflags.
+ * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
+ Remove CFLAGS/LIBCFLAGS.
+ (configure-stage[+id+]-[+prefix+][+module+],
+ all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
+ * Makefile.in: Regenerate.
+
+
+ * config-ml.in: Update from GCC.
+
+
+ * src-release (do-proto-toplev): Process the support directories before
+ the tool directory.
+
+
+ * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
+ of glob. Quote arguments with single quotes too.
+ * configure: Regenerate.
+
+
+ * Makefile.def (fixincludes): Remove unneeded "missing" lines.
+ * Makefile.in: Regenerate
+
+
+ * configure: Regenerate.
+
+
+ * configure.ac: Add "--with-pdfdir" configure option,
+ which defines pdfdir variable.
+ * Makefile.def (target=fixincludes): Add install-pdf to
+ missing targets.
+ (recursive_targets): Add install-pdf target.
+ (flags_to_pass): Add pdfdir.
+ * Makefile.tpl: Add pdfdir handling, add do-install-pdf
+ target.
+ * configure: Regenerate
+ * Makefile.in: Regenerate
+
+
+ Revert:
+
+ * Makefile.def (dependencies): Add dependency for
+ install-target-libssp and install-target-libgomp on
+ install-gcc.
+ * Makefile.in: Regenerate.
+
+
+ * configure: Regenerate.
+ * configure.ac: Move statements after variable declarations.
+
+
+ * configure.ac: Adjust for loop syntax.
+ * configure: Regenerate.
+
+
+ * configure: Rebuilt.
+
+
+ * configure.ac: Drop multiple occurrences of --enable-languages,
+ and fix its quoting.
+ * configure: Rebuilt.
+
+
+ * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
+ * configure: Regenerate.
+
+
+ * configure.ac (target_libraries): Move libgcc before libiberty.
+ * configure: Regenerated.
+
+
+ * configure: Regenerate again?
+
+
+ * configure: Reapply PR30748 fix which was lost in the previous commit.
+
+
+ PR bootstrap/30753
+ * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
+ unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
+ * configure: Regenerated.
+
+
+ * configure: Regenerate.
+
+
+ PR bootstrap/30748
+ * configure.ac: Correct syntax for Solaris ksh.
+ * configure: Regenerated.
+
+
+ * Makefile.def: Sync with GCC.
+ * Makefile.tpl: Sync with GCC.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (build_alias, host_alias, target_alias): Use
+ noncanonical equivalents.
+ * configure.in: Rename to...
+ * configure.ac: ...this. Update AC_PREREQ. Prevent error for
+ AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
+ target_noncanonical. Use them. Rewrite removal of configure
+ arguments for autoconf 2.59. Discard variable settings. Force
+ program_transform_name for native tools.
+
+ * Makefile.in: Regenerated.
+ * configure: Regenerated with autoconf 2.59.
+
+ * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
+
+
+ * COPYING.LIBGLOSS: Reformat default Red Hat
+ license to fit within 80 columns.
+ * COPYING.NEWLIB: Ditto.
+
+
+ * Contribute the following changes:
+
+ * configure.in: Fix typo for mep's target_makefile_frag.
+ * configure: Regenerated.
+
+
+ * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
+ * configure: Regenerate.
+
+
+ * configure.in (target_makefile_frag): use mt-mep
+
+
+ * configure.in: Remove gdb from MeP skip list.
+
+
+ * configure.in (noconfigdirs): Remove gcc from MeP skip list.
+
+
+ * configure.in (noconfigdirs): Add gcc and gdb for MeP.
+
+
+ * config.sub (mep, mep-*): Add.
+
+
+ * Makefile.tpl (LDFLAGS): Substitute it.
+ * Makefile.in: Regenerate.
+
+
+ * configure.in: Change == to = in test command.
+ * configure: Regenerate.
+
+
+ * configure.in (build_configargs, host_configargs, target_configargs):
+ Remove build/host/target parameters.
+ (host_libs): Add gmp and mpfr.
+ (GMP tests): Reorganize to allow in-tree GMP/MPFR.
+ * Makefile.def (gmp, mpfr): New.
+ (gcc): Remove target.
+ * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
+ target_os, target_vendor): New.
+ (configure): Add host_alias/target_alias arguments. Adjust invocations.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+
+ * configure.in: Try to link to functions only in mpfr 2.2.x
+ to improve robustness of configure tests.
+ * configure: Regenerate.
+
+
+ * configure.in: Add support for an x86_64-mingw* target.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (all-target): Correct @if conditional for target
+ modules.
+ * configure.in: Omit libiberty if building only target libgcc.
+ * configure, Makefile.in: Regenerated.
+
+
+ * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
+ * configure: Regenerate.
+
+
+ * Makefile.def (target_modules): Add libgcc.
+ (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
+ * Makefile.tpl (clean-target-libgcc): Delete.
+ (configure-target-[+module+]): Emit --disable-bootstrap dependencies
+ on gcc even for bootstrapped modules. Rewrite handling of
+ lang_env_dependencies to loop over target_modules.
+ * configure.in (target_libraries): Add target-libgcc.
+ * Makefile.in, configure: Regenerated.
+
+
+ Sync with gcc:
+
+ * configure.in: Reorganize recognition of languages. Add
+ --enable-stage1-languages. Show supported languages for the chosen
+ target rather than all recognized languages.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
+ * Makefile.in: Regenerate.
+
+
+ * configure.in: Warn that MPFR 2.2.0 is buggy.
+ * configure: Regenerate.
+
+
+ * configure.in: When removing Makefiles to force a reconfigure, also
+ remove prev-DIR*/Makefile.
+ * configure: Regenerate.
+
+
+ * config.bfd: Recognize fido.
+
+
+ Sync with gcc:
+
+
+ * configure.in: Remove "$build" case for powerpc-*-darwin* since
+ it only affects bootstrap and could be tested on "$host" as well.
+ * configure: Regenerate.
+ * config/mh-ppc-darwin: Add to the stage1 cflags here.
+
+
+ PR bootstrap/29544
+ * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
+ (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
+ move here comment from Makefile.tpl.
+ * Makefile.tpl: Move some definitions higher in the file.
+ (STAGE1_CHECKING): New.
+ * configure.in: Add --enable-stage1-checking.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+
+ * configure.in: Update error message for missing GMP/MPFR.
+
+ * configure: Regenerate.
+
+
+ * configure.in: Update MPFR version in error message.
+
+ * configure: Regenerate.
+
+
+ * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
+ (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
+ --with-gmp-lib): New flags.
+
+ * configure: Regenerate.
+
+
+ PR bootstrap/30134
+ * configure.in: Correct x86 darwin support for libjava to powerpc
+ and i?86 only.
+ * configure: Regenerate.
+
+
+ * configure.in: Handle spu makefile frag.
+ * Makefile.tpl (MAINT): Define
+ (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * configure.in: Sync with GCC (spu-*-*).
+ * configure: Sync with GCC.
+
+
+ * Makefile.def (dependencies): Add dependency for
+ install-target-libssp and install-target-libgomp on
+ install-gcc.
+ * Makefile.in: Regenerate.
+
+
+ * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
+ (unstage): Test for stage_last presence.
+
+ PR bootstrap/29802
+ * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
+ * Makefile.in: Regenerate.
+
+
+ * Makefile.tpl (clean-stage*): Sync with GCC (clean).
+ * Makefile.in: Sync with GCC.
+ * configure.in: Sync with GCC (mpfr, gmp).
+ * configure: Sync with GCC.
+
+
+ * configure.in: Remove target-libgloss from noconfigdirs for
+ bfin-*-*.
+ * configure: Regenerated.
+
+
+ * COPYING.NEWLIB: Add spu license.
+ * COPYING.LIBGLOSS: Ditto.
+
+
+ * 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