bfd/
[binutils-gdb.git] / ChangeLog
index e1b2ec5f96920e5cb62dfc0be56e185942bd181e..e92de1615de238fbb5e8092a3a6a14a2804e95cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2010-11-03  Ian Lance Taylor  <iant@google.com>
+           Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       PR lto/46273
+       * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
+       and on other supported platforms whenever LTO is enabled.
+       * configure: Rebuild.
+
+2010-11-02  Alan Modra  <amodra@gmail.com>
+
+       PR binutils/12110
+       * configure.ac: Error when source path contains spaces.
+       * configure: Regenerate.
+
+2010-10-20  Ian Lance Taylor  <iant@google.com>
+
+       * Makefile.def (target_modules): Set lib_path to src/.libs for
+       libstdc++-v3 module.
+       * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
+       * Makefile.in: Rebuild.
+
+2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+
+       * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
+       notices.
+       * COPYING.NEWLIB: Add Texas Instruments notice.
+
+2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * configure.ac (build_lto_plugin): New shell variable.
+       (--enable-lto): Turn on by default for all non-ELF platforms that
+       have had LTO support added so far.  Set build_lto_plugin appropriately
+       for both ELF and non-ELF.
+       (configdirs): Add lto-plugin or not based on build_lto_plugin.
+       * configure: Regenerate.
+
 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        PR bootstrap/45326