aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorFrançois Dumont <francois.cppdevs@free.fr>2010-11-26 21:29:01 +0100
committerFrançois Dumont <fdumont@gcc.gnu.org>2010-11-26 20:29:01 +0000
commitbcd93c00abf72a5e820a32db5d9dd97603b407ea (patch)
treec2c18e2d66792407c4ffaf4014b81dc35d76f798 /libstdc++-v3/ChangeLog
parent556618c1b3931eeee3f9da0c1c4217b4f67d470a (diff)
downloadgcc-bcd93c00abf72a5e820a32db5d9dd97603b407ea.zip
gcc-bcd93c00abf72a5e820a32db5d9dd97603b407ea.tar.gz
gcc-bcd93c00abf72a5e820a32db5d9dd97603b407ea.tar.bz2
libstdc++.exp [...]: Use remote_file delete for generated exe.
2010-11-26 François Dumont <francois.cppdevs@free.fr> * testsuite/lib/libstdc++.exp [check_v3_target_debug_mode]: Use remote_file delete for generated exe. [check_v3_target_profile_mode] Add. * testsuite/lib/dg-options.exp [dg-require-profile-mode]: Add * testsuite/ext/profile/mh.cc, profiler_algos.cc, all.cc: Use dg-require-profile-mode, remove explicit _GLIBCXX_PROFILE definition. From-SVN: r167188
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index dc22b52..e61b788 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-26 François Dumont <francois.cppdevs@free.fr>
+
+ * testsuite/lib/libstdc++.exp [check_v3_target_debug_mode]: Use
+ remote_file delete for generated exe. [check_v3_target_profile_mode]
+ Add.
+ * testsuite/lib/dg-options.exp [dg-require-profile-mode]: Add
+ * testsuite/ext/profile/mh.cc, profiler_algos.cc, all.cc: Use
+ dg-require-profile-mode, remove explicit _GLIBCXX_PROFILE definition.
+
2010-11-25 François Dumont <francois.cppdevs@free.fr>
* src/debug.cc: Introduce a mutex pool in get_safe_base_mutex.