OSDN Git Service

PR tree-optimization/26213
[pf3gnuchains/gcc-fork.git] / ChangeLog
index a81d24d..4ea4af4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,102 @@
+2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+       
+2006-02-03  Lee Millward  <lee.millward@gmail.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+       
+2006-01-31  Richard Guenther  <rguenther@suse.de>
+       Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.def (target_modules): Add libgcc-math target module.
+       * configure.in (target_libraries): Add libgcc-math target library.
+       (--enable-libgcc-math): New configure switch.
+       * Makefile.in: Re-generate.
+       * configure: Re-generate.
+       * libgcc-math: New toplevel directory.
+
+2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
+
+       * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
+       Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
+       the assembler, linker and binutils.
+       * configure: Regenerate.
+
+2006-01-22  Dirk Mueller  <dmueller@suse.de>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2006-01-20  Diego Novillo  <dnovillo@redhat.com>
+
+       * configure: Regenerate.
+
+2006-01-18  Richard Henderson  <rth@redhat.com>
+           Jakub Jelinek  <jakub@redhat.com>
+           Diego Novillo  <dnovillo@redhat.com>
+
+       * libgomp: New directory.
+       * Makefile.def: Add target_module libgomp.
+       * Makefile.in: Regenerate.
+       * configure.in (target_libraries): Add target-libgomp.
+       * configure: Regenerate.
+
+2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
+       @ from continuation.
+       * Makefile.in: Rebuilt.
+
+2006-01-04  Chris Lattner  <sabre@gnu.org>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/24252
+
+       * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
+       * Makefile.tpl (OBJDUMP): New.
+       (EXTRA_HOST_FLAGS): Add it.
+       (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
+
+       * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
+       to use symbolic links between directories.  Avoid race conditions
+       or make them harmless.
+       * configure.in: Do not try to use symbolic links between directories.
+
+       * Makefile.def (LEAN): Pass.
+       * Makefile.tpl (LEAN): Define.
+       (stage[+id+]-start): Accept that the previous directory does not
+       exist, if the bootstrap is lean.
+       (stage[+id+]-bubble): Invoke lean bootstrap commands after
+       stage[+id+]-start.  Use a makefile variable and an `if' instead of a
+       configure substitution.
+       ([+compare-target+]): Likewise.
+       ([+bootstrap-target+]-lean): New.
+       * configure.in: Remove lean bootstrap support from here.
+
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
+2006-01-04  Ben Elliston  <bje@au.ibm.com>
+
+       * MAINTAINERS (libdecnumber): Add myself.
+
+2006-01-02  Mark Mitchell  <mark@codesourcery.com>
+
+       * libtool-ldflags: New script.
+
+2006-01-02  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: When reconfiguring remove Makefile in
+       all stage directories.
+       * configure: Regenerate.
+
+2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
+
+       * MAINTAINERS: Update my email address.
+
 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
 
        Revert Ada-related part of the previous change.