i386.md (SI_REG, DI_REG): New constants.
[gcc.git] / ChangeLog
index c06d29ace95d0a4da2a1f830d72f75e723177ae7..c6173f56755c346e84071b8ac7d203a50c4a2cc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
+       * Makefile.in: Regenerate.
+
+2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * MAINTAINERS (Register allocation reviewer): Add myself.
+
+2007-10-08  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
+       LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
+       Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
+       LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
+       * configure: Regenerate.
+
+2006-10-04  Seongbae Park <seongbae.park@gmail.com>
+
+       * MAINTAINERS (Register allocation reviewer): Add myself.
+
+2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
+       DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
+       LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
+       WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
+       * configure.ac: Default them to host tools for $host = $build.
+       Subst them.
+
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2006-09-24  Peter Bergner <bergner@vnet.ibm.com>
+
+       * MAINTAINERS (Register allocation reviewer): Add myself.
+
+2006-09-24  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * MAINTAINERS (Register allocation reviewer): Add myself.
+
+2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
+
+       * MAINTAINERS (Write After Approval): Fix typo.
+
+2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * configure.ac (mipsisa*-*-elfoabi*): New stanza.
+       * configure: Regenerate.
+
+2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
+
+       PR bootstrap/31906
+       * libtool-ldflags: Don't prefix arguments with -Xcompiler if
+        they're already prefixed.
+
+2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
+       libstdc++.
+       * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       
+2007-09-17  Andreas Schwab  <schwab@suse.de>
+
+       * configure.ac: Raise minimum makeinfo version to 4.6.
+       * configure: Regenerate.
+
+2007-09-17  Johannes Singler <singler@ira.uka.de>
+
+        * MAINTAINERS (write-after-approval) add myself
+
+2007-09-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.ac: Correct makeinfo version check.
+       * configure: Regenerate.
+
+2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * MAINTAINERS: Update my email address.
+
+2007-09-14  Richard Sandiford  <richard@codesourcery.com>
+
+       * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
+       to $skipdirs and only disable gprof for newlib.  Use the normal
+       mips*-elf* handling in other respects.
+       * configure: Regnerate.
+
+2007-09-12  David Daney  <ddaney@avtrex.com>
+
+       * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
+       enabling libgcj.
+       * configure: Regenerate.
+
+2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
+
+       PR other/32154
+       * configure.ac: For libgloss targets, point the linker to the linker
+       script, startup code and simulator library.
+       * configure: Regenerate.
+
 2007-09-07  Andrew Haley  <aph@redhat.com>
 
        * configure.ac (noconfigdirs): Remove target-libffi and
        PR target/33281
        * configure.ac: Use config/mh-mingw on mingw.
        * configure: Regenerate.
-       * config/mh-mingw: New host makefile fragment.
 
 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
 
-        * MAINTAINERS (Write After Approval): Add myself.
+       * MAINTAINERS (Write After Approval): Add myself.
 
 2007-09-05  Richard Guenther  <rguenther@suse.de>