aboutsummaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-04-18 11:07:31 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-04-18 11:07:31 +0000
commit266df637a89fce6f2d0adbbee3361a2ea4f25af2 (patch)
tree8aa6015eb45a2b86c3222f2c610e2cc6d468b97d /config/ChangeLog
parente0c880965cab990eed0a9236b677b5a7bf5d5559 (diff)
downloadgdb-266df637a89fce6f2d0adbbee3361a2ea4f25af2.zip
gdb-266df637a89fce6f2d0adbbee3361a2ea4f25af2.tar.gz
gdb-266df637a89fce6f2d0adbbee3361a2ea4f25af2.tar.bz2
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
Sync with gcc: 2008-04-18 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/35457 * configure.ac: Include override.m4. * configure: Regenerate. 2008-04-18 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (restrap): Call `make all' using double-colon rules. * Makefile.in: Regenerate. 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com> * configure.ac: Do not build libssp for the AVR. * configure: Regenerate. config: 2008-04-18 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/35457 * override.m4: Add this. Make sure aclocal always picks it. Add more lenient precious variable check, backported from autoconf trunk.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 3556e08..ff7f8ba 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,16 @@
+2008-04-18 Paolo Bonzini <bonzini@gnu.org>
+
+ PR bootstrap/35457
+
+ * override.m4: Add this. Make sure aclocal always picks it.
+ Add more lenient precious variable check, backported from
+ autoconf trunk.
+
+ (note: I left confsubdir.m4 for the moment until all the
+ configure scripts are regenerated. When confsubdir.m4 is
+ removed, this note should be removed too and config/ChangeLog
+ should be synced with gcc's).
+
2008-04-04 Nick Clifton <nickc@redhat.com>
PR binutils/4334