]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ChangeLog
* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD): Default...
[thirdparty/binutils-gdb.git] / ChangeLog
index c2d4da8bc513c05e664e75d2f388bf71ee7e18e4..a3d10489cf488724a89f44a714760c5d6a34140e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,230 @@
+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.
+
+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.
+
+2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * configure.ac (mipsisa*-*-elfoabi*): New stanza.
+       * configure: Regenerate.
+
+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-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.ac: Correct makeinfo version check.
+       * configure: Regenerate.
+
+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-12  Richard Guenther  <rguenther@suse.de>
+
+       * configure.ac (--enable-stage1-checking): If neither --enable-checking
+       nor --disable-checking is provided also turn on yes and types
+       checking for stage1.
+       * configure: Re-generate.
+
+2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR target/33281
+       * configure.ac: Use config/mh-mingw on mingw.
+       * 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-09  Andrew Haley  <aph@redhat.com>
+
+       * configure.ac (noconfigdirs): Remove target-libffi and
+       target-libjava.
+
+2007-08-29  Nick Clifton  <nickc@redhat.com>
+
+       * config.sub, config.guess: Update from upstream sources.
+
+2007-08-21  Richard Guenther  <rguenther@suse.de>
+
+       * configure.ac: Add types checking to stage1 checking flags.
+       * configure: Regenerate.
+
+2007-08-18  Paul Brook  <paul@codesourcery.com>
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
+       (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
+       * Makefile.in: Regenerate.
+       * configure.ac (--with-debug-prefix-map): New.
+       * configure: Regenerate.
+
+2007-08-17  Richard Sandiford  <richard@codesourcery.com>
+           Nigel Stephens  <nigel@mips.com>
+
+       * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
+       as target_makefile_frag.
+       * configure: Regenerate.
+
+2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
+       Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
+       (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
+       * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
+       (do-compare, do-compare3, do-compare-debug): New.
+       ([+compare-target+]): Use them.
+
+2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
+       Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
+       (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
+       * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
+       (do-compare, do-compare3, do-compare-debug): New.
+       ([+compare-target+]): Use them.
+
+2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+           Ben Elliston  <bje@au.ibm.com>
+
+       * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
+       --silent if $silent.
+       * configure: Regenerate.
+
+2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
+
+2007-07-17  Nick Clifton  <nickc@redhat.com>
+
+       * COPYING3: New file.  Contains version 3 of the GNU General
+       Public License.
+       * COPYING3.LIB: New file.  Contains version 3 of the GNU
+       Lesser General Public License.
+
+2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * configure.ac: Fix my previous change to really match GCC.
+       * configure: Regenerate.
+
+2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: Rewrite 'configure --help' strings to look nicer.
+       * configure: Regenerate.
+
+2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: Add some missing m4 quotation.
+       * configure: Regenerate.
+
+2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
+
+        * Makefile.def: Add windmc tool to build.
+        * Makefile.tpl: Likewise.
+        * configure.ac: Likewise.
+        * Makefile.in: Regenerate.
+        * configure: Regenerate.
+
+2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lt~obsolete.m4: New. Import from 20070318 libtool.
+
+2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * configure.ac: Don't add target-libmudflap to noconfigdirs for
+       uclinux and linux-uclibc targets.
+       * configure: Regenerate.
+
+2007-06-28  DJ Delorie  <dj@redhat.com>
+
+       * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
+       not building newlib.
+       * configure: Regenerated.
+       
+2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * src-release (DEVO_SUPPORT): Correct typos.
+
+2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.def: Add dependency from configure-gdb to all-bfd.
+       * Makefile.in: Regenerated.
+
+2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
+
+        * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
+        (distclean-stage[+id+]): Possibly delete stage_last.
+        * Makefile.in: Regenerate.
+
+2007-06-07  Ben Elliston  <bje@au.ibm.com>
+
+       * config.sub, config.guess: Update from upstream sources.
+
+2007-06-07  Ben Elliston  <bje@au.ibm.com>
+
+       * Makefile.tpl: Fix spelling error.
+       * Makefile.in: Regenerate.
+
+2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
+
+       Sync with gcc:
+       2007-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+        PR bootstrap/29382
+        * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
+        * configure: Rebuilt.
+
+2007-06-01  Steve Ellcey  <sje@cup.hp.com>
+
+       * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
+       lt_cv_sys_max_cmd_len.
+
+2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
+
+       * ltgcc.m4: Update from GCC.
+
+2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * ltmain.sh: Fix Darwin verstring, remove ${wl}.
+
 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
 
        * ltmain.sh: Update from GCC.
        whether target-libjava is being configured instead of whether the
        java front end is enabled.
        * configure: Regenerate.
-       
+
 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
 
        * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
        Sync from gcc:
 
        2006-06-12  David Ayers  <d.ayers@inode.at>
-       
+
        PR bootstrap/27963
        PR target/19970
-       * configure.in: Remove target-boehm-gc from noconfigdirs where 
+       * configure.in: Remove target-boehm-gc from noconfigdirs where
        ${libgcj} is specified.
        * configure: Regenerate.
-       
+
 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
 
        Sync from gcc:
 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
 
        Sync from gcc:
-       
+
        2006-06-06  David Ayers  <d.ayers@inode.at>
-       
+
        PR libobjc/13946
        * Makefile.def: Add dependencies for libobjc which boehm-gc.
        * Makefile.in: Regenerate.
        * configure: Regenerate.
 
        2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
-       
+
        PR 27674
        * Makefile.tpl (configure-[+prefix+][+module+],
        all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
         * configure: Regenerate.
 
        2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
-        
+
         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
         (TARGET_CONFIGDIRS): Remove.
         * configure.in: Remove AC_SUBST(target_configdirs).
 
 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
            Andreas Schwab  <schwab@suse.de>
-        
+
        * configure: Regenerate.
 
 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
        CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
        * Makefile.in: Regenerate.
        * configure: Regenerate.
-       
+
 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
 
        * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
 
        * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
-       * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. 
+       * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
        * Makefile.in: Regenerated.
 
 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
 
        * configure.in: Add cases for Renesas m32c.
        * configure: Regenerated.
-       
+
 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
 
        * COPYING, compile, config-ml.in, config.guess,
 
 2005-05-19  Paul Brook  <paul@codesourcery.com>
 
-       * configure.in: Rewrite misleading error message when requested 
+       * configure.in: Rewrite misleading error message when requested
        language cannot be built.
        * configure: Regenerate.