------- Comment #27 from paolo at gcc dot gnu dot org  2010-05-14 11:40 -------
Subject: Bug 43259

Author: paolo
Date: Fri May 14 11:40:05 2010
New Revision: 159389

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159389
Log:
2010-05-14  Silvius Rus  <silvius....@gmail.com>

        PR libstdc++/43259
        * include/profile/impl/profiler.h
        (_GLIBCXX_PROFILE_DEFINE_UNINIT_DATA): Add.
        * include/profile/impl/profiler_trace.h
        (__mutex_t, __lock, __unlock): Remove.
        (__lock_object_table, __lock_stack_table): Remove. Replace uses with
        calls to __gnu_cxx::__mutex::lock.
        (__unlock_object_table, __unlock_stack_table): Remove. Replace uses
        with calls to __gnu_cxx::__mutex::unlock.

Modified:
    branches/gcc-4_5-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_5-branch/libstdc++-v3/include/profile/impl/profiler.h
    branches/gcc-4_5-branch/libstdc++-v3/include/profile/impl/profiler_trace.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43259

Reply via email to