X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ChangeLog;h=ee4c378bf8b1b5908426c36344448a1c74a88a9d;hb=5548b4ce8ccff9f4a198fdfbcc47a83baa9ed876;hp=44be6dff16dfc8538049416beba8a6e73ac97104;hpb=d3b50760aae267ca9a4988ce8dc4fae2c6761ff0;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 44be6dff16..ee4c378bf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,185 @@ +2011-03-18 David Edelsohn + + * config.guess: Update to version 2011-02-02 + * config.sub: Update to version 2011-02-24 + +2011-03-03 Sebastian Pop + + * configure.ac: Adjust test of with_ppl. + * configure: Regenerated. + +2011-03-02 Sebastian Pop + + * configure.ac: Add -lpwl to ppllibs. + * config/cloog.m4: Add -lisl to clooglibs. + * configure: Regenerated. + +2011-02-13 Ralf Wildenhues + + Import from Libtool and gnulib: + + 2011-01-27 Gerald Pfeifer + + Prepare for supporting FreeBSD 10. + * config.rpath: Remove handling of freebsd1* which soon would + match FreeBSD 10.0. + + 2011-01-20 Gerald Pfeifer (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 + + 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 + + Sync from GCC: + + 2011-02-12 Alexandre Oliva + + 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 + + * configure.ac: Remove extra bracket. + * configure: Regenerate. + + 2011-02-06 Kai Tietz + + PR lto/47225 + * Makefile.def: Add dependency for install-gcc + on install-lto-plugin. + * Makfile.in: Regenerated + + 2011-01-25 Jakub Jelinek + + * configure.ac: If with_ppl is no, move setting with_cloog=no + after CLOOG_REQUESTED check. + * configure: Regenerated. + + 2011-01-25 Sebastian Pop + + * 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 + + * configure: Regenerated. + * configure.ac: Check for version 0.11 (or later revision) of PPL. + + 2011-01-25 Tobias Grosser + + * configure: Regenerated. + * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1). + + 2011-01-07 Jan Hubicka + + PR lto/47225 + * Makefile.in: Regenerate. + * Makefile.def (lto-plugin): Always pass enable-shared to the plugin + configure. + +2011-01-31 Alexandre Oliva + + PR libgcj/44341 + * configure.ac: Discard --with-* flags for host when configuring + target libraries for cross build. + * configure: Rebuilt. + +2011-01-21 Andreas Schwab + + Sync from GCC: + + 2011-01-21 Andreas Schwab + + * configure.ac: Use AS_HELP_STRING throughout. + * configure: Regenerate. + + 2011-01-18 Jie Zhang + + * configure.ac (bfin-*-*): Remove gdb from noconfigdirs. + * configure: Regenerate. + +2010-12-10 John David Anglin + + * ltmain.sh (relink): Use absolute path when hardcoding with -L. + +2011-01-13 Joel Brobecker + + * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs + for ia64-hpux. + * configure: Regenerate. + +2011-01-02 Ralf Wildenhues + + Sync from GCC: + 2010-12-22 Hariharan Sandanagobalane + + * configure.ac: (picochip): Disable libiberty. + * configure: Regenerate. + +2010-12-18 Jeff Johnston + + * COPYING.LIBGLOSS: Remove the GPL for fr30 target. + +2010-12-10 Ian Lance Taylor + + PR bootstrap/46819 + * configure.ac: For --disable-libgcj clear libgcj_saved. + * configure: Rebuild. + +2010-12-10 Tobias Burnus + + PR fortran/46540 + * configure.ac: Add --disable-libquadmath and + --disable-libquadmath-support. + * configure: Regenerate. + +2010-12-10 Tristan Gingold + + * src-release (ETC_SUPPORT): add gnu-oids.texi + +2010-12-03 Hans-Peter Nilsson + + PR libffi/46792 + * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi. + * configure: Regenerate. + +2010-12-02 Ian Lance Taylor + + * configure.ac: Always set default for poststage1_ldflags to + -static-libstdc++ -static-libgcc. + +2010-12-02 Jeff Johnston + + * COPYING.NEWLIB: Add National Semiconductor notice. + +2010-11-29 Andreas Schwab + + * configure.ac: Move comment to remove extra space in last argument + of GCC_TARGET_TOOL. + +2010-11-26 Alexandre Oliva + + PR other/46026 + * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3. + * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass. + * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New. + (BASE_FLAGS_TO_PASS): Use it. + * configure: Rebuilt. + * Makefile.in: Rebuilt. + 2010-11-23 H.J. Lu PR binutils/12258