./
[deliverable/binutils-gdb.git] / ChangeLog
index ee2675fb405d2a8c850c5d824d2a68de298b192e..0b551f765b7598a10948173b4e94a0056e0b5a79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,172 @@
+2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ylwrap: Import from Automake 1.9.5.
+
+2005-05-04  Mike Stump  <mrs@apple.com>
+
+       * configure.in: Always pass --target to target configures as
+       otherwise rebuilds that do --recheck will fail.
+       * confiugure: Rebuilt.
+
+2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
+       STAGE_HOST_EXPORTS.
+       (configure, all): Add bootstrap support.
+       (Host modules, target modules): Pass post-stage1 flags and exports.
+       (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
+       * Makefile.in: Regenerate.
+
+2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
+
+       Sync from gcc:
+
+       2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+        * config.sub: Update from master copy.
+
+       2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
+
+        * configure.in <crisv32-*-*, cris-*-*>: New local variable
+        libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
+        matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
+        "*-*-elf" and "*-*-linux*".
+        * configure: Regenerate.
+
+2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
+
+        * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
+       (TARGET_CONFIGARGS): Include --with-target-subdir.
+       (configure, all): New macros.  Use them throughout.
+
+2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.tpl: Sync with gcc.
+       * Makefile.in: Regenerate.
+
+2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
+
+       * config/mh-mingw32: Delete.
+       * configure.in: Don't use it.
+       * configure: Regenerate.
+
+2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
+       * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
+       (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
+       (HOST_LIB_PATH): Generate from Makefile.def.
+       (TARGET_LIB_PATH): Likewise.
+       (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
+       * Makefile.in: Regenerate.
+       * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
+       (RPATH_ENVVAR): Include Darwin case.
+       * configure: Regenerate.
+
+2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
+
+       * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
+       * configure: Regenerate.
+
+2005-03-21  Zack Weinberg  <zack@codesourcery.com>
+
+       * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
+       gcc_version, and gcc_version_trigger from set of flags to pass.
+       * Makefile.tpl: Remove definitions of above variables.
+       (config.status): Remove dependency on $(gcc_version_trigger).
+       * Makefile.in: Regenerate.
+       * configure.in: Do not reference config/gcc-version.m4 nor
+       config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
+       TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
+       * configure: Regenerate.
+
+2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
+           Andrew Pinski <pinskia@physics.uc.edu>
+
+       * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
+       * Makefile.in: Regenerate.
+
+2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR libgcj/20160
+       * ltmain.sh: Avoid creating archives with components that have
+       duplicate basenames.
+
+2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR bootstrap/20250
+       * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
+       instead of check.
+       * Makefile.in: Regenerate.
+
+2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
+
+       Sync from gcc.
+
+       2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/17383
+       * Makefile.def (target_modules): Remove "stage", now unnecessary.
+       * Makefile.tpl (HOST_SUBDIR): New substitution.
+       (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
+       USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
+       USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
+       USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
+       (Host modules, Bootstrapped modules): Use it.
+       (Build modules, Target modules): Do not create symlink trees,
+       always configure out-of-srcdir.
+       (distclean): Try removing $(host_subdir) with rm before using rm -rf.
+       * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
+       GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
+       $(HOST_SUBDIR).  Create a symlink for host_subdir.
+
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
+       Merged from libada-gnattools-branch:
+       2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * Makefile.def: Add gnattools as a module, depending on target-libada.
+       * Makefile.in: Regenerate.
+       * configure.in: Include gnattools in host_tools; disable it if ada
+       is disabled.
+       * configure: Regenerate.
+
+2005-02-23  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+
+2005-02-22  Paul Schlie  <schlie@comcast.net>
+
+       * configure.in: Allow darwin targeted ports to build tk, itcl and
+       libgui.
+
+2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR libgcj/10353
+       * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
+       * configure: Regenerate.
+
+2005-02-08  Andrew Cagney  <cagney@gnu.org>
+
+       * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
+       gdb/ section.  Update GDB's URL.
+
+2005-01-31  Andrew Cagney  <cagney@gnu.org>
+
+       * gettext.m4: Only set ENABLE_NLS when gettext is present.
+
+2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
+       <crisv32-*-*, cris-*-*>: Only disable target-newlib and
+       target-libgloss when not *-*-elf and *-*-aout.
+       * configure: Regenerate.
+
+2005-01-27  Andrew Cagney  <cagney@gnu.org>
+
+       * gettext.m4: Don't use NONE as a default for CATOBJEXT.
+
 2005-01-24  Andrew Cagney  <cagney@gnu.org>
 
        * gettext.m4: Only fall back to ../intl/ when it's present.
        * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
        of things to remove.
        * Makefile.in: Regenerate.
-       
+
 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
 
        * configure.in: Clear gcc_version_trigger if the file doesn't exist.
 
        * src-release (do-djunpack, do-md5sum): Install the generated file
        directly into the proto-toplev/ directory.
-       
+
 2004-10-19  Andrew Cagney  <cagney@gnu.org>
 
        * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
 
        * configure.in: Enable target-libgloss for crx-*-*.
-        * configure: Regenerate.
+       * configure: Regenerate.
 
 2004-09-24  Michael Roth  <mroth@nessie.de>
 
        * configure: Regenerate.
 
 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
-       
+
        * Makefile.def: Remove libbanshee.
        * Makefile.tpl: Ditto.
        * configure.in: Ditto.
        * config.sub: Import latest version from master repository.
        * config.guess: Likewise.
        This includes these changes:
-       
+
        2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
 
        * config.sub: Handle crisv32, alias etraxfs.
        * config.sub: Add support for National Semiconductor CRX target.
 
 2004-09-03  Jan Beulich  <jbeulich@novell.com>
+
        * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
        *-*-netware, but add target-libmudflap.
        Consolidate *-*-netware targets (of which really only i?86 exists)
        * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
        * configure.in: add test for powerpc-*-darwin* to specify makefile frag
        * configure: regenerate
-       * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for 
-        -mdynamic-no-pic
+       * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
+       -mdynamic-no-pic
 
 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
 
This page took 0.032849 seconds and 4 git commands to generate.