summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2007-02-09 19:24:42 +0000
committerPaolo Bonzini <bonzini@gnu.org>2007-02-09 19:24:42 +0000
commit603dc8d8c2d0a61ecefd9635f018293b85f68f24 (patch)
tree38f44332cf4ae52d5dc516d547907620966c9ef9 /config/ChangeLog
parent0ff454611d49fe503358e7b9751c2a4890ed5c7b (diff)
downloadgdb-603dc8d8c2d0a61ecefd9635f018293b85f68f24.tar.gz
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def: Sync with GCC. * Makefile.tpl: Sync with GCC. * Makefile.in: Regenerate. * configure: Regenerate. * config/acx.m4: Sync with GCC. * config/depstand.m4: Sync with GCC. * config/tls.m4: Sync with GCC.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog22
1 files changed, 20 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 99107af4e56..aee290ada76 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -3,9 +3,27 @@
* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
with an empty path.
-2007-02-05 Dave Brolley <brolley@redhat.com>
+2007-02-07 Bruno Haible <bruno@clisp.org>
- * mt-mep: New.
+ 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>