diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2004-05-17 20:34:19 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@gcc.gnu.org> | 2004-05-17 20:34:19 +0000 |
commit | 9193542205121e73b434a1b5019f0d7ad26bc021 (patch) | |
tree | 4f4b2d2474d6c9f857a08c14e9b579c55282ce18 /libmudflap/ChangeLog | |
parent | 66ba7273482a3c56accefba709e0dfe8f8d75824 (diff) | |
download | gcc-9193542205121e73b434a1b5019f0d7ad26bc021.zip gcc-9193542205121e73b434a1b5019f0d7ad26bc021.tar.gz gcc-9193542205121e73b434a1b5019f0d7ad26bc021.tar.bz2 |
libmudflap.exp (libmudflap-init): For C++ test cases only...
2004-05-17 Frank Ch. Eigler <fche@redhat.com>
* lib/libmudflap.exp (libmudflap-init): For C++ test cases only,
import some build settings from libstdc++-v3 testsuite_flags.
* .../cfrags.exp, .../c++frags.exp, .../cthfrags.exp: Corresponding
changes to pass test language.
* mf-runtime.c (__mfu_check): Poison the cache with antidote for
quicker mode-nop handling.
From-SVN: r81944
Diffstat (limited to 'libmudflap/ChangeLog')
-rw-r--r-- | libmudflap/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index eafa5eb..4ae3783 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,13 @@ +2004-05-17 Frank Ch. Eigler <fche@redhat.com> + + * lib/libmudflap.exp (libmudflap-init): For C++ test cases only, + import some build settings from libstdc++-v3 testsuite_flags. + * .../cfrags.exp, .../c++frags.exp, .../cthfrags.exp: Corresponding + changes to pass test language. + + * mf-runtime.c (__mfu_check): Poison the cache with antidote for + quicker mode-nop handling. + 2004-03-25 Frank Ch. Eigler <fche@redhat.com> * mf-impl.h: Added libgcc license header. |