]> gcc.gnu.org Git - gcc.git/commit
re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris)
authorSilvius Rus <silvius.rus@gmail.com>
Tue, 11 May 2010 10:22:18 +0000 (10:22 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 11 May 2010 10:22:18 +0000 (10:22 +0000)
commit1f0622b42d800fd0b09dc10b0f9dc66399bf3bb2
treee2e1b39eddef02bf2a46b742c88e1282b9c70739
parentdcda03f4be29b57f1e2527fe06d1e21394bc0785
re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris)

2010-05-11  Silvius Rus  <silvius.rus@gmail.com>

PR libstdc++/43259
* include/profile/impl/profiler_algos.h: New.
* include/Makefile.am: Add.
* include/Makefile.in: Regenerate.
* 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.
(__warn, __cost_factor_writer, __cost_factor_setter): Add.
* testsuite/ext/profile/profiler_algos.cc: New.

From-SVN: r159268
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/profile/impl/profiler.h
libstdc++-v3/include/profile/impl/profiler_algos.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_trace.h
This page took 0.063363 seconds and 5 git commands to generate.