aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2005-03-21 17:44:38 +0000
committerZack Weinberg <zack@gcc.gnu.org>2005-03-21 17:44:38 +0000
commitfd0811ef5da95c0787433dd30769a21e0ef662da (patch)
tree243562b22fb2b10d78c5fe68b548115ad53361b7 /libmudflap/ChangeLog
parent2b37e3d54db3df5d8be83ee4af75fddb8af274db (diff)
downloadgcc-fd0811ef5da95c0787433dd30769a21e0ef662da.zip
gcc-fd0811ef5da95c0787433dd30769a21e0ef662da.tar.gz
gcc-fd0811ef5da95c0787433dd30769a21e0ef662da.tar.bz2
configure.ac: Do not invoke TL_AC_GCC_VERSION.
* configure.ac: Do not invoke TL_AC_GCC_VERSION. In all substitutions, expand gcc_version in Makefile. * aclocal.m4, configure: Regenerate. * Makefile.am: Set gcc_version. * Makefile.in, testsuite/Makefile.in: Regenerate. From-SVN: r96817
Diffstat (limited to 'libmudflap/ChangeLog')
-rw-r--r--libmudflap/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog
index cc0d418..0db7ecd 100644
--- a/libmudflap/ChangeLog
+++ b/libmudflap/ChangeLog
@@ -1,3 +1,11 @@
+2005-03-21 Zack Weinberg <zack@codesourcery.com>
+
+ * configure.ac: Do not invoke TL_AC_GCC_VERSION.
+ In all substitutions, expand gcc_version in Makefile.
+ * aclocal.m4, configure: Regenerate.
+ * Makefile.am: Set gcc_version.
+ * Makefile.in, testsuite/Makefile.in: Regenerate.
+
2005-03-17 Frank Ch. Eigler <fche@redhat.com>
* mf-runtime.c (__mfu_check): Respect ignore_reads configuration.
@@ -91,7 +99,7 @@
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
- * mf-runtime.h.in:
+ * mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
@@ -140,7 +148,7 @@
2004-08-03 Dale Johannesen <dalej@apple.com>
- * mf-runtime.c: Conditionalize POSIX_SOURCE for Darwin.
+ * mf-runtime.c: Conditionalize POSIX_SOURCE for Darwin.
2004-08-03 Frank Ch. Eigler <fche@redhat.com>