acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version reporting.
[gcc.git] / ChangeLog
index a81d24d8a7cccbd7d367d3334f9dba35001e7572..f9af479f2b96cc120c9694347104d5e48b8f7814 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+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.