gdb: workaround sparc memcpy fortify error
[deliverable/binutils-gdb.git] / ChangeLog
index a6bfb7f66ff40dd8db4516450eba924a4bf8a013..08710576a1fb91d0dcafd82ad263f70b37d8e8f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,226 @@
+2010-04-14  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
+       * configure: Regenerate.
+
+2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Merge from gcc:
+       PR bootstrap/43615
+       PR bootstrap/43328
+       Revert:
+       2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+       * configure.ac: Do not pass --enable-multilib nor
+       --disable-multilib in baseargs.  Accept explicitly passed
+       --enable_multilib.
+       * configure: Regenerate.
+
+2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR bootstrap/43328
+       * configure.ac: Do not pass --enable-multilib nor
+       --disable-multilib in baseargs.  Accept explicitly passed
+       --enable_multilib.
+       * configure: Regenerate.
+
+2010-03-23  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac (tic6x-*-*): New case.
+       * configure: Regenerate.
+
+2010-03-23  Joseph Myers  <joseph@codesourcery.com>
+
+       Merge from gcc:
+       2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
+       PR ada/42554
+       * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
+       * configure: Regenerate.
+
+2010-03-23  Joseph Myers  <joseph@codesourcery.com>
+
+       * config.sub: Update to version 2010-03-22.
+       * config.guess: Update to version 2009-12-30.
+
+2010-03-14  Joseph Myers  <joseph@codesourcery.com>
+
+       Merge from gcc:
+       2010-01-11  Richard Guenther  <rguenther@suse.de>
+       PR lto/41569
+       * Makefile.def (all-lto-plugin): Depend on all-gcc.
+       * Makefile.in: Regenerated.
+
+2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR libstdc++/32499
+       * configure.ac (RANLIB): Default to true.
+       (STRIP): Likewise.
+       (RANLIB_FOR_TARGET): Remove superfluous : argument.
+       * configure: Regenerate.
+
+2010-02-17  Nick Clifton  <nickc@redhat.com>
+
+       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.
+
+2010-02-15  Nick Clifton  <nickc@redhat.com>
+
+       PR 11238
+       * configure.ac: Delete config.cache files in sub-directories when
+       deleting Makefiles.
+       * configure: Regenerate.
+
+2010-02-15  Nick Clifton  <nickc@redhat.com>
+
+       * configure.ac: Sync from gcc.
+       * configure: Regenerate.
+
+2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       Sync from gcc:
+       * configure.ac: Add "recommended" version checks for GMP/MPC.
+       Update recommended GMP/MPFR/MPC versions.
+       * configure: Regenerate.
+
+2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
+
+       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.
+
+2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
+
+       gcc PR libstdc++/36101, gcc PR libstdc++/42813
+       * configure.ac (bootstrap_target_libs): Include target-libgomp.
+       * configure: Regenerate.
+
+2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
+
+       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.
+
+2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libtool.m4: Sync from git Libtool.
+       * ltmain.sh: Likewise.
+       * ltoptions.m4: Likewise.
+       * ltversion.m4: Likewise.
+       * lt~obsolete.m4: Likewise.
+
+2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+            Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       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.
+
+2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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.
+
+2009-12-18  Ben Elliston  <bje@au.ibm.com>
+
+       * config.sub, config.guess: Update from upstream sources.
+
+2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * COPYING.NEWLIB: Update copyright date.
+       * COPYING.LIBGLOSS: Ditto.
+
+2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       PR middle-end/30447
+       PR middle-end/30789
+       PR other/40302
+
+       * configure.ac: Require MPC.
+       * configure: Regenerate.
+
+       * configure.ac: Update minimum MPC version to 0.8.
+       * configure: Regenerate.
+
+2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
+
+       * config.guess: Sync with upstream and gcc.
+       * config.sub: Sync with upstream and gcc.
+
+2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.def: Restore host and target settings for gmp.
+       * Makefile.in: Rebuild.
+
+2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.ac: Add libelf to host_libs.  Enable in-tree configury
+       of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
+       Fix portability of test of C++ as bootstrap language.  Add
+       ppl/src/ppl-config.o to the bootstrap compare exclusion list.
+       * configure: Rebuild.
+       * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
+       and cloog.  Fix in-tree ppl configuration.  Introduce libelf
+       in-tree building.
+       * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
+       (POSTSTAGE1_HOST_EXPORTS): Use it.
+       (STAGE[+id+]_CXXFLAGS): New.
+       (BASE_FLAGS_TO_PASS): Pass it down.
+       (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
+       extra_exports.
+       (all-stage[+id+]-[+prefix+][+module+]): Likewise.
+       (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
+       extra_exports.
+       * Makefile.in: Rebuild.
+
+2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
+
+       * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
+       paths for *-w64-mingw* and x86_64-*mingw*.
+       * configure: Regenerated.
+
+2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
+
+       * configure.ac: Disable target-winsup & co for
+       x86_64-*-mingw* and *-w64-mingw* targets.
+       * configure: Regenerated.
+
+2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (CLooG test): Use = with test.
+       * configure: Regenerate.
+
+2009-10-22  Richard Guenther  <rguenther@suse.de>
+
+       * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
+       cloog if the ppl version check failed.  Move flags saving
+       before setting in libelf check.
+       * configure: Regenerate.
+
+2009-10-21  Richard Guenther  <rguenther@suse.de>
+
+       * configure.ac: Adjust the ppl and cloog configure to work as
+       documented.  Disable cloog if ppl was disabled.  Omit the version
+       checks if they were disabled.
+       * configure: Re-generate.
+
 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * configure.ac: Add 'lto' to enable_languages, not
This page took 0.030334 seconds and 4 git commands to generate.