* configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
[deliverable/binutils-gdb.git] / ChangeLog
index bc19a7707b530e1c78af00b2e1cd9d29107099b5..9ed18b0808ba9b9d835d3097c7850176e4d5d727 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,188 @@
+2011-03-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
+       i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
+       m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
+       m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
+       mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
+       i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
+       i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
+       i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
+       i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
+       hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
+       *-*-rhapsody*): Remove host cases.
+       * configure: Regenerate.
+
+2011-03-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac (ppc*-*-pe): Remove host case.
+       (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
+       xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
+       | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
+       cases.
+       * configure: Regenerate.
+
+2011-03-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * config.sub: Update to version 2011-03-23.
+
+2011-03-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
+       i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
+       | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
+       * configure: Regenerate.
+
+2011-03-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * config-ml.in: Don't handle arc-*-elf*.
+       * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
+       m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
+       handle GCC libraries.
+       * configure: Regenerate.
+
+2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR bootstrap/48120:
+       * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
+       Add -lstdc++ -lm to LIBS.
+       * configure: Regenerate.
+
+2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
+
+       * config.guess: Update to version 2011-02-02
+       * config.sub: Update to version 2011-02-24
+       
+2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>
+
+        * configure.ac: Adjust test of with_ppl.
+        * configure: Regenerated.
+
+2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * configure.ac: Add -lpwl to ppllibs.
+       * config/cloog.m4: Add -lisl to clooglibs.
+       * configure: Regenerated.
+
+2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Import from Libtool and gnulib:
+
+       2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       Prepare for supporting FreeBSD 10.
+       * config.rpath: Remove handling of freebsd1* which soon would
+       match FreeBSD 10.0.
+
+       2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
+
+       Remove support for FreeBSD 1.x.
+       * libtool.m4 (_LT_LINKER_SHLIBS)
+       (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
+       soon would incorrectly match FreeBSD 10.0.
+
+2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR binutils/12283
+       * MAINTAINERS (mkinstalldirs): Comes from Automake.
+       (move-if-change): Comes from gnulib.
+       * move-if-change: Import version from gnulib.
+
+2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Sync from GCC:
+
+       2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR lto/47225
+       * Makefile.def (lto-plugin): Double dash for enable-shared.
+       (configure-gcc): Depend on all-lto-plugin.
+       * Makefile.in: Rebuilt.
+
+       2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: Remove extra bracket.
+       * configure: Regenerate.
+
+       2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
+
+       PR lto/47225
+       * Makefile.def: Add dependency for install-gcc
+       on install-lto-plugin.
+       * Makfile.in: Regenerated
+
+       2011-01-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.ac: If with_ppl is no, move setting with_cloog=no
+       after CLOOG_REQUESTED check.
+       * configure: Regenerated.
+
+       2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
+       CLooG has been requested.
+       * configure: Regenerated.
+
+       2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * configure: Regenerated.
+       * configure.ac: Check for version 0.11 (or later revision) of PPL.
+
+       2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * configure: Regenerated.
+       * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
+
+       2011-01-07  Jan Hubicka  <jh@suse.cz>
+
+       PR lto/47225
+       * Makefile.in: Regenerate.
+       * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
+       configure.
+
+2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR libgcj/44341
+       * configure.ac: Discard --with-* flags for host when configuring
+       target libraries for cross build.
+       * configure: Rebuilt.
+
+2011-01-21  Andreas Schwab  <schwab@redhat.com>
+
+       Sync from GCC:
+
+       2011-01-21  Andreas Schwab  <schwab@redhat.com>
+
+       * configure.ac: Use AS_HELP_STRING throughout.
+       * configure: Regenerate.
+
+       2011-01-18  Jie Zhang  <jie.zhang@analog.com>
+
+       * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
+       * configure: Regenerate.
+
+2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * ltmain.sh (relink): Use absolute path when hardcoding with -L.
+
+2011-01-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
+       for ia64-hpux.
+       * configure: Regenerate.
+
+2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Sync from GCC:
+       2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
+
+       * configure.ac: (picochip): Disable libiberty.
+       * configure: Regenerate.
+
+2010-12-18  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
+
 2010-12-10  Ian Lance Taylor  <iant@google.com>
 
        PR bootstrap/46819
This page took 0.031091 seconds and 4 git commands to generate.