Implement -list-thread-groups --available
[deliverable/binutils-gdb.git] / ChangeLog
index d18e778639b1509d03859917fd840562ebb9dd2e..f3bd80b12560704c98063809f834284415fde792 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,309 @@
+2008-12-02  Ben Elliston  <bje@au.ibm.com>
+
+       * config.sub, config.guess: Update from upstream sources.
+
+2008-11-27  Joseph Myers  <joseph@codesourcery.com>
+
+       Merge from GCC:
+
+       2007-12-02  Matthias Klose  <doko@ubuntu.com>
+
+       * config-ml.in: Remove 64bit configure tests.
+
+       2008-05-14  Rafael Espindola  <espindola@google.com>
+
+       * config-ml.in: don't handle --enable-shared and --enable-static.
+
+       2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
+           Tobias Grosser  <grosser@fim.uni-passau.de>
+           Jan Sjodin  <jan.sjodin@amd.com>
+           Harsha Jagasia  <harsha.jagasia@amd.com>
+           Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
+           Konrad Trifunovic  <konrad.trifunovic@inria.fr>
+           Adrien Eliche  <aeliche@isty.uvsq.fr>
+
+       Merge from graphite branch.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * configure.ac (host_libs): Add ppl and cloog.
+       Add checks for PPL and CLooG.
+       * Makefile.def (ppl, cloog): Added modules and dependences.
+       * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
+       (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
+
+       2008-09-03  Richard Guenther  <rguenther@suse.de>
+
+       * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
+       cloog test.
+       * configure: Re-generate.
+
+       2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * configure.ac (--with-cloog-polylib): New.
+       (--disable-cloog-version-check): New.
+       (--disable-ppl-version-check): New.
+       * configure: Re-generate.
+
+       2008-09-05  Richard Guenther  <rguenther@suse.de>
+
+       * configure.ac: Initialize clooglibs to -lcloog.
+       * configure: Re-generate.
+
+       2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
+       recommended version to 2.3.2.
+
+       * configure: Regenerate.
+
+       2008-10-31  Ben Elliston  <bje@au.ibm.com>
+
+       * configure.ac (spu-*-*): Remove special case.
+       * configure: Regenerate.
+
+       Complete comment text from GCC version of:
+
+       2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
+       (GCC_SHLIB_SUBDIR): New.
+       * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2008-11-27  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.ac: Build gdb for i?86-*-darwin*
+       * configure: Regenerated.
+
+2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR bootstrap/38014
+       PR bootstrap/37923
+
+       Revert:
+
+       2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
+       * Makefile.in: Regenerated.
+
+       2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR gdb/921
+       PR gdb/1646
+       PR gdb/2175
+       PR gdb/2176
+
+       * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
+       * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
+       (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
+       (HOST_EXPORTS): Pass CPPFLAGS.
+       (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
+       (LDFLAGS_FOR_TARGET): Initialize from configure script.
+       (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
+       * Makefile.in, configure: Regenerated.
+       * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
+       and CPPFLAGS_FOR_BUILD.
+
+2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
+
+       * configure.ac [spu-*-*]: Do not set skipdirs.
+       * configure: Re-generate.
+
+2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
+       * Makefile.in: Regenerated.
+
+2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR gdb/921
+       PR gdb/1646
+       PR gdb/2175
+       PR gdb/2176
+
+       * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
+       * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
+       (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
+       (HOST_EXPORTS): Pass CPPFLAGS.
+       (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
+       (LDFLAGS_FOR_TARGET): Initialize from configure script.
+       (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
+       * Makefile.in, configure: Regenerated.
+       * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
+       and CPPFLAGS_FOR_BUILD.
+
+2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
+
+       * libtool.m4: Update to libtool 2.2.6.
+       * lt~obsolete.m4: Update to libtool 2.2.6.
+       * ltmain.sh: Update to libtool 2.2.6.
+       * ltsugar.m4: Update to libtool 2.2.6.
+       * ltversion.m4: Update to libtool 2.2.6.
+       * ltoptions.m4: Update to libtool 2.2.6.
+       * ltgcc.m4: Update to match changes from libtool 2.2.6.
+
+2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
+       (GCC_SHLIB_SUBDIR): New.
+       * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2008-08-28  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
+       Enable bfd, binutils and opcodes.
+       * configure: Regenerate.
+
+2008-08-16  Nicolas Roche  <roche@adacore.com>
+
+       * Makefile.tpl: Add BOOT_ADAFLAGS.
+       * Makefile.in: Regenerate.
+
+2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
+       * configure: Regenerate.
+
+2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
+
+       Sync with gcc:
+       2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
+
+        * configure.ac: Add makefile fragments for hpux.
+        * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
+        * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
+        * configure: Regenerate.
+        * Makefile.in: Regenerate.
+
+       2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+        * Makefile.tpl ($(srcdir)/configure): Update dependencies.
+        * Makefile.in: Regenerate.
+        * configure: Regenerate.
+
+2008-06-18  Ian Lance Taylor  <iant@google.com>
+
+       * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
+
+       * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
+
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
+       "$@" is still intact with both Autoconf 2.59 and 2.62.
+       * configure: Regenerate.
+
+2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.tpl: Fix comment errors.
+       * Makefile.in: Regenerate.
+
+2008-06-13  Julian Brown  <julian@codesourcery.com>
+
+       * configure.ac (arm*-*-linux-gnueabi): Don't disable building
+       of libobjc for ARM EABI Linux.
+       * configure: Regenerate.
+
+2008-06-12  David S. Miller  <davem@davemloft.net>
+           David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.ac: Add powerpc*-*-* to gold supported targets.
+       * configure: Regenerate.
+
+2008-06-08  Joseph Myers  <joseph@codesourcery.com>
+
+       PR tree-optimization/36218
+       * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
+       * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
+       (all prefix="build-"): Pass them to build-system sub-makes.
+       * Makefile.in: Regenerate.
+
+2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
+       README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
+       mkdep, and compile.  Update comments.
+       (ETC_SUPPORT): Add ChangeLog and update comments.
+
+2008-05-11  Ian Lance Taylor  <iant@google.com>
+
+       * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
+
+2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
+
+       Sync with gcc:
+       2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/35457
+       * configure.ac: Include override.m4.
+       * configure: Regenerate.
+
+       2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
+
+        * Makefile.tpl (restrap): Call `make all' using double-colon rules.
+        * Makefile.in: Regenerate.
+
+       2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
+
+        * configure.ac: Do not build libssp for the AVR.
+        * configure: Regenerate.
+
+2008-04-18  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Replace reference to configure.in with reference to
+       configure.ac.
+
+2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+        * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
+       as nonconfigurable directories list.
+        * configure: Regenerate.
+
+2008-04-14  David S. Miller  <davem@davemloft.net>
+
+       * configure.ac: Add sparc*-*-* to gold supported targets.
+       * configure: Regenerate.
+
+2008-04-14  Ben Elliston  <bje@au.ibm.com>
+
+       * config.sub, config.guess: Update from upstream sources.
+
+2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
+
+       * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
+       * Makefile.in: Regenerate.
+
+2008-04-07  Ian Lance Taylor  <iant@google.com>
+
+       * Makefile.def: check-gold depends upon all-binutils.
+       * Makefile.in: Regenerate.
+
+2008-04-04  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/4334
+       * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
+       builds.
+       * configure: Regenerate.
+
+2008-04-04  NightStrike  <NightStrike@gmail.com>
+
+       PR other/35151
+        * configure.ac: Combine rules for mingw32 and mingw64.
+        * configure: Regenerate.
+
+2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
+       * Makefile.in: Regenerate.
+
 2008-03-20  Ian Lance Taylor  <iant@google.com>
 
        * configure.ac: Add support for --enable-gold.
This page took 0.030894 seconds and 4 git commands to generate.