OSDN Git Service

* config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
[pf3gnuchains/gcc-fork.git] / config / ChangeLog
index fda6f95..fdc2ebf 100644 (file)
@@ -1,3 +1,61 @@
+2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as
+       precious.  Prefer it over a cached value.  Use cached value
+       verbosely.
+       (NCN_STRICT_CHECK_TARGET_TOOLS): Likewise.  Don't override
+       environment variable with build-time tools.
+
+2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
+       with an empty path.
+
+2007-02-07  Bruno Haible  <bruno@clisp.org>
+
+       PR libgomp/28468
+       * config/tls.m4 (GCC_CHECK_TLS): Also check whether the libc supports
+       TLS via __thread.
+
+2007-01-31  Daniel Franke <franke.daniel@gmail.com>
+
+       PR libgomp/30546
+       * acx.m4 (ACX_PROG_CHECK_VER): Locate a program and check that its
+       version is acceptable.
+
+2007-01-27  Paolo Bonzini  <bonzini@gnu.org>
+
+       * depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make
+       directory.
+
+2007-01-23  Richard Guenther  <rguenther@suse.de>
+
+       PR bootstrap/30541
+       * config/acx.m4 (ACX_PROG_GNAT): Check for gnatmake.
+
+2007-01-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-symbolic.m4: New.
+
+2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
+
+       * warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.
+       (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo.  Add optional 2nd argument.
+
+2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
+
+       * warnings.m4: Add second parameter with name of variable.
+       Always append to the variable if it exists.
+
+2007-01-01  Mike Stump  <mrs@apple.com>
+
+       * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1.
+
+2006-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking
+       if static linking doesn't even work.
+
 2006-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * tls.m4 (GCC_CHECK_TLS): Fall back to a link test.