aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2009-04-19 10:29:33 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2009-04-19 10:29:33 +0000
commit3939adc2d6fc347a71ecfbbc3b354938b5ebef9d (patch)
treea0fd341afba3f2d61b088a48993a6cfb7844ab21 /libstdc++-v3
parent9225b33903dc8e1ccff3ef02ad223038b7cdd505 (diff)
downloadgcc-3939adc2d6fc347a71ecfbbc3b354938b5ebef9d.zip
gcc-3939adc2d6fc347a71ecfbbc3b354938b5ebef9d.tar.gz
gcc-3939adc2d6fc347a71ecfbbc3b354938b5ebef9d.tar.bz2
Fix changelog entry.
From-SVN: r146342
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 361968b..a49f708 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -7,22 +7,22 @@
2009-04-18 Jan Hubicka <jh@suse.cz>
- * eh_type.cc (__cxa_current_exception_type) Mark throw().
- * unwind-cxx.h (__cxa_get_globals, __cxa_get_globals_fast): Mark const.
+ * libsupc++/eh_type.cc (__cxa_current_exception_type) Mark throw().
+ * libsupc++/unwind-cxx.h (__cxa_get_globals, __cxa_get_globals_fast): Mark const.
(__cxa_get_exception_ptr): Mark pure.
(__cxa_bad_cast, __cxa_bad_typeid): Mark noreturn
(__terminate): Makr throw ().
- * exception (terminate): Mark throw().
+ * libsupc++/exception (terminate): Mark throw().
(uncaught_exception): Mark pure.
- * eh_ptr.cc (_M_safe_bool_dummy): Mark throw().
- * guard.cc (__cxa_guard_abort, __cxa_guard_release): Mark throw().
- * eh_terminate.cc (__terminate, terminate): Mark throw().
- * vec.cc (__cxa_vec_cleanup): Mark throw().
- * cxxabi.h (__cxa_vec_cleanup, __cxa_guard_release,
+ * libsupc++/eh_ptr.cc (_M_safe_bool_dummy): Mark throw().
+ * libsupc++/guard.cc (__cxa_guard_abort, __cxa_guard_release): Mark throw().
+ * libsupc++/eh_terminate.cc (__terminate, terminate): Mark throw().
+ * libsupc++/vec.cc (__cxa_vec_cleanup): Mark throw().
+ * libsupc++/cxxabi.h (__cxa_vec_cleanup, __cxa_guard_release,
__cxa_guard_abort): Mark throw ().
(__cxa_pure_virtual): Mark noreturn.
(__cxa_current_exception_type): Mark throw and pure.
- * exception_ptr.h (operator ==, !=, _M_get, !, ==,
+ * libsupc++/exception_ptr.h (operator ==, !=, _M_get, !, ==,
__cxa_exception_type): Mark pure.
(_M_safe_bool_dummy): Mark pure and const.