diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-22 20:35:51 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-22 20:35:51 +0000 |
commit | 50516bc34e63978c5f92d31390aebefd79cbc4b5 (patch) | |
tree | d5c4c88db432b79ac6a1569295a4c72df2098e33 /libmudflap/ChangeLog | |
parent | 8aa776bebd9a4d6e485c99e5e8ca9d5ddedc3f2c (diff) | |
download | gcc-50516bc34e63978c5f92d31390aebefd79cbc4b5.tar.gz |
* testsuite/lib/libmudflap.exp (libmudflap-init): Remove -static from
MUDFLAP_FLAGS if static library not supported.
* testsuite/libmudflap.c/cfrags.exp (MUDFLAP_FLAGS): new.
* testsuite/libmudflap.c/externs.exp: Ditto.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c++/c++frags.exp: Ditto.
* testsuite/libmudflap.cth/cthfrags.exp: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107371 138bc75d-0d04-0410-961f-82ee72b054a4
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 306342adddc..d7819e932b8 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,13 @@ +2005-11-22 Janis Johnson <janis187@us.ibm.com> + + * testsuite/lib/libmudflap.exp (libmudflap-init): Remove -static from + MUDFLAP_FLAGS if static library not supported. + * testsuite/libmudflap.c/cfrags.exp (MUDFLAP_FLAGS): new. + * testsuite/libmudflap.c/externs.exp: Ditto. + * testsuite/libmudflap.c++/ctors.exp: Ditto. + * testsuite/libmudflap.c++/c++frags.exp: Ditto. + * testsuite/libmudflap.cth/cthfrags.exp: Ditto. + 2005-10-04 James E Wilson <wilson@specifix.com> * configure.ac (mudflap_cv_entry_point): Use quadrigraphs to declare |