OSDN Git Service

2010-10-05 Vincent Celier <celier@adacore.com>
[pf3gnuchains/gcc-fork.git] / ChangeLog
index 8425c50..031a4b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,77 @@
-2010-07-10  Andi Kleen <ak@linux.intel.com>
-
-       * lto-coff.c (hash_name, eq_name): Move.
-       (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
-       * lto-elf.c: (hash_name, eq_name): Move.
-       (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
-       * lto-macho.c: (hash_name, eq_name): Move.
-       (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
-       * lto.c: (hash_name, eq_name): Move from lto-*.c
-       (lto_obj_create_section_hash_table): Add.
-       (free_with_string): Add.
-
-2010-07-10   Andi Kleen <ak@linux.intel.com>
-
-       * lto-section-in.c (lto_section_name): Synchronize names
-       with lto_get_section_name.
+2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR bootstrap/45326
+       PR bootstrap/45174
+       * configure.ac: Honor initial values of $build_configargs,
+       $host_configargs, $target_configargs.  Mark the precious, so
+       environment settings get recorded.
+       * configure: Regenerate.
+
+2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR bootstrap/45796
+       * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
+       Depend on all-build-libiberty.
+       * Makefile.in: Regenerate.
+
+2010-09-30  Michael Eager  <eager@eagercon.com>
+
+       * configure.ac (microblaze): Add target-libssp to noconfigdirs.
+       * configure: Regenerate.
+
+2010-09-28  Michael Eager  <eager@eagercon.com>
+
+       * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
+
+2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR bootstrap/44621
+       * configure.ac: Fix unportable shell quoting.
+       * configure: Regenerate.
+
+2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * configure.ac (enable-lto): Add Darwin to the list of supported lto
+       targets and amend comment.
+       * configure: Regenerate.
+
+2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
+
+       * configure.ac: Enable LTO by default on Darwin.
+       * configure: Regenerate.
+
+2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2010-09-01  Ian Bolton  <ian.bolton@arm.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * MAINTAINERS (OS Port Maintainers): Remove myself from windows
+       ports
+
+2010-07-28  David Yuste  <david.yuste@gmail.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
+
+       * configure.ac: Support all v850 targets.
+       * configure: Regenerate.
+
+2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
+
+       PR bootstrap/44455
+       * configure.ac (extra_mpfr_configure_flags): Copy from
+       extra_mpc_gmp_configure_flags.
+       * configure: Re-generated.
 
 2010-07-22  Andi Kleen  <ak@linux.intel.com>