summaryrefslogtreecommitdiff
path: root/libmudflap/ChangeLog
diff options
context:
space:
mode:
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-17 17:20:49 +0000
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-17 17:20:49 +0000
commit98c54c5e0e54290247ede10b60852f9b638ea180 (patch)
tree051d2a53b671d96bf6119f3cba06ea10336b65f8 /libmudflap/ChangeLog
parentcf28d4b1ad6491ff30ecd6a426d088ccb864277a (diff)
downloadgcc-98c54c5e0e54290247ede10b60852f9b638ea180.tar.gz
2005-03-17 Frank Ch. Eigler <fche@redhat.com>
* mf-runtime.c (__mfu_check): Respect ignore_reads configuration. * testsuite/libmudflap.c/{pass56,fail39}-frag.c: New tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/ChangeLog')
-rw-r--r--libmudflap/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog
index 3dad0437233..cc0d4187735 100644
--- a/libmudflap/ChangeLog
+++ b/libmudflap/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-17 Frank Ch. Eigler <fche@redhat.com>
+
+ * mf-runtime.c (__mfu_check): Respect ignore_reads configuration.
+ * testsuite/libmudflap.c/{pass56,fail39}-frag.c: New tests.
+
2005-02-13 Frank Ch. Eigler <fche@redhat.com>
PR mudflap/19319