OSDN Git Service

2009-05-06 Paolo Carlini <paolo.carlini@oracle.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 60f7ef2..c7ec6f5 100644 (file)
@@ -1,3 +1,63 @@
+2009-05-06  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       Revert:
+       2009-05-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * acinclude.m4 ([GLIBCXX_ENABLE_ATOMIC_BUILTINS]): Do link tests when
+       possible.
+       * configure: Regenerate.
+
+2009-05-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR libstdc++/39909
+       * include/std/mutex (__get_once_functor_lock, __get_once_mutex,
+       __set_once_functor_lock_ptr): Replace global lock object with local
+       locks on global mutex.
+       * src/mutex.cc (__get_once_functor_lock, __get_once_mutex,
+       __set_once_functor_lock_ptr): Likewise, keeping old function to
+       preserve ABI.
+       (__once_proxy): Use pointer to local lock if set, global lock
+       otherwise.
+       * config/abi/pre/gnu.ver: Add new symbols to new ABI version.
+       * testsuite/util/testsuite_abi.cc: Add GLIBCX_3.4.12 version.
+       * testsuite/30_threads/call_once/39909.cc: New.
+
+2009-05-03  Jan Hubicka  <jh@suse.cz>
+
+       * include/parallel/settings.h (get): Mark const.
+       * libsupc++/unwind-cxx.h (__cxa_call_terminate): Mark throw ().
+       * libsupc++/eh_call.cc (__cxa_call_terminate): Mark throw ().
+       * config/io/basic_file_stdio.cc (sys_open, is_open, fd, seekoff): Mark
+       throw ().
+       * config/io/basic_file_stdio.h (__basic_file, sys_open): Mark throw ().
+       (is_open, fd): Mark pure and throw ().
+       (seekoff): Mark throw ().
+
+2009-05-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * acinclude.m4 ([GLIBCXX_ENABLE_ATOMIC_BUILTINS]): Do link tests when
+       possible.
+       * configure: Regenerate.
+
+2009-05-02  Jan Hubicka  <jh@suse.cz>
+
+       * include/tr1_impl/functional_hash.h (explicit specializations of ()
+       operator): Mark pure.
+
+2009-04-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * scripts/create_testsuite_files: Remove thread directory.
+
+2009-04-28  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/39868
+       * scripts/run_doxygen: Uncomment removal of includes.
+       (problematic): Rewrite __cxxabiv1 namespace to abi.
+
+2009-04-26  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       Revert the last commit.
+
 2009-04-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * include/std/mutex (__get_once_functor_lock, __get_once_mutex):